|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RBAC | |
---|---|
fr.paris.lutece.portal.business.rbac |
Uses of RBAC in fr.paris.lutece.portal.business.rbac |
---|
Methods in fr.paris.lutece.portal.business.rbac that return RBAC | |
---|---|
static RBAC |
RBACHome.create(RBAC rBAC)
Creation of an instance of rBAC |
static RBAC |
RBACHome.findByPrimaryKey(int nKey)
Returns an instance of a rBAC whose identifier is specified in parameter |
RBAC |
RBACDAO.load(int nRBACId)
Load the data of RBAC from the table |
RBAC |
IRBACDAO.load(int nRBACId)
Load the data of RBAC from the table |
static RBAC |
RBACHome.update(RBAC rBAC)
Update of the rBAC which is specified in parameter |
Methods in fr.paris.lutece.portal.business.rbac that return types with arguments of type RBAC | |
---|---|
static java.util.Collection<RBAC> |
RBACHome.findAll()
Returns a collection of rBACs objects |
static java.util.Collection<RBAC> |
RBACHome.findResourcesByCode(java.lang.String strRoleKey)
Find all the entries for a given role key |
java.util.Collection<RBAC> |
RBACDAO.selectRBACList()
Load the list of rBACs |
java.util.Collection<RBAC> |
IRBACDAO.selectRBACList()
Load the list of rBACs |
java.util.Collection<RBAC> |
RBACDAO.selectRBACListByRoleKey(java.lang.String strRoleKey)
Find all the entries for a given role key |
java.util.Collection<RBAC> |
IRBACDAO.selectRBACListByRoleKey(java.lang.String strRoleKey)
Find all the entries for a given role key |
Methods in fr.paris.lutece.portal.business.rbac with parameters of type RBAC | |
---|---|
static RBAC |
RBACHome.create(RBAC rBAC)
Creation of an instance of rBAC |
void |
RBACDAO.insert(RBAC rBAC)
Insert a new record in the table. |
void |
IRBACDAO.insert(RBAC rBAC)
Insert a new record in the table. |
void |
RBACDAO.store(RBAC rBAC)
Update the record in the table |
void |
IRBACDAO.store(RBAC rBAC)
Update the record in the table |
static RBAC |
RBACHome.update(RBAC rBAC)
Update of the rBAC which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |