Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obs.client.accounting.delegates
Class GeneralLedgerDelegate  view GeneralLedgerDelegate download GeneralLedgerDelegate.java

java.lang.Object
  extended bycom.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


Field Summary
private  com.obs.ejb.accounting.interfaces.GeneralLedger generalLedger
           
private  javax.ejb.Handle handle
           
private  javax.naming.InitialContext ictx
           
 
Constructor Summary
GeneralLedgerDelegate()
           
 
Method Summary
 void activate()
           
 void createGeneralLedgerAccount(com.obs.common.templates.ViewObject viewObject)
           
 void destroy()
           
 java.util.Collection getAccountHistory(java.lang.String accountID, java.util.Calendar start, java.util.Calendar end)
           
 java.util.List getAccountTypes()
           
 com.obs.common.accounting.views.AccountView getGeneralLedgerAccount(java.lang.String accountID)
           
 java.util.Collection getGeneralLedgerAccounts()
           
 void passivate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ictx

private javax.naming.InitialContext ictx

generalLedger

private com.obs.ejb.accounting.interfaces.GeneralLedger generalLedger

handle

private javax.ejb.Handle handle
Constructor Detail

GeneralLedgerDelegate

public GeneralLedgerDelegate()
                      throws com.obs.common.exceptions.ServerContactException
Method Detail

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