Class SendVerificationTokenProcessModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processengine.model.BusinessProcessModel
de.hybris.platform.commerceservices.model.SendVerificationTokenProcessModel
All Implemented Interfaces:
Serializable

public class SendVerificationTokenProcessModel extends BusinessProcessModel
Generated model class for type SendVerificationTokenProcess first defined at extension commerceservices.

Process model for sending a verification token.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • SITE

      public static final String SITE
      Generated constant - Attribute key of SendVerificationTokenProcess.site attribute defined at extension commerceservices.
      See Also:
    • STORE

      public static final String STORE
      Generated constant - Attribute key of SendVerificationTokenProcess.store attribute defined at extension commerceservices.
      See Also:
    • LANGUAGE

      public static final String LANGUAGE
      Generated constant - Attribute key of SendVerificationTokenProcess.language attribute defined at extension commerceservices.
      See Also:
    • TOKENCODE

      public static final String TOKENCODE
      Generated constant - Attribute key of SendVerificationTokenProcess.tokenCode attribute defined at extension commerceservices.
      See Also:
    • TARGET

      public static final String TARGET
      Generated constant - Attribute key of SendVerificationTokenProcess.target attribute defined at extension commerceservices.
      See Also:
    • PURPOSE

      public static final String PURPOSE
      Generated constant - Attribute key of SendVerificationTokenProcess.purpose attribute defined at extension commerceservices.
      See Also:
  • Constructor Details

    • SendVerificationTokenProcessModel

      public SendVerificationTokenProcessModel()
      Generated constructor - Default constructor for generic creation.
    • SendVerificationTokenProcessModel

      public SendVerificationTokenProcessModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SendVerificationTokenProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public SendVerificationTokenProcessModel(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
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type BusinessProcess at extension processing
      _processDefinitionName - initial attribute declared by type BusinessProcess at extension processing
    • SendVerificationTokenProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public SendVerificationTokenProcessModel(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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _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
  • Method Details

    • getLanguage

      @Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
      Generated method - Getter of the SendVerificationTokenProcess.language attribute defined at extension commerceservices.
      Returns:
      the language - Language that will be used in the process.
    • getPurpose

      @Accessor(qualifier="purpose", type=GETTER) public String getPurpose()
      Generated method - Getter of the SendVerificationTokenProcess.purpose attribute defined at extension commerceservices.
      Returns:
      the purpose - Purpose for which the verification token is requested.
    • getSite

      @Accessor(qualifier="site", type=GETTER) public BaseSiteModel getSite()
      Generated method - Getter of the SendVerificationTokenProcess.site attribute defined at extension commerceservices.
      Returns:
      the site - Attribute contains base site object that will be used in the process.
    • getStore

      @Accessor(qualifier="store", type=GETTER) public BaseStoreModel getStore()
      Generated method - Getter of the SendVerificationTokenProcess.store attribute defined at extension commerceservices.
      Returns:
      the store - Attribute contains base store object that will be used in the process.
    • getTarget

      @Accessor(qualifier="target", type=GETTER) public String getTarget()
      Generated method - Getter of the SendVerificationTokenProcess.target attribute defined at extension commerceservices.
      Returns:
      the target - Target to receive verification token code.
    • getTokenCode

      @Accessor(qualifier="tokenCode", type=GETTER) public String getTokenCode()
      Generated method - Getter of the SendVerificationTokenProcess.tokenCode attribute defined at extension commerceservices.
      Returns:
      the tokenCode - Verification token code that will be sent to target user.
    • setLanguage

      @Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
      Generated method - Setter of SendVerificationTokenProcess.language attribute defined at extension commerceservices.
      Parameters:
      value - the language - Language that will be used in the process.
    • setPurpose

      @Accessor(qualifier="purpose", type=SETTER) public void setPurpose(String value)
      Generated method - Setter of SendVerificationTokenProcess.purpose attribute defined at extension commerceservices.
      Parameters:
      value - the purpose - Purpose for which the verification token is requested.
    • setSite

      @Accessor(qualifier="site", type=SETTER) public void setSite(BaseSiteModel value)
      Generated method - Setter of SendVerificationTokenProcess.site attribute defined at extension commerceservices.
      Parameters:
      value - the site - Attribute contains base site object that will be used in the process.
    • setStore

      @Accessor(qualifier="store", type=SETTER) public void setStore(BaseStoreModel value)
      Generated method - Setter of SendVerificationTokenProcess.store attribute defined at extension commerceservices.
      Parameters:
      value - the store - Attribute contains base store object that will be used in the process.
    • setTarget

      @Accessor(qualifier="target", type=SETTER) public void setTarget(String value)
      Generated method - Setter of SendVerificationTokenProcess.target attribute defined at extension commerceservices.
      Parameters:
      value - the target - Target to receive verification token code.
    • setTokenCode

      @Accessor(qualifier="tokenCode", type=SETTER) public void setTokenCode(String value)
      Generated method - Setter of SendVerificationTokenProcess.tokenCode attribute defined at extension commerceservices.
      Parameters:
      value - the tokenCode - Verification token code that will be sent to target user.