Class SpiRelatedProductOrderItemModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.subscribedproductservices.model.SpiRelatedProductOrderItemModel
All Implemented Interfaces:
Serializable

@Deprecated(since="2208", forRemoval=true) public class SpiRelatedProductOrderItemModel extends ItemModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type SpiRelatedProductOrderItem first defined at extension subscribedproductservices.
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
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated relation code constant for relation SpiProduct2SpiRelatedProductOrderItemRelation defining source attribute product in extension subscribedproductservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated model type code constant.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of SpiRelatedProductOrderItem.externalIdentifiers attribute defined at extension subscribedproductservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of SpiRelatedProductOrderItem.orderItemAction attribute defined at extension subscribedproductservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of SpiRelatedProductOrderItem.orderItemId attribute defined at extension subscribedproductservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of SpiRelatedProductOrderItem.product attribute defined at extension subscribedproductservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of SpiRelatedProductOrderItem.productOrderId attribute defined at extension subscribedproductservices.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of SpiRelatedProductOrderItem.role attribute defined at extension subscribedproductservices.

    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
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constructor - Default constructor for generic creation.
    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
    SpiRelatedProductOrderItemModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the SpiRelatedProductOrderItem.externalIdentifiers attribute defined at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the SpiRelatedProductOrderItem.orderItemAction attribute defined at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the SpiRelatedProductOrderItem.orderItemId attribute defined at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the SpiRelatedProductOrderItem.product attribute defined at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the SpiRelatedProductOrderItem.productOrderId attribute defined at extension subscribedproductservices.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the SpiRelatedProductOrderItem.role attribute defined at extension subscribedproductservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of SpiRelatedProductOrderItem.externalIdentifiers attribute defined at extension subscribedproductservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of SpiRelatedProductOrderItem.orderItemAction attribute defined at extension subscribedproductservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of SpiRelatedProductOrderItem.orderItemId attribute defined at extension subscribedproductservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of SpiRelatedProductOrderItem.product attribute defined at extension subscribedproductservices.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of SpiRelatedProductOrderItem.productOrderId attribute defined at extension subscribedproductservices.
    void
    setRole(String value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of SpiRelatedProductOrderItem.role attribute defined at extension subscribedproductservices.

    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
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated model type code constant.
      See Also:
    • _SPIPRODUCT2SPIRELATEDPRODUCTORDERITEMRELATION

      public static final String _SPIPRODUCT2SPIRELATEDPRODUCTORDERITEMRELATION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated relation code constant for relation SpiProduct2SpiRelatedProductOrderItemRelation defining source attribute product in extension subscribedproductservices.
      See Also:
    • ORDERITEMID

      public static final String ORDERITEMID
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SpiRelatedProductOrderItem.orderItemId attribute defined at extension subscribedproductservices.
      See Also:
    • ORDERITEMACTION

      public static final String ORDERITEMACTION
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SpiRelatedProductOrderItem.orderItemAction attribute defined at extension subscribedproductservices.
      See Also:
    • PRODUCTORDERID

      public static final String PRODUCTORDERID
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SpiRelatedProductOrderItem.productOrderId attribute defined at extension subscribedproductservices.
      See Also:
    • ROLE

      public static final String ROLE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SpiRelatedProductOrderItem.role attribute defined at extension subscribedproductservices.
      See Also:
    • EXTERNALIDENTIFIERS

      public static final String EXTERNALIDENTIFIERS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SpiRelatedProductOrderItem.externalIdentifiers attribute defined at extension subscribedproductservices.
      See Also:
    • PRODUCT

      public static final String PRODUCT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SpiRelatedProductOrderItem.product attribute defined at extension subscribedproductservices.
      See Also:
  • Constructor Details

    • SpiRelatedProductOrderItemModel

      public SpiRelatedProductOrderItemModel()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for generic creation.
    • SpiRelatedProductOrderItemModel

      public SpiRelatedProductOrderItemModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SpiRelatedProductOrderItemModel

      @Deprecated(since="4.1.1", forRemoval=true) public SpiRelatedProductOrderItemModel(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:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiRelatedProductOrderItem.externalIdentifiers attribute defined at extension subscribedproductservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getOrderItemAction

      @Accessor(qualifier="orderItemAction", type=GETTER) public SpiOrderItemActionType getOrderItemAction()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiRelatedProductOrderItem.orderItemAction attribute defined at extension subscribedproductservices.
      Returns:
      the orderItemAction
    • getOrderItemId

      @Accessor(qualifier="orderItemId", type=GETTER) public String getOrderItemId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiRelatedProductOrderItem.orderItemId attribute defined at extension subscribedproductservices.
      Returns:
      the orderItemId
    • getProduct

      @Accessor(qualifier="product", type=GETTER) public SpiProductModel getProduct()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiRelatedProductOrderItem.product attribute defined at extension subscribedproductservices.
      Returns:
      the product - The Product for which that Related Product Order Item is valid.
    • getProductOrderId

      @Accessor(qualifier="productOrderId", type=GETTER) public String getProductOrderId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiRelatedProductOrderItem.productOrderId attribute defined at extension subscribedproductservices.
      Returns:
      the productOrderId
    • getRole

      @Accessor(qualifier="role", type=GETTER) public String getRole()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiRelatedProductOrderItem.role attribute defined at extension subscribedproductservices.
      Returns:
      the role
    • setExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiRelatedProductOrderItem.externalIdentifiers attribute defined at extension subscribedproductservices.
      Parameters:
      value - the externalIdentifiers
    • setOrderItemAction

      @Accessor(qualifier="orderItemAction", type=SETTER) public void setOrderItemAction(SpiOrderItemActionType value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiRelatedProductOrderItem.orderItemAction attribute defined at extension subscribedproductservices.
      Parameters:
      value - the orderItemAction
    • setOrderItemId

      @Accessor(qualifier="orderItemId", type=SETTER) public void setOrderItemId(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiRelatedProductOrderItem.orderItemId attribute defined at extension subscribedproductservices.
      Parameters:
      value - the orderItemId
    • setProduct

      @Accessor(qualifier="product", type=SETTER) public void setProduct(SpiProductModel value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiRelatedProductOrderItem.product attribute defined at extension subscribedproductservices.
      Parameters:
      value - the product - The Product for which that Related Product Order Item is valid.
    • setProductOrderId

      @Accessor(qualifier="productOrderId", type=SETTER) public void setProductOrderId(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiRelatedProductOrderItem.productOrderId attribute defined at extension subscribedproductservices.
      Parameters:
      value - the productOrderId
    • setRole

      @Accessor(qualifier="role", type=SETTER) public void setRole(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SpiRelatedProductOrderItem.role attribute defined at extension subscribedproductservices.
      Parameters:
      value - the role