Type.registerNamespace('Dreamland.Services');
Dreamland.Services.PhotoInfosService=function() {
Dreamland.Services.PhotoInfosService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Dreamland.Services.PhotoInfosService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Dreamland.Services.PhotoInfosService._staticInstance.get_path();},
SetImageVote:function(PhID,UsID,VoteValue,VoteRemark,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetImageVote',false,{PhID:PhID,UsID:UsID,VoteValue:VoteValue,VoteRemark:VoteRemark},succeededCallback,failedCallback,userContext); },
GetImageInfos:function(PhID,UsID,isEnglish,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetImageInfos',false,{PhID:PhID,UsID:UsID,isEnglish:isEnglish},succeededCallback,failedCallback,userContext); },
GetPhotoVotes:function(PhID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPhotoVotes',false,{PhID:PhID},succeededCallback,failedCallback,userContext); },
GetListOfPreviewPhoto:function(WsmID,UsID,isEnglish,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetListOfPreviewPhoto',false,{WsmID:WsmID,UsID:UsID,isEnglish:isEnglish},succeededCallback,failedCallback,userContext); }}
Dreamland.Services.PhotoInfosService.registerClass('Dreamland.Services.PhotoInfosService',Sys.Net.WebServiceProxy);
Dreamland.Services.PhotoInfosService._staticInstance = new Dreamland.Services.PhotoInfosService();
Dreamland.Services.PhotoInfosService.set_path = function(value) { Dreamland.Services.PhotoInfosService._staticInstance.set_path(value); }
Dreamland.Services.PhotoInfosService.get_path = function() { return Dreamland.Services.PhotoInfosService._staticInstance.get_path(); }
Dreamland.Services.PhotoInfosService.set_timeout = function(value) { Dreamland.Services.PhotoInfosService._staticInstance.set_timeout(value); }
Dreamland.Services.PhotoInfosService.get_timeout = function() { return Dreamland.Services.PhotoInfosService._staticInstance.get_timeout(); }
Dreamland.Services.PhotoInfosService.set_defaultUserContext = function(value) { Dreamland.Services.PhotoInfosService._staticInstance.set_defaultUserContext(value); }
Dreamland.Services.PhotoInfosService.get_defaultUserContext = function() { return Dreamland.Services.PhotoInfosService._staticInstance.get_defaultUserContext(); }
Dreamland.Services.PhotoInfosService.set_defaultSucceededCallback = function(value) { Dreamland.Services.PhotoInfosService._staticInstance.set_defaultSucceededCallback(value); }
Dreamland.Services.PhotoInfosService.get_defaultSucceededCallback = function() { return Dreamland.Services.PhotoInfosService._staticInstance.get_defaultSucceededCallback(); }
Dreamland.Services.PhotoInfosService.set_defaultFailedCallback = function(value) { Dreamland.Services.PhotoInfosService._staticInstance.set_defaultFailedCallback(value); }
Dreamland.Services.PhotoInfosService.get_defaultFailedCallback = function() { return Dreamland.Services.PhotoInfosService._staticInstance.get_defaultFailedCallback(); }
Dreamland.Services.PhotoInfosService.set_enableJsonp = function(value) { Dreamland.Services.PhotoInfosService._staticInstance.set_enableJsonp(value); }
Dreamland.Services.PhotoInfosService.get_enableJsonp = function() { return Dreamland.Services.PhotoInfosService._staticInstance.get_enableJsonp(); }
Dreamland.Services.PhotoInfosService.set_jsonpCallbackParameter = function(value) { Dreamland.Services.PhotoInfosService._staticInstance.set_jsonpCallbackParameter(value); }
Dreamland.Services.PhotoInfosService.get_jsonpCallbackParameter = function() { return Dreamland.Services.PhotoInfosService._staticInstance.get_jsonpCallbackParameter(); }
Dreamland.Services.PhotoInfosService.set_path("/Services/PhotoInfosService.asmx");
Dreamland.Services.PhotoInfosService.SetImageVote= function(PhID,UsID,VoteValue,VoteRemark,onSuccess,onFailed,userContext) {Dreamland.Services.PhotoInfosService._staticInstance.SetImageVote(PhID,UsID,VoteValue,VoteRemark,onSuccess,onFailed,userContext); }
Dreamland.Services.PhotoInfosService.GetImageInfos= function(PhID,UsID,isEnglish,onSuccess,onFailed,userContext) {Dreamland.Services.PhotoInfosService._staticInstance.GetImageInfos(PhID,UsID,isEnglish,onSuccess,onFailed,userContext); }
Dreamland.Services.PhotoInfosService.GetPhotoVotes= function(PhID,onSuccess,onFailed,userContext) {Dreamland.Services.PhotoInfosService._staticInstance.GetPhotoVotes(PhID,onSuccess,onFailed,userContext); }
Dreamland.Services.PhotoInfosService.GetListOfPreviewPhoto= function(WsmID,UsID,isEnglish,onSuccess,onFailed,userContext) {Dreamland.Services.PhotoInfosService._staticInstance.GetListOfPreviewPhoto(WsmID,UsID,isEnglish,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Dreamland.Services.PhotoInfos) === 'undefined') {
Dreamland.Services.PhotoInfos=gtc("Dreamland.Services.PhotoInfos");
Dreamland.Services.PhotoInfos.registerClass('Dreamland.Services.PhotoInfos');
}

