eb_passwordReset Class
Define eb_passwordReset class.
Item Index
Methods
eb_passwordReset.model
(
-
data
-
domElement
Password reset request model for binding data.
Parameters:
-
data
ObjectReset password service response data.
-
domElement
ObjectDOM element.
eb_passwordReset.render
(
String
-
options
Rendering public method to load HTML template.
Parameters:
-
options
AnyObject with data required for getting HTML template through Ajax call.
-
SitePath
StringSite path.
-
ServicePath
ObjectSOA path.
-
templatePath
StringHTML file path.
-
domElement
ObjectDOM element.
-
Returns:
String:
jQuery promise object which will return HTML template.
eb_passwordReset.requestPasswordReset
(
String
-
model
This function is responsible for calling the password reset service.
Parameters:
-
model
Objecteb_passwordReset.model Object.
Returns:
String:
jQuery promise object which will return user data.
Properties
eb_passwordReset.AuthenticationMethod
String
Authentication Method.
eb_passwordReset.PasswordResetService
String
Password Reset service URL.
eb_passwordReset.ServicePath
String
The path to the eBusiness SOA layer.
eb_passwordReset.SitePath
String
Control level setting: Site path.
eb_passwordReset.TemplatePath
String
Control level setting Template path.