@Service public class AtesteService extends br.inf.thema.erp.infra.service.ManutencaoService<AtesteVo>
Modifier and Type | Field and Description |
---|---|
private AtesteDao |
atesteDao |
private AtesteItemService |
atesteItemService |
private static long |
serialVersionUID |
Constructor and Description |
---|
AtesteService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<AtesteVo> |
getDao() |
java.util.List<AtesteVo> |
localizar(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<AtesteVo> |
recuperaAtesteEditarAteste(java.lang.Long sequencia) |
java.util.List<AtesteVo> |
recuperaAtesteNovoAteste(java.lang.String exercicioContrato,
java.lang.Long numeroContrato) |
java.util.List<AtesteVo> |
recuperaAtestePorExericicioContratoNumeroContrato(java.lang.String exercicio,
java.lang.Long numeroContrato) |
java.lang.String |
recuperaFormaAteste(java.lang.String exercicioContrato,
java.lang.Long numeroContrato) |
java.util.List<ContratoGestorVo> |
recuperaLocalFisico(java.lang.String exercicioContrato,
java.lang.Long numeroContrato) |
java.lang.Long |
recuperaNumeroAteste() |
java.util.List<AtesteVo> |
recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) |
java.lang.Long |
recuperarSequenciaInserirItemAteste(AtesteVo ateste) |
void |
salvarAtestar(AtesteVo atesteVo) |
void |
salvarAtesteEitemAteste(AtesteVo atesteVo,
java.util.List<AtesteItem> listaAtesteImte,
java.lang.Boolean gravaItens) |
void |
updateAtesteItemAteste(AtesteVo atesteVo,
java.util.List<AtesteItem> listaAtesteImte,
java.lang.Boolean gravaItens) |
private static final long serialVersionUID
@Autowired private AtesteDao atesteDao
@Autowired private AtesteItemService atesteItemService
public br.inf.thema.erp.infra.dao.ManutencaoDao<AtesteVo> getDao()
public java.util.List<AtesteVo> localizar(java.util.Map<java.lang.String,java.lang.Object> where) throws br.inf.thema.erp.infra.exception.ErpException
public java.util.List<AtesteVo> recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.exception.ErpException
public java.util.List<AtesteVo> recuperaAtestePorExericicioContratoNumeroContrato(java.lang.String exercicio, java.lang.Long numeroContrato) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<AtesteVo> recuperaAtesteNovoAteste(java.lang.String exercicioContrato, java.lang.Long numeroContrato) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<AtesteVo> recuperaAtesteEditarAteste(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 recuperaNumeroAteste() throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.String recuperaFormaAteste(java.lang.String exercicioContrato, java.lang.Long numeroContrato) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long recuperarSequenciaInserirItemAteste(AtesteVo ateste) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}) public void salvarAtesteEitemAteste(AtesteVo atesteVo, java.util.List<AtesteItem> listaAtesteImte, java.lang.Boolean gravaItens) throws br.inf.thema.erp.infra.exception.ErpException, br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.exception.ErpException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}) public void updateAtesteItemAteste(AtesteVo atesteVo, java.util.List<AtesteItem> listaAtesteImte, java.lang.Boolean gravaItens) throws br.inf.thema.erp.infra.exception.ErpException, br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.exception.ErpException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void salvarAtestar(AtesteVo atesteVo) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ContratoGestorVo> recuperaLocalFisico(java.lang.String exercicioContrato, java.lang.Long numeroContrato) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException