public class StoreFrontCustomerProcessModel extends StoreFrontProcessModel
Represents customer related store front business process.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CURRENCY
Generated constant - Attribute key of
StoreFrontCustomerProcess.currency attribute defined at extension acceleratorservices. |
static String |
CUSTOMER
Generated constant - Attribute key of
StoreFrontCustomerProcess.customer attribute defined at extension commerceservices. |
static String |
LANGUAGE
Generated constant - Attribute key of
StoreFrontCustomerProcess.language attribute defined at extension commerceservices. |
SITE, STORECODE, 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 |
|---|
StoreFrontCustomerProcessModel()
Generated constructor - Default constructor for generic creation.
|
StoreFrontCustomerProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
StoreFrontCustomerProcessModel(String _code,
ItemModel _owner,
String _processDefinitionName)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StoreFrontCustomerProcessModel(String _code,
String _processDefinitionName)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CurrencyModel |
getCurrency()
Generated method - Getter of the
StoreFrontCustomerProcess.currency attribute defined at extension acceleratorservices. |
CustomerModel |
getCustomer()
Generated method - Getter of the
StoreFrontCustomerProcess.customer attribute defined at extension commerceservices. |
LanguageModel |
getLanguage()
Generated method - Getter of the
StoreFrontCustomerProcess.language attribute defined at extension commerceservices. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
StoreFrontCustomerProcess.currency attribute defined at extension acceleratorservices. |
void |
setCustomer(CustomerModel value)
Generated method - Setter of
StoreFrontCustomerProcess.customer attribute defined at extension commerceservices. |
void |
setLanguage(LanguageModel value)
Generated method - Setter of
StoreFrontCustomerProcess.language attribute defined at extension commerceservices. |
getSite, getStore, setSite, setStoregetCode, 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 CUSTOMER
StoreFrontCustomerProcess.customer attribute defined at extension commerceservices.public static final String LANGUAGE
StoreFrontCustomerProcess.language attribute defined at extension commerceservices.public static final String CURRENCY
StoreFrontCustomerProcess.currency attribute defined at extension acceleratorservices.public StoreFrontCustomerProcessModel()
public StoreFrontCustomerProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public StoreFrontCustomerProcessModel(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 StoreFrontCustomerProcessModel(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="currency", type=GETTER) public CurrencyModel getCurrency()
StoreFrontCustomerProcess.currency attribute defined at extension acceleratorservices.@Accessor(qualifier="customer", type=GETTER) public CustomerModel getCustomer()
StoreFrontCustomerProcess.customer attribute defined at extension commerceservices.@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
StoreFrontCustomerProcess.language attribute defined at extension commerceservices.@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
StoreFrontCustomerProcess.currency attribute defined at extension acceleratorservices.value - the currency - Storefront currency.@Accessor(qualifier="customer", type=SETTER) public void setCustomer(CustomerModel value)
StoreFrontCustomerProcess.customer attribute defined at extension commerceservices.value - the customer - Attribute contains customer object that will be used in the process.@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
StoreFrontCustomerProcess.language attribute defined at extension commerceservices.value - the language - Attribute contains language that will be used in the process.Copyright © 2017 SAP SE. All Rights Reserved.