Package | Description |
---|---|
fr.paris.lutece.portal.business.rbac |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static Collection<RBAC> |
RBACHome.findAll()
Returns a collection of rBACs objects
|
static Collection<RBAC> |
RBACHome.findResourcesByCode(String strRoleKey)
Find all the entries for a given role key
|
Collection<RBAC> |
RBACDAO.selectRBACList()
Load the list of rBACs
|
Collection<RBAC> |
IRBACDAO.selectRBACList()
Load the list of rBACs
|
Collection<RBAC> |
RBACDAO.selectRBACListByRoleKey(String strRoleKey)
Find all the entries for a given role key
|
Collection<RBAC> |
IRBACDAO.selectRBACListByRoleKey(String strRoleKey)
Find all the entries for a given role key
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2020 City of Paris. All rights reserved.