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 IFeatureGroupDAOfeatureGroup - instance of the feature group to insertpublic FeatureGroup load(String strIdFeatureGroup)
load in interface IFeatureGroupDAOstrIdFeatureGroup - The indentifier of the object FeatureGrouppublic void delete(String strIdFeatureGroup)
delete in interface IFeatureGroupDAOstrIdFeatureGroup - The indentifier of the object FeatureGrouppublic void store(FeatureGroup featureGroup)
store in interface IFeatureGroupDAOfeatureGroup - the reference of the feature grouppublic List<FeatureGroup> selectFeatureGroupsList()
selectFeatureGroupsList in interface IFeatureGroupDAOpublic int selectFeatureGroupsCount()
selectFeatureGroupsCount in interface IFeatureGroupDAOCopyright © 2020 City of Paris. All rights reserved.