Package | Description |
---|---|
fr.paris.lutece.plugins.gru.business.domain |
Modifier and Type | Method and Description |
---|---|
static BusinessSector |
BusinessSectorHome.create(BusinessSector businessSector)
Create an instance of the businessSector class
|
static BusinessSector |
BusinessSectorHome.findByPrimaryKey(int nKey)
Returns an instance of a businessSector whose identifier is specified in parameter
|
BusinessSector |
BusinessSectorDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
BusinessSector |
IBusinessSectorDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static BusinessSector |
BusinessSectorHome.update(BusinessSector businessSector)
Update of the businessSector which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<BusinessSector> |
BusinessSectorHome.getBusinessSectorsList()
Load the data of all the businessSector objects and returns them in form of a collection
|
List<BusinessSector> |
BusinessSectorDAO.selectBusinessSectorsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the businessSector objects and returns them as a collection
|
List<BusinessSector> |
IBusinessSectorDAO.selectBusinessSectorsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the businessSector objects and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static BusinessSector |
BusinessSectorHome.create(BusinessSector businessSector)
Create an instance of the businessSector class
|
void |
BusinessSectorDAO.insert(BusinessSector businessSector,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IBusinessSectorDAO.insert(BusinessSector businessSector,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
BusinessSectorDAO.store(BusinessSector businessSector,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
IBusinessSectorDAO.store(BusinessSector businessSector,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static BusinessSector |
BusinessSectorHome.update(BusinessSector businessSector)
Update of the businessSector which is specified in parameter
|
Copyright © 2016 City of Paris. All rights reserved.