Class GeneratedSendVerificationTokenProcess

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.processengine.jalo.GeneratedBusinessProcess
de.hybris.platform.processengine.jalo.BusinessProcess
de.hybris.platform.commerceservices.jalo.GeneratedSendVerificationTokenProcess
All Implemented Interfaces:
Serializable, Comparable

public abstract class GeneratedSendVerificationTokenProcess extends de.hybris.platform.processengine.jalo.BusinessProcess
Generated class for type SendVerificationTokenProcess.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem

    de.hybris.platform.jalo.GenericItem.GenericItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem

    de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item

    de.hybris.platform.jalo.Item.AttributeFilter, de.hybris.platform.jalo.Item.AttributeMode, de.hybris.platform.jalo.Item.CachedGetter, de.hybris.platform.jalo.Item.CachedSetter, de.hybris.platform.jalo.Item.ItemAttributeMap, de.hybris.platform.jalo.Item.ItemConstraint, de.hybris.platform.jalo.Item.ItemImpl, de.hybris.platform.jalo.Item.JaloCachedComputationException
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    static final String
    Qualifier of the SendVerificationTokenProcess.language attribute
    static final String
    Qualifier of the SendVerificationTokenProcess.purpose attribute
    static final String
    Qualifier of the SendVerificationTokenProcess.site attribute
    static final String
    Qualifier of the SendVerificationTokenProcess.store attribute
    static final String
    Qualifier of the SendVerificationTokenProcess.target attribute
    static final String
    Qualifier of the SendVerificationTokenProcess.tokenCode attribute

    Fields inherited from class de.hybris.platform.processengine.jalo.GeneratedBusinessProcess

    CODE, CONTEXTPARAMETERS, CONTEXTPARAMETERSHANDLER, CURRENTTASKS, CURRENTTASKSHANDLER, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, STATE, TASKLOGS, TASKLOGSHANDLER, USER

    Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    LANGUAGE_FALLBACK_ENABLED

    Fields inherited from class de.hybris.platform.jalo.Item

    _CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE

    Fields inherited from class de.hybris.platform.util.BridgeAbstraction

    impl, tenant
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    de.hybris.platform.jalo.c2l.Language
    Generated method - Getter of the SendVerificationTokenProcess.language attribute.
    de.hybris.platform.jalo.c2l.Language
    getLanguage(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the SendVerificationTokenProcess.language attribute.
    Generated method - Getter of the SendVerificationTokenProcess.purpose attribute.
    getPurpose(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the SendVerificationTokenProcess.purpose attribute.
    de.hybris.platform.basecommerce.jalo.site.BaseSite
    Generated method - Getter of the SendVerificationTokenProcess.site attribute.
    de.hybris.platform.basecommerce.jalo.site.BaseSite
    getSite(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the SendVerificationTokenProcess.site attribute.
    de.hybris.platform.store.BaseStore
    Generated method - Getter of the SendVerificationTokenProcess.store attribute.
    de.hybris.platform.store.BaseStore
    getStore(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the SendVerificationTokenProcess.store attribute.
    Generated method - Getter of the SendVerificationTokenProcess.target attribute.
    getTarget(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the SendVerificationTokenProcess.target attribute.
    Generated method - Getter of the SendVerificationTokenProcess.tokenCode attribute.
    getTokenCode(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the SendVerificationTokenProcess.tokenCode attribute.
    void
    setLanguage(de.hybris.platform.jalo.c2l.Language value)
    Generated method - Setter of the SendVerificationTokenProcess.language attribute.
    void
    setLanguage(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.c2l.Language value)
    Generated method - Setter of the SendVerificationTokenProcess.language attribute.
    void
    setPurpose(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the SendVerificationTokenProcess.purpose attribute.
    void
    Generated method - Setter of the SendVerificationTokenProcess.purpose attribute.
    void
    setSite(de.hybris.platform.basecommerce.jalo.site.BaseSite value)
    Generated method - Setter of the SendVerificationTokenProcess.site attribute.
    void
    setSite(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.basecommerce.jalo.site.BaseSite value)
    Generated method - Setter of the SendVerificationTokenProcess.site attribute.
    void
    setStore(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.store.BaseStore value)
    Generated method - Setter of the SendVerificationTokenProcess.store attribute.
    void
    setStore(de.hybris.platform.store.BaseStore value)
    Generated method - Setter of the SendVerificationTokenProcess.store attribute.
    void
    setTarget(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the SendVerificationTokenProcess.target attribute.
    void
    Generated method - Setter of the SendVerificationTokenProcess.target attribute.
    void
    setTokenCode(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the SendVerificationTokenProcess.tokenCode attribute.
    void
    Generated method - Setter of the SendVerificationTokenProcess.tokenCode attribute.

    Methods inherited from class de.hybris.platform.processengine.jalo.BusinessProcess

    getProcessState

    Methods inherited from class de.hybris.platform.processengine.jalo.GeneratedBusinessProcess

    addToContextParameters, addToContextParameters, addToCurrentTasks, addToCurrentTasks, addToTaskLogs, addToTaskLogs, getCode, getCode, getContextParameters, getContextParameters, getCurrentTasks, getCurrentTasks, getEndMessage, getEndMessage, getProcessDefinitionName, getProcessDefinitionName, getProcessDefinitionVersion, getProcessDefinitionVersion, getState, getState, getTaskLogs, getTaskLogs, getUser, getUser, removeFromContextParameters, removeFromContextParameters, removeFromCurrentTasks, removeFromCurrentTasks, removeFromTaskLogs, removeFromTaskLogs, setCode, setCode, setContextParameters, setContextParameters, setCurrentTasks, setCurrentTasks, setEndMessage, setEndMessage, setProcessDefinitionName, setProcessDefinitionName, setProcessDefinitionVersion, setProcessDefinitionVersion, setState, setState, setTaskLogs, setTaskLogs, setUser, setUser

    Methods inherited from class de.hybris.platform.jalo.GenericItem

    createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItems

    Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty

    Methods inherited from class de.hybris.platform.jalo.ExtensibleItem

    createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty

    Methods inherited from class de.hybris.platform.jalo.Item

    addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPartOfRemovedSessionMarker, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, suppressRelation, toString, useTA, writeReplace

    Methods inherited from class de.hybris.platform.util.BridgeAbstraction

    setTenant

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • SITE

      public static final String SITE
      Qualifier of the SendVerificationTokenProcess.site attribute
      See Also:
    • STORE

      public static final String STORE
      Qualifier of the SendVerificationTokenProcess.store attribute
      See Also:
    • LANGUAGE

      public static final String LANGUAGE
      Qualifier of the SendVerificationTokenProcess.language attribute
      See Also:
    • TOKENCODE

      public static final String TOKENCODE
      Qualifier of the SendVerificationTokenProcess.tokenCode attribute
      See Also:
    • TARGET

      public static final String TARGET
      Qualifier of the SendVerificationTokenProcess.target attribute
      See Also:
    • PURPOSE

      public static final String PURPOSE
      Qualifier of the SendVerificationTokenProcess.purpose attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedSendVerificationTokenProcess

      public GeneratedSendVerificationTokenProcess()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class de.hybris.platform.processengine.jalo.GeneratedBusinessProcess
    • getLanguage

      public de.hybris.platform.jalo.c2l.Language getLanguage(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SendVerificationTokenProcess.language attribute.
      Returns:
      the language - Language that will be used in the process.
    • getLanguage

      public de.hybris.platform.jalo.c2l.Language getLanguage()
      Generated method - Getter of the SendVerificationTokenProcess.language attribute.
      Returns:
      the language - Language that will be used in the process.
    • setLanguage

      public void setLanguage(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.c2l.Language value)
      Generated method - Setter of the SendVerificationTokenProcess.language attribute.
      Parameters:
      value - the language - Language that will be used in the process.
    • setLanguage

      public void setLanguage(de.hybris.platform.jalo.c2l.Language value)
      Generated method - Setter of the SendVerificationTokenProcess.language attribute.
      Parameters:
      value - the language - Language that will be used in the process.
    • getPurpose

      public String getPurpose(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SendVerificationTokenProcess.purpose attribute.
      Returns:
      the purpose - Purpose for which the verification token is requested.
    • getPurpose

      public String getPurpose()
      Generated method - Getter of the SendVerificationTokenProcess.purpose attribute.
      Returns:
      the purpose - Purpose for which the verification token is requested.
    • setPurpose

      public void setPurpose(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the SendVerificationTokenProcess.purpose attribute.
      Parameters:
      value - the purpose - Purpose for which the verification token is requested.
    • setPurpose

      public void setPurpose(String value)
      Generated method - Setter of the SendVerificationTokenProcess.purpose attribute.
      Parameters:
      value - the purpose - Purpose for which the verification token is requested.
    • getSite

      public de.hybris.platform.basecommerce.jalo.site.BaseSite getSite(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SendVerificationTokenProcess.site attribute.
      Returns:
      the site - Attribute contains base site object that will be used in the process.
    • getSite

      public de.hybris.platform.basecommerce.jalo.site.BaseSite getSite()
      Generated method - Getter of the SendVerificationTokenProcess.site attribute.
      Returns:
      the site - Attribute contains base site object that will be used in the process.
    • setSite

      public void setSite(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.basecommerce.jalo.site.BaseSite value)
      Generated method - Setter of the SendVerificationTokenProcess.site attribute.
      Parameters:
      value - the site - Attribute contains base site object that will be used in the process.
    • setSite

      public void setSite(de.hybris.platform.basecommerce.jalo.site.BaseSite value)
      Generated method - Setter of the SendVerificationTokenProcess.site attribute.
      Parameters:
      value - the site - Attribute contains base site object that will be used in the process.
    • getStore

      public de.hybris.platform.store.BaseStore getStore(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SendVerificationTokenProcess.store attribute.
      Returns:
      the store - Attribute contains base store object that will be used in the process.
    • getStore

      public de.hybris.platform.store.BaseStore getStore()
      Generated method - Getter of the SendVerificationTokenProcess.store attribute.
      Returns:
      the store - Attribute contains base store object that will be used in the process.
    • setStore

      public void setStore(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.store.BaseStore value)
      Generated method - Setter of the SendVerificationTokenProcess.store attribute.
      Parameters:
      value - the store - Attribute contains base store object that will be used in the process.
    • setStore

      public void setStore(de.hybris.platform.store.BaseStore value)
      Generated method - Setter of the SendVerificationTokenProcess.store attribute.
      Parameters:
      value - the store - Attribute contains base store object that will be used in the process.
    • getTarget

      public String getTarget(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SendVerificationTokenProcess.target attribute.
      Returns:
      the target - Target to receive verification token code.
    • getTarget

      public String getTarget()
      Generated method - Getter of the SendVerificationTokenProcess.target attribute.
      Returns:
      the target - Target to receive verification token code.
    • setTarget

      public void setTarget(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the SendVerificationTokenProcess.target attribute.
      Parameters:
      value - the target - Target to receive verification token code.
    • setTarget

      public void setTarget(String value)
      Generated method - Setter of the SendVerificationTokenProcess.target attribute.
      Parameters:
      value - the target - Target to receive verification token code.
    • getTokenCode

      public String getTokenCode(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SendVerificationTokenProcess.tokenCode attribute.
      Returns:
      the tokenCode - Verification token code that will be sent to target user.
    • getTokenCode

      public String getTokenCode()
      Generated method - Getter of the SendVerificationTokenProcess.tokenCode attribute.
      Returns:
      the tokenCode - Verification token code that will be sent to target user.
    • setTokenCode

      public void setTokenCode(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the SendVerificationTokenProcess.tokenCode attribute.
      Parameters:
      value - the tokenCode - Verification token code that will be sent to target user.
    • setTokenCode

      public void setTokenCode(String value)
      Generated method - Setter of the SendVerificationTokenProcess.tokenCode attribute.
      Parameters:
      value - the tokenCode - Verification token code that will be sent to target user.