IT.CappuccinoNet  
StrutsCX v0.8.1
   

com.cappuccinonet.strutscx.prototype.integration.data.entity.info
Interface EntryHome


public interface EntryHome

NOT YET IMPLEMENTED! This is the Factory to create the EJB Object. The implementation is done automatically by the EJB Container.

Version:
v0.1, 15.07.2002
Author:
Bernhard Woehrlin, IT.CappuccinoNet.com

Method Summary
 Entry create(int entryId, java.lang.String locale)
           
 java.util.Enumeration findAll()
           
 java.util.Enumeration findByLocale(java.lang.String locale)
           
 Entry findByPrimaryKey(EntryPK pk)
           
 

Method Detail

create

public Entry create(int entryId,
                    java.lang.String locale)
             throws CreateException,
                    java.rmi.RemoteException
CreateException
java.rmi.RemoteException

findByPrimaryKey

public Entry findByPrimaryKey(EntryPK pk)
                       throws FinderException,
                              java.rmi.RemoteException
FinderException
java.rmi.RemoteException

findAll

public java.util.Enumeration findAll()
                              throws FinderException,
                                     java.rmi.RemoteException
FinderException
java.rmi.RemoteException

findByLocale

public java.util.Enumeration findByLocale(java.lang.String locale)
                                   throws FinderException,
                                          java.rmi.RemoteException
FinderException
java.rmi.RemoteException

IT.CappuccinoNet  
StrutsCX v0.8.1
   

© 2002, IT.CappuccinoNet.com - compiled 20021015:2052