Package | Description |
---|---|
fr.paris.lutece.portal.business.right | |
fr.paris.lutece.portal.business.user | |
fr.paris.lutece.portal.service.plugin |
Modifier and Type | Method and Description |
---|---|
static Right |
RightHome.create(Right right)
Creation of an instance of an admin right
|
static Right |
RightHome.findByPrimaryKey(String strKey)
Returns an instance of an admin right whose identifier is specified in parameter
|
Right |
IRightDAO.load(String strId)
load the data of the right from the table
|
Right |
RightDAO.load(String strId)
load the data of the right from the table
|
static Right |
RightHome.update(Right right)
Update of the admin right which is specified
|
Modifier and Type | Method and Description |
---|---|
static Collection<Right> |
RightHome.getExternalRightList() |
Collection<Right> |
FeatureGroup.getFeatures()
Returns all features affected to the group
|
static Collection<Right> |
RightHome.getRightsList()
Loads the data of all the rights and returns them in form of a collection
|
static Collection<Right> |
RightHome.getRightsList(int nLevel)
Loads the data of all the rights with level greater or equal than nLevel and returns them in form of a collection
|
static Collection<Right> |
RightHome.getRightsList(String strFeatureGroup)
Loads the data of all the rights with the specified feature group and returns them in form of a collection
|
Collection<Right> |
RightDAO.selectExternalRightsList()
Loads the data of all the external admin features and returns them in form of a collection
|
Collection<Right> |
IRightDAO.selectExternalRightsList(int nLevel)
Loads the data of all the external admin features with level greater or equal than nLevel and returns them in form of a collection
|
Collection<Right> |
RightDAO.selectExternalRightsList(int nLevel)
Loads the data of all the external admin features with level greater or equal than nLevel and returns them in form of a collection
|
Collection<Right> |
IRightDAO.selectRightsList()
Loads the data of all the rights and returns them in form of a collection
|
Collection<Right> |
RightDAO.selectRightsList()
Loads the data of all the rights and returns them in form of a collection
|
Collection<Right> |
IRightDAO.selectRightsList(int nLevel)
Loads the data of all the rights with level greater or equal than nLevel and returns them in form of a collection
|
Collection<Right> |
RightDAO.selectRightsList(int nLevel)
Loads the data of all the rights with level greater or equal than nLevel and returns them in form of a collection
|
Collection<Right> |
IRightDAO.selectRightsList(String strFeatureGroup)
Loads the data of all the rights with the specified feature group and returns them in form of a collection
|
Collection<Right> |
RightDAO.selectRightsList(String strFeatureGroup)
Loads the data of all the rights with the specified feature group and returns them in form of a collection
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureGroup.addFeature(Right right)
Add a feature to the group
|
static int |
RightHome.changeRightOrder(Right right,
int nNewOrder)
Change the order in a
Right |
int |
Right.compareTo(Right o)
Compare the right with the specified right
|
static Right |
RightHome.create(Right right)
Creation of an instance of an admin right
|
void |
IRightDAO.insert(Right right)
Insert a new record in the table.
|
void |
RightDAO.insert(Right right)
Insert a new record in the table.
|
void |
IRightDAO.store(Right right)
Update the record in the table
|
void |
RightDAO.store(Right right)
Update the record in the table
|
static Right |
RightHome.update(Right right)
Update of the admin right which is specified
|
Modifier and Type | Method and Description |
---|---|
Map<String,Right> |
AdminUser.getRights()
Returns user's rights
|
static Map<String,Right> |
AdminUserHome.getRightsListForUser(int nUserId)
Get the right list associated to a given user id
|
Map<String,Right> |
AdminUserDAO.selectRightsListForUser(int nUserId)
Get the right list associated to a given user id
|
Map<String,Right> |
IAdminUserDAO.selectRightsListForUser(int nUserId)
Get the right list associated to a given user id
|
Modifier and Type | Method and Description |
---|---|
void |
AdminUser.updateRight(Right rightToUpdate)
Update user right
|
Modifier and Type | Method and Description |
---|---|
void |
AdminUser.setRights(Map<String,Right> rights)
Defines user's rights
|
Modifier and Type | Method and Description |
---|---|
List<Right> |
PluginFile.getRights()
Returns right list of the plugin
|
List<Right> |
Plugin.getRights()
Returns the list of portlet type of the plugin
|
Modifier and Type | Method and Description |
---|---|
void |
PluginFile.addRight(Right right)
Add an AdminFeature Right to the plugin definition
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.setRights(List<Right> listRights)
Sets plugin rights list
|
Copyright © 2020 City of Paris. All rights reserved.