Class GeneratedDealBundleTemplate

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.configurablebundleservices.jalo.GeneratedBundleTemplate
de.hybris.platform.configurablebundleservices.jalo.BundleTemplate
de.hybris.platform.travelservices.jalo.deal.GeneratedDealBundleTemplate
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
DealBundleTemplate

public abstract class GeneratedDealBundleTemplate extends de.hybris.platform.configurablebundleservices.jalo.BundleTemplate
Generated class for type DealBundleTemplate.
See Also:
  • Field Details

    • GUESTCOUNTS

      public static final String GUESTCOUNTS
      Qualifier of the DealBundleTemplate.guestCounts attribute
      See Also:
    • STARTINGDATEPATTERN

      public static final String STARTINGDATEPATTERN
      Qualifier of the DealBundleTemplate.startingDatePattern attribute
      See Also:
    • LENGTH

      public static final String LENGTH
      Qualifier of the DealBundleTemplate.length attribute
      See Also:
    • AVAILABILITYDATES

      public static final String AVAILABILITYDATES
      Qualifier of the DealBundleTemplate.availabilityDates attribute
      See Also:
    • DEALCATEGORIES

      public static final String DEALCATEGORIES
      Qualifier of the DealBundleTemplate.dealCategories attribute
      See Also:
    • DEALCATEGORYBUNDLETEMPLATERELATION_SRC_ORDERED

      protected static String DEALCATEGORYBUNDLETEMPLATERELATION_SRC_ORDERED
      Relation ordering override parameter constants for DealCategoryBundleTemplateRelation from ((travelservices))
    • DEALCATEGORYBUNDLETEMPLATERELATION_TGT_ORDERED

      protected static String DEALCATEGORYBUNDLETEMPLATERELATION_TGT_ORDERED
    • DEALCATEGORYBUNDLETEMPLATERELATION_MARKMODIFIED

      protected static String DEALCATEGORYBUNDLETEMPLATERELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for DealCategoryBundleTemplateRelation from ((travelservices))
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedDealBundleTemplate

      public GeneratedDealBundleTemplate()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedBundleTemplate
    • getAvailabilityDates

      public List<Date> getAvailabilityDates(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the DealBundleTemplate.availabilityDates attribute.
      Returns:
      the availabilityDates
    • getAvailabilityDates

      public List<Date> getAvailabilityDates()
      Generated method - Getter of the DealBundleTemplate.availabilityDates attribute.
      Returns:
      the availabilityDates
    • setAvailabilityDates

      public void setAvailabilityDates(de.hybris.platform.jalo.SessionContext ctx, List<Date> value)
      Generated method - Setter of the DealBundleTemplate.availabilityDates attribute.
      Parameters:
      value - the availabilityDates
    • setAvailabilityDates

      public void setAvailabilityDates(List<Date> value)
      Generated method - Setter of the DealBundleTemplate.availabilityDates attribute.
      Parameters:
      value - the availabilityDates
    • getDealCategories

      public Collection<DealCategory> getDealCategories(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the DealBundleTemplate.dealCategories attribute.
      Returns:
      the dealCategories
    • getDealCategories

      public Collection<DealCategory> getDealCategories()
      Generated method - Getter of the DealBundleTemplate.dealCategories attribute.
      Returns:
      the dealCategories
    • getDealCategoriesCount

      public long getDealCategoriesCount(de.hybris.platform.jalo.SessionContext ctx)
    • getDealCategoriesCount

      public long getDealCategoriesCount()
    • setDealCategories

      public void setDealCategories(de.hybris.platform.jalo.SessionContext ctx, Collection<DealCategory> value)
      Generated method - Setter of the DealBundleTemplate.dealCategories attribute.
      Parameters:
      value - the dealCategories
    • setDealCategories

      public void setDealCategories(Collection<DealCategory> value)
      Generated method - Setter of the DealBundleTemplate.dealCategories attribute.
      Parameters:
      value - the dealCategories
    • addToDealCategories

      public void addToDealCategories(de.hybris.platform.jalo.SessionContext ctx, DealCategory value)
      Generated method - Adds value to dealCategories.
      Parameters:
      value - the item to add to dealCategories
    • addToDealCategories

      public void addToDealCategories(DealCategory value)
      Generated method - Adds value to dealCategories.
      Parameters:
      value - the item to add to dealCategories
    • removeFromDealCategories

      public void removeFromDealCategories(de.hybris.platform.jalo.SessionContext ctx, DealCategory value)
      Generated method - Removes value from dealCategories.
      Parameters:
      value - the item to remove from dealCategories
    • removeFromDealCategories

      public void removeFromDealCategories(DealCategory value)
      Generated method - Removes value from dealCategories.
      Parameters:
      value - the item to remove from dealCategories
    • getGuestCounts

      public List<GuestCount> getGuestCounts(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the DealBundleTemplate.guestCounts attribute.
      Returns:
      the guestCounts
    • getGuestCounts

      public List<GuestCount> getGuestCounts()
      Generated method - Getter of the DealBundleTemplate.guestCounts attribute.
      Returns:
      the guestCounts
    • setGuestCounts

      public void setGuestCounts(de.hybris.platform.jalo.SessionContext ctx, List<GuestCount> value)
      Generated method - Setter of the DealBundleTemplate.guestCounts attribute.
      Parameters:
      value - the guestCounts
    • setGuestCounts

      public void setGuestCounts(List<GuestCount> value)
      Generated method - Setter of the DealBundleTemplate.guestCounts attribute.
      Parameters:
      value - the guestCounts
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(de.hybris.platform.jalo.Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 2011, use Utilities.getMarkModifiedOverride(de.hybris.platform.jalo.type.RelationType)
      Overrides:
      isMarkModifiedDisabled in class GeneratedBundleTemplate
    • getLength

      public Integer getLength(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the DealBundleTemplate.length attribute.
      Returns:
      the length
    • getLength

      public Integer getLength()
      Generated method - Getter of the DealBundleTemplate.length attribute.
      Returns:
      the length
    • getLengthAsPrimitive

      public int getLengthAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the DealBundleTemplate.length attribute.
      Returns:
      the length
    • getLengthAsPrimitive

      public int getLengthAsPrimitive()
      Generated method - Getter of the DealBundleTemplate.length attribute.
      Returns:
      the length
    • setLength

      public void setLength(de.hybris.platform.jalo.SessionContext ctx, Integer value)
      Generated method - Setter of the DealBundleTemplate.length attribute.
      Parameters:
      value - the length
    • setLength

      public void setLength(Integer value)
      Generated method - Setter of the DealBundleTemplate.length attribute.
      Parameters:
      value - the length
    • setLength

      public void setLength(de.hybris.platform.jalo.SessionContext ctx, int value)
      Generated method - Setter of the DealBundleTemplate.length attribute.
      Parameters:
      value - the length
    • setLength

      public void setLength(int value)
      Generated method - Setter of the DealBundleTemplate.length attribute.
      Parameters:
      value - the length
    • getStartingDatePattern

      public String getStartingDatePattern(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the DealBundleTemplate.startingDatePattern attribute.
      Returns:
      the startingDatePattern
    • getStartingDatePattern

      public String getStartingDatePattern()
      Generated method - Getter of the DealBundleTemplate.startingDatePattern attribute.
      Returns:
      the startingDatePattern
    • setStartingDatePattern

      public void setStartingDatePattern(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the DealBundleTemplate.startingDatePattern attribute.
      Parameters:
      value - the startingDatePattern
    • setStartingDatePattern

      public void setStartingDatePattern(String value)
      Generated method - Setter of the DealBundleTemplate.startingDatePattern attribute.
      Parameters:
      value - the startingDatePattern