com.submersion.jspshop.ejb
Interface TypeValueHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface TypeValueHome
extends javax.ejb.EJBHome

Home interface for TypeValue entity bean

Version:
$Revision$ Date Created: August 22, 2001 Last changed: $Date$ Changed by: $Author$
Author:
Jeff Davey (jeffdavey@submersion.com)
See Also:
TypeValueBean, TypeValue

Method Summary
 TypeValue create()
          creates a new instance of the TypeValue
 java.util.Collection findByAll()
          Returns a collection of all TypeValues
 TypeValue findByPrimaryKey(java.lang.Long typeValueID)
          Finds a typeValue by it's primaryKey
 java.util.Collection findByTypeID(java.lang.Long typeID)
           
 java.util.Collection findByValueID(java.lang.Long valueID)
           
 java.util.Collection findByValueIDTypeID(java.lang.Long valueID, java.lang.Long typeID)
           
 java.util.Collection findByValueIDValue(java.lang.Long valueID, java.lang.String value)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public TypeValue create()
                 throws javax.naming.NamingException,
                        java.rmi.RemoteException,
                        javax.ejb.CreateException,
                        javax.ejb.FinderException
creates a new instance of the TypeValue
Parameters:
typeValueID -  
Throws:
javax.naming.NamingException -  
java.rmi.RemoteException -  
javax.ejb.CreateException -  
javax.ejb.FinderException -  

findByPrimaryKey

public TypeValue findByPrimaryKey(java.lang.Long typeValueID)
                           throws javax.ejb.FinderException,
                                  java.rmi.RemoteException
Finds a typeValue by it's primaryKey
Parameters:
typeValueID -  
Throws:
javax.ejb.FinderException -  
java.rmi.RemoteException -  

findByAll

public java.util.Collection findByAll()
                               throws javax.ejb.FinderException,
                                      java.rmi.RemoteException
Returns a collection of all TypeValues
Throws:
javax.ejb.FinderException -  
java.rmi.RemoteException -  

findByValueID

public java.util.Collection findByValueID(java.lang.Long valueID)
                                   throws javax.ejb.FinderException,
                                          java.rmi.RemoteException

findByValueIDTypeID

public java.util.Collection findByValueIDTypeID(java.lang.Long valueID,
                                                java.lang.Long typeID)
                                         throws javax.ejb.FinderException,
                                                java.rmi.RemoteException

findByValueIDValue

public java.util.Collection findByValueIDValue(java.lang.Long valueID,
                                               java.lang.String value)
                                        throws javax.ejb.FinderException,
                                               java.rmi.RemoteException

findByTypeID

public java.util.Collection findByTypeID(java.lang.Long typeID)
                                  throws javax.ejb.FinderException,
                                         java.rmi.RemoteException