@Service public class ItensCronogramaService extends br.inf.thema.erp.infra.service.ManutencaoService<ItensCronogramaVo>
Modifier and Type | Field and Description |
---|---|
private ItensCronogramaDao |
itensCronogramaDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ItensCronogramaService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<ItensCronogramaVo> |
getDao() |
java.util.List<ItensCronogramaVo> |
recuperarNo(java.lang.Long versao,
java.lang.Long superior) |
java.util.List<ItensCronogramaVo> |
recuperarRaiz(java.lang.Long versao,
java.lang.Long sequencia) |
java.lang.String |
recuperarSituacaoCronograma(java.lang.Long item) |
private static final long serialVersionUID
@Autowired private ItensCronogramaDao itensCronogramaDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ItensCronogramaVo> getDao()
public java.util.List<ItensCronogramaVo> recuperarRaiz(java.lang.Long versao, java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ItensCronogramaVo> recuperarNo(java.lang.Long versao, java.lang.Long superior) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.String recuperarSituacaoCronograma(java.lang.Long item) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException