Class BundleTemplatePopulator<SOURCE extends BundleTemplateModel,​TARGET extends BundleTemplateData>

    • Constructor Detail

      • BundleTemplatePopulator

        public BundleTemplatePopulator()
    • Method Detail

      • getMaxNoOfProductsAllowed

        protected int getMaxNoOfProductsAllowed​(BundleTemplateModel bundleTemplate)
        Helper method to find maximum possible product selections for the given BundleTemplate based on Selection criteria.
        Parameters:
        bundleTemplate -
        Returns:
        Number of products allowed to the BundleTemplate
      • getFullPath

        protected java.lang.String getFullPath​(SOURCE component)
      • setBundleTemplateService

        public void setBundleTemplateService​(BundleTemplateService bundleTemplateService)