Vector serviceVector = new Vector();
for (int i=0; i<keyVector.size(); i++)
{
String serviceKey = (String)keyVector.elementAt(i);
serviceVector.add(dataStore.fetchService(serviceKey));
}
dataStore.commit();
// create a new ServiceDetail and stuff the new serviceVector into it.