public class DefaultCardPaymentInfoDao extends java.lang.Object implements CreditCardPaymentInfoDao
CreditCardPaymentInfoDao.SortDirection| Constructor and Description |
|---|
DefaultCardPaymentInfoDao() |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<java.util.List<java.lang.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. |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
public SearchResult<java.util.List<java.lang.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")public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Copyright © 2018 SAP SE. All Rights Reserved.