com.opensymphony.workflow.spi.ejb
Interface CurrentStepPrevLocalHome
- All Superinterfaces:
- EJBLocalHome
public interface CurrentStepPrevLocalHome - extends EJBLocalHome
Local home interface for CurrentStepPrev.
- Author:
- Hani Suleiman (hani@formicary.net) Date: Apr 7, 2003 Time: 8:17:26 PM
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 CreateException
- Throws:
CreateException
findByPrimaryKey
CurrentStepPrevLocal findByPrimaryKey(PreviousStepPK pk)
throws FinderException
- Throws:
FinderException
findByStepId
Collection findByStepId(long entryId)
throws FinderException
- Throws:
FinderException
|