@Service
public class PrestacaoDocumentoService
extends <any>
Modifier and Type | Field and Description |
---|---|
private PrestacaoDocumentoDao |
prestacaoDocumentoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
PrestacaoDocumentoService() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
buscaDadosCadastro(java.lang.String cpfCnpj) |
<any> |
getDao() |
void |
prestarContas(java.lang.Long sequenciaAdiantamento,
java.sql.Date dataPrestacao) |
private static final long serialVersionUID
@Autowired private PrestacaoDocumentoDao prestacaoDocumentoDao
public <any> getDao()
public java.util.Map<java.lang.String,java.lang.Object> buscaDadosCadastro(java.lang.String cpfCnpj) throws ErpServiceException
ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void prestarContas(java.lang.Long sequenciaAdiantamento, java.sql.Date dataPrestacao) throws ErpServiceException
ErpServiceException