Constructor and Description |
---|
RightDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(String strIdRight)
Delete a record from the table
|
void |
insert(Right right)
Insert a new record in the table.
|
Right |
load(String strId)
load the data of the right from the table
|
Collection<Right> |
selectExternalRightsList()
Loads the data of all the external admin features and returns them in form of a collection
|
Collection<Right> |
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> |
selectRightsList()
Loads the data of all the rights and returns them in form of a collection
|
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
|
Collection<Right> |
selectRightsList(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
|
public void insert(Right right)
public void delete(String strIdRight)
public void store(Right right)
public Collection<Right> selectRightsList()
selectRightsList
in interface IRightDAO
public Collection<Right> selectRightsList(int nLevel)
selectRightsList
in interface IRightDAO
nLevel
- The right levelpublic Collection<Right> selectExternalRightsList()
public Collection<Right> selectExternalRightsList(int nLevel)
selectExternalRightsList
in interface IRightDAO
nLevel
- The right levelpublic Collection<Right> selectRightsList(String strFeatureGroup)
selectRightsList
in interface IRightDAO
strFeatureGroup
- the name of the feature groupCopyright © 2020 City of Paris. All rights reserved.