public interface IBusinessSectorDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(BusinessSector businessSector,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
BusinessSector |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
fr.paris.lutece.util.ReferenceList |
selectBusinessSectors(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Gets all business sectors as a reference list
|
List<BusinessSector> |
selectBusinessSectorsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the businessSector objects and returns them as a collection
|
List<Integer> |
selectIdBusinessSectorsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the businessSector objects and returns them as a collection
|
void |
store(BusinessSector businessSector,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(BusinessSector businessSector, fr.paris.lutece.portal.service.plugin.Plugin plugin)
businessSector
- instance of the BusinessSector object to insertplugin
- the Pluginvoid store(BusinessSector businessSector, fr.paris.lutece.portal.service.plugin.Plugin plugin)
businessSector
- the reference of the BusinessSectorplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the BusinessSector to deleteplugin
- the PluginBusinessSector load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the businessSectorplugin
- the PluginList<BusinessSector> selectBusinessSectorsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginList<Integer> selectIdBusinessSectorsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginfr.paris.lutece.util.ReferenceList selectBusinessSectors(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The pluginCopyright © 2016 City of Paris. All rights reserved.