com.submersion.jspshop.ejb
Interface PropertyTypeHome

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

public interface PropertyTypeHome
extends javax.ejb.EJBHome

Home interface for the PropertyType Entity Bean

See Also:
PropertyTypeBean, PropertyType

Method Summary
 PropertyType create()
           
 java.util.Collection findByAll()
           
 PropertyType findByPrimaryKey(java.lang.Long propertyTypeID)
           
 java.util.Collection findByPropertyID(java.lang.Long propertyID)
           
 java.util.Collection findByPropertyIDTypeID(java.lang.Long propertyID, java.lang.Long typeID)
           
 java.util.Collection findByPropertyIDTypeName(java.lang.Long propertyID, java.lang.String typeName)
           
 java.util.Collection findByTypeID(java.lang.Long typeID)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public PropertyType create()
                    throws javax.naming.NamingException,
                           java.rmi.RemoteException,
                           javax.ejb.CreateException,
                           javax.ejb.FinderException

findByPrimaryKey

public PropertyType findByPrimaryKey(java.lang.Long propertyTypeID)
                              throws javax.ejb.FinderException,
                                     java.rmi.RemoteException

findByAll

public java.util.Collection findByAll()
                               throws javax.ejb.FinderException,
                                      java.rmi.RemoteException

findByTypeID

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

findByPropertyID

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

findByPropertyIDTypeName

public java.util.Collection findByPropertyIDTypeName(java.lang.Long propertyID,
                                                     java.lang.String typeName)
                                              throws javax.ejb.FinderException,
                                                     java.rmi.RemoteException

findByPropertyIDTypeID

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