@Service
public class LiquidacaoDocumentoCredorComprovantesService
extends <any>
LiquidacaoDocumentoCredor
Modifier and Type | Field and Description |
---|---|
private LiquidacaoDocumentoCredorComprovantesDao |
liquidacaoDocumentoCredorComprovantesDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
LiquidacaoDocumentoCredorComprovantesService() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LiquidacaoDocumentoCredor> |
getComprovantesCandidatos(java.lang.String exercicioLiquidacao,
java.lang.Long numeroLiquidacao) |
<any> |
getDao() |
void |
incluiItem(java.lang.String exercicioLiquidacao,
java.lang.Long numeroLiquidacao,
java.lang.Long documento) |
void |
incluiItens(java.lang.String exercicioLiquidacao,
java.lang.Long numeroLiquidacao,
java.util.List<LiquidacaoDocumentoCredor> itens) |
private static final long serialVersionUID
@Autowired private LiquidacaoDocumentoCredorComprovantesDao liquidacaoDocumentoCredorComprovantesDao
public LiquidacaoDocumentoCredorComprovantesService()
public <any> getDao()
public java.util.List<LiquidacaoDocumentoCredor> getComprovantesCandidatos(java.lang.String exercicioLiquidacao, java.lang.Long numeroLiquidacao) throws ErpServiceException
ErpServiceException
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}, readOnly=false, propagation=NESTED) public void incluiItem(java.lang.String exercicioLiquidacao, java.lang.Long numeroLiquidacao, java.lang.Long documento) throws ErpServiceException
ErpServiceException
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}, readOnly=false, propagation=NESTED) public void incluiItens(java.lang.String exercicioLiquidacao, java.lang.Long numeroLiquidacao, java.util.List<LiquidacaoDocumentoCredor> itens) throws ErpServiceException
ErpServiceException