@Service
public class PrecatorioParcelaService
extends <any>
Modifier and Type | Field and Description |
---|---|
private PrecatorioParcelaDao |
precatorioParcelaDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
PrecatorioParcelaService() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
buscaParcelaPrecatorio(java.lang.String numeroPrecatorio) |
<any> |
getDao() |
void |
preExcluirParcela(java.lang.String numeroPrecatorio,
java.lang.Long numeroParcelas) |
private static final long serialVersionUID
@Autowired private PrecatorioParcelaDao precatorioParcelaDao
public <any> getDao()
public java.util.Map<java.lang.String,java.lang.Object> buscaParcelaPrecatorio(java.lang.String numeroPrecatorio) throws ErpServiceException
ErpServiceException
public void preExcluirParcela(java.lang.String numeroPrecatorio, java.lang.Long numeroParcelas) throws ErpServiceException
ErpServiceException