|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdminRole | |
---|---|
fr.paris.lutece.portal.business.rbac | |
fr.paris.lutece.portal.business.user |
Uses of AdminRole in fr.paris.lutece.portal.business.rbac |
---|
Methods in fr.paris.lutece.portal.business.rbac that return AdminRole | |
---|---|
static AdminRole |
AdminRoleHome.create(AdminRole role)
Creation of an instance of role |
static AdminRole |
AdminRoleHome.findByPrimaryKey(java.lang.String strRoleKey)
Returns an instance of a role whose identifier is specified in parameter |
AdminRole |
AdminRoleDAO.load(java.lang.String strRoleKey)
Load the data of AdminRole from the table |
AdminRole |
IAdminRoleDAO.load(java.lang.String strRoleKey)
Load the data of AdminRole from the table |
static AdminRole |
AdminRoleHome.update(java.lang.String strRoleKey,
AdminRole role)
Update of the role which is specified in parameter |
Methods in fr.paris.lutece.portal.business.rbac that return types with arguments of type AdminRole | |
---|---|
static java.util.Collection<AdminRole> |
AdminRoleHome.findAll()
Returns a collection of roles objects |
java.util.Collection<AdminRole> |
AdminRoleDAO.selectRoleList()
Load the list of roles |
java.util.Collection<AdminRole> |
IAdminRoleDAO.selectRoleList()
Load the list of roles |
Methods in fr.paris.lutece.portal.business.rbac with parameters of type AdminRole | |
---|---|
static AdminRole |
AdminRoleHome.create(AdminRole role)
Creation of an instance of role |
void |
AdminRoleDAO.insert(AdminRole role)
Insert a new record in the table. |
void |
IAdminRoleDAO.insert(AdminRole role)
Insert a new record in the table. |
void |
AdminRoleDAO.store(java.lang.String strRoleKey,
AdminRole role)
Update the record identified by the given role key with the given role in the table |
void |
IAdminRoleDAO.store(java.lang.String strRoleKey,
AdminRole role)
Update the record identified by the given role key with the given role in the table |
static AdminRole |
AdminRoleHome.update(java.lang.String strRoleKey,
AdminRole role)
Update of the role which is specified in parameter |
Uses of AdminRole in fr.paris.lutece.portal.business.user |
---|
Methods in fr.paris.lutece.portal.business.user that return types with arguments of type AdminRole | |
---|---|
java.util.Map<java.lang.String,AdminRole> |
AdminUser.getRoles()
Returns user's roles |
static java.util.Map<java.lang.String,AdminRole> |
AdminUserHome.getRolesListForUser(int nUserId)
Get the role list associated to a given user id |
java.util.Map<java.lang.String,AdminRole> |
AdminUserDAO.selectRolesListForUser(int nUserId)
Get the role list associated to a given user id |
java.util.Map<java.lang.String,AdminRole> |
IAdminUserDAO.selectRolesListForUser(int nUserId)
Get the role list associated to a given user id |
Methods in fr.paris.lutece.portal.business.user with parameters of type AdminRole | |
---|---|
void |
AdminUserDAO.storeUsersRole(java.lang.String strOldRoleKey,
AdminRole role)
Update role key if role key name has change |
void |
IAdminUserDAO.storeUsersRole(java.lang.String strOldRoleKey,
AdminRole role)
Update role key if role key name has change |
static void |
AdminUserHome.updateUsersRole(java.lang.String strOldRoleKey,
AdminRole role)
Update role key if role key name has change |
Method parameters in fr.paris.lutece.portal.business.user with type arguments of type AdminRole | |
---|---|
void |
AdminUser.addRoles(java.util.Map<java.lang.String,AdminRole> roles)
add user's roles |
void |
AdminUser.setRoles(java.util.Map<java.lang.String,AdminRole> roles)
Defines user's roles |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |