public interface IProjectDAO
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(Project project,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Project |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<Integer> |
selectIdProjectsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the project objects and returns them as a list
|
List<Project> |
selectProjectsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the project objects and returns them as a list
|
fr.paris.lutece.util.ReferenceList |
selectProjectsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the project objects and returns them as a referenceList
|
void |
store(Project project,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(Project project, fr.paris.lutece.portal.service.plugin.Plugin plugin)
project
- instance of the Project object to insertplugin
- the Pluginvoid store(Project project, fr.paris.lutece.portal.service.plugin.Plugin plugin)
project
- the reference of the Projectplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the Project to deleteplugin
- the PluginProject load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the projectplugin
- the PluginList<Project> selectProjectsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginList<Integer> selectIdProjectsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginfr.paris.lutece.util.ReferenceList selectProjectsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2020 City of Paris. All rights reserved.