|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.right.RightHome
public final class RightHome
This class provides instances management methods (create, find, ...) for Right objects
Method Summary | |
---|---|
static Right |
create(Right right)
Creation of an instance of an admin right |
static Right |
findByPrimaryKey(java.lang.String strKey)
Returns an instance of an admin right whose identifier is specified in parameter |
static java.util.Collection<Right> |
getRightsList()
Loads the data of all the rights and returns them in form of a collection |
static java.util.Collection<Right> |
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> |
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 |
static void |
remove(java.lang.String strId)
Remove the admin right whose identifier is specified in parameter |
static Right |
update(Right right)
Update of the admin right which is specified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Right create(Right right)
right
- An instance of an admin right which contains the informations to store
public static Right update(Right right)
right
- The instance of the admin right which contains the data to store
public static void remove(java.lang.String strId)
strId
- The identifier of the admin right to removepublic static Right findByPrimaryKey(java.lang.String strKey)
strKey
- The admin right primary key
public static java.util.Collection<Right> getRightsList()
public static java.util.Collection<Right> getRightsList(int nLevel)
public static java.util.Collection<Right> getRightsList(java.lang.String strFeatureGroup)
strFeatureGroup
- the name of the feature group
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |