Betty v1.1.0

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

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 LocalUserRole create(String id, LocalUser dbUser)
           
 Collection<LocalUserRole> findAll()
           
 Collection<LocalUserRole> findAllAdmins()
           
 Collection<LocalUserRole> findAllBetters()
           
 LocalUserRole findByIdAndUser(String id, LocalUser dbUser)
           
 LocalUserRole findByPrimaryKey(Object pk)
           
 Collection<LocalUserRole> findByUser(LocalUser dbUser)
           
 
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

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

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.