Class TmaSubscriptionTermCodeConditionBuilder

    • Constructor Detail

      • TmaSubscriptionTermCodeConditionBuilder

        public TmaSubscriptionTermCodeConditionBuilder()
    • Method Detail

      • buildQueryConditions

        public de.hybris.platform.core.GenericConditionList buildQueryConditions​(de.hybris.platform.core.GenericQuery query,
                                                                                 java.lang.Object param)
        Description copied from interface: TmaGenericConditionBuilder
        Builds a GenericConditionList for the given param.
        Specified by:
        buildQueryConditions in interface TmaGenericConditionBuilder
        Parameters:
        query - the search query to be enhanced
        param - parameter based on which the search query will be enhanced.
        Returns:
        created generic condition
      • buildConditionForFieldWith

        protected de.hybris.platform.core.GenericCondition buildConditionForFieldWith​(de.hybris.platform.core.GenericSearchField searchField,
                                                                                      java.util.List<java.lang.String> termCodes)
      • setTmaEligibilityContextService

        public void setTmaEligibilityContextService​(TmaEligibilityContextService tmaEligibilityContextService)