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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.obs.ejb.templates.bean.TemplateUtilityBean
      extended bycom.obs.ejb.templates.bean.TemplateSessionBean
          extended bycom.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


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