com.opensymphony.module.sequence
Interface SequenceLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface SequenceLocalHome
- extends javax.ejb.EJBLocalHome
Local home interface for Sequence.
- Version:
- $Revision: 1.2 $
- Author:
- Joe Walnes, Hani Suleiman
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
SequenceLocal create(String name)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
findAll
Collection findAll()
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByPrimaryKey
SequenceLocal findByPrimaryKey(String pk)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException