Type.registerNamespace('Softix.PowerWeb.Premier.Shows');
Softix.PowerWeb.Premier.Shows.ShowService=function() {
Softix.PowerWeb.Premier.Shows.ShowService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Softix.PowerWeb.Premier.Shows.ShowService.prototype={
GetFeatureShows:function(categoryID,succeededCallback, failedCallback, userContext) {
return this._invoke(Softix.PowerWeb.Premier.Shows.ShowService.get_path(), 'GetFeatureShows',false,{categoryID:categoryID},succeededCallback,failedCallback,userContext); },
GetHeroFeed:function(categoryID,succeededCallback, failedCallback, userContext) {
return this._invoke(Softix.PowerWeb.Premier.Shows.ShowService.get_path(), 'GetHeroFeed',false,{categoryID:categoryID},succeededCallback,failedCallback,userContext); },
GetShowPhotos:function(softixCode,succeededCallback, failedCallback, userContext) {
return this._invoke(Softix.PowerWeb.Premier.Shows.ShowService.get_path(), 'GetShowPhotos',false,{softixCode:softixCode},succeededCallback,failedCallback,userContext); }}
Softix.PowerWeb.Premier.Shows.ShowService.registerClass('Softix.PowerWeb.Premier.Shows.ShowService',Sys.Net.WebServiceProxy);
Softix.PowerWeb.Premier.Shows.ShowService._staticInstance = new Softix.PowerWeb.Premier.Shows.ShowService();
Softix.PowerWeb.Premier.Shows.ShowService.set_path = function(value) { Softix.PowerWeb.Premier.Shows.ShowService._staticInstance._path = value; }
Softix.PowerWeb.Premier.Shows.ShowService.get_path = function() { return Softix.PowerWeb.Premier.Shows.ShowService._staticInstance._path; }
Softix.PowerWeb.Premier.Shows.ShowService.set_timeout = function(value) { Softix.PowerWeb.Premier.Shows.ShowService._staticInstance._timeout = value; }
Softix.PowerWeb.Premier.Shows.ShowService.get_timeout = function() { return Softix.PowerWeb.Premier.Shows.ShowService._staticInstance._timeout; }
Softix.PowerWeb.Premier.Shows.ShowService.set_defaultUserContext = function(value) { Softix.PowerWeb.Premier.Shows.ShowService._staticInstance._userContext = value; }
Softix.PowerWeb.Premier.Shows.ShowService.get_defaultUserContext = function() { return Softix.PowerWeb.Premier.Shows.ShowService._staticInstance._userContext; }
Softix.PowerWeb.Premier.Shows.ShowService.set_defaultSucceededCallback = function(value) { Softix.PowerWeb.Premier.Shows.ShowService._staticInstance._succeeded = value; }
Softix.PowerWeb.Premier.Shows.ShowService.get_defaultSucceededCallback = function() { return Softix.PowerWeb.Premier.Shows.ShowService._staticInstance._succeeded; }
Softix.PowerWeb.Premier.Shows.ShowService.set_defaultFailedCallback = function(value) { Softix.PowerWeb.Premier.Shows.ShowService._staticInstance._failed = value; }
Softix.PowerWeb.Premier.Shows.ShowService.get_defaultFailedCallback = function() { return Softix.PowerWeb.Premier.Shows.ShowService._staticInstance._failed; }
Softix.PowerWeb.Premier.Shows.ShowService.set_path("/shows/ShowService.asmx");
Softix.PowerWeb.Premier.Shows.ShowService.GetFeatureShows= function(categoryID,onSuccess,onFailed,userContext) {Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.GetFeatureShows(categoryID,onSuccess,onFailed,userContext); }
Softix.PowerWeb.Premier.Shows.ShowService.GetHeroFeed= function(categoryID,onSuccess,onFailed,userContext) {Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.GetHeroFeed(categoryID,onSuccess,onFailed,userContext); }
Softix.PowerWeb.Premier.Shows.ShowService.GetShowPhotos= function(softixCode,onSuccess,onFailed,userContext) {Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.GetShowPhotos(softixCode,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Softix.PowerWeb.Premier.Shows.ShowService_FeatureShow) === 'undefined') {
Softix.PowerWeb.Premier.Shows.ShowService_FeatureShow=gtc("Softix.PowerWeb.Premier.Shows.ShowService+FeatureShow");
Softix.PowerWeb.Premier.Shows.ShowService_FeatureShow.registerClass('Softix.PowerWeb.Premier.Shows.ShowService_FeatureShow');
}
if (typeof(Softix.PowerWeb.Premier.Shows.ShowService_ShowPhoto) === 'undefined') {
Softix.PowerWeb.Premier.Shows.ShowService_ShowPhoto=gtc("Softix.PowerWeb.Premier.Shows.ShowService+ShowPhoto");
Softix.PowerWeb.Premier.Shows.ShowService_ShowPhoto.registerClass('Softix.PowerWeb.Premier.Shows.ShowService_ShowPhoto');
}
