public void update(AcTravelPlanConfirmationItem travelPlanConfirmationItem) { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getTravelPlanConfirmationItemService().update(travelPlanConfirmationItem); } finally { registry.releaseAll(); } }
public void deleteStaleLogs() { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getInterestedPartyProcessLogLockedService().deleteStaleLogs(); } finally { registry.releaseAll(); } }
public void update(AcUspsInternationalRequestedRoute uspsInternationalRequestedRoute) { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getUspsInternationalRequestedRouteService().update(uspsInternationalRequestedRoute); } finally { registry.releaseAll(); } }
public JwList<AcEmailMailAcceptanceConfigurationVo> getAllVos(String postCode) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getEmailMailAcceptanceConfigurationService().getAllVos(postCode); } finally { registry.releaseAll(); } }
public void insertAll(JwList<AcEmailMailAcceptanceConfigurationVo> v) { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getEmailMailAcceptanceConfigurationService().insertAll(v); } finally { registry.releaseAll(); } }
public void delete(Integer id) { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getUspsInternationalManualPaymentDetailService().delete(id); } finally { registry.releaseAll(); } }
public void processAutomaticHandling() { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getUspsDomesticCandidateRouteLockedService().processAutomaticHandling(); } finally { registry.releaseAll(); } }
public void update(AcUspsDomesticSkeletonRouteLeg uspsDomesticSkeletonRouteLeg) { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getUspsDomesticSkeletonRouteLegService().update(uspsDomesticSkeletonRouteLeg); } finally { registry.releaseAll(); } }
public Integer getMaxLegForRoute(Integer routeId) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsDomesticSkeletonRouteLegService().getMaxLegForRoute(routeId); } finally { registry.releaseAll(); } }
public JwList<AcUspsDomesticSkeletonRouteLeg> getAllWhere(String whereClause, Integer rowLimit) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsDomesticSkeletonRouteLegService().getAllWhere(whereClause, rowLimit); } finally { registry.releaseAll(); } }
public Integer insert(AcUspsDomesticSkeletonRouteLeg uspsDomesticSkeletonRouteLeg) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsDomesticSkeletonRouteLegService().insert(uspsDomesticSkeletonRouteLeg); } finally { registry.releaseAll(); } }
public JwList<AcTravelPlanConfirmationItem> getAll() { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getTravelPlanConfirmationItemService().getAll(); } finally { registry.releaseAll(); } }
public boolean travelPlanConfirmationItemExists(AcTravelPlanConfirmationItemPkIF pk) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getTravelPlanConfirmationItemService().travelPlanConfirmationItemExists(pk); } finally { registry.releaseAll(); } }
public AcTravelPlanConfirmationItem getTravelPlanConfirmationItem(Integer id) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getTravelPlanConfirmationItemService().getTravelPlanConfirmationItem(id); } finally { registry.releaseAll(); } }
public JwList<AcUspsInternationalSupply> getAll() { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsInternationalSupplyService().getAll(); } finally { registry.releaseAll(); } }
public AcUspsDomesticSkeletonRouteLeg getUspsDomesticSkeletonRouteLeg(Integer id) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsDomesticSkeletonRouteLegService().getUspsDomesticSkeletonRouteLeg(id); } finally { registry.releaseAll(); } }
public JwList<AcUspsInternationalManualPaymentDetail> getAllAvailable() { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsInternationalManualPaymentDetailService().getAllAvailable(); } finally { registry.releaseAll(); } }
public JwList<AcUspsDomesticSkeletonRouteLeg> getAll() { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsDomesticSkeletonRouteLegService().getAll(); } finally { registry.releaseAll(); } }
public void runIftsaiMigrator() { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getUspsDomesticCandidateRouteLockedService().runIftsaiMigrator(); } finally { registry.releaseAll(); } }
public JwList<AcUspsInternationalSupply> getAllWhere(String whereClause, Integer rowLimit) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsInternationalSupplyService().getAllWhere(whereClause, rowLimit); } finally { registry.releaseAll(); } }
public JwList<AcEmailMailAcceptanceConfiguration> getAllAvailable() { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getEmailMailAcceptanceConfigurationService().getAllAvailable(); } finally { registry.releaseAll(); } }
public Integer insert(AcUspsInternationalSupply uspsInternationalSupply) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsInternationalSupplyService().insert(uspsInternationalSupply); } finally { registry.releaseAll(); } }
public AcEmailMailAcceptanceConfigurationVo getVo(String postCode, String airportCode) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getEmailMailAcceptanceConfigurationService().getVo(postCode, airportCode); } finally { registry.releaseAll(); } }
public void update(AcUspsInternationalSupply uspsInternationalSupply) { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getUspsInternationalSupplyService().update(uspsInternationalSupply); } finally { registry.releaseAll(); } }
public void deleteAllByPostCode(String postCode) { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getEmailMailAcceptanceConfigurationService().deleteAllByPostCode(postCode); } finally { registry.releaseAll(); } }
public AcUspsInternationalSupply getUspsInternationalSupply(Integer id) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsInternationalSupplyService().getUspsInternationalSupply(id); } finally { registry.releaseAll(); } }
public JwList<AcUspsInternationalRequestedRoute> getAllAvailable() { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsInternationalRequestedRouteService().getAllAvailable(); } finally { registry.releaseAll(); } }
public boolean uspsInternationalSupplyExists(AcUspsInternationalSupplyPkIF pk) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsInternationalSupplyService().uspsInternationalSupplyExists(pk); } finally { registry.releaseAll(); } }
public void delete(Integer id) { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getUspsInternationalRequestedRouteService().delete(id); } finally { registry.releaseAll(); } }
public Integer insert(AcTravelPlanConfirmationItem travelPlanConfirmationItem) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getTravelPlanConfirmationItemService().insert(travelPlanConfirmationItem); } finally { registry.releaseAll(); } }