// TODO (UDDI v3) Implement get_subscriptions business logic.
dataStore.commit();
// create a new PublisherDetail and stuff the new tModelVector into it.
Subscriptions subs = new Subscriptions();
subs.setGeneric(generic);
subs.setOperator(Config.getOperator());
return subs;
}
catch(InvalidKeyPassedException ex)
{
try { dataStore.rollback(); } catch(Exception e) { }