Type.registerNamespace('IGS.BIZ');
IGS.BIZ.HomeWebService=function() {
IGS.BIZ.HomeWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
IGS.BIZ.HomeWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return IGS.BIZ.HomeWebService._staticInstance.get_path();},
getXml:function(strUserId,strPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getXml',false,{strUserId:strUserId,strPath:strPath},succeededCallback,failedCallback,userContext); },
drawFile:function(filename,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'drawFile',false,{filename:filename},succeededCallback,failedCallback,userContext); },
getGalleryCategory:function(userId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getGalleryCategory',false,{userId:userId},succeededCallback,failedCallback,userContext); },
getBoardCategory:function(str,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getBoardCategory',false,{str:str},succeededCallback,failedCallback,userContext); },
getGalleryCount:function(str,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getGalleryCount',false,{str:str},succeededCallback,failedCallback,userContext); },
getBoardCount:function(str,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getBoardCount',false,{str:str},succeededCallback,failedCallback,userContext); },
HomeBBS_VOTE_INSERT:function(IdMaster,SellerUserId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HomeBBS_VOTE_INSERT',false,{IdMaster:IdMaster,SellerUserId:SellerUserId},succeededCallback,failedCallback,userContext); },
HomeCategory_Delete:function(categoryid,userid,categoryKind,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HomeCategory_Delete',false,{categoryid:categoryid,userid:userid,categoryKind:categoryKind},succeededCallback,failedCallback,userContext); },
HomeFriendTemp_Update:function(strUserId,iConfirm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HomeFriendTemp_Update',false,{strUserId:strUserId,iConfirm:iConfirm},succeededCallback,failedCallback,userContext); },
HomeFriendTemp_Insert:function(strUserid,strMessage,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HomeFriendTemp_Insert',false,{strUserid:strUserid,strMessage:strMessage},succeededCallback,failedCallback,userContext); },
HomeScrap_Insert:function(strFriendId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HomeScrap_Insert',false,{strFriendId:strFriendId},succeededCallback,failedCallback,userContext); },
HomeScrap_Delete:function(IdMaster,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HomeScrap_Delete',false,{IdMaster:IdMaster},succeededCallback,failedCallback,userContext); },
HomeScrap_SelectListToString:function(strUserId,iPageindex,iPagesize,strKeytype,strKeyword,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HomeScrap_SelectListToString',false,{strUserId:strUserId,iPageindex:iPageindex,iPagesize:iPagesize,strKeytype:strKeytype,strKeyword:strKeyword},succeededCallback,failedCallback,userContext); },
HomeFriend_SelectListToString:function(strUserId,iPageindex,iPagesize,strKeytype,strKeyword,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HomeFriend_SelectListToString',false,{strUserId:strUserId,iPageindex:iPageindex,iPagesize:iPagesize,strKeytype:strKeytype,strKeyword:strKeyword},succeededCallback,failedCallback,userContext); },
HomeCount_List:function(strUserId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HomeCount_List',false,{strUserId:strUserId},succeededCallback,failedCallback,userContext); },
HomeProfile_CountHitUpdate:function(strUserId,strFriendId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HomeProfile_CountHitUpdate',false,{strUserId:strUserId,strFriendId:strFriendId},succeededCallback,failedCallback,userContext); },
GetAuthorCategory:function(targetDepth,parentDepthValue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAuthorCategory',false,{targetDepth:targetDepth,parentDepthValue:parentDepthValue},succeededCallback,failedCallback,userContext); },
GetIMPCategory:function(targetDepth,parentDepthValue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetIMPCategory',false,{targetDepth:targetDepth,parentDepthValue:parentDepthValue},succeededCallback,failedCallback,userContext); }}
IGS.BIZ.HomeWebService.registerClass('IGS.BIZ.HomeWebService',Sys.Net.WebServiceProxy);
IGS.BIZ.HomeWebService._staticInstance = new IGS.BIZ.HomeWebService();
IGS.BIZ.HomeWebService.set_path = function(value) { IGS.BIZ.HomeWebService._staticInstance.set_path(value); }
IGS.BIZ.HomeWebService.get_path = function() { return IGS.BIZ.HomeWebService._staticInstance.get_path(); }
IGS.BIZ.HomeWebService.set_timeout = function(value) { IGS.BIZ.HomeWebService._staticInstance.set_timeout(value); }
IGS.BIZ.HomeWebService.get_timeout = function() { return IGS.BIZ.HomeWebService._staticInstance.get_timeout(); }
IGS.BIZ.HomeWebService.set_defaultUserContext = function(value) { IGS.BIZ.HomeWebService._staticInstance.set_defaultUserContext(value); }
IGS.BIZ.HomeWebService.get_defaultUserContext = function() { return IGS.BIZ.HomeWebService._staticInstance.get_defaultUserContext(); }
IGS.BIZ.HomeWebService.set_defaultSucceededCallback = function(value) { IGS.BIZ.HomeWebService._staticInstance.set_defaultSucceededCallback(value); }
IGS.BIZ.HomeWebService.get_defaultSucceededCallback = function() { return IGS.BIZ.HomeWebService._staticInstance.get_defaultSucceededCallback(); }
IGS.BIZ.HomeWebService.set_defaultFailedCallback = function(value) { IGS.BIZ.HomeWebService._staticInstance.set_defaultFailedCallback(value); }
IGS.BIZ.HomeWebService.get_defaultFailedCallback = function() { return IGS.BIZ.HomeWebService._staticInstance.get_defaultFailedCallback(); }
IGS.BIZ.HomeWebService.set_path("/Home/HomeWebService.asmx");
IGS.BIZ.HomeWebService.getXml= function(strUserId,strPath,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.getXml(strUserId,strPath,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.drawFile= function(filename,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.drawFile(filename,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.getGalleryCategory= function(userId,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.getGalleryCategory(userId,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.getBoardCategory= function(str,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.getBoardCategory(str,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.getGalleryCount= function(str,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.getGalleryCount(str,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.getBoardCount= function(str,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.getBoardCount(str,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.HomeBBS_VOTE_INSERT= function(IdMaster,SellerUserId,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.HomeBBS_VOTE_INSERT(IdMaster,SellerUserId,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.HomeCategory_Delete= function(categoryid,userid,categoryKind,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.HomeCategory_Delete(categoryid,userid,categoryKind,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.HomeFriendTemp_Update= function(strUserId,iConfirm,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.HomeFriendTemp_Update(strUserId,iConfirm,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.HomeFriendTemp_Insert= function(strUserid,strMessage,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.HomeFriendTemp_Insert(strUserid,strMessage,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.HomeScrap_Insert= function(strFriendId,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.HomeScrap_Insert(strFriendId,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.HomeScrap_Delete= function(IdMaster,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.HomeScrap_Delete(IdMaster,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.HomeScrap_SelectListToString= function(strUserId,iPageindex,iPagesize,strKeytype,strKeyword,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.HomeScrap_SelectListToString(strUserId,iPageindex,iPagesize,strKeytype,strKeyword,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.HomeFriend_SelectListToString= function(strUserId,iPageindex,iPagesize,strKeytype,strKeyword,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.HomeFriend_SelectListToString(strUserId,iPageindex,iPagesize,strKeytype,strKeyword,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.HomeCount_List= function(strUserId,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.HomeCount_List(strUserId,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.HomeProfile_CountHitUpdate= function(strUserId,strFriendId,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.HomeProfile_CountHitUpdate(strUserId,strFriendId,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.GetAuthorCategory= function(targetDepth,parentDepthValue,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.GetAuthorCategory(targetDepth,parentDepthValue,onSuccess,onFailed,userContext); }
IGS.BIZ.HomeWebService.GetIMPCategory= function(targetDepth,parentDepthValue,onSuccess,onFailed,userContext) {IGS.BIZ.HomeWebService._staticInstance.GetIMPCategory(targetDepth,parentDepthValue,onSuccess,onFailed,userContext); }
