Package de.hybris.platform.hac.dao
Interface CreditCardPaymentInfoDao
- All Known Implementing Classes:
DefaultCardPaymentInfoDao
public interface CreditCardPaymentInfoDao
External DAO for credit card managing.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetAllCreditCardsRawData(int start, int count, int orderByColNum, CreditCardPaymentInfoDao.SortDirection sortDirection) Gets the all credit cards raw info data which containsCreditCardPaymentInfoModel.PK,CreditCardPaymentInfoModel.TYPEandCreditCardPaymentInfoModel.NUMBER.
-
Method Details
-
getAllCreditCardsRawData
SearchResult<List<Object>> getAllCreditCardsRawData(int start, int count, int orderByColNum, CreditCardPaymentInfoDao.SortDirection sortDirection) Gets the all credit cards raw info data which containsCreditCardPaymentInfoModel.PK,CreditCardPaymentInfoModel.TYPEandCreditCardPaymentInfoModel.NUMBER.- Parameters:
start- the start for rangecount- the num elements in rangeorderByColNum- the order by col numbersortDirection- the sort direction ("asc" ord "desc")- Returns:
- List of rows
-