Class TmaBundledProductOfferingModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TmaFixedBundledProductOfferingModel

public class TmaBundledProductOfferingModel extends TmaProductOfferingModel
Generated model class for type TmaBundledProductOffering first defined at extension tuadatacommonsservices.

Grouping of Product Offerings bundled together.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • FAVORITE

      public static final String FAVORITE
      Generated constant - Attribute key of TmaBundledProductOffering.favorite attribute defined at extension tuadatacommonsservices.
      See Also:
    • CHILDREN

      public static final String CHILDREN
      Generated constant - Attribute key of TmaBundledProductOffering.children attribute defined at extension tuadatacommonsservices.
      See Also:
    • BPOOPTIONS

      public static final String BPOOPTIONS
      Generated constant - Attribute key of TmaBundledProductOffering.bpoOptions attribute defined at extension tuadatacommonsservices.
      See Also:
    • PRODUCTOFFERINGGROUPS

      public static final String PRODUCTOFFERINGGROUPS
      Generated constant - Attribute key of TmaBundledProductOffering.productOfferingGroups attribute defined at extension tuadatacommonsservices.
      See Also:
    • PRECONFIGURATIONS

      public static final String PRECONFIGURATIONS
      Generated constant - Attribute key of TmaBundledProductOffering.preConfigurations attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TmaBundledProductOfferingModel

      public TmaBundledProductOfferingModel()
      Generated constructor - Default constructor for generic creation.
    • TmaBundledProductOfferingModel

      public TmaBundledProductOfferingModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • TmaBundledProductOfferingModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaBundledProductOfferingModel(CatalogVersionModel _catalogVersion, String _code)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type Product at extension catalog
      _code - initial attribute declared by type Product at extension core
    • TmaBundledProductOfferingModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaBundledProductOfferingModel(CatalogVersionModel _catalogVersion, String _code, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type Product at extension catalog
      _code - initial attribute declared by type Product at extension core
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getBpoOptions

      @Accessor(qualifier="bpoOptions", type=GETTER) public Set<TmaBundledProdOfferOptionModel> getBpoOptions()
      Generated method - Getter of the TmaBundledProductOffering.bpoOptions attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the bpoOptions - Bundled Product Offering Options defined for a Bundled Product Offering.
    • getChildren

      @Accessor(qualifier="children", type=GETTER) public Set<TmaProductOfferingModel> getChildren()
      Generated method - Getter of the TmaBundledProductOffering.children attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the children - Product Offerings belonging to the configured Bundled Product Offerings (child product offerings to be bought in the context of a bundle).
    • getPreConfigurations

      @Accessor(qualifier="preConfigurations", type=GETTER) public Set<TmaBpoPreConfigModel> getPreConfigurations()
      Generated method - Getter of the TmaBundledProductOffering.preConfigurations attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the preConfigurations - PreConfig associated with the Bundled Product
    • getProductOfferingGroups

      @Accessor(qualifier="productOfferingGroups", type=GETTER) public List<TmaProductOfferingGroupModel> getProductOfferingGroups()
      Generated method - Getter of the TmaBundledProductOffering.productOfferingGroups attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the productOfferingGroups - Product Offering Group linked to the Bundled Product Offering.
    • isFavorite

      @Accessor(qualifier="favorite", type=GETTER) public boolean isFavorite()
      Generated method - Getter of the TmaBundledProductOffering.favorite attribute defined at extension tuadatacommonsservices.
      Returns:
      the favorite - Flag used by a product-manager in order to mark an offering as favorite. The purpose of this flag is to be used for sorting in backoffice. Useful for multi-level offerings - e.g. mark MobileDeal within a QuadDeal as favorite so you have easy access to edit
    • setBpoOptions

      @Accessor(qualifier="bpoOptions", type=SETTER) public void setBpoOptions(Set<TmaBundledProdOfferOptionModel> value)
      Generated method - Setter of TmaBundledProductOffering.bpoOptions attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the bpoOptions - Bundled Product Offering Options defined for a Bundled Product Offering.
    • setChildren

      @Accessor(qualifier="children", type=SETTER) public void setChildren(Set<TmaProductOfferingModel> value)
      Generated method - Setter of TmaBundledProductOffering.children attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the children - Product Offerings belonging to the configured Bundled Product Offerings (child product offerings to be bought in the context of a bundle).
    • setFavorite

      @Accessor(qualifier="favorite", type=SETTER) public void setFavorite(boolean value)
      Generated method - Setter of TmaBundledProductOffering.favorite attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the favorite - Flag used by a product-manager in order to mark an offering as favorite. The purpose of this flag is to be used for sorting in backoffice. Useful for multi-level offerings - e.g. mark MobileDeal within a QuadDeal as favorite so you have easy access to edit
    • setPreConfigurations

      @Accessor(qualifier="preConfigurations", type=SETTER) public void setPreConfigurations(Set<TmaBpoPreConfigModel> value)
      Generated method - Setter of TmaBundledProductOffering.preConfigurations attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the preConfigurations - PreConfig associated with the Bundled Product
    • setProductOfferingGroups

      @Accessor(qualifier="productOfferingGroups", type=SETTER) public void setProductOfferingGroups(List<TmaProductOfferingGroupModel> value)
      Generated method - Setter of TmaBundledProductOffering.productOfferingGroups attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the productOfferingGroups - Product Offering Group linked to the Bundled Product Offering.