|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRightDAO
RightDAO Interface
Method Summary | |
---|---|
void |
delete(java.lang.String strIdRight)
Delete a record from the table |
void |
insert(Right right)
Insert a new record in the table. |
Right |
load(java.lang.String strId)
load the data of the right from the table |
java.util.Collection<Right> |
selectRightsList()
Loads the data of all the rights and returns them in form of a collection |
java.util.Collection<Right> |
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> |
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 |
void |
store(Right right)
Update the record in the table |
Method Detail |
---|
void delete(java.lang.String strIdRight)
strIdRight
- string identifier of the admin right to deletevoid insert(Right right)
right
- instance of the right to insertRight load(java.lang.String strId)
strId
- The identifier of the admin right
java.util.Collection<Right> selectRightsList()
void store(Right right)
right
- the reference of the admin rightjava.util.Collection<Right> selectRightsList(int nLevel)
nLevel
- The right's level
java.util.Collection<Right> selectRightsList(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 |