public interface IFeatureGroupDAO
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
|
void delete(String strIdFeatureGroup)
strIdFeatureGroup
- The indentifier of the object FeatureGroupvoid insert(FeatureGroup featureGroup)
featureGroup
- instance of the feature group to insertFeatureGroup load(String strIdFeatureGroup)
strIdFeatureGroup
- The indentifier of the object FeatureGroupint selectFeatureGroupsCount()
List<FeatureGroup> selectFeatureGroupsList()
void store(FeatureGroup featureGroup)
featureGroup
- the reference of the feature groupCopyright © 2020 City of Paris. All rights reserved.