public interface IVoteTypeService
Modifier and Type | Method and Description |
---|---|
fr.paris.lutece.util.ReferenceList |
findAll()
Find all.
|
List<VoteType> |
findAll(boolean bGetTemplateContent)
Find all.
|
VoteType |
findByPrimaryKey(int nIdVoteType,
boolean bGetTemplateContent)
Find by primary key.
|
void |
update(VoteType voteType)
Update.
|
VoteType findByPrimaryKey(int nIdVoteType, boolean bGetTemplateContent)
nIdVoteType
- the id typebGetTemplateContent
- the b get contentList<VoteType> findAll(boolean bGetTemplateContent)
bGetTemplateContent
- the b get contentfr.paris.lutece.util.ReferenceList findAll()
@Transactional(value="extend-rating.transactionManager") void update(VoteType voteType)
voteType
- the vote typeCopyright © 2015 City of Paris. All rights reserved.