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

- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface GeneralJournal
- extends javax.ejb.EJBObject
| Method Summary | |
java.util.Collection |
addJournalLine(com.obs.common.accounting.views.JournalLineView jLineView)
|
void |
commitJournalEntry()
|
boolean |
doesJournalEntryBalance()
|
java.lang.String |
getJournalEntryDescription()
|
java.util.Collection |
getJournalEntryLines()
|
java.util.Collection |
removeJournalLine(java.lang.String journalLineID)
|
void |
reset()
|
void |
setJournalEntryDescription(java.lang.String description)
|
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
setJournalEntryDescription
public void setJournalEntryDescription(java.lang.String description) throws java.rmi.RemoteException
getJournalEntryDescription
public java.lang.String getJournalEntryDescription() throws java.rmi.RemoteException
addJournalLine
public java.util.Collection addJournalLine(com.obs.common.accounting.views.JournalLineView jLineView) throws java.rmi.RemoteException
removeJournalLine
public java.util.Collection removeJournalLine(java.lang.String journalLineID) throws java.rmi.RemoteException
getJournalEntryLines
public java.util.Collection getJournalEntryLines() throws java.rmi.RemoteException
doesJournalEntryBalance
public boolean doesJournalEntryBalance()
throws java.rmi.RemoteException
commitJournalEntry
public void commitJournalEntry()
throws java.rmi.RemoteException,
com.obs.common.exceptions.EntryBalanceException,
com.obs.common.exceptions.EntryMalformedException
reset
public void reset()
throws java.rmi.RemoteException
|
|||||||||
| 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