Type.registerNamespace('Services.CMS');
Services.CMS.CMS=function() {
Services.CMS.CMS.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Services.CMS.CMS.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Services.CMS.CMS._staticInstance.get_path();},
GetContent:function(theRequest,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetContent',true,{theRequest:theRequest},succeededCallback,failedCallback,userContext); },
GetNavItems:function(theRequest,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNavItems',true,{theRequest:theRequest},succeededCallback,failedCallback,userContext); },
GetLocations:function(theRequest,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocations',true,{theRequest:theRequest},succeededCallback,failedCallback,userContext); },
UpdateArticleRating:function(theRequest,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateArticleRating',true,{theRequest:theRequest},succeededCallback,failedCallback,userContext); }}
Services.CMS.CMS.registerClass('Services.CMS.CMS',Sys.Net.WebServiceProxy);
Services.CMS.CMS._staticInstance = new Services.CMS.CMS();
Services.CMS.CMS.set_path = function(value) { Services.CMS.CMS._staticInstance.set_path(value); }
Services.CMS.CMS.get_path = function() { return Services.CMS.CMS._staticInstance.get_path(); }
Services.CMS.CMS.set_timeout = function(value) { Services.CMS.CMS._staticInstance.set_timeout(value); }
Services.CMS.CMS.get_timeout = function() { return Services.CMS.CMS._staticInstance.get_timeout(); }
Services.CMS.CMS.set_defaultUserContext = function(value) { Services.CMS.CMS._staticInstance.set_defaultUserContext(value); }
Services.CMS.CMS.get_defaultUserContext = function() { return Services.CMS.CMS._staticInstance.get_defaultUserContext(); }
Services.CMS.CMS.set_defaultSucceededCallback = function(value) { Services.CMS.CMS._staticInstance.set_defaultSucceededCallback(value); }
Services.CMS.CMS.get_defaultSucceededCallback = function() { return Services.CMS.CMS._staticInstance.get_defaultSucceededCallback(); }
Services.CMS.CMS.set_defaultFailedCallback = function(value) { Services.CMS.CMS._staticInstance.set_defaultFailedCallback(value); }
Services.CMS.CMS.get_defaultFailedCallback = function() { return Services.CMS.CMS._staticInstance.get_defaultFailedCallback(); }
Services.CMS.CMS.set_path("/Services/CMS/CMS.asmx");
Services.CMS.CMS.GetContent= function(theRequest,onSuccess,onFailed,userContext) {Services.CMS.CMS._staticInstance.GetContent(theRequest,onSuccess,onFailed,userContext); }
Services.CMS.CMS.GetNavItems= function(theRequest,onSuccess,onFailed,userContext) {Services.CMS.CMS._staticInstance.GetNavItems(theRequest,onSuccess,onFailed,userContext); }
Services.CMS.CMS.GetLocations= function(theRequest,onSuccess,onFailed,userContext) {Services.CMS.CMS._staticInstance.GetLocations(theRequest,onSuccess,onFailed,userContext); }
Services.CMS.CMS.UpdateArticleRating= function(theRequest,onSuccess,onFailed,userContext) {Services.CMS.CMS._staticInstance.UpdateArticleRating(theRequest,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Monster.EBiz.CMS.Entities.Types');
if (typeof(Monster.EBiz.CMS.Entities.Types.UserRequest) === 'undefined') {
Monster.EBiz.CMS.Entities.Types.UserRequest=gtc("Monster.EBiz.CMS.Entities.Types.UserRequest");
Monster.EBiz.CMS.Entities.Types.UserRequest.registerClass('Monster.EBiz.CMS.Entities.Types.UserRequest');
}
if (typeof(Monster.EBiz.CMS.Entities.Types.LookupContentResponse) === 'undefined') {
Monster.EBiz.CMS.Entities.Types.LookupContentResponse=gtc("Monster.EBiz.CMS.Entities.Types.LookupContentResponse");
Monster.EBiz.CMS.Entities.Types.LookupContentResponse.registerClass('Monster.EBiz.CMS.Entities.Types.LookupContentResponse');
}
if (typeof(Monster.EBiz.CMS.Entities.Types.LookupMetaTagResponse) === 'undefined') {
Monster.EBiz.CMS.Entities.Types.LookupMetaTagResponse=gtc("Monster.EBiz.CMS.Entities.Types.LookupMetaTagResponse");
Monster.EBiz.CMS.Entities.Types.LookupMetaTagResponse.registerClass('Monster.EBiz.CMS.Entities.Types.LookupMetaTagResponse');
}
if (typeof(Monster.EBiz.CMS.Entities.Types.UpdateRatingRequest) === 'undefined') {
Monster.EBiz.CMS.Entities.Types.UpdateRatingRequest=gtc("Monster.EBiz.CMS.Entities.Types.UpdateRatingRequest");
Monster.EBiz.CMS.Entities.Types.UpdateRatingRequest.registerClass('Monster.EBiz.CMS.Entities.Types.UpdateRatingRequest');
}
if (typeof(Monster.EBiz.CMS.Entities.Types.GeneralContentRating) === 'undefined') {
Monster.EBiz.CMS.Entities.Types.GeneralContentRating=gtc("Monster.EBiz.CMS.Entities.Types.GeneralContentRating");
Monster.EBiz.CMS.Entities.Types.GeneralContentRating.registerClass('Monster.EBiz.CMS.Entities.Types.GeneralContentRating');
}
