public class VoteTypeDAO extends Object implements IVoteTypeDAO
Constructor and Description |
---|
VoteTypeDAO() |
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.
|
public VoteType load(int nIdVoteType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IVoteTypeDAO
nIdVoteType
- the idplugin
- the pluginpublic List<VoteType> loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
loadAll
in interface IVoteTypeDAO
plugin
- the pluginpublic void store(VoteType voteType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface IVoteTypeDAO
voteType
- the vote typeplugin
- the pluginCopyright © 2015 City of Paris. All rights reserved.