var Animation=function() {
Animation.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Animation.prototype={
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Animation.get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
GetAllContent:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Animation.get_path(), 'GetAllContent',false,{},succeededCallback,failedCallback,userContext); },
GetAllContentForHomePage:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Animation.get_path(), 'GetAllContentForHomePage',false,{},succeededCallback,failedCallback,userContext); },
GetSelectedAnimations:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Animation.get_path(), 'GetSelectedAnimations',false,{},succeededCallback,failedCallback,userContext); },
GetTajaPhotolu:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Animation.get_path(), 'GetTajaPhotolu',false,{},succeededCallback,failedCallback,userContext); }}
Animation.registerClass('Animation',Sys.Net.WebServiceProxy);
Animation._staticInstance = new Animation();
Animation.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; Animation._staticInstance._path = value; }
Animation.get_path = function() { return Animation._staticInstance._path; }
Animation.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
Animation._staticInstance._timeout = value; }
Animation.get_timeout = function() { 
return Animation._staticInstance._timeout; }
Animation.set_defaultUserContext = function(value) { 
Animation._staticInstance._userContext = value; }
Animation.get_defaultUserContext = function() { 
return Animation._staticInstance._userContext; }
Animation.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; Animation._staticInstance._succeeded = value; }
Animation.get_defaultSucceededCallback = function() { 
return Animation._staticInstance._succeeded; }
Animation.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; Animation._staticInstance._failed = value; }
Animation.get_defaultFailedCallback = function() { 
return Animation._staticInstance._failed; }
Animation.set_path("/Animation.asmx");
Animation.HelloWorld= function(onSuccess,onFailed,userContext) {Animation._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
Animation.GetAllContent= function(onSuccess,onFailed,userContext) {Animation._staticInstance.GetAllContent(onSuccess,onFailed,userContext); }
Animation.GetAllContentForHomePage= function(onSuccess,onFailed,userContext) {Animation._staticInstance.GetAllContentForHomePage(onSuccess,onFailed,userContext); }
Animation.GetSelectedAnimations= function(onSuccess,onFailed,userContext) {Animation._staticInstance.GetSelectedAnimations(onSuccess,onFailed,userContext); }
Animation.GetTajaPhotolu= function(onSuccess,onFailed,userContext) {Animation._staticInstance.GetTajaPhotolu(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('pcmsLib');
if (typeof(pcmsLib.HomeFeaturedContent) === 'undefined') {
pcmsLib.HomeFeaturedContent=gtc("pcmsLib.HomeFeaturedContent");
pcmsLib.HomeFeaturedContent.registerClass('pcmsLib.HomeFeaturedContent');
}
if (typeof(pcmsLib.HomeAnimationPreference) === 'undefined') {
pcmsLib.HomeAnimationPreference=gtc("pcmsLib.HomeAnimationPreference");
pcmsLib.HomeAnimationPreference.registerClass('pcmsLib.HomeAnimationPreference');
}
if (typeof(pcmsLib.TajaPhotoluPreferences) === 'undefined') {
pcmsLib.TajaPhotoluPreferences=gtc("pcmsLib.TajaPhotoluPreferences");
pcmsLib.TajaPhotoluPreferences.registerClass('pcmsLib.TajaPhotoluPreferences');
}
