Type.registerNamespace('Clozone.Web.WebService'); Clozone.Web.WebService.Personalization = { path: "/WebService/Personalization.asmx", GetPortal:function(prefix,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetPortal",{prefix:prefix}, onMethodComplete, onMethodTimeout); }, GetPageSetting:function(prefix,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetPageSetting",{prefix:prefix}, onMethodComplete, onMethodTimeout); }, SetZoneStyle:function(prefix,zoneCount,zoneWidths,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SetZoneStyle",{prefix:prefix,zoneCount:zoneCount,zoneWidths:zoneWidths}, onMethodComplete, onMethodTimeout); }, MovePart:function(prefix,oldZoneIndex,oldPartIndex,newZoneIndex,newPartIndex,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "MovePart",{prefix:prefix,oldZoneIndex:oldZoneIndex,oldPartIndex:oldPartIndex,newZoneIndex:newZoneIndex,newPartIndex:newPartIndex}, onMethodComplete, onMethodTimeout); }, AddPart:function(prefix,zoneIndex,partIndex,moduleType,titleName,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "AddPart",{prefix:prefix,zoneIndex:zoneIndex,partIndex:partIndex,moduleType:moduleType,titleName:titleName}, onMethodComplete, onMethodTimeout); }, DeletePart:function(prefix,zoneIndex,partIndex,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "DeletePart",{prefix:prefix,zoneIndex:zoneIndex,partIndex:partIndex}, onMethodComplete, onMethodTimeout); }, ChangeTitleName:function(prefix,zoneIndex,partIndex,titleName,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "ChangeTitleName",{prefix:prefix,zoneIndex:zoneIndex,partIndex:partIndex,titleName:titleName}, onMethodComplete, onMethodTimeout); }, ChangeBgColor:function(prefix,zoneIndex,partIndex,titleColor,bodyColor,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "ChangeBgColor",{prefix:prefix,zoneIndex:zoneIndex,partIndex:partIndex,titleColor:titleColor,bodyColor:bodyColor}, onMethodComplete, onMethodTimeout); }, ChangeTheme:function(prefix,theme,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "ChangeTheme",{prefix:prefix,theme:theme}, onMethodComplete, onMethodTimeout); }, ChangeFormat:function(portalID,format,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "ChangeFormat",{portalID:portalID,format:format}, onMethodComplete, onMethodTimeout); }, SaveMusicSettings:function(prefix,musicAutoPlay,musicPlayCount,musicDisplayMode,favMusicBox,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SaveMusicSettings",{prefix:prefix,musicAutoPlay:musicAutoPlay,musicPlayCount:musicPlayCount,musicDisplayMode:musicDisplayMode,favMusicBox:favMusicBox}, onMethodComplete, onMethodTimeout); }, SavePhotoSettings:function(prefix,albumAutoPlay,favAlbum,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SavePhotoSettings",{prefix:prefix,albumAutoPlay:albumAutoPlay,favAlbum:favAlbum}, onMethodComplete, onMethodTimeout); }, SaveBlogSettings:function(prefix,blogDisplayMode,blogsPerPage,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SaveBlogSettings",{prefix:prefix,blogDisplayMode:blogDisplayMode,blogsPerPage:blogsPerPage}, onMethodComplete, onMethodTimeout); }, SaveBookmarkSettings:function(prefix,bookmarkDisplayMode,bookmarksPerPage,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SaveBookmarkSettings",{prefix:prefix,bookmarkDisplayMode:bookmarkDisplayMode,bookmarksPerPage:bookmarksPerPage}, onMethodComplete, onMethodTimeout); }, SaveUserListSettings:function(prefix,usersPerPage,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SaveUserListSettings",{prefix:prefix,usersPerPage:usersPerPage}, onMethodComplete, onMethodTimeout); }, SaveGroupListSettings:function(prefix,groupsPerPage,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SaveGroupListSettings",{prefix:prefix,groupsPerPage:groupsPerPage}, onMethodComplete, onMethodTimeout); } }