Class AbstractOrderEntryModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.order.AbstractOrderEntryModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CartEntryModel, OrderEntryModel, QuoteEntryModel

public class AbstractOrderEntryModel extends ItemModel
Generated model class for type AbstractOrderEntry first defined at extension core.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation AbstractOrder2AbstractOrderEntry defining source attribute order in extension core.
    static final String
    Generated relation code constant for relation ConsignmentEntryOrderEntryRelation defining source attribute consignmentEntries in extension basecommerce.
    static final String
    Generated relation code constant for relation MasterAbstractOrderEntry2ChildAbstractOrderEntriesRelation defining source attribute masterEntry in extension subscriptionservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.basePrice attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.c4cItemEntryId attribute defined at extension c4ccpiquote.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.calculated attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.childEntries attribute defined at extension subscriptionservices.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.chosenVendor attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.consignmentEntries attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.cosOrderItemId attribute defined at extension sapoaacosintegration.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.costCenter attribute defined at extension b2bcommerce.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.cpqEntryDiscountInternal attribute defined at extension sapcpqquoteintegration.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.cpqPricingDetails attribute defined at extension sapcpqquoteintegration.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.cpqStatusSummaryMap attribute defined at extension sapproductconfigservices.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.cpqSubscriptionDetails attribute defined at extension sapcpqsbintegration.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.deliveryAddress attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.deliveryMode attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.deliveryPointOfService attribute defined at extension commerceservices.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.deliveryScheduleLines attribute defined at extension saps4omservices.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.discountValues attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.discountValuesInternal attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.entryDiscountInternal attribute defined at extension sapquoteintegration.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.entryGroupNumbers attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.entryNumber attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.Europe1PriceFactory_PDG attribute defined at extension europe1.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.Europe1PriceFactory_PPG attribute defined at extension europe1.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.Europe1PriceFactory_PTG attribute defined at extension europe1.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.externalConfiguration attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.giveAway attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.info attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.masterEntry attribute defined at extension subscriptionservices.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.namedDeliveryDate attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.order attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.originalOrderEntry attribute defined at extension subscriptionservices.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.originalSubscriptionId attribute defined at extension subscriptionservices.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.product attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.productConfiguration attribute defined at extension sapproductconfigservices.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.productConfigurationDraft attribute defined at extension sapproductconfigservices.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.productInfos attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.quantity attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.quantityStatus attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.rejected attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.sapBackendReservation attribute defined at extension sapoaamodel.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.sapPricingConditions attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.sapSource attribute defined at extension sapoaamodel.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.sapVendor attribute defined at extension sapoaamodel.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.scheduleLines attribute defined at extension sapoaamodel.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.taxValues attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.taxValuesInternal attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.totalPrice attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.unit attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractOrderEntry.xmlProduct attribute defined at extension subscriptionservices.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    AbstractOrderEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit)
    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
    AbstractOrderEntryModel(ProductModel _product, Long _quantity, UnitModel _unit)
    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
    AbstractOrderEntryModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the AbstractOrderEntry.basePrice attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.c4cItemEntryId attribute defined at extension c4ccpiquote.
    Generated method - Getter of the AbstractOrderEntry.calculated attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.childEntries attribute defined at extension subscriptionservices.
    Generated method - Getter of the AbstractOrderEntry.chosenVendor attribute defined at extension basecommerce.
    Generated method - Getter of the AbstractOrderEntry.consignmentEntries attribute defined at extension basecommerce.
    Generated method - Getter of the AbstractOrderEntry.cosOrderItemId attribute defined at extension sapoaacosintegration.
    Generated method - Getter of the AbstractOrderEntry.costCenter attribute defined at extension b2bcommerce.
    Generated method - Getter of the AbstractOrderEntry.cpqEntryDiscountInternal attribute defined at extension sapcpqquoteintegration.
    Generated method - Getter of the AbstractOrderEntry.cpqPricingDetails attribute defined at extension sapcpqquoteintegration.
    Generated method - Getter of the AbstractOrderEntry.cpqStatusSummaryMap attribute defined at extension sapproductconfigservices.
    Generated method - Getter of the AbstractOrderEntry.cpqSubscriptionDetails attribute defined at extension sapcpqsbintegration.
    Generated method - Getter of the AbstractOrderEntry.deliveryAddress attribute defined at extension basecommerce.
    Generated method - Getter of the AbstractOrderEntry.deliveryMode attribute defined at extension basecommerce.
    Generated method - Getter of the AbstractOrderEntry.deliveryPointOfService attribute defined at extension commerceservices.
    Generated method - Getter of the AbstractOrderEntry.deliveryScheduleLines attribute defined at extension saps4omservices.
    List<de.hybris.platform.util.DiscountValue>
    Generated method - Getter of the AbstractOrderEntry.discountValues dynamic attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.discountValuesInternal attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.entryDiscountInternal attribute defined at extension sapquoteintegration.
    Generated method - Getter of the AbstractOrderEntry.entryGroupNumbers attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.entryNumber attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.Europe1PriceFactory_PDG attribute defined at extension europe1.
    Generated method - Getter of the AbstractOrderEntry.Europe1PriceFactory_PPG attribute defined at extension europe1.
    Generated method - Getter of the AbstractOrderEntry.Europe1PriceFactory_PTG attribute defined at extension europe1.
    Generated method - Getter of the AbstractOrderEntry.externalConfiguration attribute defined at extension sapmodel.
    Generated method - Getter of the AbstractOrderEntry.giveAway attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.info attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.masterEntry attribute defined at extension subscriptionservices.
    Generated method - Getter of the AbstractOrderEntry.namedDeliveryDate attribute defined at extension basecommerce.
    Generated method - Getter of the AbstractOrderEntry.order attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.originalOrderEntry attribute defined at extension subscriptionservices.
    Generated method - Getter of the AbstractOrderEntry.originalSubscriptionId attribute defined at extension subscriptionservices.
    Generated method - Getter of the AbstractOrderEntry.product attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.productConfiguration attribute defined at extension sapproductconfigservices.
    Generated method - Getter of the AbstractOrderEntry.productConfigurationDraft attribute defined at extension sapproductconfigservices.
    Generated method - Getter of the AbstractOrderEntry.productInfos attribute defined at extension catalog.
    Generated method - Getter of the AbstractOrderEntry.quantity attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.quantityStatus attribute defined at extension basecommerce.
    Generated method - Getter of the AbstractOrderEntry.rejected attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.sapBackendReservation attribute defined at extension sapoaamodel.
    Generated method - Getter of the AbstractOrderEntry.sapPricingConditions attribute defined at extension sapmodel.
    Generated method - Getter of the AbstractOrderEntry.sapSource attribute defined at extension sapoaamodel.
    Generated method - Getter of the AbstractOrderEntry.sapVendor attribute defined at extension sapoaamodel.
    Generated method - Getter of the AbstractOrderEntry.scheduleLines attribute defined at extension sapoaamodel.
    Collection<de.hybris.platform.util.TaxValue>
    Generated method - Getter of the AbstractOrderEntry.taxValues dynamic attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.taxValuesInternal attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.totalPrice attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.unit attribute defined at extension core.
    Generated method - Getter of the AbstractOrderEntry.xmlProduct attribute defined at extension subscriptionservices.
    void
    Generated method - Setter of AbstractOrderEntry.basePrice attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.c4cItemEntryId attribute defined at extension c4ccpiquote.
    void
    Generated method - Setter of AbstractOrderEntry.calculated attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.childEntries attribute defined at extension subscriptionservices.
    void
    Generated method - Setter of AbstractOrderEntry.chosenVendor attribute defined at extension basecommerce.
    void
    Generated method - Setter of AbstractOrderEntry.consignmentEntries attribute defined at extension basecommerce.
    void
    Generated method - Setter of AbstractOrderEntry.cosOrderItemId attribute defined at extension sapoaacosintegration.
    void
    Generated method - Setter of AbstractOrderEntry.costCenter attribute defined at extension b2bcommerce.
    void
    Generated method - Setter of AbstractOrderEntry.cpqEntryDiscountInternal attribute defined at extension sapcpqquoteintegration.
    void
    Generated method - Setter of AbstractOrderEntry.cpqPricingDetails attribute defined at extension sapcpqquoteintegration.
    void
    Generated method - Setter of AbstractOrderEntry.cpqStatusSummaryMap attribute defined at extension sapproductconfigservices.
    void
    Generated method - Setter of AbstractOrderEntry.cpqSubscriptionDetails attribute defined at extension sapcpqsbintegration.
    void
    Generated method - Setter of AbstractOrderEntry.deliveryAddress attribute defined at extension basecommerce.
    void
    Generated method - Setter of AbstractOrderEntry.deliveryMode attribute defined at extension basecommerce.
    void
    Generated method - Setter of AbstractOrderEntry.deliveryPointOfService attribute defined at extension commerceservices.
    void
    Generated method - Setter of AbstractOrderEntry.deliveryScheduleLines attribute defined at extension saps4omservices.
    void
    setDiscountValues(List<de.hybris.platform.util.DiscountValue> value)
    Generated method - Setter of AbstractOrderEntry.discountValues dynamic attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.discountValuesInternal attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.entryDiscountInternal attribute defined at extension sapquoteintegration.
    void
    Generated method - Setter of AbstractOrderEntry.entryGroupNumbers attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.entryNumber attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.Europe1PriceFactory_PDG attribute defined at extension europe1.
    void
    Generated method - Setter of AbstractOrderEntry.Europe1PriceFactory_PPG attribute defined at extension europe1.
    void
    Generated method - Setter of AbstractOrderEntry.Europe1PriceFactory_PTG attribute defined at extension europe1.
    void
    Generated method - Setter of AbstractOrderEntry.externalConfiguration attribute defined at extension sapmodel.
    void
    Generated method - Setter of AbstractOrderEntry.giveAway attribute defined at extension core.
    void
    setInfo(String value)
    Generated method - Setter of AbstractOrderEntry.info attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.masterEntry attribute defined at extension subscriptionservices.
    void
    Generated method - Setter of AbstractOrderEntry.namedDeliveryDate attribute defined at extension basecommerce.
    void
    Generated method - Setter of AbstractOrderEntry.order attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.originalOrderEntry attribute defined at extension subscriptionservices.
    void
    Generated method - Setter of AbstractOrderEntry.originalSubscriptionId attribute defined at extension subscriptionservices.
    void
    Generated method - Setter of AbstractOrderEntry.product attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.productConfiguration attribute defined at extension sapproductconfigservices.
    void
    Generated method - Setter of AbstractOrderEntry.productConfigurationDraft attribute defined at extension sapproductconfigservices.
    void
    Generated method - Setter of AbstractOrderEntry.productInfos attribute defined at extension catalog.
    void
    Generated method - Setter of AbstractOrderEntry.quantity attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.quantityStatus attribute defined at extension basecommerce.
    void
    Generated method - Setter of AbstractOrderEntry.rejected attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.sapBackendReservation attribute defined at extension sapoaamodel.
    void
    Generated method - Setter of AbstractOrderEntry.sapPricingConditions attribute defined at extension sapmodel.
    void
    Generated method - Setter of AbstractOrderEntry.sapSource attribute defined at extension sapoaamodel.
    void
    Generated method - Setter of AbstractOrderEntry.sapVendor attribute defined at extension sapoaamodel.
    void
    Generated method - Setter of AbstractOrderEntry.scheduleLines attribute defined at extension sapoaamodel.
    void
    setTaxValues(Collection<de.hybris.platform.util.TaxValue> value)
    Generated method - Setter of AbstractOrderEntry.taxValues dynamic attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.taxValuesInternal attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.totalPrice attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.unit attribute defined at extension core.
    void
    Generated method - Setter of AbstractOrderEntry.xmlProduct attribute defined at extension subscriptionservices.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

      public static final String _ABSTRACTORDER2ABSTRACTORDERENTRY
      Generated relation code constant for relation AbstractOrder2AbstractOrderEntry defining source attribute order in extension core.
      See Also:
    • _CONSIGNMENTENTRYORDERENTRYRELATION

      public static final String _CONSIGNMENTENTRYORDERENTRYRELATION
      Generated relation code constant for relation ConsignmentEntryOrderEntryRelation defining source attribute consignmentEntries in extension basecommerce.
      See Also:
    • _MASTERABSTRACTORDERENTRY2CHILDABSTRACTORDERENTRIESRELATION

      public static final String _MASTERABSTRACTORDERENTRY2CHILDABSTRACTORDERENTRIESRELATION
      Generated relation code constant for relation MasterAbstractOrderEntry2ChildAbstractOrderEntriesRelation defining source attribute masterEntry in extension subscriptionservices.
      See Also:
    • BASEPRICE

      public static final String BASEPRICE
      Generated constant - Attribute key of AbstractOrderEntry.basePrice attribute defined at extension core.
      See Also:
    • CALCULATED

      public static final String CALCULATED
      Generated constant - Attribute key of AbstractOrderEntry.calculated attribute defined at extension core.
      See Also:
    • DISCOUNTVALUESINTERNAL

      public static final String DISCOUNTVALUESINTERNAL
      Generated constant - Attribute key of AbstractOrderEntry.discountValuesInternal attribute defined at extension core.
      See Also:
    • DISCOUNTVALUES

      public static final String DISCOUNTVALUES
      Generated constant - Attribute key of AbstractOrderEntry.discountValues attribute defined at extension core.
      See Also:
    • ENTRYNUMBER

      public static final String ENTRYNUMBER
      Generated constant - Attribute key of AbstractOrderEntry.entryNumber attribute defined at extension core.
      See Also:
    • INFO

      public static final String INFO
      Generated constant - Attribute key of AbstractOrderEntry.info attribute defined at extension core.
      See Also:
    • PRODUCT

      public static final String PRODUCT
      Generated constant - Attribute key of AbstractOrderEntry.product attribute defined at extension core.
      See Also:
    • QUANTITY

      public static final String QUANTITY
      Generated constant - Attribute key of AbstractOrderEntry.quantity attribute defined at extension core.
      See Also:
    • TAXVALUES

      public static final String TAXVALUES
      Generated constant - Attribute key of AbstractOrderEntry.taxValues attribute defined at extension core.
      See Also:
    • TAXVALUESINTERNAL

      public static final String TAXVALUESINTERNAL
      Generated constant - Attribute key of AbstractOrderEntry.taxValuesInternal attribute defined at extension core.
      See Also:
    • TOTALPRICE

      public static final String TOTALPRICE
      Generated constant - Attribute key of AbstractOrderEntry.totalPrice attribute defined at extension core.
      See Also:
    • UNIT

      public static final String UNIT
      Generated constant - Attribute key of AbstractOrderEntry.unit attribute defined at extension core.
      See Also:
    • GIVEAWAY

      public static final String GIVEAWAY
      Generated constant - Attribute key of AbstractOrderEntry.giveAway attribute defined at extension core.
      See Also:
    • REJECTED

      public static final String REJECTED
      Generated constant - Attribute key of AbstractOrderEntry.rejected attribute defined at extension core.
      See Also:
    • ENTRYGROUPNUMBERS

      public static final String ENTRYGROUPNUMBERS
      Generated constant - Attribute key of AbstractOrderEntry.entryGroupNumbers attribute defined at extension core.
      See Also:
    • ORDER

      public static final String ORDER
      Generated constant - Attribute key of AbstractOrderEntry.order attribute defined at extension core.
      See Also:
    • PRODUCTINFOS

      public static final String PRODUCTINFOS
      Generated constant - Attribute key of AbstractOrderEntry.productInfos attribute defined at extension catalog.
      See Also:
    • EUROPE1PRICEFACTORY_PPG

      public static final String EUROPE1PRICEFACTORY_PPG
      Generated constant - Attribute key of AbstractOrderEntry.Europe1PriceFactory_PPG attribute defined at extension europe1.
      See Also:
    • EUROPE1PRICEFACTORY_PTG

      public static final String EUROPE1PRICEFACTORY_PTG
      Generated constant - Attribute key of AbstractOrderEntry.Europe1PriceFactory_PTG attribute defined at extension europe1.
      See Also:
    • EUROPE1PRICEFACTORY_PDG

      public static final String EUROPE1PRICEFACTORY_PDG
      Generated constant - Attribute key of AbstractOrderEntry.Europe1PriceFactory_PDG attribute defined at extension europe1.
      See Also:
    • CHOSENVENDOR

      public static final String CHOSENVENDOR
      Generated constant - Attribute key of AbstractOrderEntry.chosenVendor attribute defined at extension basecommerce.
      See Also:
    • DELIVERYADDRESS

      public static final String DELIVERYADDRESS
      Generated constant - Attribute key of AbstractOrderEntry.deliveryAddress attribute defined at extension basecommerce.
      See Also:
    • DELIVERYMODE

      public static final String DELIVERYMODE
      Generated constant - Attribute key of AbstractOrderEntry.deliveryMode attribute defined at extension basecommerce.
      See Also:
    • NAMEDDELIVERYDATE

      public static final String NAMEDDELIVERYDATE
      Generated constant - Attribute key of AbstractOrderEntry.namedDeliveryDate attribute defined at extension basecommerce.
      See Also:
    • QUANTITYSTATUS

      public static final String QUANTITYSTATUS
      Generated constant - Attribute key of AbstractOrderEntry.quantityStatus attribute defined at extension basecommerce.
      See Also:
    • CONSIGNMENTENTRIES

      public static final String CONSIGNMENTENTRIES
      Generated constant - Attribute key of AbstractOrderEntry.consignmentEntries attribute defined at extension basecommerce.
      See Also:
    • DELIVERYPOINTOFSERVICE

      public static final String DELIVERYPOINTOFSERVICE
      Generated constant - Attribute key of AbstractOrderEntry.deliveryPointOfService attribute defined at extension commerceservices.
      See Also:
    • COSTCENTER

      public static final String COSTCENTER
      Generated constant - Attribute key of AbstractOrderEntry.costCenter attribute defined at extension b2bcommerce.
      See Also:
    • XMLPRODUCT

      public static final String XMLPRODUCT
      Generated constant - Attribute key of AbstractOrderEntry.xmlProduct attribute defined at extension subscriptionservices.
      See Also:
    • ORIGINALSUBSCRIPTIONID

      public static final String ORIGINALSUBSCRIPTIONID
      Generated constant - Attribute key of AbstractOrderEntry.originalSubscriptionId attribute defined at extension subscriptionservices.
      See Also:
    • ORIGINALORDERENTRY

      public static final String ORIGINALORDERENTRY
      Generated constant - Attribute key of AbstractOrderEntry.originalOrderEntry attribute defined at extension subscriptionservices.
      See Also:
    • MASTERENTRY

      public static final String MASTERENTRY
      Generated constant - Attribute key of AbstractOrderEntry.masterEntry attribute defined at extension subscriptionservices.
      See Also:
    • CHILDENTRIES

      public static final String CHILDENTRIES
      Generated constant - Attribute key of AbstractOrderEntry.childEntries attribute defined at extension subscriptionservices.
      See Also:
    • EXTERNALCONFIGURATION

      public static final String EXTERNALCONFIGURATION
      Generated constant - Attribute key of AbstractOrderEntry.externalConfiguration attribute defined at extension sapmodel.
      See Also:
    • SAPPRICINGCONDITIONS

      public static final String SAPPRICINGCONDITIONS
      Generated constant - Attribute key of AbstractOrderEntry.sapPricingConditions attribute defined at extension sapmodel.
      See Also:
    • SCHEDULELINES

      public static final String SCHEDULELINES
      Generated constant - Attribute key of AbstractOrderEntry.scheduleLines attribute defined at extension sapoaamodel.
      See Also:
    • SAPSOURCE

      public static final String SAPSOURCE
      Generated constant - Attribute key of AbstractOrderEntry.sapSource attribute defined at extension sapoaamodel.
      See Also:
    • SAPVENDOR

      public static final String SAPVENDOR
      Generated constant - Attribute key of AbstractOrderEntry.sapVendor attribute defined at extension sapoaamodel.
      See Also:
    • SAPBACKENDRESERVATION

      public static final String SAPBACKENDRESERVATION
      Generated constant - Attribute key of AbstractOrderEntry.sapBackendReservation attribute defined at extension sapoaamodel.
      See Also:
    • DELIVERYSCHEDULELINES

      public static final String DELIVERYSCHEDULELINES
      Generated constant - Attribute key of AbstractOrderEntry.deliveryScheduleLines attribute defined at extension saps4omservices.
      See Also:
    • CPQENTRYDISCOUNTINTERNAL

      public static final String CPQENTRYDISCOUNTINTERNAL
      Generated constant - Attribute key of AbstractOrderEntry.cpqEntryDiscountInternal attribute defined at extension sapcpqquoteintegration.
      See Also:
    • CPQPRICINGDETAILS

      public static final String CPQPRICINGDETAILS
      Generated constant - Attribute key of AbstractOrderEntry.cpqPricingDetails attribute defined at extension sapcpqquoteintegration.
      See Also:
    • ENTRYDISCOUNTINTERNAL

      public static final String ENTRYDISCOUNTINTERNAL
      Generated constant - Attribute key of AbstractOrderEntry.entryDiscountInternal attribute defined at extension sapquoteintegration.
      See Also:
    • C4CITEMENTRYID

      public static final String C4CITEMENTRYID
      Generated constant - Attribute key of AbstractOrderEntry.c4cItemEntryId attribute defined at extension c4ccpiquote.
      See Also:
    • COSORDERITEMID

      public static final String COSORDERITEMID
      Generated constant - Attribute key of AbstractOrderEntry.cosOrderItemId attribute defined at extension sapoaacosintegration.
      See Also:
    • CPQSUBSCRIPTIONDETAILS

      public static final String CPQSUBSCRIPTIONDETAILS
      Generated constant - Attribute key of AbstractOrderEntry.cpqSubscriptionDetails attribute defined at extension sapcpqsbintegration.
      See Also:
    • CPQSTATUSSUMMARYMAP

      public static final String CPQSTATUSSUMMARYMAP
      Generated constant - Attribute key of AbstractOrderEntry.cpqStatusSummaryMap attribute defined at extension sapproductconfigservices.
      See Also:
    • PRODUCTCONFIGURATION

      public static final String PRODUCTCONFIGURATION
      Generated constant - Attribute key of AbstractOrderEntry.productConfiguration attribute defined at extension sapproductconfigservices.
      See Also:
    • PRODUCTCONFIGURATIONDRAFT

      public static final String PRODUCTCONFIGURATIONDRAFT
      Generated constant - Attribute key of AbstractOrderEntry.productConfigurationDraft attribute defined at extension sapproductconfigservices.
      See Also:
  • Constructor Details

    • AbstractOrderEntryModel

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

      public AbstractOrderEntryModel(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
    • AbstractOrderEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public AbstractOrderEntryModel(ProductModel _product, Long _quantity, UnitModel _unit)
      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:
      _product - initial attribute declared by type AbstractOrderEntry at extension core
      _quantity - initial attribute declared by type AbstractOrderEntry at extension core
      _unit - initial attribute declared by type AbstractOrderEntry at extension core
    • AbstractOrderEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public AbstractOrderEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit)
      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:
      _owner - initial attribute declared by type Item at extension core
      _product - initial attribute declared by type AbstractOrderEntry at extension core
      _quantity - initial attribute declared by type AbstractOrderEntry at extension core
      _unit - initial attribute declared by type AbstractOrderEntry at extension core
  • Method Details

    • getBasePrice

      @Accessor(qualifier="basePrice", type=GETTER) public Double getBasePrice()
      Generated method - Getter of the AbstractOrderEntry.basePrice attribute defined at extension core.
      Returns:
      the basePrice
    • getC4cItemEntryId

      @Accessor(qualifier="c4cItemEntryId", type=GETTER) public String getC4cItemEntryId()
      Generated method - Getter of the AbstractOrderEntry.c4cItemEntryId attribute defined at extension c4ccpiquote.
      Returns:
      the c4cItemEntryId - C4C Item Entry ID
    • getCalculated

      @Accessor(qualifier="calculated", type=GETTER) public Boolean getCalculated()
      Generated method - Getter of the AbstractOrderEntry.calculated attribute defined at extension core.
      Returns:
      the calculated
    • getChildEntries

      @Accessor(qualifier="childEntries", type=GETTER) public Collection<AbstractOrderEntryModel> getChildEntries()
      Generated method - Getter of the AbstractOrderEntry.childEntries attribute defined at extension subscriptionservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the childEntries
    • getChosenVendor

      @Accessor(qualifier="chosenVendor", type=GETTER) public VendorModel getChosenVendor()
      Generated method - Getter of the AbstractOrderEntry.chosenVendor attribute defined at extension basecommerce.
      Returns:
      the chosenVendor
    • getConsignmentEntries

      @Accessor(qualifier="consignmentEntries", type=GETTER) public Set<ConsignmentEntryModel> getConsignmentEntries()
      Generated method - Getter of the AbstractOrderEntry.consignmentEntries attribute defined at extension basecommerce. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the consignmentEntries
    • getCosOrderItemId

      @Accessor(qualifier="cosOrderItemId", type=GETTER) public String getCosOrderItemId()
      Generated method - Getter of the AbstractOrderEntry.cosOrderItemId attribute defined at extension sapoaacosintegration.
      Returns:
      the cosOrderItemId - Unique Id for the each order entry
    • getCostCenter

      @Accessor(qualifier="costCenter", type=GETTER) public B2BCostCenterModel getCostCenter()
      Generated method - Getter of the AbstractOrderEntry.costCenter attribute defined at extension b2bcommerce.
      Returns:
      the costCenter
    • getCpqEntryDiscountInternal

      @Accessor(qualifier="cpqEntryDiscountInternal", type=GETTER) public String getCpqEntryDiscountInternal()
      Generated method - Getter of the AbstractOrderEntry.cpqEntryDiscountInternal attribute defined at extension sapcpqquoteintegration.
      Returns:
      the cpqEntryDiscountInternal - Field to hold discount value and populate discount value during cart calculations
    • getCpqPricingDetails

      @Accessor(qualifier="cpqPricingDetails", type=GETTER) public List<CpqPricingDetailModel> getCpqPricingDetails()
      Generated method - Getter of the AbstractOrderEntry.cpqPricingDetails attribute defined at extension sapcpqquoteintegration. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the cpqPricingDetails
    • getCpqStatusSummaryMap

      @Accessor(qualifier="cpqStatusSummaryMap", type=GETTER) public Map<ProductInfoStatus,Integer> getCpqStatusSummaryMap()
      Generated method - Getter of the AbstractOrderEntry.cpqStatusSummaryMap attribute defined at extension sapproductconfigservices.
      Returns:
      the cpqStatusSummaryMap - Status of the configuration and number of errors.
    • getCpqSubscriptionDetails

      @Accessor(qualifier="cpqSubscriptionDetails", type=GETTER) public List<CpqSubscriptionDetailModel> getCpqSubscriptionDetails()
      Generated method - Getter of the AbstractOrderEntry.cpqSubscriptionDetails attribute defined at extension sapcpqsbintegration. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the cpqSubscriptionDetails
    • getDeliveryAddress

      @Accessor(qualifier="deliveryAddress", type=GETTER) public AddressModel getDeliveryAddress()
      Generated method - Getter of the AbstractOrderEntry.deliveryAddress attribute defined at extension basecommerce.
      Returns:
      the deliveryAddress
    • getDeliveryMode

      @Accessor(qualifier="deliveryMode", type=GETTER) public DeliveryModeModel getDeliveryMode()
      Generated method - Getter of the AbstractOrderEntry.deliveryMode attribute defined at extension basecommerce.
      Returns:
      the deliveryMode
    • getDeliveryPointOfService

      @Accessor(qualifier="deliveryPointOfService", type=GETTER) public PointOfServiceModel getDeliveryPointOfService()
      Generated method - Getter of the AbstractOrderEntry.deliveryPointOfService attribute defined at extension commerceservices.
      Returns:
      the deliveryPointOfService - The point of service to deliver to/collect from.
    • getDeliveryScheduleLines

      @Accessor(qualifier="deliveryScheduleLines", type=GETTER) public Collection<String> getDeliveryScheduleLines()
      Generated method - Getter of the AbstractOrderEntry.deliveryScheduleLines attribute defined at extension saps4omservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the deliveryScheduleLines - Schedule Lines
    • getDiscountValues

      @Accessor(qualifier="discountValues", type=GETTER) public List<de.hybris.platform.util.DiscountValue> getDiscountValues()
      Generated method - Getter of the AbstractOrderEntry.discountValues dynamic attribute defined at extension core. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the discountValues
    • getDiscountValuesInternal

      @Accessor(qualifier="discountValuesInternal", type=GETTER) public String getDiscountValuesInternal()
      Generated method - Getter of the AbstractOrderEntry.discountValuesInternal attribute defined at extension core.
      Returns:
      the discountValuesInternal
    • getEntryDiscountInternal

      @Accessor(qualifier="entryDiscountInternal", type=GETTER) public String getEntryDiscountInternal()
      Generated method - Getter of the AbstractOrderEntry.entryDiscountInternal attribute defined at extension sapquoteintegration.
      Returns:
      the entryDiscountInternal - Field to hold discount value and populate discount value during cart calculations
    • getEntryGroupNumbers

      @Accessor(qualifier="entryGroupNumbers", type=GETTER) public Set<Integer> getEntryGroupNumbers()
      Generated method - Getter of the AbstractOrderEntry.entryGroupNumbers attribute defined at extension core. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the entryGroupNumbers - List of EntryGroup numbers that this order entry belongs to.
    • getEntryNumber

      @Accessor(qualifier="entryNumber", type=GETTER) public Integer getEntryNumber()
      Generated method - Getter of the AbstractOrderEntry.entryNumber attribute defined at extension core.
      Returns:
      the entryNumber
    • getEurope1PriceFactory_PDG

      @Accessor(qualifier="Europe1PriceFactory_PDG", type=GETTER) public ProductDiscountGroup getEurope1PriceFactory_PDG()
      Generated method - Getter of the AbstractOrderEntry.Europe1PriceFactory_PDG attribute defined at extension europe1.
      Returns:
      the Europe1PriceFactory_PDG
    • getEurope1PriceFactory_PPG

      @Accessor(qualifier="Europe1PriceFactory_PPG", type=GETTER) public ProductPriceGroup getEurope1PriceFactory_PPG()
      Generated method - Getter of the AbstractOrderEntry.Europe1PriceFactory_PPG attribute defined at extension europe1.
      Returns:
      the Europe1PriceFactory_PPG
    • getEurope1PriceFactory_PTG

      @Accessor(qualifier="Europe1PriceFactory_PTG", type=GETTER) public ProductTaxGroup getEurope1PriceFactory_PTG()
      Generated method - Getter of the AbstractOrderEntry.Europe1PriceFactory_PTG attribute defined at extension europe1.
      Returns:
      the Europe1PriceFactory_PTG
    • getExternalConfiguration

      @Accessor(qualifier="externalConfiguration", type=GETTER) public String getExternalConfiguration()
      Generated method - Getter of the AbstractOrderEntry.externalConfiguration attribute defined at extension sapmodel.
      Returns:
      the externalConfiguration - XML Representation of a Product Configuration
    • getGiveAway

      @Accessor(qualifier="giveAway", type=GETTER) public Boolean getGiveAway()
      Generated method - Getter of the AbstractOrderEntry.giveAway attribute defined at extension core.
      Returns:
      the giveAway
    • getInfo

      @Accessor(qualifier="info", type=GETTER) public String getInfo()
      Generated method - Getter of the AbstractOrderEntry.info attribute defined at extension core.
      Returns:
      the info
    • getMasterEntry

      @Accessor(qualifier="masterEntry", type=GETTER) public AbstractOrderEntryModel getMasterEntry()
      Generated method - Getter of the AbstractOrderEntry.masterEntry attribute defined at extension subscriptionservices.
      Returns:
      the masterEntry
    • getNamedDeliveryDate

      @Accessor(qualifier="namedDeliveryDate", type=GETTER) public Date getNamedDeliveryDate()
      Generated method - Getter of the AbstractOrderEntry.namedDeliveryDate attribute defined at extension basecommerce.
      Returns:
      the namedDeliveryDate
    • getOrder

      @Accessor(qualifier="order", type=GETTER) public AbstractOrderModel getOrder()
      Generated method - Getter of the AbstractOrderEntry.order attribute defined at extension core.
      Returns:
      the order
    • getOriginalOrderEntry

      @Accessor(qualifier="originalOrderEntry", type=GETTER) public OrderEntryModel getOriginalOrderEntry()
      Generated method - Getter of the AbstractOrderEntry.originalOrderEntry attribute defined at extension subscriptionservices.
      Returns:
      the originalOrderEntry - YTODO to be added to the new entry configuration: Reference to the original entry of the subscription that is upgraded
    • getOriginalSubscriptionId

      @Accessor(qualifier="originalSubscriptionId", type=GETTER) public String getOriginalSubscriptionId()
      Generated method - Getter of the AbstractOrderEntry.originalSubscriptionId attribute defined at extension subscriptionservices.
      Returns:
      the originalSubscriptionId - YTODO to be added to the new entry configuration: Id of the original subscription that is upgraded
    • getProduct

      @Accessor(qualifier="product", type=GETTER) public ProductModel getProduct()
      Generated method - Getter of the AbstractOrderEntry.product attribute defined at extension core.
      Returns:
      the product
    • getProductConfiguration

      @Accessor(qualifier="productConfiguration", type=GETTER) public ProductConfigurationModel getProductConfiguration()
      Generated method - Getter of the AbstractOrderEntry.productConfiguration attribute defined at extension sapproductconfigservices.
      Returns:
      the productConfiguration - Active Product Configuration.
    • getProductConfigurationDraft

      @Accessor(qualifier="productConfigurationDraft", type=GETTER) public ProductConfigurationModel getProductConfigurationDraft()
      Generated method - Getter of the AbstractOrderEntry.productConfigurationDraft attribute defined at extension sapproductconfigservices.
      Returns:
      the productConfigurationDraft - ProductConfiguration Draft.
    • getProductInfos

      @Accessor(qualifier="productInfos", type=GETTER) public List<AbstractOrderEntryProductInfoModel> getProductInfos()
      Generated method - Getter of the AbstractOrderEntry.productInfos attribute defined at extension catalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the productInfos
    • getQuantity

      @Accessor(qualifier="quantity", type=GETTER) public Long getQuantity()
      Generated method - Getter of the AbstractOrderEntry.quantity attribute defined at extension core.
      Returns:
      the quantity
    • getQuantityStatus

      @Accessor(qualifier="quantityStatus", type=GETTER) public OrderEntryStatus getQuantityStatus()
      Generated method - Getter of the AbstractOrderEntry.quantityStatus attribute defined at extension basecommerce.
      Returns:
      the quantityStatus
    • getRejected

      @Accessor(qualifier="rejected", type=GETTER) public Boolean getRejected()
      Generated method - Getter of the AbstractOrderEntry.rejected attribute defined at extension core.
      Returns:
      the rejected
    • getSapBackendReservation

      @Accessor(qualifier="sapBackendReservation", type=GETTER) public Boolean getSapBackendReservation()
      Generated method - Getter of the AbstractOrderEntry.sapBackendReservation attribute defined at extension sapoaamodel.
      Returns:
      the sapBackendReservation - Indicates if a reservation is in the SAP Backend System
    • getSapPricingConditions

      @Accessor(qualifier="sapPricingConditions", type=GETTER) public Set<SAPPricingConditionModel> getSapPricingConditions()
      Generated method - Getter of the AbstractOrderEntry.sapPricingConditions attribute defined at extension sapmodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the sapPricingConditions - SAP pricing conditions
    • getSapSource

      @Accessor(qualifier="sapSource", type=GETTER) public PointOfServiceModel getSapSource()
      Generated method - Getter of the AbstractOrderEntry.sapSource attribute defined at extension sapoaamodel.
      Returns:
      the sapSource - Result from Sourcing determination which will be sent to as site SAP ERP
    • getSapVendor

      @Accessor(qualifier="sapVendor", type=GETTER) public String getSapVendor()
      Generated method - Getter of the AbstractOrderEntry.sapVendor attribute defined at extension sapoaamodel.
      Returns:
      the sapVendor - Result from Sourcing determination which will be sent as vendor to SAP ERP
    • getScheduleLines

      @Accessor(qualifier="scheduleLines", type=GETTER) public List<ScheduleLineModel> getScheduleLines()
      Generated method - Getter of the AbstractOrderEntry.scheduleLines attribute defined at extension sapoaamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the scheduleLines - Schedule Lines
    • getTaxValues

      @Accessor(qualifier="taxValues", type=GETTER) public Collection<de.hybris.platform.util.TaxValue> getTaxValues()
      Generated method - Getter of the AbstractOrderEntry.taxValues dynamic attribute defined at extension core. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the taxValues
    • getTaxValuesInternal

      @Accessor(qualifier="taxValuesInternal", type=GETTER) public String getTaxValuesInternal()
      Generated method - Getter of the AbstractOrderEntry.taxValuesInternal attribute defined at extension core.
      Returns:
      the taxValuesInternal
    • getTotalPrice

      @Accessor(qualifier="totalPrice", type=GETTER) public Double getTotalPrice()
      Generated method - Getter of the AbstractOrderEntry.totalPrice attribute defined at extension core.
      Returns:
      the totalPrice
    • getUnit

      @Accessor(qualifier="unit", type=GETTER) public UnitModel getUnit()
      Generated method - Getter of the AbstractOrderEntry.unit attribute defined at extension core.
      Returns:
      the unit
    • getXmlProduct

      @Accessor(qualifier="xmlProduct", type=GETTER) public String getXmlProduct()
      Generated method - Getter of the AbstractOrderEntry.xmlProduct attribute defined at extension subscriptionservices.
      Returns:
      the xmlProduct - xmlProduct
    • setBasePrice

      @Accessor(qualifier="basePrice", type=SETTER) public void setBasePrice(Double value)
      Generated method - Setter of AbstractOrderEntry.basePrice attribute defined at extension core.
      Parameters:
      value - the basePrice
    • setC4cItemEntryId

      @Accessor(qualifier="c4cItemEntryId", type=SETTER) public void setC4cItemEntryId(String value)
      Generated method - Setter of AbstractOrderEntry.c4cItemEntryId attribute defined at extension c4ccpiquote.
      Parameters:
      value - the c4cItemEntryId - C4C Item Entry ID
    • setCalculated

      @Accessor(qualifier="calculated", type=SETTER) public void setCalculated(Boolean value)
      Generated method - Setter of AbstractOrderEntry.calculated attribute defined at extension core.
      Parameters:
      value - the calculated
    • setChildEntries

      @Accessor(qualifier="childEntries", type=SETTER) public void setChildEntries(Collection<AbstractOrderEntryModel> value)
      Generated method - Setter of AbstractOrderEntry.childEntries attribute defined at extension subscriptionservices.
      Parameters:
      value - the childEntries
    • setChosenVendor

      @Accessor(qualifier="chosenVendor", type=SETTER) public void setChosenVendor(VendorModel value)
      Generated method - Setter of AbstractOrderEntry.chosenVendor attribute defined at extension basecommerce.
      Parameters:
      value - the chosenVendor
    • setConsignmentEntries

      @Accessor(qualifier="consignmentEntries", type=SETTER) public void setConsignmentEntries(Set<ConsignmentEntryModel> value)
      Generated method - Setter of AbstractOrderEntry.consignmentEntries attribute defined at extension basecommerce.
      Parameters:
      value - the consignmentEntries
    • setCosOrderItemId

      @Accessor(qualifier="cosOrderItemId", type=SETTER) public void setCosOrderItemId(String value)
      Generated method - Setter of AbstractOrderEntry.cosOrderItemId attribute defined at extension sapoaacosintegration.
      Parameters:
      value - the cosOrderItemId - Unique Id for the each order entry
    • setCostCenter

      @Accessor(qualifier="costCenter", type=SETTER) public void setCostCenter(B2BCostCenterModel value)
      Generated method - Setter of AbstractOrderEntry.costCenter attribute defined at extension b2bcommerce.
      Parameters:
      value - the costCenter
    • setCpqEntryDiscountInternal

      @Accessor(qualifier="cpqEntryDiscountInternal", type=SETTER) public void setCpqEntryDiscountInternal(String value)
      Generated method - Setter of AbstractOrderEntry.cpqEntryDiscountInternal attribute defined at extension sapcpqquoteintegration.
      Parameters:
      value - the cpqEntryDiscountInternal - Field to hold discount value and populate discount value during cart calculations
    • setCpqPricingDetails

      @Accessor(qualifier="cpqPricingDetails", type=SETTER) public void setCpqPricingDetails(List<CpqPricingDetailModel> value)
      Generated method - Setter of AbstractOrderEntry.cpqPricingDetails attribute defined at extension sapcpqquoteintegration.
      Parameters:
      value - the cpqPricingDetails
    • setCpqStatusSummaryMap

      @Accessor(qualifier="cpqStatusSummaryMap", type=SETTER) public void setCpqStatusSummaryMap(Map<ProductInfoStatus,Integer> value)
      Generated method - Setter of AbstractOrderEntry.cpqStatusSummaryMap attribute defined at extension sapproductconfigservices.
      Parameters:
      value - the cpqStatusSummaryMap - Status of the configuration and number of errors.
    • setCpqSubscriptionDetails

      @Accessor(qualifier="cpqSubscriptionDetails", type=SETTER) public void setCpqSubscriptionDetails(List<CpqSubscriptionDetailModel> value)
      Generated method - Setter of AbstractOrderEntry.cpqSubscriptionDetails attribute defined at extension sapcpqsbintegration.
      Parameters:
      value - the cpqSubscriptionDetails
    • setDeliveryAddress

      @Accessor(qualifier="deliveryAddress", type=SETTER) public void setDeliveryAddress(AddressModel value)
      Generated method - Setter of AbstractOrderEntry.deliveryAddress attribute defined at extension basecommerce.
      Parameters:
      value - the deliveryAddress
    • setDeliveryMode

      @Accessor(qualifier="deliveryMode", type=SETTER) public void setDeliveryMode(DeliveryModeModel value)
      Generated method - Setter of AbstractOrderEntry.deliveryMode attribute defined at extension basecommerce.
      Parameters:
      value - the deliveryMode
    • setDeliveryPointOfService

      @Accessor(qualifier="deliveryPointOfService", type=SETTER) public void setDeliveryPointOfService(PointOfServiceModel value)
      Generated method - Setter of AbstractOrderEntry.deliveryPointOfService attribute defined at extension commerceservices.
      Parameters:
      value - the deliveryPointOfService - The point of service to deliver to/collect from.
    • setDeliveryScheduleLines

      @Accessor(qualifier="deliveryScheduleLines", type=SETTER) public void setDeliveryScheduleLines(Collection<String> value)
      Generated method - Setter of AbstractOrderEntry.deliveryScheduleLines attribute defined at extension saps4omservices.
      Parameters:
      value - the deliveryScheduleLines - Schedule Lines
    • setDiscountValues

      @Accessor(qualifier="discountValues", type=SETTER) public void setDiscountValues(List<de.hybris.platform.util.DiscountValue> value)
      Generated method - Setter of AbstractOrderEntry.discountValues dynamic attribute defined at extension core.
      Parameters:
      value - the discountValues
    • setDiscountValuesInternal

      @Accessor(qualifier="discountValuesInternal", type=SETTER) public void setDiscountValuesInternal(String value)
      Generated method - Setter of AbstractOrderEntry.discountValuesInternal attribute defined at extension core.
      Parameters:
      value - the discountValuesInternal
    • setEntryDiscountInternal

      @Accessor(qualifier="entryDiscountInternal", type=SETTER) public void setEntryDiscountInternal(String value)
      Generated method - Setter of AbstractOrderEntry.entryDiscountInternal attribute defined at extension sapquoteintegration.
      Parameters:
      value - the entryDiscountInternal - Field to hold discount value and populate discount value during cart calculations
    • setEntryGroupNumbers

      @Accessor(qualifier="entryGroupNumbers", type=SETTER) public void setEntryGroupNumbers(Set<Integer> value)
      Generated method - Setter of AbstractOrderEntry.entryGroupNumbers attribute defined at extension core.
      Parameters:
      value - the entryGroupNumbers - List of EntryGroup numbers that this order entry belongs to.
    • setEntryNumber

      @Accessor(qualifier="entryNumber", type=SETTER) public void setEntryNumber(Integer value)
      Generated method - Setter of AbstractOrderEntry.entryNumber attribute defined at extension core.
      Parameters:
      value - the entryNumber
    • setEurope1PriceFactory_PDG

      @Accessor(qualifier="Europe1PriceFactory_PDG", type=SETTER) public void setEurope1PriceFactory_PDG(ProductDiscountGroup value)
      Generated method - Setter of AbstractOrderEntry.Europe1PriceFactory_PDG attribute defined at extension europe1.
      Parameters:
      value - the Europe1PriceFactory_PDG
    • setEurope1PriceFactory_PPG

      @Accessor(qualifier="Europe1PriceFactory_PPG", type=SETTER) public void setEurope1PriceFactory_PPG(ProductPriceGroup value)
      Generated method - Setter of AbstractOrderEntry.Europe1PriceFactory_PPG attribute defined at extension europe1.
      Parameters:
      value - the Europe1PriceFactory_PPG
    • setEurope1PriceFactory_PTG

      @Accessor(qualifier="Europe1PriceFactory_PTG", type=SETTER) public void setEurope1PriceFactory_PTG(ProductTaxGroup value)
      Generated method - Setter of AbstractOrderEntry.Europe1PriceFactory_PTG attribute defined at extension europe1.
      Parameters:
      value - the Europe1PriceFactory_PTG
    • setExternalConfiguration

      @Accessor(qualifier="externalConfiguration", type=SETTER) public void setExternalConfiguration(String value)
      Generated method - Setter of AbstractOrderEntry.externalConfiguration attribute defined at extension sapmodel.
      Parameters:
      value - the externalConfiguration - XML Representation of a Product Configuration
    • setGiveAway

      @Accessor(qualifier="giveAway", type=SETTER) public void setGiveAway(Boolean value)
      Generated method - Setter of AbstractOrderEntry.giveAway attribute defined at extension core.
      Parameters:
      value - the giveAway
    • setInfo

      @Accessor(qualifier="info", type=SETTER) public void setInfo(String value)
      Generated method - Setter of AbstractOrderEntry.info attribute defined at extension core.
      Parameters:
      value - the info
    • setMasterEntry

      @Accessor(qualifier="masterEntry", type=SETTER) public void setMasterEntry(AbstractOrderEntryModel value)
      Generated method - Setter of AbstractOrderEntry.masterEntry attribute defined at extension subscriptionservices.
      Parameters:
      value - the masterEntry
    • setNamedDeliveryDate

      @Accessor(qualifier="namedDeliveryDate", type=SETTER) public void setNamedDeliveryDate(Date value)
      Generated method - Setter of AbstractOrderEntry.namedDeliveryDate attribute defined at extension basecommerce.
      Parameters:
      value - the namedDeliveryDate
    • setOrder

      @Accessor(qualifier="order", type=SETTER) public void setOrder(AbstractOrderModel value)
      Generated method - Setter of AbstractOrderEntry.order attribute defined at extension core.
      Parameters:
      value - the order
    • setOriginalOrderEntry

      @Accessor(qualifier="originalOrderEntry", type=SETTER) public void setOriginalOrderEntry(OrderEntryModel value)
      Generated method - Setter of AbstractOrderEntry.originalOrderEntry attribute defined at extension subscriptionservices.
      Parameters:
      value - the originalOrderEntry - YTODO to be added to the new entry configuration: Reference to the original entry of the subscription that is upgraded
    • setOriginalSubscriptionId

      @Accessor(qualifier="originalSubscriptionId", type=SETTER) public void setOriginalSubscriptionId(String value)
      Generated method - Setter of AbstractOrderEntry.originalSubscriptionId attribute defined at extension subscriptionservices.
      Parameters:
      value - the originalSubscriptionId - YTODO to be added to the new entry configuration: Id of the original subscription that is upgraded
    • setProduct

      @Accessor(qualifier="product", type=SETTER) public void setProduct(ProductModel value)
      Generated method - Setter of AbstractOrderEntry.product attribute defined at extension core.
      Parameters:
      value - the product
    • setProductConfiguration

      @Accessor(qualifier="productConfiguration", type=SETTER) public void setProductConfiguration(ProductConfigurationModel value)
      Generated method - Setter of AbstractOrderEntry.productConfiguration attribute defined at extension sapproductconfigservices.
      Parameters:
      value - the productConfiguration - Active Product Configuration.
    • setProductConfigurationDraft

      @Accessor(qualifier="productConfigurationDraft", type=SETTER) public void setProductConfigurationDraft(ProductConfigurationModel value)
      Generated method - Setter of AbstractOrderEntry.productConfigurationDraft attribute defined at extension sapproductconfigservices.
      Parameters:
      value - the productConfigurationDraft - ProductConfiguration Draft.
    • setProductInfos

      @Accessor(qualifier="productInfos", type=SETTER) public void setProductInfos(List<AbstractOrderEntryProductInfoModel> value)
      Generated method - Setter of AbstractOrderEntry.productInfos attribute defined at extension catalog.
      Parameters:
      value - the productInfos
    • setQuantity

      @Accessor(qualifier="quantity", type=SETTER) public void setQuantity(Long value)
      Generated method - Setter of AbstractOrderEntry.quantity attribute defined at extension core.
      Parameters:
      value - the quantity
    • setQuantityStatus

      @Accessor(qualifier="quantityStatus", type=SETTER) public void setQuantityStatus(OrderEntryStatus value)
      Generated method - Setter of AbstractOrderEntry.quantityStatus attribute defined at extension basecommerce.
      Parameters:
      value - the quantityStatus
    • setRejected

      @Accessor(qualifier="rejected", type=SETTER) public void setRejected(Boolean value)
      Generated method - Setter of AbstractOrderEntry.rejected attribute defined at extension core.
      Parameters:
      value - the rejected
    • setSapBackendReservation

      @Accessor(qualifier="sapBackendReservation", type=SETTER) public void setSapBackendReservation(Boolean value)
      Generated method - Setter of AbstractOrderEntry.sapBackendReservation attribute defined at extension sapoaamodel.
      Parameters:
      value - the sapBackendReservation - Indicates if a reservation is in the SAP Backend System
    • setSapPricingConditions

      @Accessor(qualifier="sapPricingConditions", type=SETTER) public void setSapPricingConditions(Set<SAPPricingConditionModel> value)
      Generated method - Setter of AbstractOrderEntry.sapPricingConditions attribute defined at extension sapmodel.
      Parameters:
      value - the sapPricingConditions - SAP pricing conditions
    • setSapSource

      @Accessor(qualifier="sapSource", type=SETTER) public void setSapSource(PointOfServiceModel value)
      Generated method - Setter of AbstractOrderEntry.sapSource attribute defined at extension sapoaamodel.
      Parameters:
      value - the sapSource - Result from Sourcing determination which will be sent to as site SAP ERP
    • setSapVendor

      @Accessor(qualifier="sapVendor", type=SETTER) public void setSapVendor(String value)
      Generated method - Setter of AbstractOrderEntry.sapVendor attribute defined at extension sapoaamodel.
      Parameters:
      value - the sapVendor - Result from Sourcing determination which will be sent as vendor to SAP ERP
    • setScheduleLines

      @Accessor(qualifier="scheduleLines", type=SETTER) public void setScheduleLines(List<ScheduleLineModel> value)
      Generated method - Setter of AbstractOrderEntry.scheduleLines attribute defined at extension sapoaamodel.
      Parameters:
      value - the scheduleLines - Schedule Lines
    • setTaxValues

      @Accessor(qualifier="taxValues", type=SETTER) public void setTaxValues(Collection<de.hybris.platform.util.TaxValue> value)
      Generated method - Setter of AbstractOrderEntry.taxValues dynamic attribute defined at extension core.
      Parameters:
      value - the taxValues
    • setTaxValuesInternal

      @Accessor(qualifier="taxValuesInternal", type=SETTER) public void setTaxValuesInternal(String value)
      Generated method - Setter of AbstractOrderEntry.taxValuesInternal attribute defined at extension core.
      Parameters:
      value - the taxValuesInternal
    • setTotalPrice

      @Accessor(qualifier="totalPrice", type=SETTER) public void setTotalPrice(Double value)
      Generated method - Setter of AbstractOrderEntry.totalPrice attribute defined at extension core.
      Parameters:
      value - the totalPrice
    • setUnit

      @Accessor(qualifier="unit", type=SETTER) public void setUnit(UnitModel value)
      Generated method - Setter of AbstractOrderEntry.unit attribute defined at extension core.
      Parameters:
      value - the unit
    • setXmlProduct

      @Accessor(qualifier="xmlProduct", type=SETTER) public void setXmlProduct(String value)
      Generated method - Setter of AbstractOrderEntry.xmlProduct attribute defined at extension subscriptionservices.
      Parameters:
      value - the xmlProduct - xmlProduct