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

Quick Search    Search Deep

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

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