public interface BillEntityHome
extends javax.ejb.EJBHome
| Modifier and Type | Field and Description |
|---|---|
static String |
COMP_NAME |
static String |
JNDI_NAME |
| Modifier and Type | Method and Description |
|---|---|
BillEntity |
create(Integer id) |
Collection |
findAll() |
BillEntity |
findByPrimaryKey(Integer pk) |
Collection |
findUnpaid() |
static final String COMP_NAME
static final String JNDI_NAME
BillEntity create(Integer id) throws javax.ejb.CreateException, RemoteException
javax.ejb.CreateExceptionRemoteExceptionCollection findUnpaid() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCollection findAll() throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionBillEntity findByPrimaryKey(Integer pk) throws javax.ejb.FinderException, RemoteException
javax.ejb.FinderExceptionRemoteExceptionCopyright © 2003–2018. All rights reserved.