com.submersion.jspshop.ejb
Interface ValueHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface ValueHome
- extends javax.ejb.EJBHome
Home interface of the Value entity bean
- See Also:
ValueBean
,
Value
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
create
public Value create()
throws javax.naming.NamingException,
java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException
- Creates a new instance of the value entity bean.
- Throws:
javax.naming.NamingException
- java.rmi.RemoteException
- javax.ejb.CreateException
- javax.ejb.FinderException
-
findByPrimaryKey
public Value findByPrimaryKey(java.lang.Long valueID)
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Finds an entity bean by it's primary key.
- Parameters:
valueID
- - 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 the Value entities
- Throws:
javax.ejb.FinderException
- java.rmi.RemoteException
-
findByObjectIDValue
public java.util.Collection findByObjectIDValue(java.lang.Long objectID,
java.lang.String value)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByObjectID
public java.util.Collection findByObjectID(java.lang.Long objectID)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByObjectIDTypeID
public java.util.Collection findByObjectIDTypeID(java.lang.Long objectID,
java.lang.Long typeID)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByObjectIDPropertyID
public java.util.Collection findByObjectIDPropertyID(java.lang.Long objectID,
java.lang.Long propertyID)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByPropertyID
public java.util.Collection findByPropertyID(java.lang.Long propertyID)
throws javax.ejb.FinderException,
java.rmi.RemoteException