christophedelory.betty.interfaces
Interface LocalUserRoleHome
- All Superinterfaces:
- EJBLocalHome
public interface LocalUserRoleHome
- extends EJBLocalHome
Local home interface for UserRoleEJB.
- Version:
- 1.1.0
- Author:
- Christophe Delory
- See Also:
UserBean
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
LocalUserRole create(String id,
LocalUser dbUser)
throws CreateException
- Throws:
CreateException
findAll
Collection<LocalUserRole> findAll()
throws FinderException
- Throws:
FinderException
findAllAdmins
Collection<LocalUserRole> findAllAdmins()
throws FinderException
- Throws:
FinderException
findAllBetters
Collection<LocalUserRole> findAllBetters()
throws FinderException
- Throws:
FinderException
findByUser
Collection<LocalUserRole> findByUser(LocalUser dbUser)
throws FinderException
- Throws:
FinderException
findByIdAndUser
LocalUserRole findByIdAndUser(String id,
LocalUser dbUser)
throws FinderException
- Throws:
FinderException
findByPrimaryKey
LocalUserRole findByPrimaryKey(Object pk)
throws FinderException
- Throws:
FinderException
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.