public final class FeatureGroupHome extends Object
Modifier and Type | Method and Description |
---|---|
static int |
changeRightOrder(FeatureGroup featureGroup,
int nNewOrder)
Change the order in a
Right |
static FeatureGroup |
create(FeatureGroup featureGroup)
Creation of an instance of an feature group
|
static void |
deleteEntryFromList(int nOrderId)
Delete entry (specify by nOrderId)
|
static FeatureGroup |
findByPrimaryKey(String strKey)
Returns an instance of an feature group whose identifier is specified in parameter
|
static int |
getFeatureGroupsCount()
Gets the count of groups
|
static List<FeatureGroup> |
getFeatureGroupsList()
Loads the data of all the feature groups and returns them in form of a collection
|
static ReferenceList |
getFeatureGroupsReferenceList()
Loads the data of all the feature groups and returns them in form of a reference list
|
static void |
remove(String strId)
Remove the feature group whose identifier is specified in parameter
|
static FeatureGroup |
update(FeatureGroup featureGroup)
Update of the feature group which is specified
|
public static FeatureGroup create(FeatureGroup featureGroup)
featureGroup
- An instance of an feature group which contains the informations to storepublic static FeatureGroup update(FeatureGroup featureGroup)
featureGroup
- The instance of the feature group which contains the data to storepublic static void remove(String strId)
strId
- The identifier of the feature group to removepublic static void deleteEntryFromList(int nOrderId)
nOrderId
- The order to deletepublic static FeatureGroup findByPrimaryKey(String strKey)
strKey
- The feature group primary keypublic static List<FeatureGroup> getFeatureGroupsList()
public static ReferenceList getFeatureGroupsReferenceList()
public static int getFeatureGroupsCount()
public static int changeRightOrder(FeatureGroup featureGroup, int nNewOrder)
Right
featureGroup
- The FeatureGroup
nNewOrder
- The new place in the list or END_OF_LIST to place Right at the endCopyright © 2020 City of Paris. All rights reserved.