public final class FeatureGroupDAO extends Object implements IFeatureGroupDAO
Constructor and Description |
---|
FeatureGroupDAO() |
Modifier and Type | Method and Description |
---|---|
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
|
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 FeatureGrouppublic 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
Copyright © 2020 City of Paris. All rights reserved.