com.opensymphony.workflow.spi.ejb
Interface HistoryStepPrevLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface HistoryStepPrevLocalHome
extends javax.ejb.EJBLocalHome

Local home interface for HistoryStepPrev.

Author:
Hani Suleiman (hani@formicary.net) Date: Apr 7, 2003 Time: 8:17:09 PM

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 HistoryStepPrevLocal create(long id, long previousId)
           
 HistoryStepPrevLocal findByPrimaryKey(PreviousStepPK pk)
           
 Collection findByStepId(long entryId)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COMP_NAME

static final String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

static final String JNDI_NAME
See Also:
Constant Field Values
Method Detail

create

HistoryStepPrevLocal create(long id,
                            long previousId)
                            throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByPrimaryKey

HistoryStepPrevLocal findByPrimaryKey(PreviousStepPK pk)
                                      throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByStepId

Collection findByStepId(long entryId)
                        throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

OpenSymphony Workflow Project Page