public final class FeatureCategoryHome extends Object
Modifier and Type | Method and Description |
---|---|
static FeatureCategory |
create(FeatureCategory featureCategory)
Create an instance of the featureCategory class
|
static FeatureCategory |
findByPrimaryKey(int nKey)
Returns an instance of a featureCategory whose identifier is specified in parameter
|
static fr.paris.lutece.util.ReferenceList |
getCategoriesList() |
static List<FeatureCategory> |
getFeatureCategorysList()
Load the data of all the featureCategory objects and returns them in form of a collection
|
static List<Integer> |
getIdFeatureCategorysList()
Load the id of all the featureCategory objects and returns them in form of a collection
|
static void |
remove(int nKey)
Remove the featureCategory whose identifier is specified in parameter
|
static FeatureCategory |
update(FeatureCategory featureCategory)
Update of the featureCategory which is specified in parameter
|
public static FeatureCategory create(FeatureCategory featureCategory)
featureCategory
- The instance of the FeatureCategory which contains the informations to storepublic static FeatureCategory update(FeatureCategory featureCategory)
featureCategory
- The instance of the FeatureCategory which contains the data to storepublic static void remove(int nKey)
nKey
- The featureCategory Idpublic static FeatureCategory findByPrimaryKey(int nKey)
nKey
- The featureCategory primary keypublic static List<FeatureCategory> getFeatureCategorysList()
public static List<Integer> getIdFeatureCategorysList()
public static fr.paris.lutece.util.ReferenceList getCategoriesList()
Copyright © 2016 City of Paris. All rights reserved.