eb_eventRegistration Class
Define eb_eventRegistration class.
Item Index
Methods
Properties
- eb_eventRegistration.charLength
- eb_eventRegistration.createNewAttendee
- eb_eventRegistration.defaultErrorMessage
- eb_eventRegistration.defaultImage
- eb_eventRegistration.errorResponses
- eb_eventRegistration.eventId
- eb_eventRegistration.getSearchDetails
- eb_eventRegistration.getSessionInfoData
- eb_eventRegistration.getSpeakerData
- eb_eventRegistration.hasSessions
- eb_eventRegistration.proceedButtonURL
- eb_eventRegistration.ServicePath
- eb_eventRegistration.setSecond
- eb_eventRegistration.SitePath
- eb_eventRegistration.TemplatePath
Methods
eb_eventRegistration.createAttendee
-
firstName
-
lastName
-
email
-
city
POST to Create New Attendee
Parameters:
-
firstName
StringfirstName
-
lastName
StringlastName
-
email
Stringemail
-
city
Stringcity
Returns:
Id of created Attendee
eb_eventRegistration.domElement
-
domElement
Page DOM element.
Parameters:
-
domElement
Objectcurrent DOM element.
eb_eventRegistration.getSearchData
-
Search
Get Search Results
Parameters:
-
Search
StringText data to search the record
Returns:
To get all search record
eb_eventRegistration.getSessionDetails
-
hasSession
-
eventId
Get Session Details
Parameters:
-
hasSession
BooleanTrue/False value for validating the session is available or not
-
eventId
NumberEventId
Returns:
To get session details
eb_eventRegistration.getSpeakerInfo
-
hasSession
-
eventId
Get Speaker Info Service
Parameters:
-
hasSession
BooleanTrue/False value for validating the session is available or not
-
eventId
NumberEventId
Returns:
To get speaker info
eb_eventRegistration.model
-
options
EventRegistration Model for binding data
Parameters:
-
options
Any-
ServicePath
StringService URL.
-
SitePath
StringSite URL
-
shoppingCart
ObjectShopping cart data.
-
domElement
ObjectDOM element.
-
templatePath
StringHTML path.
-
personId
NumberId of person.
-
sessionDetails
ObjectAll the session details
-
speakerData
ObjectAll the speaker details
-
eb_eventRegistration.render
-
options
Rendering public method to load HTML template. Based on page level configuration it will select the template and load in DOM
Parameters:
-
options
Any-
SitePath
StringSite path.
-
templatePath
StringHTML file path.
-
domElement
ObjectDOM element.
-
Properties
eb_eventRegistration.charLength
Number
Character length for show more and show less functionality
eb_eventRegistration.createNewAttendee
String
POST to Create New Attendee
eb_eventRegistration.defaultErrorMessage
String
Default error message.
eb_eventRegistration.defaultImage
String
Default product image.
eb_eventRegistration.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_eventRegistration.eventId
String
Get event id from URL
eb_eventRegistration.getSearchDetails
String
GET event search result
eb_eventRegistration.getSessionInfoData
String
GET service to get the session Info
eb_eventRegistration.getSpeakerData
String
GET service to get the speaker info
eb_eventRegistration.hasSessions
String
Get session true/false from URL
eb_eventRegistration.proceedButtonURL
String
Process Button URL
eb_eventRegistration.ServicePath
String
The path to the eBusiness SOA layer.
eb_eventRegistration.setSecond
Number
set second for search service call - [After particular second the search service call will be hit]
eb_eventRegistration.SitePath
String
Control level setting: Site path.
eb_eventRegistration.TemplatePath
String
Control level setting Template path.