@Service public class ModuloItemContratoService extends br.inf.thema.erp.infra.service.ManutencaoService<ModuloItemContrato>
Modifier and Type | Field and Description |
---|---|
private ModuloItemContratoDao |
moduloItemContratoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ModuloItemContratoService() |
Modifier and Type | Method and Description |
---|---|
void |
excluiModuloItemContrato(java.lang.Long sequencia) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ModuloItemContrato> |
getDao() |
java.lang.Long |
getQuantidadePlanilhas(java.lang.Long sequencia) |
java.util.List<ModuloItemContrato> |
recuperarItemContrato(java.lang.Long sequencia) |
java.util.List<NodoModuloItemContrato> |
recuperarNo(java.lang.Long itemContrato,
java.lang.Long superior) |
java.util.List<NodoModuloItemContrato> |
recuperarRaiz(java.lang.Long itemContrato) |
private static final long serialVersionUID
@Autowired private ModuloItemContratoDao moduloItemContratoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ModuloItemContrato> getDao()
public java.util.List<NodoModuloItemContrato> recuperarRaiz(java.lang.Long itemContrato) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<NodoModuloItemContrato> recuperarNo(java.lang.Long itemContrato, java.lang.Long superior) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void excluiModuloItemContrato(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<ModuloItemContrato> recuperarItemContrato(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long getQuantidadePlanilhas(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException