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) {
/// <param name="mallID" type="String">System.String</param>
/// <param name="contentType" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetModalContentForMall',false,{mallID:mallID,contentType:contentType},succeededCallback,failedCallback,userContext); },
GetModalPhotoContentForMall:function(mallID,contentType,photoType,photoTabs,succeededCallback, failedCallback, userContext) {
/// <param name="mallID" type="String">System.String</param>
/// <param name="contentType" type="String">System.String</param>
/// <param name="photoType" type="String">System.String</param>
/// <param name="photoTabs" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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) {
/// <param name="mallID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetContactInfo',false,{mallID:mallID},succeededCallback,failedCallback,userContext); },
GetMarketResearch:function(mallID,succeededCallback, failedCallback, userContext) {
/// <param name="mallID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetMarketResearch',false,{mallID:mallID},succeededCallback,failedCallback,userContext); },
GetFAQ:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetFAQ',false,{},succeededCallback,failedCallback,userContext); },
GetRetailerList:function(mallID,succeededCallback, failedCallback, userContext) {
/// <param name="mallID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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() { 
/// <value type="String" mayBeNull="true">The service url.</value>
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() { 
/// <value type="Number">The service timeout.</value>
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() { 
/// <value mayBeNull="true">The service default user context.</value>
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() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
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() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
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) {
/// <param name="mallID" type="String">System.String</param>
/// <param name="contentType" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Simon.Web.AboutSimon.SimonDataService._staticInstance.GetModalContentForMall(mallID,contentType,onSuccess,onFailed,userContext); }
Simon.Web.AboutSimon.SimonDataService.GetModalPhotoContentForMall= function(mallID,contentType,photoType,photoTabs,onSuccess,onFailed,userContext) {
/// <param name="mallID" type="String">System.String</param>
/// <param name="contentType" type="String">System.String</param>
/// <param name="photoType" type="String">System.String</param>
/// <param name="photoTabs" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Simon.Web.AboutSimon.SimonDataService._staticInstance.GetModalPhotoContentForMall(mallID,contentType,photoType,photoTabs,onSuccess,onFailed,userContext); }
Simon.Web.AboutSimon.SimonDataService.GetContactInfo= function(mallID,onSuccess,onFailed,userContext) {
/// <param name="mallID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Simon.Web.AboutSimon.SimonDataService._staticInstance.GetContactInfo(mallID,onSuccess,onFailed,userContext); }
Simon.Web.AboutSimon.SimonDataService.GetMarketResearch= function(mallID,onSuccess,onFailed,userContext) {
/// <param name="mallID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Simon.Web.AboutSimon.SimonDataService._staticInstance.GetMarketResearch(mallID,onSuccess,onFailed,userContext); }
Simon.Web.AboutSimon.SimonDataService.GetFAQ= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Simon.Web.AboutSimon.SimonDataService._staticInstance.GetFAQ(onSuccess,onFailed,userContext); }
Simon.Web.AboutSimon.SimonDataService.GetRetailerList= function(mallID,onSuccess,onFailed,userContext) {
/// <param name="mallID" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Simon.Web.AboutSimon.SimonDataService._staticInstance.GetRetailerList(mallID,onSuccess,onFailed,userContext); }

