@Service
public class FolhaCentroCustoDotacaoService
extends <any>
Modifier and Type | Field and Description |
---|---|
private FolhaCentroCustoDotacaoDao |
folhaCentroCustoDotacaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
FolhaCentroCustoDotacaoService() |
Modifier and Type | Method and Description |
---|---|
void |
buscaDadosDotacao(FolhaCentroCustoDotacaoVo entidade) |
void |
buscaInformacaoesCredor(FolhaCentroCustoDotacaoVo entidade) |
void |
consistirInclusao(java.lang.String centroCusto,
java.lang.String tipoIntegracao) |
java.util.List<java.lang.String> |
copiaTabelasFolha(java.lang.String exercicioOrigem)
Copia as tabelas da folha para o exercício seguinte
|
<any> |
getDao() |
void |
populaPreRelatorio(java.util.List<java.lang.Object> chaves) |
java.lang.String |
recuperaTipoIntegracao() |
private static final long serialVersionUID
@Autowired private FolhaCentroCustoDotacaoDao folhaCentroCustoDotacaoDao
public <any> getDao()
public java.lang.String recuperaTipoIntegracao() throws ErpServiceException
ErpServiceException
public void consistirInclusao(java.lang.String centroCusto, java.lang.String tipoIntegracao) throws ErpServiceException
ErpServiceException
public void buscaDadosDotacao(FolhaCentroCustoDotacaoVo entidade) throws ErpServiceException
ErpServiceException
public void buscaInformacaoesCredor(FolhaCentroCustoDotacaoVo entidade) throws ErpServiceException
ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void populaPreRelatorio(java.util.List<java.lang.Object> chaves) throws ErpServiceException
ErpServiceException
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}, readOnly=false, propagation=NESTED) public java.util.List<java.lang.String> copiaTabelasFolha(java.lang.String exercicioOrigem) throws ErpServiceException
exercicioOrigem
- ErpServiceException