Class CustomerCouponSearchBreadcrumbBuilder


  • public class CustomerCouponSearchBreadcrumbBuilder
    extends SearchBreadcrumbBuilder
    Builds customer coupon related breadcrumb
    • Constructor Detail

      • CustomerCouponSearchBreadcrumbBuilder

        public CustomerCouponSearchBreadcrumbBuilder()
    • Method Detail

      • getCustomerCouponCodeByURL

        protected java.lang.String getCustomerCouponCodeByURL​(java.lang.String url)
        Gets customer coupon code by URL
        Parameters:
        url - the url used for getting customer coupon code
        Returns:
        the customer coupon code
      • getI18nService

        protected I18NService getI18nService()
      • setI18nService

        public void setI18nService​(I18NService i18nService)
      • getMessageSource

        protected org.springframework.context.MessageSource getMessageSource()
      • setMessageSource

        public void setMessageSource​(org.springframework.context.MessageSource messageSource)
      • setCustomerCouponFacade

        public void setCustomerCouponFacade​(CustomerCouponFacade customerCouponFacade)
      • getParentBreadcrumbResourceKey

        protected java.lang.String getParentBreadcrumbResourceKey()
      • setParentBreadcrumbResourceKey

        public void setParentBreadcrumbResourceKey​(java.lang.String parentBreadcrumbResourceKey)
      • getParentBreadcrumbLinkPath

        protected java.lang.String getParentBreadcrumbLinkPath()
      • setParentBreadcrumbLinkPath

        public void setParentBreadcrumbLinkPath​(java.lang.String parentBreadcrumbLinkPath)
      • getCustomerCouponNameByCode

        protected java.lang.String getCustomerCouponNameByCode​(java.lang.String customerCouponCode)
        Gets customer coupon name by code
        Parameters:
        customerCouponCode - the customer coupon code used for getting coupon name
        Returns:
        the coupon name