@Service
public class ChequeService
extends <any>
Modifier and Type | Field and Description |
---|---|
private ChequeDao |
chequeDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ChequeService() |
Modifier and Type | Method and Description |
---|---|
<any> |
getDao() |
java.util.List<ChequeVo> |
recuperarCheque(java.lang.Long chaveConta,
java.lang.String serie) |
java.util.List<ChequeVo> |
recuperarSerie(java.lang.Long chaveConta) |
private static final long serialVersionUID
@Autowired private ChequeDao chequeDao
public <any> getDao()
public java.util.List<ChequeVo> recuperarCheque(java.lang.Long chaveConta, java.lang.String serie) throws ErpServiceException
ErpServiceException
public java.util.List<ChequeVo> recuperarSerie(java.lang.Long chaveConta) throws ErpDaoException
ErpDaoException