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

Quick Search    Search Deep

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

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