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

- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface PayableLH
- extends javax.ejb.EJBLocalHome
| Method Summary | |
PayableLO |
create(com.obs.common.accounting.views.PayableView payableView,
com.obs.common.vendor.views.VendorView vendorView)
|
java.util.Collection |
findAll()
|
PayableLO |
findByPrimaryKey(java.lang.String id)
|
| Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
| Method Detail |
create
public PayableLO create(com.obs.common.accounting.views.PayableView payableView, com.obs.common.vendor.views.VendorView vendorView) throws javax.ejb.CreateException
findByPrimaryKey
public PayableLO findByPrimaryKey(java.lang.String id) throws javax.ejb.FinderException
findAll
public java.util.Collection findAll() throws javax.ejb.FinderException
|
|||||||||
| Home >> All >> com >> obs >> ejb >> accounting >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC