|
||||||||||
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 int |
changeRightOrder(Right right,
int nNewOrder)
Change the order in a Right |
static boolean |
checkFeatureOrders(java.lang.String strFeatureGroup)
Check feature orders and return false if at least one order is twice |
static Right |
create(Right right)
Creation of an instance of an admin right |
static void |
deleteEntryFromList(java.lang.String strFeatureGroup,
int nOrderId)
Delete entry (specify by nOrderId) |
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 |
reinitFeatureOrders(java.lang.String strFeatureGroup)
Reinitialize feature order groups |
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)
nLevel
- The right's level
public static java.util.Collection<Right> getRightsList(java.lang.String strFeatureGroup)
strFeatureGroup
- the name of the feature group
public static int changeRightOrder(Right right, int nNewOrder)
Right
right
- The right to update ordernNewOrder
- The new place in the list or END_OF_LIST to place Right at the end
public static void deleteEntryFromList(java.lang.String strFeatureGroup, int nOrderId)
strFeatureGroup
- The FeatureGroup
impactednOrderId
- The order to deletepublic static void reinitFeatureOrders(java.lang.String strFeatureGroup)
strFeatureGroup
- The feature group keypublic static boolean checkFeatureOrders(java.lang.String strFeatureGroup)
strFeatureGroup
- The feature group key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |