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