var WebServices=function() {
WebServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WebServices._staticInstance.get_path();},
SendGalleryContentToGallery:function(galleryContentID,galleryID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendGalleryContentToGallery',false,{galleryContentID:galleryContentID,galleryID:galleryID},succeededCallback,failedCallback,userContext); },
GetSubCategoryData:function(affiliateID,categoryID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubCategoryData',false,{affiliateID:affiliateID,categoryID:categoryID},succeededCallback,failedCallback,userContext); },
createAlbum:function(AlbumName,AlbumDescription,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'createAlbum',false,{AlbumName:AlbumName,AlbumDescription:AlbumDescription},succeededCallback,failedCallback,userContext); },
AccountList:function(UserRoleTypeID,AccountStatusID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AccountList',false,{UserRoleTypeID:UserRoleTypeID,AccountStatusID:AccountStatusID},succeededCallback,failedCallback,userContext); },
InvitedUserAccountList:function(UserRoleTypeID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InvitedUserAccountList',false,{UserRoleTypeID:UserRoleTypeID},succeededCallback,failedCallback,userContext); },
PagedSearch:function(startIndex,ResultsPerPage,Query,SortField,FullText,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PagedSearch',false,{startIndex:startIndex,ResultsPerPage:ResultsPerPage,Query:Query,SortField:SortField,FullText:FullText},succeededCallback,failedCallback,userContext); },
DeleteClassSceneUser:function(control,ClassSceneUserID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteClassSceneUser',false,{control:control,ClassSceneUserID:ClassSceneUserID},succeededCallback,failedCallback,userContext); },
LockClassSceneUser:function(control,ClassSceneUserID,isLock,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LockClassSceneUser',false,{control:control,ClassSceneUserID:ClassSceneUserID,isLock:isLock},succeededCallback,failedCallback,userContext); },
ApproveClassSceneUser:function(control,ClassSceneUserID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ApproveClassSceneUser',false,{control:control,ClassSceneUserID:ClassSceneUserID},succeededCallback,failedCallback,userContext); },
RejectClassSceneUser:function(control,ClassSceneUserID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RejectClassSceneUser',false,{control:control,ClassSceneUserID:ClassSceneUserID},succeededCallback,failedCallback,userContext); },
AcknowledgeNotification:function(NotificationID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AcknowledgeNotification',false,{NotificationID:NotificationID},succeededCallback,failedCallback,userContext); },
GetMediaUploadGUID:function(FileName,mDate,cDate,Source,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMediaUploadGUID',false,{FileName:FileName,mDate:mDate,cDate:cDate,Source:Source},succeededCallback,failedCallback,userContext); },
GetSubmittableGalleriesForEditContent:function(rbValue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubmittableGalleriesForEditContent',false,{rbValue:rbValue},succeededCallback,failedCallback,userContext); },
GetOrderDetailXmlForOrderBVIN:function(orderBvin,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetOrderDetailXmlForOrderBVIN',false,{orderBvin:orderBvin},succeededCallback,failedCallback,userContext); },
GetOrderInfoXmlForClassSceneUser:function(classSceneUserID,StartRow,EndRow,OrderBy,Direction,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetOrderInfoXmlForClassSceneUser',false,{classSceneUserID:classSceneUserID,StartRow:StartRow,EndRow:EndRow,OrderBy:OrderBy,Direction:Direction},succeededCallback,failedCallback,userContext); },
GetOrderInfoXmlForAffiliate:function(affiliateID,StartRow,EndRow,OrderBy,Direction,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetOrderInfoXmlForAffiliate',false,{affiliateID:affiliateID,StartRow:StartRow,EndRow:EndRow,OrderBy:OrderBy,Direction:Direction},succeededCallback,failedCallback,userContext); },
GetContentHistory:function(type,StartRow,EndRow,OrderBy,dir,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetContentHistory',false,{type:type,StartRow:StartRow,EndRow:EndRow,OrderBy:OrderBy,dir:dir},succeededCallback,failedCallback,userContext); },
DeleteUserContent:function(control,GalleryContentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteUserContent',false,{control:control,GalleryContentID:GalleryContentID},succeededCallback,failedCallback,userContext); },
GetManageGalleries:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetManageGalleries',false,{},succeededCallback,failedCallback,userContext); },
EditGalleryInfo:function(GalleryID,GalleryName,OwnerID,AccessID,Status,SubmitID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EditGalleryInfo',false,{GalleryID:GalleryID,GalleryName:GalleryName,OwnerID:OwnerID,AccessID:AccessID,Status:Status,SubmitID:SubmitID},succeededCallback,failedCallback,userContext); },
EditGalleryLook:function(GalleryID,MediaID,guid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EditGalleryLook',false,{GalleryID:GalleryID,MediaID:MediaID,guid:guid},succeededCallback,failedCallback,userContext); },
DeleteGalleries:function(control,UserContentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteGalleries',false,{control:control,UserContentID:UserContentID},succeededCallback,failedCallback,userContext); },
EditAffiliateLook:function(MediaID,guid,Color1,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EditAffiliateLook',false,{MediaID:MediaID,guid:guid,Color1:Color1},succeededCallback,failedCallback,userContext); },
GetGalleryContentComments:function(GalleryContentID,IncludePending,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGalleryContentComments',false,{GalleryContentID:GalleryContentID,IncludePending:IncludePending},succeededCallback,failedCallback,userContext); },
ApproveGalleryContentComment:function(row,GalleryContentCommentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ApproveGalleryContentComment',false,{row:row,GalleryContentCommentID:GalleryContentCommentID},succeededCallback,failedCallback,userContext); },
RejectGalleryContentComment:function(row,GalleryContentCommentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RejectGalleryContentComment',false,{row:row,GalleryContentCommentID:GalleryContentCommentID},succeededCallback,failedCallback,userContext); },
GetGalleryContentTags:function(GalleryContentID,IncludePending,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGalleryContentTags',false,{GalleryContentID:GalleryContentID,IncludePending:IncludePending},succeededCallback,failedCallback,userContext); },
ApproveGalleryContentTag:function(row,GalleryContentID,TagID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ApproveGalleryContentTag',false,{row:row,GalleryContentID:GalleryContentID,TagID:TagID},succeededCallback,failedCallback,userContext); },
RejectGalleryContentTag:function(row,GalleryContentID,TagID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RejectGalleryContentTag',false,{row:row,GalleryContentID:GalleryContentID,TagID:TagID},succeededCallback,failedCallback,userContext); },
ChallengeClassSceneUser:function(control,ClassSceneUserID,challenge,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ChallengeClassSceneUser',false,{control:control,ClassSceneUserID:ClassSceneUserID,challenge:challenge},succeededCallback,failedCallback,userContext); },
EditUserLook:function(UserID,MediaID,guid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EditUserLook',false,{UserID:UserID,MediaID:MediaID,guid:guid},succeededCallback,failedCallback,userContext); },
GetGalleryMembers:function(GalleryID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGalleryMembers',false,{GalleryID:GalleryID},succeededCallback,failedCallback,userContext); },
GetPossibleGalleryMembers:function(GalleryID,AffiliateID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPossibleGalleryMembers',false,{GalleryID:GalleryID,AffiliateID:AffiliateID},succeededCallback,failedCallback,userContext); },
GetCitiesFromState:function(StateID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCitiesFromState',false,{StateID:StateID},succeededCallback,failedCallback,userContext); },
GetAffiliatesFromCity:function(StateID,City,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAffiliatesFromCity',false,{StateID:StateID,City:City},succeededCallback,failedCallback,userContext); },
AddMembersToGallery:function(GalleryID,UserContentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddMembersToGallery',false,{GalleryID:GalleryID,UserContentID:UserContentID},succeededCallback,failedCallback,userContext); },
DeleteGalleryMember:function(GalleryID,UserID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteGalleryMember',false,{GalleryID:GalleryID,UserID:UserID},succeededCallback,failedCallback,userContext); },
SetGalleryUserPermission:function(GalleryID,UserID,Permission,enabled,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetGalleryUserPermission',false,{GalleryID:GalleryID,UserID:UserID,Permission:Permission,enabled:enabled},succeededCallback,failedCallback,userContext); },
DeleteTempUploadFile:function(tempfilename,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteTempUploadFile',false,{tempfilename:tempfilename},succeededCallback,failedCallback,userContext); },
GetGalleryHistory:function(GalleryID,StartRow,EndRow,OrderBy,dir,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGalleryHistory',false,{GalleryID:GalleryID,StartRow:StartRow,EndRow:EndRow,OrderBy:OrderBy,dir:dir},succeededCallback,failedCallback,userContext); },
GetGalleryContentGalleryTips:function(GalleryContentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGalleryContentGalleryTips',false,{GalleryContentID:GalleryContentID},succeededCallback,failedCallback,userContext); },
GetGalleryContentCommentTips:function(GalleryContentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGalleryContentCommentTips',false,{GalleryContentID:GalleryContentID},succeededCallback,failedCallback,userContext); },
GetGalleryContentTagTips:function(GalleryContentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGalleryContentTagTips',false,{GalleryContentID:GalleryContentID},succeededCallback,failedCallback,userContext); },
ShareThisPoppedUp:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShareThisPoppedUp',false,{},succeededCallback,failedCallback,userContext); },
oyGetList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'oyGetList',false,{},succeededCallback,failedCallback,userContext); },
SecureDataCall:function(encryptedParams,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SecureDataCall',false,{encryptedParams:encryptedParams},succeededCallback,failedCallback,userContext); }}
WebServices.registerClass('WebServices',Sys.Net.WebServiceProxy);
WebServices._staticInstance = new WebServices();
WebServices.set_path = function(value) { WebServices._staticInstance.set_path(value); }
WebServices.get_path = function() { return WebServices._staticInstance.get_path(); }
WebServices.set_timeout = function(value) { WebServices._staticInstance.set_timeout(value); }
WebServices.get_timeout = function() { return WebServices._staticInstance.get_timeout(); }
WebServices.set_defaultUserContext = function(value) { WebServices._staticInstance.set_defaultUserContext(value); }
WebServices.get_defaultUserContext = function() { return WebServices._staticInstance.get_defaultUserContext(); }
WebServices.set_defaultSucceededCallback = function(value) { WebServices._staticInstance.set_defaultSucceededCallback(value); }
WebServices.get_defaultSucceededCallback = function() { return WebServices._staticInstance.get_defaultSucceededCallback(); }
WebServices.set_defaultFailedCallback = function(value) { WebServices._staticInstance.set_defaultFailedCallback(value); }
WebServices.get_defaultFailedCallback = function() { return WebServices._staticInstance.get_defaultFailedCallback(); }
WebServices.set_path("/WebServices.asmx");
WebServices.SendGalleryContentToGallery= function(galleryContentID,galleryID,onSuccess,onFailed,userContext) {WebServices._staticInstance.SendGalleryContentToGallery(galleryContentID,galleryID,onSuccess,onFailed,userContext); }
WebServices.GetSubCategoryData= function(affiliateID,categoryID,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetSubCategoryData(affiliateID,categoryID,onSuccess,onFailed,userContext); }
WebServices.createAlbum= function(AlbumName,AlbumDescription,onSuccess,onFailed,userContext) {WebServices._staticInstance.createAlbum(AlbumName,AlbumDescription,onSuccess,onFailed,userContext); }
WebServices.AccountList= function(UserRoleTypeID,AccountStatusID,onSuccess,onFailed,userContext) {WebServices._staticInstance.AccountList(UserRoleTypeID,AccountStatusID,onSuccess,onFailed,userContext); }
WebServices.InvitedUserAccountList= function(UserRoleTypeID,onSuccess,onFailed,userContext) {WebServices._staticInstance.InvitedUserAccountList(UserRoleTypeID,onSuccess,onFailed,userContext); }
WebServices.PagedSearch= function(startIndex,ResultsPerPage,Query,SortField,FullText,onSuccess,onFailed,userContext) {WebServices._staticInstance.PagedSearch(startIndex,ResultsPerPage,Query,SortField,FullText,onSuccess,onFailed,userContext); }
WebServices.DeleteClassSceneUser= function(control,ClassSceneUserID,onSuccess,onFailed,userContext) {WebServices._staticInstance.DeleteClassSceneUser(control,ClassSceneUserID,onSuccess,onFailed,userContext); }
WebServices.LockClassSceneUser= function(control,ClassSceneUserID,isLock,onSuccess,onFailed,userContext) {WebServices._staticInstance.LockClassSceneUser(control,ClassSceneUserID,isLock,onSuccess,onFailed,userContext); }
WebServices.ApproveClassSceneUser= function(control,ClassSceneUserID,onSuccess,onFailed,userContext) {WebServices._staticInstance.ApproveClassSceneUser(control,ClassSceneUserID,onSuccess,onFailed,userContext); }
WebServices.RejectClassSceneUser= function(control,ClassSceneUserID,onSuccess,onFailed,userContext) {WebServices._staticInstance.RejectClassSceneUser(control,ClassSceneUserID,onSuccess,onFailed,userContext); }
WebServices.AcknowledgeNotification= function(NotificationID,onSuccess,onFailed,userContext) {WebServices._staticInstance.AcknowledgeNotification(NotificationID,onSuccess,onFailed,userContext); }
WebServices.GetMediaUploadGUID= function(FileName,mDate,cDate,Source,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetMediaUploadGUID(FileName,mDate,cDate,Source,onSuccess,onFailed,userContext); }
WebServices.GetSubmittableGalleriesForEditContent= function(rbValue,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetSubmittableGalleriesForEditContent(rbValue,onSuccess,onFailed,userContext); }
WebServices.GetOrderDetailXmlForOrderBVIN= function(orderBvin,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetOrderDetailXmlForOrderBVIN(orderBvin,onSuccess,onFailed,userContext); }
WebServices.GetOrderInfoXmlForClassSceneUser= function(classSceneUserID,StartRow,EndRow,OrderBy,Direction,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetOrderInfoXmlForClassSceneUser(classSceneUserID,StartRow,EndRow,OrderBy,Direction,onSuccess,onFailed,userContext); }
WebServices.GetOrderInfoXmlForAffiliate= function(affiliateID,StartRow,EndRow,OrderBy,Direction,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetOrderInfoXmlForAffiliate(affiliateID,StartRow,EndRow,OrderBy,Direction,onSuccess,onFailed,userContext); }
WebServices.GetContentHistory= function(type,StartRow,EndRow,OrderBy,dir,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetContentHistory(type,StartRow,EndRow,OrderBy,dir,onSuccess,onFailed,userContext); }
WebServices.DeleteUserContent= function(control,GalleryContentID,onSuccess,onFailed,userContext) {WebServices._staticInstance.DeleteUserContent(control,GalleryContentID,onSuccess,onFailed,userContext); }
WebServices.GetManageGalleries= function(onSuccess,onFailed,userContext) {WebServices._staticInstance.GetManageGalleries(onSuccess,onFailed,userContext); }
WebServices.EditGalleryInfo= function(GalleryID,GalleryName,OwnerID,AccessID,Status,SubmitID,onSuccess,onFailed,userContext) {WebServices._staticInstance.EditGalleryInfo(GalleryID,GalleryName,OwnerID,AccessID,Status,SubmitID,onSuccess,onFailed,userContext); }
WebServices.EditGalleryLook= function(GalleryID,MediaID,guid,onSuccess,onFailed,userContext) {WebServices._staticInstance.EditGalleryLook(GalleryID,MediaID,guid,onSuccess,onFailed,userContext); }
WebServices.DeleteGalleries= function(control,UserContentID,onSuccess,onFailed,userContext) {WebServices._staticInstance.DeleteGalleries(control,UserContentID,onSuccess,onFailed,userContext); }
WebServices.EditAffiliateLook= function(MediaID,guid,Color1,onSuccess,onFailed,userContext) {WebServices._staticInstance.EditAffiliateLook(MediaID,guid,Color1,onSuccess,onFailed,userContext); }
WebServices.GetGalleryContentComments= function(GalleryContentID,IncludePending,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetGalleryContentComments(GalleryContentID,IncludePending,onSuccess,onFailed,userContext); }
WebServices.ApproveGalleryContentComment= function(row,GalleryContentCommentID,onSuccess,onFailed,userContext) {WebServices._staticInstance.ApproveGalleryContentComment(row,GalleryContentCommentID,onSuccess,onFailed,userContext); }
WebServices.RejectGalleryContentComment= function(row,GalleryContentCommentID,onSuccess,onFailed,userContext) {WebServices._staticInstance.RejectGalleryContentComment(row,GalleryContentCommentID,onSuccess,onFailed,userContext); }
WebServices.GetGalleryContentTags= function(GalleryContentID,IncludePending,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetGalleryContentTags(GalleryContentID,IncludePending,onSuccess,onFailed,userContext); }
WebServices.ApproveGalleryContentTag= function(row,GalleryContentID,TagID,onSuccess,onFailed,userContext) {WebServices._staticInstance.ApproveGalleryContentTag(row,GalleryContentID,TagID,onSuccess,onFailed,userContext); }
WebServices.RejectGalleryContentTag= function(row,GalleryContentID,TagID,onSuccess,onFailed,userContext) {WebServices._staticInstance.RejectGalleryContentTag(row,GalleryContentID,TagID,onSuccess,onFailed,userContext); }
WebServices.ChallengeClassSceneUser= function(control,ClassSceneUserID,challenge,onSuccess,onFailed,userContext) {WebServices._staticInstance.ChallengeClassSceneUser(control,ClassSceneUserID,challenge,onSuccess,onFailed,userContext); }
WebServices.EditUserLook= function(UserID,MediaID,guid,onSuccess,onFailed,userContext) {WebServices._staticInstance.EditUserLook(UserID,MediaID,guid,onSuccess,onFailed,userContext); }
WebServices.GetGalleryMembers= function(GalleryID,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetGalleryMembers(GalleryID,onSuccess,onFailed,userContext); }
WebServices.GetPossibleGalleryMembers= function(GalleryID,AffiliateID,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetPossibleGalleryMembers(GalleryID,AffiliateID,onSuccess,onFailed,userContext); }
WebServices.GetCitiesFromState= function(StateID,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetCitiesFromState(StateID,onSuccess,onFailed,userContext); }
WebServices.GetAffiliatesFromCity= function(StateID,City,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetAffiliatesFromCity(StateID,City,onSuccess,onFailed,userContext); }
WebServices.AddMembersToGallery= function(GalleryID,UserContentID,onSuccess,onFailed,userContext) {WebServices._staticInstance.AddMembersToGallery(GalleryID,UserContentID,onSuccess,onFailed,userContext); }
WebServices.DeleteGalleryMember= function(GalleryID,UserID,onSuccess,onFailed,userContext) {WebServices._staticInstance.DeleteGalleryMember(GalleryID,UserID,onSuccess,onFailed,userContext); }
WebServices.SetGalleryUserPermission= function(GalleryID,UserID,Permission,enabled,onSuccess,onFailed,userContext) {WebServices._staticInstance.SetGalleryUserPermission(GalleryID,UserID,Permission,enabled,onSuccess,onFailed,userContext); }
WebServices.DeleteTempUploadFile= function(tempfilename,onSuccess,onFailed,userContext) {WebServices._staticInstance.DeleteTempUploadFile(tempfilename,onSuccess,onFailed,userContext); }
WebServices.GetGalleryHistory= function(GalleryID,StartRow,EndRow,OrderBy,dir,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetGalleryHistory(GalleryID,StartRow,EndRow,OrderBy,dir,onSuccess,onFailed,userContext); }
WebServices.GetGalleryContentGalleryTips= function(GalleryContentID,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetGalleryContentGalleryTips(GalleryContentID,onSuccess,onFailed,userContext); }
WebServices.GetGalleryContentCommentTips= function(GalleryContentID,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetGalleryContentCommentTips(GalleryContentID,onSuccess,onFailed,userContext); }
WebServices.GetGalleryContentTagTips= function(GalleryContentID,onSuccess,onFailed,userContext) {WebServices._staticInstance.GetGalleryContentTagTips(GalleryContentID,onSuccess,onFailed,userContext); }
WebServices.ShareThisPoppedUp= function(onSuccess,onFailed,userContext) {WebServices._staticInstance.ShareThisPoppedUp(onSuccess,onFailed,userContext); }
WebServices.oyGetList= function(onSuccess,onFailed,userContext) {WebServices._staticInstance.oyGetList(onSuccess,onFailed,userContext); }
WebServices.SecureDataCall= function(encryptedParams,onSuccess,onFailed,userContext) {WebServices._staticInstance.SecureDataCall(encryptedParams,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataSet) === 'undefined') {
System.Data.DataSet=gtc("System.Data.DataSet");
System.Data.DataSet.registerClass('System.Data.DataSet');
}

