public class StoreFrontProcessModel extends BusinessProcessModel
It represents storefront business process.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
SITE
Generated constant - Attribute key of
StoreFrontProcess.site attribute defined at extension commerceservices. |
static String |
STORE
Generated constant - Attribute key of
StoreFrontProcess.store attribute defined at extension commerceservices. |
CODE, CONTEXTPARAMETERS, CURRENTTASKS, EMAILS, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, PROCESSSTATE, STATE, TASKLOGS, USER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StoreFrontProcessModel()
Generated constructor - Default constructor for generic creation.
|
StoreFrontProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
StoreFrontProcessModel(String _code,
ItemModel _owner,
String _processDefinitionName)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StoreFrontProcessModel(String _code,
String _processDefinitionName)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
getSite()
Generated method - Getter of the
StoreFrontProcess.site attribute defined at extension commerceservices. |
BaseStoreModel |
getStore()
Generated method - Getter of the
StoreFrontProcess.store attribute defined at extension commerceservices. |
void |
setSite(BaseSiteModel value)
Generated method - Setter of
StoreFrontProcess.site attribute defined at extension commerceservices. |
void |
setStore(BaseStoreModel value)
Generated method - Setter of
StoreFrontProcess.store attribute defined at extension commerceservices. |
getCode, getContextParameters, getCurrentTasks, getEmails, getEndMessage, getProcessDefinitionName, getProcessDefinitionVersion, getProcessState, getState, getTaskLogs, getUser, setCode, setContextParameters, setCurrentTasks, setEmails, setEndMessage, setProcessDefinitionName, setProcessDefinitionVersion, setState, setTaskLogs, setUsergetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String SITE
StoreFrontProcess.site attribute defined at extension commerceservices.public static final String STORE
StoreFrontProcess.store attribute defined at extension commerceservices.public StoreFrontProcessModel()
public StoreFrontProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public StoreFrontProcessModel(String _code, String _processDefinitionName)
_code - initial attribute declared by type BusinessProcess at extension processing_processDefinitionName - initial attribute declared by type BusinessProcess at extension processing@Deprecated public StoreFrontProcessModel(String _code, ItemModel _owner, String _processDefinitionName)
_code - initial attribute declared by type BusinessProcess at extension processing_owner - initial attribute declared by type Item at extension core_processDefinitionName - initial attribute declared by type BusinessProcess at extension processing@Accessor(qualifier="site", type=GETTER) public BaseSiteModel getSite()
StoreFrontProcess.site attribute defined at extension commerceservices.@Accessor(qualifier="store", type=GETTER) public BaseStoreModel getStore()
StoreFrontProcess.store attribute defined at extension commerceservices.@Accessor(qualifier="site", type=SETTER) public void setSite(BaseSiteModel value)
StoreFrontProcess.site attribute defined at extension commerceservices.value - the site - Attribute contains base site object that will be used in the process.@Accessor(qualifier="store", type=SETTER) public void setStore(BaseStoreModel value)
StoreFrontProcess.store attribute defined at extension commerceservices.value - the store - Attribute contains base store object that will be used in the process.Copyright © 2017 SAP SE. All Rights Reserved.