public final class DemandTypeActionHome extends Object
Modifier and Type | Method and Description |
---|---|
static DemandTypeAction |
create(DemandTypeAction demandTypeAction)
Create an instance of the demandTypeAction class
|
static DemandTypeAction |
findByPrimaryKey(int nKey)
Returns an instance of a demandTypeAction whose identifier is specified in parameter
|
static fr.paris.lutece.util.ReferenceList |
getActions()
Gets all actions as a ReferenceList
|
static List<DemandTypeAction> |
getActionsByType(int nDemandTypeId)
Gets a list of action by demand type
|
static List<DemandTypeAction> |
getDemandTypeActionsList()
Load the data of all the demandTypeAction objects and returns them in form of a collection
|
static List<Integer> |
getIdDemandTypeActionsList()
Load the id of all the demandTypeAction objects and returns them in form of a collection
|
static void |
remove(int nKey)
Remove the demandTypeAction whose identifier is specified in parameter
|
static DemandTypeAction |
update(DemandTypeAction demandTypeAction)
Update of the demandTypeAction which is specified in parameter
|
public static DemandTypeAction create(DemandTypeAction demandTypeAction)
demandTypeAction
- The instance of the DemandTypeAction which contains the informations to storepublic static DemandTypeAction update(DemandTypeAction demandTypeAction)
demandTypeAction
- The instance of the DemandTypeAction which contains the data to storepublic static void remove(int nKey)
nKey
- The demandTypeAction Idpublic static DemandTypeAction findByPrimaryKey(int nKey)
nKey
- The demandTypeAction primary keypublic static List<DemandTypeAction> getDemandTypeActionsList()
public static List<Integer> getIdDemandTypeActionsList()
public static List<DemandTypeAction> getActionsByType(int nDemandTypeId)
nDemandTypeId
- The demand type idpublic static fr.paris.lutece.util.ReferenceList getActions()
Copyright © 2016 City of Paris. All rights reserved.