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

Quick Search    Search Deep

com.obs.ejb.accounting.interfaces
Interface PayableLH  view PayableLH download PayableLH.java

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