Package | Description |
---|---|
fr.paris.lutece.plugins.extend.modules.rating.business.type | |
fr.paris.lutece.plugins.extend.modules.rating.service.type |
Modifier and Type | Method and Description |
---|---|
VoteType |
VoteTypeDAO.load(int nIdVoteType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load.
|
VoteType |
IVoteTypeDAO.load(int nIdVoteType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load.
|
Modifier and Type | Method and Description |
---|---|
List<VoteType> |
VoteTypeDAO.loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all.
|
List<VoteType> |
IVoteTypeDAO.loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all.
|
Modifier and Type | Method and Description |
---|---|
void |
VoteTypeDAO.store(VoteType voteType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update vote type.
|
void |
IVoteTypeDAO.store(VoteType voteType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update vote type.
|
Modifier and Type | Method and Description |
---|---|
VoteType |
VoteTypeService.findByPrimaryKey(int nIdVoteType,
boolean bGetTemplateContent)
Find by primary key.
|
VoteType |
IVoteTypeService.findByPrimaryKey(int nIdVoteType,
boolean bGetTemplateContent)
Find by primary key.
|
Modifier and Type | Method and Description |
---|---|
List<VoteType> |
VoteTypeService.findAll(boolean bGetTemplateContent)
Find all.
|
List<VoteType> |
IVoteTypeService.findAll(boolean bGetTemplateContent)
Find all.
|
Modifier and Type | Method and Description |
---|---|
void |
VoteTypeService.update(VoteType voteType)
Update.
|
void |
IVoteTypeService.update(VoteType voteType)
Update.
|
Copyright © 2015 City of Paris. All rights reserved.