public class DefaultCardPaymentInfoDao extends Object implements CreditCardPaymentInfoDao
CreditCardPaymentInfoDao.SortDirection| Constructor and Description |
|---|
DefaultCardPaymentInfoDao() |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<List<Object>> |
getAllCreditCardsRawData(int start,
int count,
int orderByColNum,
CreditCardPaymentInfoDao.SortDirection sortDirection)
Gets the all credit cards raw info data which contains
CreditCardPaymentInfoModel.PK,
CreditCardPaymentInfoModel.TYPE and CreditCardPaymentInfoModel.NUMBER. |
public SearchResult<List<Object>> getAllCreditCardsRawData(int start, int count, int orderByColNum, CreditCardPaymentInfoDao.SortDirection sortDirection)
CreditCardPaymentInfoDaoCreditCardPaymentInfoModel.PK,
CreditCardPaymentInfoModel.TYPE and CreditCardPaymentInfoModel.NUMBER.getAllCreditCardsRawData in interface CreditCardPaymentInfoDaostart - the start for rangecount - the num elements in rangeorderByColNum - the order by col numbersortDirection - the sort direction ("asc" ord "desc")Copyright © 2017 SAP SE. All Rights Reserved.