com.opensymphony.workflow.spi.ejb
Interface CurrentStepPrevLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface CurrentStepPrevLocalHome
- extends javax.ejb.EJBLocalHome
Local home interface for CurrentStepPrev.
- Author:
- Hani Suleiman (hani@formicary.net) Date: Apr 7, 2003 Time: 8:17:26 PM
| Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
COMP_NAME
static final String COMP_NAME
- See Also:
- Constant Field Values
JNDI_NAME
static final String JNDI_NAME
- See Also:
- Constant Field Values
create
CurrentStepPrevLocal create(long id,
long previousId)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
findByPrimaryKey
CurrentStepPrevLocal findByPrimaryKey(PreviousStepPK pk)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByStepId
Collection findByStepId(long entryId)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException