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={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.get_path();},
GetFeatureShows:function(categoryID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFeatureShows',false,{categoryID:categoryID},succeededCallback,failedCallback,userContext); },
GetHeroFeed:function(categoryID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetHeroFeed',false,{categoryID:categoryID},succeededCallback,failedCallback,userContext); },
GetShowPhotos:function(softixCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._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.set_path(value); }
Softix.PowerWeb.Premier.Shows.ShowService.get_path = function() { return Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.get_path(); }
Softix.PowerWeb.Premier.Shows.ShowService.set_timeout = function(value) { Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.set_timeout(value); }
Softix.PowerWeb.Premier.Shows.ShowService.get_timeout = function() { return Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.get_timeout(); }
Softix.PowerWeb.Premier.Shows.ShowService.set_defaultUserContext = function(value) { Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.set_defaultUserContext(value); }
Softix.PowerWeb.Premier.Shows.ShowService.get_defaultUserContext = function() { return Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.get_defaultUserContext(); }
Softix.PowerWeb.Premier.Shows.ShowService.set_defaultSucceededCallback = function(value) { Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.set_defaultSucceededCallback(value); }
Softix.PowerWeb.Premier.Shows.ShowService.get_defaultSucceededCallback = function() { return Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.get_defaultSucceededCallback(); }
Softix.PowerWeb.Premier.Shows.ShowService.set_defaultFailedCallback = function(value) { Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.set_defaultFailedCallback(value); }
Softix.PowerWeb.Premier.Shows.ShowService.get_defaultFailedCallback = function() { return Softix.PowerWeb.Premier.Shows.ShowService._staticInstance.get_defaultFailedCallback(); }
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.FeatureShow) === 'undefined') {
Softix.PowerWeb.Premier.Shows.FeatureShow=gtc("Softix.PowerWeb.Premier.Shows.FeatureShow");
Softix.PowerWeb.Premier.Shows.FeatureShow.registerClass('Softix.PowerWeb.Premier.Shows.FeatureShow');
}
if (typeof(Softix.PowerWeb.Premier.Shows.ShowPhoto) === 'undefined') {
Softix.PowerWeb.Premier.Shows.ShowPhoto=gtc("Softix.PowerWeb.Premier.Shows.ShowPhoto");
Softix.PowerWeb.Premier.Shows.ShowPhoto.registerClass('Softix.PowerWeb.Premier.Shows.ShowPhoto');
}
