Class ProductInterestsProcessModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processengine.model.BusinessProcessModel
de.hybris.platform.customerinterestsservices.model.ProductInterestsProcessModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StockNotificationProcessModel
Generated model class for type ProductInterestsProcess first defined at extension customerinterestsservices.
Represents The Customer Interests Process.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofProductInterestsProcess.baseSiteattribute defined at extensioncustomerinterestsservices.static final StringGenerated constant - Attribute key ofProductInterestsProcess.Customerattribute defined at extensioncustomerinterestsservices.static final StringGenerated constant - Attribute key ofProductInterestsProcess.languageattribute defined at extensioncustomerinterestsservices.static final StringGenerated constant - Attribute key ofProductInterestsProcess.productattribute defined at extensioncustomerinterestsservices.static final StringGenerated constant - Attribute key ofProductInterestsProcess.productInterestattribute defined at extensioncustomerinterestsservices.Fields inherited from class de.hybris.platform.processengine.model.BusinessProcessModel
CODE, CONTEXTPARAMETERS, CURRENTTASKS, EMAILS, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, PROCESSSTATE, STATE, TASKLOGS, USERFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextProductInterestsProcessModel(String _code, ItemModel _owner, String _processDefinitionName) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductInterestsProcessModel(String _code, String _processDefinitionName) 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 -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theProductInterestsProcess.baseSiteattribute defined at extensioncustomerinterestsservices.Generated method - Getter of theProductInterestsProcess.Customerattribute defined at extensioncustomerinterestsservices.Generated method - Getter of theProductInterestsProcess.languageattribute defined at extensioncustomerinterestsservices.Generated method - Getter of theProductInterestsProcess.productattribute defined at extensioncustomerinterestsservices.Deprecated, for removal: This API element is subject to removal in a future version.since 1905voidsetBaseSite(BaseSiteModel value) Generated method - Setter ofProductInterestsProcess.baseSiteattribute defined at extensioncustomerinterestsservices.voidsetCustomer(CustomerModel value) Generated method - Setter ofProductInterestsProcess.Customerattribute defined at extensioncustomerinterestsservices.voidsetLanguage(LanguageModel value) Generated method - Setter ofProductInterestsProcess.languageattribute defined at extensioncustomerinterestsservices.voidsetProduct(ProductModel value) Generated method - Setter ofProductInterestsProcess.productattribute defined at extensioncustomerinterestsservices.voidDeprecated, for removal: This API element is subject to removal in a future version.since 1905Methods inherited from class de.hybris.platform.processengine.model.BusinessProcessModel
getCode, getContextParameters, getCurrentTasks, getEmails, getEndMessage, getProcessDefinitionName, getProcessDefinitionVersion, getProcessState, getState, getTaskLogs, getUser, setCode, setContextParameters, setCurrentTasks, setEmails, setEndMessage, setProcessDefinitionName, setProcessDefinitionVersion, setState, setTaskLogs, setUserMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
LANGUAGE
Generated constant - Attribute key ofProductInterestsProcess.languageattribute defined at extensioncustomerinterestsservices.- See Also:
-
PRODUCTINTEREST
Generated constant - Attribute key ofProductInterestsProcess.productInterestattribute defined at extensioncustomerinterestsservices.- See Also:
-
CUSTOMER
Generated constant - Attribute key ofProductInterestsProcess.Customerattribute defined at extensioncustomerinterestsservices.- See Also:
-
PRODUCT
Generated constant - Attribute key ofProductInterestsProcess.productattribute defined at extensioncustomerinterestsservices.- See Also:
-
BASESITE
Generated constant - Attribute key ofProductInterestsProcess.baseSiteattribute defined at extensioncustomerinterestsservices.- See Also:
-
-
Constructor Details
-
ProductInterestsProcessModel
public ProductInterestsProcessModel()Generated constructor - Default constructor for generic creation. -
ProductInterestsProcessModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ProductInterestsProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public ProductInterestsProcessModel(String _code, String _processDefinitionName) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeBusinessProcessat extensionprocessing_processDefinitionName- initial attribute declared by typeBusinessProcessat extensionprocessing
-
ProductInterestsProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public ProductInterestsProcessModel(String _code, ItemModel _owner, String _processDefinitionName) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeBusinessProcessat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_processDefinitionName- initial attribute declared by typeBusinessProcessat extensionprocessing
-
-
Method Details
-
getBaseSite
Generated method - Getter of theProductInterestsProcess.baseSiteattribute defined at extensioncustomerinterestsservices.- Returns:
- the baseSite - Attribute contains the base site that will be used in the process
-
getCustomer
Generated method - Getter of theProductInterestsProcess.Customerattribute defined at extensioncustomerinterestsservices.- Returns:
- the Customer - Attribute contains customer will be notified in the process.
-
getLanguage
Generated method - Getter of theProductInterestsProcess.languageattribute defined at extensioncustomerinterestsservices.- Returns:
- the language - Attribute contains language that will be used in the process.
-
getProduct
Generated method - Getter of theProductInterestsProcess.productattribute defined at extensioncustomerinterestsservices.- Returns:
- the product - Attribute contains the product that will be used in the process
-
getProductInterest
@Deprecated(since="1905", forRemoval=true) @Accessor(qualifier="productInterest", type=GETTER) public ProductInterestModel getProductInterest()Deprecated, for removal: This API element is subject to removal in a future version.since 1905Generated method - Getter of theProductInterestsProcess.productInterestattribute defined at extensioncustomerinterestsservices.- Returns:
- the productInterest - Attribute contains the product back in stock interests. Deprecated since 1905.
-
setBaseSite
Generated method - Setter ofProductInterestsProcess.baseSiteattribute defined at extensioncustomerinterestsservices.- Parameters:
value- the baseSite - Attribute contains the base site that will be used in the process
-
setCustomer
Generated method - Setter ofProductInterestsProcess.Customerattribute defined at extensioncustomerinterestsservices.- Parameters:
value- the Customer - Attribute contains customer will be notified in the process.
-
setLanguage
Generated method - Setter ofProductInterestsProcess.languageattribute defined at extensioncustomerinterestsservices.- Parameters:
value- the language - Attribute contains language that will be used in the process.
-
setProduct
Generated method - Setter ofProductInterestsProcess.productattribute defined at extensioncustomerinterestsservices.- Parameters:
value- the product - Attribute contains the product that will be used in the process
-
setProductInterest
@Deprecated(since="1905", forRemoval=true) @Accessor(qualifier="productInterest", type=SETTER) public void setProductInterest(ProductInterestModel value) Deprecated, for removal: This API element is subject to removal in a future version.since 1905Generated method - Setter ofProductInterestsProcess.productInterestattribute defined at extensioncustomerinterestsservices.- Parameters:
value- the productInterest - Attribute contains the product back in stock interests. Deprecated since 1905.
-