addNamespace("Citiki.live");
Citiki.live.AjaxGet_class = Class.create();
Citiki.live.AjaxGet_class.prototype = (new AjaxPro.Request()).extend({
	GetFirstChildID: function(classID, cityID, callback) {
		return this.invoke("GetFirstChildID", {"classID":classID, "cityID":cityID}, callback);
	},
	GetCMList: function(districtID, count, callback) {
		return this.invoke("GetCMList", {"districtID":districtID, "count":count}, callback);
	},
	GetIsReplyAgreeResult: function(userID, id, callback) {
		return this.invoke("GetIsReplyAgreeResult", {"userID":userID, "id":id}, callback);
	},
	GetIsAgreeResult: function(userID, topicID, callback) {
		return this.invoke("GetIsAgreeResult", {"userID":userID, "topicID":topicID}, callback);
	},
	GetClass: function(classID, CommunityID, cityID, callback) {
		return this.invoke("GetClass", {"classID":classID, "CommunityID":CommunityID, "cityID":cityID}, callback);
	},
	GetClassInfo: function(classID, pagesize, page, comID, callback) {
		return this.invoke("GetClassInfo", {"classID":classID, "pagesize":pagesize, "page":page, "comID":comID}, callback);
	},
	GetClassInfo1: function(classID, pagesize, page, comID, callback) {
		return this.invoke("GetClassInfo1", {"classID":classID, "pagesize":pagesize, "page":page, "comID":comID}, callback);
	},
	GetEmail: function(userID, emailName, callback) {
		return this.invoke("GetEmail", {"userID":userID, "emailName":emailName}, callback);
	},
	UpdateRest: function(userID, oldPwd, newPwd, callback) {
		return this.invoke("UpdateRest", {"userID":userID, "oldPwd":oldPwd, "newPwd":newPwd}, callback);
	},
	UpWorkIDCityID: function(userID, workID, judge, callback) {
		return this.invoke("UpWorkIDCityID", {"userID":userID, "workID":workID, "judge":judge}, callback);
	},
	tchCommunity1: function(districtID, callback) {
		return this.invoke("tchCommunity1", {"districtID":districtID}, callback);
	},
	CheckUserEmail: function(email, callback) {
		return this.invoke("CheckUserEmail", {"email":email}, callback);
	},
	CheckUserName: function(userName, callback) {
		return this.invoke("CheckUserName", {"userName":userName}, callback);
	},
	ModifyLabel: function(labelid, newlabel, userID, callback) {
		return this.invoke("ModifyLabel", {"labelid":labelid, "newlabel":newlabel, "userID":userID}, callback);
	},
	dellabel: function(labelid, userID, callback) {
		return this.invoke("dellabel", {"labelid":labelid, "userID":userID}, callback);
	},
	addlabel: function(labelname, userID, callback) {
		return this.invoke("addlabel", {"labelname":labelname, "userID":userID}, callback);
	},
	detailaddlabel: function(userID, topicid, labellist, callback) {
		return this.invoke("detailaddlabel", {"userID":userID, "topicid":topicid, "labellist":labellist}, callback);
	},
	showLayer: function(ClientID, cityID, callback) {
		return this.invoke("showLayer", {"ClientID":ClientID, "cityID":cityID}, callback);
	},
	showLayersmall: function(ClientID, cityID, callback) {
		return this.invoke("showLayersmall", {"ClientID":ClientID, "cityID":cityID}, callback);
	},
	showFootPoint: function(cityID, strSpace, strType, callback) {
		return this.invoke("showFootPoint", {"cityID":cityID, "strSpace":strSpace, "strType":strType}, callback);
	},
	UpFootPointResult: function(userID, footPointName, liveFootAddress, cityID, strType, callback) {
		return this.invoke("UpFootPointResult", {"userID":userID, "footPointName":footPointName, "liveFootAddress":liveFootAddress, "cityID":cityID, "strType":strType}, callback);
	},
	GetTpL: function(communityid, boardid, page, pagesize, len, callback) {
		return this.invoke("GetTpL", {"communityid":communityid, "boardid":boardid, "page":page, "pagesize":pagesize, "len":len}, callback);
	},
	GetNearTpL: function(communityid, page, pagesize, len, callback) {
		return this.invoke("GetNearTpL", {"communityid":communityid, "page":page, "pagesize":pagesize, "len":len}, callback);
	},
	GetTpLAll: function(cityID, page, pagesize, len, callback) {
		return this.invoke("GetTpLAll", {"cityID":cityID, "page":page, "pagesize":pagesize, "len":len}, callback);
	},
	GetMyCMTpList: function(userID, page, pagesize, len, callback) {
		return this.invoke("GetMyCMTpList", {"userID":userID, "page":page, "pagesize":pagesize, "len":len}, callback);
	},
	GetMyTpList: function(userID, page, pagesize, len, callback) {
		return this.invoke("GetMyTpList", {"userID":userID, "page":page, "pagesize":pagesize, "len":len}, callback);
	},
	GetMyFTpList: function(userID, page, pagesize, len, callback) {
		return this.invoke("GetMyFTpList", {"userID":userID, "page":page, "pagesize":pagesize, "len":len}, callback);
	},
	AddFriend: function(userID, postUserID, callback) {
		return this.invoke("AddFriend", {"userID":userID, "postUserID":postUserID}, callback);
	},
	DelFriend: function(userID, postUserID, callback) {
		return this.invoke("DelFriend", {"userID":userID, "postUserID":postUserID}, callback);
	},
	DelReply: function(userID, rID, callback) {
		return this.invoke("DelReply", {"userID":userID, "rID":rID}, callback);
	},
	Topic_BM_TopAll: function(userID, topicID, callback) {
		return this.invoke("Topic_BM_TopAll", {"userID":userID, "topicID":topicID}, callback);
	},
	Topic_BM_Top: function(userID, topicID, callback) {
		return this.invoke("Topic_BM_Top", {"userID":userID, "topicID":topicID}, callback);
	},
	Topic_BM_DelTopic: function(userID, topicID, callback) {
		return this.invoke("Topic_BM_DelTopic", {"userID":userID, "topicID":topicID}, callback);
	},
	Rp_BM_DelRpl: function(userID, rID, callback) {
		return this.invoke("Rp_BM_DelRpl", {"userID":userID, "rID":rID}, callback);
	},
	GetReplyList: function(userID, postUserID, topicID, page, pagesize, communityID, callback) {
		return this.invoke("GetReplyList", {"userID":userID, "postUserID":postUserID, "topicID":topicID, "page":page, "pagesize":pagesize, "communityID":communityID}, callback);
	},
	isfunctionfordate: function(iDaySn, cityID, callback) {
		return this.invoke("isfunctionfordate", {"iDaySn":iDaySn, "cityID":cityID}, callback);
	},
	GetSearchArticle: function(cityID, page, pagesize, len, keyword, callback) {
		return this.invoke("GetSearchArticle", {"cityID":cityID, "page":page, "pagesize":pagesize, "len":len, "keyword":keyword}, callback);
	},
	GetFriends: function(userID, workID, liveID, sex, keyWord, page, pagesize, cityID, callback) {
		return this.invoke("GetFriends", {"userID":userID, "workID":workID, "liveID":liveID, "sex":sex, "keyWord":keyWord, "page":page, "pagesize":pagesize, "cityID":cityID}, callback);
	},
	GetTchCustomer: function(districtID, communityID, bigIndustryID, industryID, keyWord, page, pagesize, cityID, callback) {
		return this.invoke("GetTchCustomer", {"districtID":districtID, "communityID":communityID, "bigIndustryID":bigIndustryID, "industryID":industryID, "keyWord":keyWord, "page":page, "pagesize":pagesize, "cityID":cityID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Citiki.live.AjaxGet,App_Code.giiogy75.ashx";
	}
})
Citiki.live.AjaxGet = new Citiki.live.AjaxGet_class();

