Class ForgottenPasswordEmailContext

All Implemented Interfaces:
Serializable, Cloneable, org.apache.velocity.context.Context, org.apache.velocity.context.InternalEventContext

public class ForgottenPasswordEmailContext extends CustomerEmailContext
Velocity context for a forgotten password email.
See Also:
  • Constructor Details

    • ForgottenPasswordEmailContext

      public ForgottenPasswordEmailContext()
  • Method Details

    • getExpiresInMinutes

      public int getExpiresInMinutes()
    • setExpiresInMinutes

      public void setExpiresInMinutes(int expiresInMinutes)
    • getToken

      public String getToken()
    • setToken

      public void setToken(String token)
    • getURLEncodedToken

      public String getURLEncodedToken() throws UnsupportedEncodingException
      Throws:
      UnsupportedEncodingException
    • getRequestResetPasswordUrl

      public String getRequestResetPasswordUrl() throws UnsupportedEncodingException
      Throws:
      UnsupportedEncodingException
    • getSecureRequestResetPasswordUrl

      public String getSecureRequestResetPasswordUrl() throws UnsupportedEncodingException
      Throws:
      UnsupportedEncodingException
    • getResetPasswordUrl

      public String getResetPasswordUrl() throws UnsupportedEncodingException
      Throws:
      UnsupportedEncodingException
    • getSecureResetPasswordUrl

      public String getSecureResetPasswordUrl() throws UnsupportedEncodingException
      Throws:
      UnsupportedEncodingException
    • getDisplayResetPasswordUrl

      public String getDisplayResetPasswordUrl() throws UnsupportedEncodingException
      Throws:
      UnsupportedEncodingException
    • getDisplaySecureResetPasswordUrl

      public String getDisplaySecureResetPasswordUrl() throws UnsupportedEncodingException
      Throws:
      UnsupportedEncodingException
    • init

      public void init(StoreFrontCustomerProcessModel storeFrontCustomerProcessModel, EmailPageModel emailPageModel)
      Overrides:
      init in class CustomerEmailContext
    • pushCurrentTemplateName

      public void pushCurrentTemplateName(String arg0)
    • popCurrentTemplateName

      public void popCurrentTemplateName()
    • getCurrentTemplateName

      public String getCurrentTemplateName()
    • getTemplateNameStack

      public String[] getTemplateNameStack()
    • pushCurrentMacroName

      public void pushCurrentMacroName(String arg0)
    • popCurrentMacroName

      public void popCurrentMacroName()
    • getCurrentMacroName

      public String getCurrentMacroName()
    • getCurrentMacroCallDepth

      public int getCurrentMacroCallDepth()
    • getMacroNameStack

      public String[] getMacroNameStack()
    • icacheGet

      public org.apache.velocity.util.introspection.IntrospectionCacheData icacheGet(Object arg0)
    • icachePut

      public void icachePut(Object arg0, org.apache.velocity.util.introspection.IntrospectionCacheData arg1)
    • setCurrentResource

      public void setCurrentResource(org.apache.velocity.runtime.resource.Resource arg0)
    • getCurrentResource

      public org.apache.velocity.runtime.resource.Resource getCurrentResource()
    • setMacroLibraries

      public void setMacroLibraries(List<org.apache.velocity.Template> arg0)
    • getMacroLibraries

      public List<org.apache.velocity.Template> getMacroLibraries()
    • attachEventCartridge

      public org.apache.velocity.app.event.EventCartridge attachEventCartridge(org.apache.velocity.app.event.EventCartridge arg0)
      Specified by:
      attachEventCartridge in interface org.apache.velocity.context.InternalEventContext
    • getEventCartridge

      public org.apache.velocity.app.event.EventCartridge getEventCartridge()
      Specified by:
      getEventCartridge in interface org.apache.velocity.context.InternalEventContext