fr.paris.lutece.portal.business.right
Interface IFeatureGroupDAO

All Known Implementing Classes:
FeatureGroupDAO

public interface IFeatureGroupDAO

Author:
LEVY

Method Summary
 void delete(java.lang.String strIdFeatureGroup)
          Delete a record from the table
 void insert(FeatureGroup featureGroup)
          Insert a new record in the table.
 FeatureGroup load(java.lang.String strIdFeatureGroup)
          load the data of FeatureGroup from the table
 int selectFeatureGroupsCount()
          Returns the count of groups
 java.util.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

delete

void delete(java.lang.String strIdFeatureGroup)
Delete a record from the table

Parameters:
strIdFeatureGroup - The indentifier of the object FeatureGroup

insert

void insert(FeatureGroup featureGroup)
Insert a new record in the table.

Parameters:
featureGroup - instance of the feature group to insert

load

FeatureGroup load(java.lang.String strIdFeatureGroup)
load the data of FeatureGroup from the table

Parameters:
strIdFeatureGroup - The indentifier of the object FeatureGroup
Returns:
The Instance of the object Page

selectFeatureGroupsCount

int selectFeatureGroupsCount()
Returns the count of groups

Returns:
the count of all the feature groups

selectFeatureGroupsList

java.util.List<FeatureGroup> selectFeatureGroupsList()
Loads the data of all the feature groups and returns them in form of a collection

Returns:
the list which contains the data of all the feature groups

store

void store(FeatureGroup featureGroup)
Update the record in the table

Parameters:
featureGroup - the reference of the feature group


Copyright © 2011 Mairie de Paris. All Rights Reserved.