Ejemplo n.º 1
0
 public void update(AcNest nest) {
   _delegate.update(nest);
 }
Ejemplo n.º 2
0
 public JwList<AcNest> getAllWhere(String whereClause, Integer rowLimit) {
   return _delegate.getAllWhere(whereClause, rowLimit);
 }
Ejemplo n.º 3
0
 public JwList<AcNest> getAllByParentFlightId(Integer parentFlightId) {
   return _delegate.getAllByParentFlightId(parentFlightId);
 }
Ejemplo n.º 4
0
 public boolean nestExists(AcNestPkIF pk) {
   return _delegate.nestExists(pk);
 }
Ejemplo n.º 5
0
 public JwList<AcNest> getAll() {
   return _delegate.getAll();
 }
Ejemplo n.º 6
0
 public void release() {
   _delegate.release();
 }
Ejemplo n.º 7
0
 public AcNest getNest(AcNestPkIF pk) {
   return _delegate.getNest(pk);
 }
Ejemplo n.º 8
0
 public JwList<Integer> getAllVirtualNestIdsMatching(String name) {
   return _delegate.getAllVirtualNestIdsMatching(name);
 }
Ejemplo n.º 9
0
 public AcNest createVirtualNest(String name) {
   return _delegate.createVirtualNest(name);
 }
Ejemplo n.º 10
0
 public AcNest getContainer(String serialNumber) {
   return _delegate.getContainer(serialNumber);
 }
Ejemplo n.º 11
0
 public AcNest createContainer(String serialNumber) {
   return _delegate.createContainer(serialNumber);
 }
Ejemplo n.º 12
0
 public JwList<AcNest> getAllByDelegateItemPhysicalTag(String tag) {
   return _delegate.getAllByDelegateItemPhysicalTag(tag);
 }
Ejemplo n.º 13
0
 public JwList<AcNest> getAllByIdsIn(JwList<Integer> ids) {
   return _delegate.getAllByIdsIn(ids);
 }
Ejemplo n.º 14
0
 public void delete(Integer id) {
   _delegate.delete(id);
 }
Ejemplo n.º 15
0
 public AcNest createUldNest(String serialNumber, AcNestUldData e) {
   return _delegate.createUldNest(serialNumber, e);
 }
Ejemplo n.º 16
0
 public AcNest getFlightNest(Integer flightId) {
   return _delegate.getFlightNest(flightId);
 }
Ejemplo n.º 17
0
 public AcNest lazyGetUldNest(String serialNumber, AcNestUldData d) {
   return _delegate.lazyGetUldNest(serialNumber, d);
 }
Ejemplo n.º 18
0
 public AcNest createFlightNest(Integer flightId) {
   return _delegate.createFlightNest(flightId);
 }
Ejemplo n.º 19
0
 public AcNest getNest(Integer id) {
   return _delegate.getNest(id);
 }
Ejemplo n.º 20
0
 public AcNest createFlightDestinationNest(Integer flightId, String destinationAirportCode) {
   return _delegate.createFlightDestinationNest(flightId, destinationAirportCode);
 }
Ejemplo n.º 21
0
 public boolean nestExists(Integer id) {
   return _delegate.nestExists(id);
 }
Ejemplo n.º 22
0
 public JwList<Integer> getAllCartIdsMatching(
     String tetheredAirport, String number, String destAirport, String flightNumber) {
   return _delegate.getAllCartIdsMatching(tetheredAirport, number, destAirport, flightNumber);
 }
Ejemplo n.º 23
0
 public AcNest getNestByWebKey(String webKey) {
   return _delegate.getNestByWebKey(webKey);
 }
Ejemplo n.º 24
0
 public AcNest createCartNest(String serialNumber, AcNestCartData e) {
   return _delegate.createCartNest(serialNumber, e);
 }
Ejemplo n.º 25
0
 public JwList<AcNest> getAllAvailable() {
   return _delegate.getAllAvailable();
 }
Ejemplo n.º 26
0
 public JwList<Integer> getAllUldIdsMatching(String type, String number, String owner) {
   return _delegate.getAllUldIdsMatching(type, number, owner);
 }
Ejemplo n.º 27
0
 public JwList<AcNest> getAllByTopNestId(Integer topNestId) {
   return _delegate.getAllByTopNestId(topNestId);
 }
Ejemplo n.º 28
0
 public AcNest getUld(String serialNumber) {
   return _delegate.getUld(serialNumber);
 }
Ejemplo n.º 29
0
 public JwList<AcNest> getAllByStagedFlightId(Integer stagedFlightId) {
   return _delegate.getAllByStagedFlightId(stagedFlightId);
 }
Ejemplo n.º 30
0
 public Integer insert(AcNest nest) {
   return _delegate.insert(nest);
 }