Class DefaultCardPaymentInfoDao

    • Constructor Detail

      • DefaultCardPaymentInfoDao

        public DefaultCardPaymentInfoDao()
    • Method Detail

      • getAllCreditCardsRawData

        public SearchResult<java.util.List<java.lang.Object>> getAllCreditCardsRawData​(int start,
                                                                                       int count,
                                                                                       int orderByColNum,
                                                                                       CreditCardPaymentInfoDao.SortDirection sortDirection)
        Description copied from interface: CreditCardPaymentInfoDao
        Gets the all credit cards raw info data which contains CreditCardPaymentInfoModel.PK, CreditCardPaymentInfoModel.TYPE and CreditCardPaymentInfoModel.NUMBER.
        Specified by:
        getAllCreditCardsRawData in interface CreditCardPaymentInfoDao
        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
      • setFlexibleSearchService

        public void setFlexibleSearchService​(FlexibleSearchService flexibleSearchService)