@Service public class CadastroParametroService extends br.inf.thema.erp.infra.service.ManutencaoService<CadastroParametro>
Modifier and Type | Field and Description |
---|---|
private CadastroParametroDao |
cadastroParametroDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
CadastroParametroService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<CadastroParametro> |
getDao() |
java.util.List<CadastroParametro> |
recuperarLinhasTipoServicoFormula(java.lang.Long sequencia,
java.lang.Long tipoServico) |
java.util.List<CadastroParametro> |
recuperarLinhasTipoServicoParametros(java.lang.Long tipoServico,
java.lang.Long movimento) |
private static final long serialVersionUID
@Autowired private CadastroParametroDao cadastroParametroDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<CadastroParametro> getDao()
public java.util.List<CadastroParametro> recuperarLinhasTipoServicoFormula(java.lang.Long sequencia, java.lang.Long tipoServico) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<CadastroParametro> recuperarLinhasTipoServicoParametros(java.lang.Long tipoServico, java.lang.Long movimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException