@Service public class ProdutoRubricaService extends br.inf.thema.erp.infra.service.ManutencaoService<ProdutoRubrica>
Modifier and Type | Field and Description |
---|---|
private ProdutoRubricaDao |
produtoRubricaDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ProdutoRubricaService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<ProdutoRubrica> |
getDao() |
java.lang.String |
recuperaEstruturaDigitos(java.lang.String exercicio) |
java.lang.Boolean |
verificaRubricaCompativel(java.lang.String exercicio,
java.lang.String codigoOrcamentario,
java.lang.Long produto) |
private static final long serialVersionUID
@Autowired private ProdutoRubricaDao produtoRubricaDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ProdutoRubrica> getDao()
public java.lang.String recuperaEstruturaDigitos(java.lang.String exercicio) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Boolean verificaRubricaCompativel(java.lang.String exercicio, java.lang.String codigoOrcamentario, java.lang.Long produto) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException