eb_EventRegistrationAdmin Class
Define eb_EventRegistrationAdmin class.
Item Index
Methods
Properties
- eb_EventRegistrationAdmin.charLength
- eb_EventRegistrationAdmin.createNewAttendee
- eb_EventRegistrationAdmin.defaultErrorMessage
- eb_EventRegistrationAdmin.defaultImage
- eb_EventRegistrationAdmin.errorResponses
- eb_EventRegistrationAdmin.getSearchDetails
- eb_EventRegistrationAdmin.getSessionInfoData
- eb_EventRegistrationAdmin.getSpeakerData
- eb_EventRegistrationAdmin.hasSessions
- eb_EventRegistrationAdmin.proceedButtonURL
- eb_EventRegistrationAdmin.productId
- eb_EventRegistrationAdmin.ServicePath
- eb_EventRegistrationAdmin.setSecond
- eb_EventRegistrationAdmin.SitePath
- eb_EventRegistrationAdmin.TemplatePath
Methods
eb_EventRegistrationAdmin.createAttendee
-
firstName -
lastName -
email -
city
POST to Create New Attendee
Parameters:
-
firstNameStringfirstName
-
lastNameStringlastName
-
emailStringemail
-
cityStringcity
Returns:
Id of created Attendee
eb_EventRegistrationAdmin.domElement
-
domElement
Page DOM element.
Parameters:
-
domElementObjectcurrent DOM element.
eb_EventRegistrationAdmin.getSearchData
-
Search
Get Search Results
Parameters:
-
SearchStringText data to search the record
Returns:
To get all search record
eb_EventRegistrationAdmin.getSessionDetails
-
hasSession -
eventId
Get Session Details
Parameters:
-
hasSessionBooleanTrue/False value for validating the session is available or not
-
eventIdNumberEventId
Returns:
To get session details
eb_EventRegistrationAdmin.getSpeakerInfo
-
hasSession -
eventId
Get Speaker Info Service
Parameters:
-
hasSessionBooleanTrue/False value for validating the session is available or not
-
eventIdNumberEventId
Returns:
To get speaker info
eb_EventRegistrationAdmin.model
-
options
EventRegistrationAdmin Model for binding data
Parameters:
-
optionsAny-
ServicePathStringService URL.
-
SitePathStringSite URL
-
shoppingCartObjectShopping cart data.
-
domElementObjectDOM element.
-
templatePathStringHTML path.
-
personIdNumberId of person.
-
sessionDetailsObjectAll the session details
-
speakerDataObjectAll the speaker details
-
eb_EventRegistrationAdmin.render
-
options
Rendering public method to load HTML template. Based on page level configuration it will select the template and load in DOM
Parameters:
-
optionsAny-
SitePathStringSite path.
-
templatePathStringHTML file path.
-
domElementObjectDOM element.
-
Properties
eb_EventRegistrationAdmin.charLength
Number
Character length for show more and show less functionality
eb_EventRegistrationAdmin.createNewAttendee
String
POST to Create New Attendee
eb_EventRegistrationAdmin.defaultErrorMessage
String
Default error message.
eb_EventRegistrationAdmin.defaultImage
String
Default product image.
eb_EventRegistrationAdmin.errorResponses
Object
Globally defined error codes object for the control. Every error code should have boolean 'useServerMessage' attribute, which when true suggests we are showing service error message on the UI. If the 'useServerMessage' is defined as false, then provide another attribute 'frontEndMessage' with the error string which will be shown on UI. If 'useServerMessage' is false and 'frontEndMessage' is not defined, default error message will be shown. If service error response contains error code not defined in this object then default error message will be shown.
eb_EventRegistrationAdmin.getSearchDetails
String
GET event search result
eb_EventRegistrationAdmin.getSessionInfoData
String
GET service to get the session Info
eb_EventRegistrationAdmin.getSpeakerData
String
GET service to get the speaker info
eb_EventRegistrationAdmin.hasSessions
String
Get session true/false from URL
eb_EventRegistrationAdmin.proceedButtonURL
String
Process Button URL
eb_EventRegistrationAdmin.productId
String
Get product event id from URL
eb_EventRegistrationAdmin.ServicePath
String
The path to the eBusiness SOA layer.
eb_EventRegistrationAdmin.setSecond
Number
set second for search service call - [After particular second the search service call will be hit]
eb_EventRegistrationAdmin.SitePath
String
Control level setting: Site path.
eb_EventRegistrationAdmin.TemplatePath
String
Control level setting Template path.
