|
|||||||||
| 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 JournalEntryLH

- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface JournalEntryLH
- extends javax.ejb.EJBLocalHome
| Method Summary | |
JournalEntryLO |
create(java.lang.String name)
|
java.util.Collection |
findAll()
|
JournalEntryLO |
findByPrimaryKey(java.lang.String id)
|
| Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
| Method Detail |
create
public JournalEntryLO create(java.lang.String name) throws javax.ejb.CreateException
findByPrimaryKey
public JournalEntryLO 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