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

Quick Search    Search Deep

com.obs.ejb.accounting.bean
Class CashFlowManagementEJB  view CashFlowManagementEJB download CashFlowManagementEJB.java

java.lang.Object
  extended bycom.obs.ejb.templates.TemplateUtilityBean
      extended bycom.obs.ejb.templates.TemplateSessionBean
          extended bycom.obs.ejb.accounting.bean.CashFlowManagementEJB
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class CashFlowManagementEJB
extends com.obs.ejb.templates.TemplateSessionBean
implements javax.ejb.SessionBean


Field Summary
static java.lang.String LocalREF
           
 
Fields inherited from class com.obs.ejb.templates.TemplateSessionBean
ctx
 
Fields inherited from class com.obs.ejb.templates.TemplateUtilityBean
ictx
 
Constructor Summary
CashFlowManagementEJB()
           
 
Method Summary
 com.obs.common.accounting.views.CashFlowView createCashFlow(java.lang.Double amount, com.obs.common.accounting.objects.FlowType type)
           
 java.util.Collection getCashFlowsByRange(java.util.Calendar start, java.util.Calendar end)
           
 java.util.Collection getCashFlowsByType(com.obs.common.accounting.objects.FlowType type)
           
 java.util.Collection getCashFlowsByTypeAndRange(java.util.Calendar start, java.util.Calendar end, com.obs.common.accounting.objects.FlowType type)
           
 
Methods inherited from class com.obs.ejb.templates.TemplateSessionBean
ejbCreate, setSessionContext
 
Methods inherited from class com.obs.ejb.templates.TemplateUtilityBean
ejbActivate, ejbPassivate, ejbRemove, getCalendarFromLong, getCurrentTime, getCurrentTimeLong, getLongFromCalendar, isEmpty, loadByPrimaryKey, loadLocalHome, removeByPrimaryKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.SessionBean
ejbActivate, ejbPassivate, ejbRemove, setSessionContext
 

Field Detail

LocalREF

public static final java.lang.String LocalREF
See Also:
Constant Field Values
Constructor Detail

CashFlowManagementEJB

public CashFlowManagementEJB()
Method Detail

createCashFlow

public com.obs.common.accounting.views.CashFlowView createCashFlow(java.lang.Double amount,
                                                                   com.obs.common.accounting.objects.FlowType type)
                                                            throws javax.ejb.CreateException

getCashFlowsByRange

public java.util.Collection getCashFlowsByRange(java.util.Calendar start,
                                                java.util.Calendar end)

getCashFlowsByType

public java.util.Collection getCashFlowsByType(com.obs.common.accounting.objects.FlowType type)

getCashFlowsByTypeAndRange

public java.util.Collection getCashFlowsByTypeAndRange(java.util.Calendar start,
                                                       java.util.Calendar end,
                                                       com.obs.common.accounting.objects.FlowType type)