Interface CreditCardPaymentInfoDao

All Known Implementing Classes:
DefaultCardPaymentInfoDao

public interface CreditCardPaymentInfoDao
External DAO for credit card managing.
  • 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 contains CreditCardPaymentInfoModel.PK, CreditCardPaymentInfoModel.TYPE and CreditCardPaymentInfoModel.NUMBER.
      Parameters:
      start - the start for range
      count - the num elements in range
      orderByColNum - the order by col number
      sortDirection - the sort direction ("asc" ord "desc")
      Returns:
      List of rows