public void update(AcUspsInternationalRequestedRoute uspsInternationalRequestedRoute) { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getUspsInternationalRequestedRouteService().update(uspsInternationalRequestedRoute); } finally { registry.releaseAll(); } }
public void delete(Integer id) { AcAccountServiceRegistryIF registry = newRegistry(); try { registry.getUspsInternationalRequestedRouteService().delete(id); } finally { registry.releaseAll(); } }
public JwList<AcUspsInternationalRequestedRoute> getAllAvailable() { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry.getUspsInternationalRequestedRouteService().getAllAvailable(); } finally { registry.releaseAll(); } }
public boolean uspsInternationalRequestedRouteExists(AcUspsInternationalRequestedRoutePkIF pk) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry .getUspsInternationalRequestedRouteService() .uspsInternationalRequestedRouteExists(pk); } finally { registry.releaseAll(); } }
public Integer copyToUspsInternationalCandidateRouteTmp(JwList<Integer> ids, String login) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry .getUspsInternationalRequestedRouteService() .copyToUspsInternationalCandidateRouteTmp(ids, login); } finally { registry.releaseAll(); } }
public Integer insert(AcUspsInternationalRequestedRoute uspsInternationalRequestedRoute) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry .getUspsInternationalRequestedRouteService() .insert(uspsInternationalRequestedRoute); } finally { registry.releaseAll(); } }
public AcUspsInternationalRequestedRoute getUspsInternationalRequestedRouteByWebKey( String webKey) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry .getUspsInternationalRequestedRouteService() .getUspsInternationalRequestedRouteByWebKey(webKey); } finally { registry.releaseAll(); } }
public JwList<AcUspsInternationalRequestedRoute> getAllByUspsInternationalRequestedRouteSourceId( Integer uspsInternationalRequestedRouteSourceId) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry .getUspsInternationalRequestedRouteService() .getAllByUspsInternationalRequestedRouteSourceId(uspsInternationalRequestedRouteSourceId); } finally { registry.releaseAll(); } }
public JwList<AcUspsInternationalRequestedRoute> getAllWhere( String whereClause, Integer rowLimit) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry .getUspsInternationalRequestedRouteService() .getAllWhere(whereClause, rowLimit); } finally { registry.releaseAll(); } }
public JwList<AcUspsInternationalRequestedRoute> getAllByBlockBeginEnd( JwDate startUtcDt, JwDate endUtcDt, String originAirport, String destinationAirport, JwList<String> statuses) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry .getUspsInternationalRequestedRouteService() .getAllByBlockBeginEnd(startUtcDt, endUtcDt, originAirport, destinationAirport, statuses); } finally { registry.releaseAll(); } }
public JwList<AcUspsInternationalRequestedRouteCompactVo> groupCompactByBlockBeginEnd( Integer sourceId, JwDate startUtcDt, JwDate endUtcDt, String originAirport, String destinationAirport) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry .getUspsInternationalRequestedRouteService() .groupCompactByBlockBeginEnd( sourceId, startUtcDt, endUtcDt, originAirport, destinationAirport); } finally { registry.releaseAll(); } }
public Integer copyToUspsInternationalCandidateRouteTmp( JwDate startUtcDt, JwDate endUtcDt, String originAirport, String destinationAirport, JwDayFrequency frequency, JwKilogram minimumKg, String login) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry .getUspsInternationalRequestedRouteService() .copyToUspsInternationalCandidateRouteTmp( startUtcDt, endUtcDt, originAirport, destinationAirport, frequency, minimumKg, login); } finally { registry.releaseAll(); } }
public Integer copyToUspsInternationalCandidateRouteTmp( JwDate startUtcDt, JwDate endUtcDt, String originAirport, String destinationAirport, JwTime departureLocalTm, JwTime arrivalLocalTm, String login) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry .getUspsInternationalRequestedRouteService() .copyToUspsInternationalCandidateRouteTmp( startUtcDt, endUtcDt, originAirport, destinationAirport, departureLocalTm, arrivalLocalTm, login); } finally { registry.releaseAll(); } }
public JwList<AcUspsInternationalRequestedRoute> getAllByRouteBeginEnd( Integer uspsInternationalRequestedRouteSourceId, JwDate blockBeginUtcDt, JwDate blockEndUtcDt, String originAirportCode, String destinationAirportCode, JwTime departureLocalTm, JwTime arrivalLocalTm) { AcAccountServiceRegistryIF registry = newRegistry(); try { return registry .getUspsInternationalRequestedRouteService() .getAllByRouteBeginEnd( uspsInternationalRequestedRouteSourceId, blockBeginUtcDt, blockEndUtcDt, originAirportCode, destinationAirportCode, departureLocalTm, arrivalLocalTm); } finally { registry.releaseAll(); } }