|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureGroupDAO
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 |
Method Detail |
---|
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 FeatureGroup
int selectFeatureGroupsCount()
List<FeatureGroup> selectFeatureGroupsList()
void store(FeatureGroup featureGroup)
featureGroup
- the reference of the feature group
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |