|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureGroup | |
---|---|
fr.paris.lutece.portal.business.right |
Uses of FeatureGroup in fr.paris.lutece.portal.business.right |
---|
Methods in fr.paris.lutece.portal.business.right that return FeatureGroup | |
---|---|
static FeatureGroup |
FeatureGroupHome.create(FeatureGroup featureGroup)
Creation of an instance of an feature group |
static FeatureGroup |
FeatureGroupHome.findByPrimaryKey(java.lang.String strKey)
Returns an instance of an feature group whose identifier is specified in parameter |
FeatureGroup |
IFeatureGroupDAO.load(java.lang.String strIdFeatureGroup)
load the data of FeatureGroup from the table |
FeatureGroup |
FeatureGroupDAO.load(java.lang.String strIdFeatureGroup)
load the data of FeatureGroup from the table |
static FeatureGroup |
FeatureGroupHome.update(FeatureGroup featureGroup)
Update of the feature group which is specified |
Methods in fr.paris.lutece.portal.business.right that return types with arguments of type FeatureGroup | |
---|---|
static java.util.List<FeatureGroup> |
FeatureGroupHome.getFeatureGroupsList()
Loads the data of all the feature groups and returns them in form of a collection |
java.util.List<FeatureGroup> |
IFeatureGroupDAO.selectFeatureGroupsList()
Loads the data of all the feature groups and returns them in form of a collection |
java.util.List<FeatureGroup> |
FeatureGroupDAO.selectFeatureGroupsList()
Loads the data of all the feature groups and returns them in form of a collection |
Methods in fr.paris.lutece.portal.business.right with parameters of type FeatureGroup | |
---|---|
static FeatureGroup |
FeatureGroupHome.create(FeatureGroup featureGroup)
Creation of an instance of an feature group |
void |
IFeatureGroupDAO.insert(FeatureGroup featureGroup)
Insert a new record in the table. |
void |
FeatureGroupDAO.insert(FeatureGroup featureGroup)
Insert a new record in the table. |
void |
IFeatureGroupDAO.store(FeatureGroup featureGroup)
Update the record in the table |
void |
FeatureGroupDAO.store(FeatureGroup featureGroup)
Update the record in the table |
static FeatureGroup |
FeatureGroupHome.update(FeatureGroup featureGroup)
Update of the feature group which is specified |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |