public class ReplenishmentProcessModel extends StoreFrontCustomerProcessModel
It represents Replenishment business process.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CARTTOORDERCRONJOB
Generated constant - Attribute key of
ReplenishmentProcess.cartToOrderCronJob attribute defined at extension b2bacceleratorservices. |
CURRENCY, CUSTOMER, LANGUAGESITE, STORECODE, CONTEXTPARAMETERS, CURRENTTASKS, EMAILS, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, PROCESSSTATE, STATE, TASKLOGS, USER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ReplenishmentProcessModel()
Generated constructor - Default constructor for generic creation.
|
ReplenishmentProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ReplenishmentProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ReplenishmentProcessModel(java.lang.String _code,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CartToOrderCronJobModel |
getCartToOrderCronJob()
Generated method - Getter of the
ReplenishmentProcess.cartToOrderCronJob attribute defined at extension b2bacceleratorservices. |
void |
setCartToOrderCronJob(CartToOrderCronJobModel value)
Generated method - Setter of
ReplenishmentProcess.cartToOrderCronJob attribute defined at extension b2bacceleratorservices. |
getCurrency, getCustomer, getLanguage, setCurrency, setCustomer, setLanguagegetSite, 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, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String CARTTOORDERCRONJOB
ReplenishmentProcess.cartToOrderCronJob attribute defined at extension b2bacceleratorservices.public ReplenishmentProcessModel()
public ReplenishmentProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ReplenishmentProcessModel(java.lang.String _code,
java.lang.String _processDefinitionName)
_code - initial attribute declared by type BusinessProcess at extension processing_processDefinitionName - initial attribute declared by type BusinessProcess at extension processing@Deprecated
public ReplenishmentProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.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="cartToOrderCronJob", type=GETTER) public CartToOrderCronJobModel getCartToOrderCronJob()
ReplenishmentProcess.cartToOrderCronJob attribute defined at extension b2bacceleratorservices.@Accessor(qualifier="cartToOrderCronJob", type=SETTER) public void setCartToOrderCronJob(CartToOrderCronJobModel value)
ReplenishmentProcess.cartToOrderCronJob attribute defined at extension b2bacceleratorservices.value - the cartToOrderCronJob - Attribute contains cronjob that knows how to create an order from cart.Copyright © 2018 SAP SE. All Rights Reserved.