@Service
public class VotacaoParcialService
extends <any>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private VotacaoParcialDao |
votacaoParcialDao |
Constructor and Description |
---|
VotacaoParcialService() |
Modifier and Type | Method and Description |
---|---|
<any> |
getDao() |
java.util.List<VotacaoParcial> |
getResultadosPorVotacao(java.lang.Long codigoVotacao,
java.lang.String orderby) |
private static final long serialVersionUID
@Autowired private VotacaoParcialDao votacaoParcialDao
public <any> getDao()
public java.util.List<VotacaoParcial> getResultadosPorVotacao(java.lang.Long codigoVotacao, java.lang.String orderby) throws ErpServiceException
codigoVotacao
- orderby
- V para ordenar por votos R para regiaoErpServiceException