@Service public class SituacaoLegalService extends br.inf.thema.erp.infra.service.ManutencaoService<SituacaoLegal>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private SituacaoLegalDao |
situacaoLegalDao |
Constructor and Description |
---|
SituacaoLegalService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<SituacaoLegal> |
getDao() |
java.util.List<SituacaoLegal> |
recuperarPorOperacaoDeBaixa()
Recupera as situacoes legais por operacao de baixa
|
java.util.List<SituacaoLegal> |
recuperarPorOperacaoDeInclusao()
Recupera as situacoes legais por operacao de inclusao
|
java.lang.Long |
retornarContagemMovimentosPorSituacao(java.lang.Long situacaoLegalBaixa) |
java.util.List<SituacaoLegal> |
retornarTodosTransperencia() |
private static final long serialVersionUID
@Autowired private SituacaoLegalDao situacaoLegalDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<SituacaoLegal> getDao()
public java.util.List<SituacaoLegal> recuperarPorOperacaoDeInclusao() throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
SituacaoLegal
ErpDaoException
public java.util.List<SituacaoLegal> recuperarPorOperacaoDeBaixa() throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
SituacaoLegal
ErpDaoException
public java.util.List<SituacaoLegal> retornarTodosTransperencia() throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long retornarContagemMovimentosPorSituacao(java.lang.Long situacaoLegalBaixa) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException