예제 #1
0
 protected PersistentObject getRemote() throws PersistenceException {
   return ConnectionHandler.getTheConnectionHandler().theQPartFacade.getQPart(this.getId());
 }
 protected PersistentObject getRemote() throws PersistenceException {
   return ConnectionHandler.getTheConnectionHandler()
       .theCompensationRequestFacade
       .getCompensationRequest(this.getId());
 }
 protected PersistentObject getRemote() throws PersistenceException {
   return ConnectionHandler.getTheConnectionHandler()
       .theAdministratorCurrencyManagerFacade
       .getAdministratorCurrencyManager(this.getId());
 }