|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.right.FeatureGroupDAO
public final class FeatureGroupDAO
This class provides Data Access methods for feature group objects
Constructor Summary | |
---|---|
FeatureGroupDAO()
|
Method Summary | |
---|---|
void |
delete(String strIdFeatureGroup)
Delete a record from the table |
void |
insert(FeatureGroup featureGroup)
Insert a new record in the table. |
FeatureGroup |
load(String strIdFeatureGroup)
load the data of FeatureGroup from the table |
int |
selectFeatureGroupsCount()
Returns the count of groups |
List<FeatureGroup> |
selectFeatureGroupsList()
Loads the data of all the feature groups and returns them in form of a collection |
void |
store(FeatureGroup featureGroup)
Update the record in the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureGroupDAO()
Method Detail |
---|
public void insert(FeatureGroup featureGroup)
insert
in interface IFeatureGroupDAO
featureGroup
- instance of the feature group to insertpublic FeatureGroup load(String strIdFeatureGroup)
load
in interface IFeatureGroupDAO
strIdFeatureGroup
- The indentifier of the object FeatureGroup
public void delete(String strIdFeatureGroup)
delete
in interface IFeatureGroupDAO
strIdFeatureGroup
- The indentifier of the object FeatureGrouppublic void store(FeatureGroup featureGroup)
store
in interface IFeatureGroupDAO
featureGroup
- the reference of the feature grouppublic List<FeatureGroup> selectFeatureGroupsList()
selectFeatureGroupsList
in interface IFeatureGroupDAO
public int selectFeatureGroupsCount()
selectFeatureGroupsCount
in interface IFeatureGroupDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |