Class DefaultCountryZoneDeliveryModeDao

    • Constructor Detail

      • DefaultCountryZoneDeliveryModeDao

        public DefaultCountryZoneDeliveryModeDao()
    • Method Detail

      • findDeliveryModesByCountryAndCurrency

        @Deprecated(since="5.0",
                    forRemoval=true)
        public java.util.Collection<DeliveryModeModel> findDeliveryModesByCountryAndCurrency​(CountryModel deliveryCountry,
                                                                                             CurrencyModel currency,
                                                                                             java.lang.Boolean net)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 5.0.
        Description copied from interface: CountryZoneDeliveryModeDao
        Find the delivery modes for the delivery country, currency and net flag.
        Specified by:
        findDeliveryModesByCountryAndCurrency in interface CountryZoneDeliveryModeDao
        Parameters:
        deliveryCountry - the delivery country
        currency - the cart currency
        net - the net flag
        Returns:
        the matching delivery modes
      • getQuery

        @Deprecated(since="5.0",
                    forRemoval=true)
        protected java.lang.String getQuery()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 5.0.
        Returns:
      • doSearch

        protected <T> java.util.List<T> doSearch​(java.lang.String query,
                                                 java.util.Map<java.lang.String,​java.lang.Object> params,
                                                 java.lang.Class<T> resultClass)