Type.registerNamespace('GolemizerAtlas');
GolemizerAtlas.golemizeratlas=function() {
GolemizerAtlas.golemizeratlas.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GolemizerAtlas.golemizeratlas.prototype={
getZonesPictures:function(showType,page,succeededCallback, failedCallback, userContext) {
return this._invoke(GolemizerAtlas.golemizeratlas.get_path(), 'getZonesPictures',false,{showType:showType,page:page},succeededCallback,failedCallback,userContext); },
getSpecificZonePicture:function(zone,myyear,mymonth,succeededCallback, failedCallback, userContext) {
return this._invoke(GolemizerAtlas.golemizeratlas.get_path(), 'getSpecificZonePicture',false,{zone:zone,myyear:myyear,mymonth:mymonth},succeededCallback,failedCallback,userContext); },
rateZonePicture:function(zone,myyear,mymonth,myvotevalue,succeededCallback, failedCallback, userContext) {
return this._invoke(GolemizerAtlas.golemizeratlas.get_path(), 'rateZonePicture',false,{zone:zone,myyear:myyear,mymonth:mymonth,myvotevalue:myvotevalue},succeededCallback,failedCallback,userContext); }}
GolemizerAtlas.golemizeratlas.registerClass('GolemizerAtlas.golemizeratlas',Sys.Net.WebServiceProxy);
GolemizerAtlas.golemizeratlas._staticInstance = new GolemizerAtlas.golemizeratlas();
GolemizerAtlas.golemizeratlas.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; GolemizerAtlas.golemizeratlas._staticInstance._path = value; }
GolemizerAtlas.golemizeratlas.get_path = function() { return GolemizerAtlas.golemizeratlas._staticInstance._path; }
GolemizerAtlas.golemizeratlas.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); }
GolemizerAtlas.golemizeratlas._staticInstance._timeout = value; }
GolemizerAtlas.golemizeratlas.get_timeout = function() { 
return GolemizerAtlas.golemizeratlas._staticInstance._timeout; }
GolemizerAtlas.golemizeratlas.set_defaultUserContext = function(value) { 
GolemizerAtlas.golemizeratlas._staticInstance._userContext = value; }
GolemizerAtlas.golemizeratlas.get_defaultUserContext = function() { 
return GolemizerAtlas.golemizeratlas._staticInstance._userContext; }
GolemizerAtlas.golemizeratlas.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; GolemizerAtlas.golemizeratlas._staticInstance._succeeded = value; }
GolemizerAtlas.golemizeratlas.get_defaultSucceededCallback = function() { 
return GolemizerAtlas.golemizeratlas._staticInstance._succeeded; }
GolemizerAtlas.golemizeratlas.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; GolemizerAtlas.golemizeratlas._staticInstance._failed = value; }
GolemizerAtlas.golemizeratlas.get_defaultFailedCallback = function() { 
return GolemizerAtlas.golemizeratlas._staticInstance._failed; }
GolemizerAtlas.golemizeratlas.set_path("/golemizeratlas.asmx");
GolemizerAtlas.golemizeratlas.getZonesPictures= function(showType,page,onSuccess,onFailed,userContext) {GolemizerAtlas.golemizeratlas._staticInstance.getZonesPictures(showType,page,onSuccess,onFailed,userContext); }
GolemizerAtlas.golemizeratlas.getSpecificZonePicture= function(zone,myyear,mymonth,onSuccess,onFailed,userContext) {GolemizerAtlas.golemizeratlas._staticInstance.getSpecificZonePicture(zone,myyear,mymonth,onSuccess,onFailed,userContext); }
GolemizerAtlas.golemizeratlas.rateZonePicture= function(zone,myyear,mymonth,myvotevalue,onSuccess,onFailed,userContext) {GolemizerAtlas.golemizeratlas._staticInstance.rateZonePicture(zone,myyear,mymonth,myvotevalue,onSuccess,onFailed,userContext); }

