Type.registerNamespace('Simon.Web.AboutSimon');
Simon.Web.AboutSimon.SimonDataService=function() {
Simon.Web.AboutSimon.SimonDataService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Simon.Web.AboutSimon.SimonDataService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Simon.Web.AboutSimon.SimonDataService._staticInstance.get_path();},
GetModalContentForMall:function(mallID,contentType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetModalContentForMall',false,{mallID:mallID,contentType:contentType},succeededCallback,failedCallback,userContext); },
GetModalPhotoContentForMall:function(mallID,contentType,photoType,photoTabs,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetModalPhotoContentForMall',false,{mallID:mallID,contentType:contentType,photoType:photoType,photoTabs:photoTabs},succeededCallback,failedCallback,userContext); },
GetContactInfo:function(mallID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetContactInfo',false,{mallID:mallID},succeededCallback,failedCallback,userContext); },
GetMarketResearch:function(mallID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMarketResearch',false,{mallID:mallID},succeededCallback,failedCallback,userContext); },
GetFAQ:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFAQ',false,{},succeededCallback,failedCallback,userContext); },
GetRetailerList:function(mallID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRetailerList',false,{mallID:mallID},succeededCallback,failedCallback,userContext); }}
Simon.Web.AboutSimon.SimonDataService.registerClass('Simon.Web.AboutSimon.SimonDataService',Sys.Net.WebServiceProxy);
Simon.Web.AboutSimon.SimonDataService._staticInstance = new Simon.Web.AboutSimon.SimonDataService();
Simon.Web.AboutSimon.SimonDataService.set_path = function(value) { Simon.Web.AboutSimon.SimonDataService._staticInstance.set_path(value); }
Simon.Web.AboutSimon.SimonDataService.get_path = function() { return Simon.Web.AboutSimon.SimonDataService._staticInstance.get_path(); }
Simon.Web.AboutSimon.SimonDataService.set_timeout = function(value) { Simon.Web.AboutSimon.SimonDataService._staticInstance.set_timeout(value); }
Simon.Web.AboutSimon.SimonDataService.get_timeout = function() { return Simon.Web.AboutSimon.SimonDataService._staticInstance.get_timeout(); }
Simon.Web.AboutSimon.SimonDataService.set_defaultUserContext = function(value) { Simon.Web.AboutSimon.SimonDataService._staticInstance.set_defaultUserContext(value); }
Simon.Web.AboutSimon.SimonDataService.get_defaultUserContext = function() { return Simon.Web.AboutSimon.SimonDataService._staticInstance.get_defaultUserContext(); }
Simon.Web.AboutSimon.SimonDataService.set_defaultSucceededCallback = function(value) { Simon.Web.AboutSimon.SimonDataService._staticInstance.set_defaultSucceededCallback(value); }
Simon.Web.AboutSimon.SimonDataService.get_defaultSucceededCallback = function() { return Simon.Web.AboutSimon.SimonDataService._staticInstance.get_defaultSucceededCallback(); }
Simon.Web.AboutSimon.SimonDataService.set_defaultFailedCallback = function(value) { Simon.Web.AboutSimon.SimonDataService._staticInstance.set_defaultFailedCallback(value); }
Simon.Web.AboutSimon.SimonDataService.get_defaultFailedCallback = function() { return Simon.Web.AboutSimon.SimonDataService._staticInstance.get_defaultFailedCallback(); }
Simon.Web.AboutSimon.SimonDataService.set_path("/About_Simon/SimonDataService.asmx");
Simon.Web.AboutSimon.SimonDataService.GetModalContentForMall= function(mallID,contentType,onSuccess,onFailed,userContext) {Simon.Web.AboutSimon.SimonDataService._staticInstance.GetModalContentForMall(mallID,contentType,onSuccess,onFailed,userContext); }
Simon.Web.AboutSimon.SimonDataService.GetModalPhotoContentForMall= function(mallID,contentType,photoType,photoTabs,onSuccess,onFailed,userContext) {Simon.Web.AboutSimon.SimonDataService._staticInstance.GetModalPhotoContentForMall(mallID,contentType,photoType,photoTabs,onSuccess,onFailed,userContext); }
Simon.Web.AboutSimon.SimonDataService.GetContactInfo= function(mallID,onSuccess,onFailed,userContext) {Simon.Web.AboutSimon.SimonDataService._staticInstance.GetContactInfo(mallID,onSuccess,onFailed,userContext); }
Simon.Web.AboutSimon.SimonDataService.GetMarketResearch= function(mallID,onSuccess,onFailed,userContext) {Simon.Web.AboutSimon.SimonDataService._staticInstance.GetMarketResearch(mallID,onSuccess,onFailed,userContext); }
Simon.Web.AboutSimon.SimonDataService.GetFAQ= function(onSuccess,onFailed,userContext) {Simon.Web.AboutSimon.SimonDataService._staticInstance.GetFAQ(onSuccess,onFailed,userContext); }
Simon.Web.AboutSimon.SimonDataService.GetRetailerList= function(mallID,onSuccess,onFailed,userContext) {Simon.Web.AboutSimon.SimonDataService._staticInstance.GetRetailerList(mallID,onSuccess,onFailed,userContext); }

