public class ForgottenPasswordProcessModel extends StoreFrontCustomerProcessModel
Represents process that is used for retrieving forgotten password.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
TOKEN
Generated constant - Attribute key of
ForgottenPasswordProcess.token attribute defined at extension commerceservices. |
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 |
|---|
ForgottenPasswordProcessModel()
Generated constructor - Default constructor for generic creation.
|
ForgottenPasswordProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ForgottenPasswordProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ForgottenPasswordProcessModel(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 |
|---|---|
java.lang.String |
getToken()
Generated method - Getter of the
ForgottenPasswordProcess.token attribute defined at extension commerceservices. |
void |
setToken(java.lang.String value)
Generated method - Setter of
ForgottenPasswordProcess.token attribute defined at extension commerceservices. |
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 TOKEN
ForgottenPasswordProcess.token attribute defined at extension commerceservices.public ForgottenPasswordProcessModel()
public ForgottenPasswordProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ForgottenPasswordProcessModel(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 ForgottenPasswordProcessModel(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 processingCopyright © 2018 SAP SE. All Rights Reserved.