if (typeof SetHtmlEvent != "function") {
function SetHtmlEvent() {
this.operation = null;
this.elementId = null;
this.category = null;
this.subCategory = null;
this.html = null;
}
}
if (typeof SailingEvent != "function") {
function SailingEvent() {
this.elementId = null;
this.category = null;
this.subCategory = null;
this.dates = null;
}
}
if (typeof DropDownOption != "function") {
function DropDownOption() {
this.id = null;
this.selected = false;
this.description = null;
this.code = null;
}
}
if (typeof SubmissionEvent != "function") {
function SubmissionEvent() {
this.elementId = null;
this.category = null;
this.subCategory = null;
this.action = null;
this.method = null;
}
}
if (typeof HtmlUpdateEvent != "function") {
function HtmlUpdateEvent() {
this.elementId = null;
this.category = null;
this.subCategory = null;
}
}
if (typeof FormActions != "function") {
function FormActions() {
}
}
if (typeof HtmlUpdateEvent != "function") {
function HtmlUpdateEvent() {
this.displayDialog = false;
this.elementId = null;
this.category = null;
this.subCategory = null;
}
}
if (typeof ThreeDSecureParameters != "function") {
function ThreeDSecureParameters() {
this.demo = 0;
this.exponent = 0;
this.merchantID = null;
this.xid = null;
this.failUrl = null;
this.okUrl = null;
this.digest = null;
this.deviceCategory = 0;
this.cardType = null;
this.purchAmount = 0;
this.version = null;
this.currency = null;
this.expiry = null;
this.pan = null;
this.description = null;
this.MD = null;
}
}
if (typeof PassengerNumbers != "function") {
function PassengerNumbers() {
this.seniors = 0;
this.adults = 0;
this.children = 0;
this.infants = 0;
}
}
if (typeof PresentationException != "function") {
function PresentationException() {
this.machineIdentifier = null;
this.javaClassName = null;
this.date = null;
}
}
if (typeof AdditionalPassengerEvent != "function") {
function AdditionalPassengerEvent() {
this.elementId = null;
this.category = null;
this.subCategory = null;
}
}
if (typeof EditAttributeEvent != "function") {
function EditAttributeEvent() {
this.attributeName = null;
this.elementId = null;
this.category = null;
this.subCategory = null;
this.attributeValue = null;
}
}
if (typeof ThreeDSecureEvent != "function") {
function ThreeDSecureEvent() {
this.elementId = null;
this.category = null;
this.subCategory = null;
this.action = null;
this.method = null;
this.params = null;
}
}
if (typeof SetValueEvent != "function") {
function SetValueEvent() {
this.elementId = null;
this.category = null;
this.subCategory = null;
this.value = null;
this.forceUpdate = false;
}
}
if (typeof SessionTimeout != "function") {
function SessionTimeout() {
this.message = null;
this.javaClassName = null;
}
}
if (typeof MutableEvent != "function") {
function MutableEvent() {
this.textOutward = null;
this.may = null;
this.november = null;
this.april = null;
this.subCategory = null;
this.june = null;
this.calendarWindow = null;
this.today = null;
this.close = null;
this.december = null;
this.category = null;
this.march = null;
this.february = null;
this.january = null;
this.august = null;
this.july = null;
this.october = null;
this.textReturn = null;
this.september = null;
}
}
if (typeof BooleanEvent != "function") {
function BooleanEvent() {
this.elementId = null;
this.category = null;
this.subCategory = null;
this.on = false;
}
}
if (typeof ValidationStatusEvent != "function") {
function ValidationStatusEvent() {
this.message = null;
this.category = null;
this.error = false;
this.subCategory = null;
}
}
if (typeof MutableEvent != "function") {
function MutableEvent() {
this.category = null;
this.subCategory = null;
}
}
if (typeof ErrorEvent != "function") {
function ErrorEvent() {
this.title = null;
this.category = null;
this.subCategory = null;
this.description = null;
}
}
if (typeof DropDownEvent != "function") {
function DropDownEvent() {
this.elementId = null;
this.category = null;
this.subCategory = null;
this.outbound = false;
this.options = null;
}
}
if (typeof SetVisibilityEvent != "function") {
function SetVisibilityEvent() {
this.elementId = null;
this.category = null;
this.sfxSpeedMillis = 0;
this.visible = false;
this.subCategory = null;
this.sfx = null;
}
}
// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;
if (LoggerActions == null) var LoggerActions = {};
LoggerActions._path = '/dwr';
LoggerActions.error = function(p0, callback) {
dwr.engine._execute(LoggerActions._path, 'LoggerActions', 'error', p0, callback);
}
LoggerActions.warn = function(p0, callback) {
dwr.engine._execute(LoggerActions._path, 'LoggerActions', 'warn', p0, callback);
}