java.lang.Object
com.obs.client.accounting.delegates.GeneralLedgerDelegate
- All Implemented Interfaces:
- com.obs.client.templates.EJBDelegate
- public class GeneralLedgerDelegate
- extends java.lang.Object
- implements com.obs.client.templates.EJBDelegate
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ictx
private javax.naming.InitialContext ictx
generalLedger
private com.obs.ejb.accounting.interfaces.GeneralLedger generalLedger
handle
private javax.ejb.Handle handle
GeneralLedgerDelegate
public GeneralLedgerDelegate()
throws com.obs.common.exceptions.ServerContactException
createGeneralLedgerAccount
public void createGeneralLedgerAccount(com.obs.common.templates.ViewObject viewObject)
throws com.obs.common.exceptions.ServerContactException
getGeneralLedgerAccount
public com.obs.common.accounting.views.AccountView getGeneralLedgerAccount(java.lang.String accountID)
throws com.obs.common.exceptions.ServerContactException
getGeneralLedgerAccounts
public java.util.Collection getGeneralLedgerAccounts()
throws com.obs.common.exceptions.ServerContactException
getAccountTypes
public java.util.List getAccountTypes()
getAccountHistory
public java.util.Collection getAccountHistory(java.lang.String accountID,
java.util.Calendar start,
java.util.Calendar end)
throws com.obs.common.exceptions.ServerContactException
passivate
public void passivate()
throws com.obs.common.exceptions.ServerContactException
- Specified by:
passivate in interface com.obs.client.templates.EJBDelegate
activate
public void activate()
throws com.obs.common.exceptions.ServerContactException
- Specified by:
activate in interface com.obs.client.templates.EJBDelegate
destroy
public void destroy()
throws com.obs.common.exceptions.ServerContactException
- Specified by:
destroy in interface com.obs.client.templates.EJBDelegate