public interface ITemplateGroupDAO
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(fr.paris.lutece.plugins.forms.business.Group group,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
fr.paris.lutece.plugins.forms.business.Group |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<fr.paris.lutece.plugins.forms.business.Group> |
selectGroupsListByListIdStep(List<Integer> idSteplist,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the group objects and returns them as a list
|
void |
store(fr.paris.lutece.plugins.forms.business.Group group,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(fr.paris.lutece.plugins.forms.business.Group group, fr.paris.lutece.portal.service.plugin.Plugin plugin)
group
- instance of the Group object to insertplugin
- the Pluginvoid store(fr.paris.lutece.plugins.forms.business.Group group, fr.paris.lutece.portal.service.plugin.Plugin plugin)
group
- the reference of the Groupplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the Group to deleteplugin
- the Pluginfr.paris.lutece.plugins.forms.business.Group load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the groupplugin
- the PluginList<fr.paris.lutece.plugins.forms.business.Group> selectGroupsListByListIdStep(List<Integer> idSteplist, fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2022 City of Paris. All rights reserved.