|
|||||||||
| Home >> All >> com >> obs >> ejb >> accounting >> [ bean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.obs.ejb.accounting.bean
Class PayableMgmtEJB

java.lang.Objectcom.obs.ejb.templates.bean.TemplateUtilityBean
com.obs.ejb.templates.bean.TemplateSessionBean
com.obs.ejb.accounting.bean.PayableMgmtEJB
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class PayableMgmtEJB
- extends com.obs.ejb.templates.bean.TemplateSessionBean
- implements javax.ejb.SessionBean
- extends com.obs.ejb.templates.bean.TemplateSessionBean
| Field Summary | |
static java.lang.String |
LocalREF
|
| Fields inherited from class com.obs.ejb.templates.bean.TemplateSessionBean |
ctx |
| Fields inherited from class com.obs.ejb.templates.bean.TemplateUtilityBean |
ictx |
| Constructor Summary | |
PayableMgmtEJB()
|
|
| Method Summary | |
com.obs.common.accounting.views.PayableView |
createPayable(com.obs.common.accounting.views.PayableView payableView,
com.obs.common.vendor.views.VendorView vendorView)
|
com.obs.common.accounting.views.PayableView |
postPayament(com.obs.common.accounting.views.PaymentOutView paymentView,
com.obs.common.accounting.views.PayableView payableView)
|
| Methods inherited from class com.obs.ejb.templates.bean.TemplateSessionBean |
ejbCreate, getViewsFromViewables, setSessionContext |
| Methods inherited from class com.obs.ejb.templates.bean.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 |
PayableMgmtEJB
public PayableMgmtEJB()
| Method Detail |
createPayable
public com.obs.common.accounting.views.PayableView createPayable(com.obs.common.accounting.views.PayableView payableView, com.obs.common.vendor.views.VendorView vendorView) throws javax.ejb.CreateException
postPayament
public com.obs.common.accounting.views.PayableView postPayament(com.obs.common.accounting.views.PaymentOutView paymentView, com.obs.common.accounting.views.PayableView payableView) throws javax.ejb.CreateException
|
|||||||||
| Home >> All >> com >> obs >> ejb >> accounting >> [ bean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC