Class SavedCartDescriptionPopulator<T extends CartData>

java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator<CartModel,T>
de.hybris.platform.acceleratorfacades.cart.action.populator.SavedCartDescriptionPopulator<T>
All Implemented Interfaces:
Populator<CartModel,T>

public class SavedCartDescriptionPopulator<T extends CartData> extends AbstractOrderPopulator<CartModel,T>
Converter implementation for CartModel as source and CartData as target type.
  • Constructor Details

    • SavedCartDescriptionPopulator

      public SavedCartDescriptionPopulator()
  • Method Details

    • populate

      public void populate(CartModel source, T target)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Parameters:
      source - the source object
      target - the target to fill
    • getL10nService

      public L10NService getL10nService()
    • setL10nService

      public void setL10nService(L10NService l10nService)
    • getSummaryMessageKey

      protected String getSummaryMessageKey()
    • setSummaryMessageKey

      public void setSummaryMessageKey(String summaryMessageKey)