public interface IVoteTypeDAO
Modifier and Type | Method and Description |
---|---|
VoteType |
load(int nIdVoteType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load.
|
List<VoteType> |
loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all.
|
void |
store(VoteType voteType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update vote type.
|
VoteType load(int nIdVoteType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdVoteType
- the idplugin
- the pluginList<VoteType> loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginvoid store(VoteType voteType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
voteType
- the vote typeplugin
- the pluginCopyright © 2015 City of Paris. All rights reserved.