Package de.hybris.platform.hac.dao
Interface CreditCardPaymentInfoDao
-
- All Known Implementing Classes:
DefaultCardPaymentInfoDao
public interface CreditCardPaymentInfoDaoExternal DAO for credit card managing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCreditCardPaymentInfoDao.SortDirection
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 containsCreditCardPaymentInfoModel.PK,CreditCardPaymentInfoModel.TYPEandCreditCardPaymentInfoModel.NUMBER.
-
-
-
Method Detail
-
getAllCreditCardsRawData
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 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
-
-