@Service public class ConcessaoService extends br.inf.thema.erp.infra.service.ManutencaoService<ConcessaoVo>
Modifier and Type | Field and Description |
---|---|
private ConcessaoDao |
concessaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ConcessaoService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<ConcessaoVo> |
getDao() |
java.lang.Long |
recuperarPorNumeroDataInicial(java.lang.Long numeroBem,
java.sql.Date dataInicial) |
private static final long serialVersionUID
@Autowired private ConcessaoDao concessaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ConcessaoVo> getDao()
public java.lang.Long recuperarPorNumeroDataInicial(java.lang.Long numeroBem, java.sql.Date dataInicial) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException