|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Right | |
---|---|
fr.paris.lutece.portal.business.right | |
fr.paris.lutece.portal.business.user | |
fr.paris.lutece.portal.service.plugin |
Uses of Right in fr.paris.lutece.portal.business.right |
---|
Methods in fr.paris.lutece.portal.business.right that return Right | |
---|---|
static Right |
RightHome.create(Right right)
Creation of an instance of an admin right |
static Right |
RightHome.findByPrimaryKey(java.lang.String strKey)
Returns an instance of an admin right whose identifier is specified in parameter |
Right |
RightDAO.load(java.lang.String strId)
load the data of the right from the table |
Right |
IRightDAO.load(java.lang.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 |
Methods in fr.paris.lutece.portal.business.right that return types with arguments of type Right | |
---|---|
java.util.Collection<Right> |
FeatureGroup.getFeatures()
Returns all features affected to the group |
static java.util.Collection<Right> |
RightHome.getRightsList()
Loads the data of all the rights and returns them in form of a collection |
static java.util.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 java.util.Collection<Right> |
RightHome.getRightsList(java.lang.String strFeatureGroup)
Loads the data of all the rights with the specified feature group and returns them in form of a collection |
java.util.Collection<Right> |
RightDAO.selectRightsList()
Loads the data of all the rights and returns them in form of a collection |
java.util.Collection<Right> |
IRightDAO.selectRightsList()
Loads the data of all the rights and returns them in form of a collection |
java.util.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 |
java.util.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 |
java.util.Collection<Right> |
RightDAO.selectRightsList(java.lang.String strFeatureGroup)
Loads the data of all the rights with the specified feature group and returns them in form of a collection |
java.util.Collection<Right> |
IRightDAO.selectRightsList(java.lang.String strFeatureGroup)
Loads the data of all the rights with the specified feature group and returns them in form of a collection |
Methods in fr.paris.lutece.portal.business.right with parameters of type Right | |
---|---|
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 |
RightDAO.insert(Right right)
Insert a new record in the table. |
void |
IRightDAO.insert(Right right)
Insert a new record in the table. |
void |
RightDAO.store(Right right)
Update the record in the table |
void |
IRightDAO.store(Right right)
Update the record in the table |
static Right |
RightHome.update(Right right)
Update of the admin right which is specified |
Uses of Right in fr.paris.lutece.portal.business.user |
---|
Methods in fr.paris.lutece.portal.business.user that return types with arguments of type Right | |
---|---|
java.util.Map<java.lang.String,Right> |
AdminUser.getRights()
Returns user's rights |
static java.util.Map<java.lang.String,Right> |
AdminUserHome.getRightsListForUser(int nUserId)
Get the right list associated to a given user id |
java.util.Map<java.lang.String,Right> |
IAdminUserDAO.selectRightsListForUser(int nUserId)
Get the right list associated to a given user id |
java.util.Map<java.lang.String,Right> |
AdminUserDAO.selectRightsListForUser(int nUserId)
Get the right list associated to a given user id |
Method parameters in fr.paris.lutece.portal.business.user with type arguments of type Right | |
---|---|
void |
AdminUser.setRights(java.util.Map<java.lang.String,Right> rights)
Defines user's rights |
Uses of Right in fr.paris.lutece.portal.service.plugin |
---|
Methods in fr.paris.lutece.portal.service.plugin that return types with arguments of type Right | |
---|---|
java.util.List<Right> |
PluginFile.getRights()
Returns right list of the plugin |
java.util.List<Right> |
Plugin.getRights()
Returns the list of portlet type of the plugin |
Methods in fr.paris.lutece.portal.service.plugin with parameters of type Right | |
---|---|
void |
PluginFile.addRight(Right right)
Add an AdminFeature Right to the plugin definition |
Method parameters in fr.paris.lutece.portal.service.plugin with type arguments of type Right | |
---|---|
void |
Plugin.setRights(java.util.List<Right> listRights)
Sets plugin rights list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |