Constructor and Description |
---|
GroupDAO() |
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(Group group,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Group |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<Group> |
selectGroupsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the group objects and returns them as a list
|
fr.paris.lutece.util.ReferenceList |
selectGroupsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the group objects and returns them as a referenceList
|
List<Integer> |
selectIdGroupsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the group objects and returns them as a list
|
void |
store(Group group,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
public void insert(Group group, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public Group load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public void delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public void store(Group group, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public List<Group> selectGroupsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectGroupsList
in interface IGroupDAO
plugin
- the Pluginpublic List<Integer> selectIdGroupsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectIdGroupsList
in interface IGroupDAO
plugin
- the Pluginpublic fr.paris.lutece.util.ReferenceList selectGroupsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectGroupsReferenceList
in interface IGroupDAO
plugin
- the PluginCopyright © 2020 City of Paris. All rights reserved.