java.lang.Object
com.obs.ejb.templates.TemplateUtilityBean
com.obs.ejb.templates.TemplateSessionBean
com.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
| 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 |
LocalREF
public static final java.lang.String LocalREF
- See Also:
- Constant Field Values
CashFlowManagementEJB
public CashFlowManagementEJB()
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)