public interface IBusinessDomainDAO
| 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(BusinessDomain businessDomain,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
BusinessDomain |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<BusinessDomain> |
selectBusinessDomainsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the businessDomain objects and returns them as a collection
|
List<Integer> |
selectIdBusinessDomainsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the businessDomain objects and returns them as a collection
|
void |
store(BusinessDomain businessDomain,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(BusinessDomain businessDomain, fr.paris.lutece.portal.service.plugin.Plugin plugin)
businessDomain - instance of the BusinessDomain object to insertplugin - the Pluginvoid store(BusinessDomain businessDomain, fr.paris.lutece.portal.service.plugin.Plugin plugin)
businessDomain - the reference of the BusinessDomainplugin - the Pluginvoid delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey - The identifier of the BusinessDomain to deleteplugin - the PluginBusinessDomain load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey - The identifier of the businessDomainplugin - the PluginList<BusinessDomain> selectBusinessDomainsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the PluginList<Integer> selectIdBusinessDomainsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the PluginCopyright © 2018 City of Paris. All rights reserved.