if(typeof Pet67 == "undefined") Pet67={};
if(typeof Pet67.Web == "undefined") Pet67.Web={};
if(typeof Pet67.Web.AppServices == "undefined") Pet67.Web.AppServices={};
if(typeof Pet67.Web.AppServices.InterFaceServices == "undefined") Pet67.Web.AppServices.InterFaceServices={};
Pet67.Web.AppServices.InterFaceServices_class = function() {};
Object.extend(Pet67.Web.AppServices.InterFaceServices_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetUserID: function() {
		return this.invoke("GetUserID", {}, this.GetUserID.getArguments().slice(0));
	},
	GetUserIDKey: function() {
		return this.invoke("GetUserIDKey", {}, this.GetUserIDKey.getArguments().slice(0));
	},
	GetNickName: function() {
		return this.invoke("GetNickName", {}, this.GetNickName.getArguments().slice(0));
	},
	GetPBlogSign: function() {
		return this.invoke("GetPBlogSign", {}, this.GetPBlogSign.getArguments().slice(0));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	Logon: function(p_strUserID, p_strUserPassword, strValidateCode) {
		return this.invoke("Logon", {"p_strUserID":p_strUserID, "p_strUserPassword":p_strUserPassword, "strValidateCode":strValidateCode}, this.Logon.getArguments().slice(3));
	},
	SearchKeyRecord: function(p_strKeyWord, p_strClassName) {
		return this.invoke("SearchKeyRecord", {"p_strKeyWord":p_strKeyWord, "p_strClassName":p_strClassName}, this.SearchKeyRecord.getArguments().slice(2));
	},
	AddClick: function(p_strMode, p_iIDKey) {
		return this.invoke("AddClick", {"p_strMode":p_strMode, "p_iIDKey":p_iIDKey}, this.AddClick.getArguments().slice(2));
	},
	SetVisitedUrl: function(p_strClassName, p_strTitle, p_strUrl) {
		return this.invoke("SetVisitedUrl", {"p_strClassName":p_strClassName, "p_strTitle":p_strTitle, "p_strUrl":p_strUrl}, this.SetVisitedUrl.getArguments().slice(3));
	},
	GetVisitedUrl: function(p_strClassName) {
		return this.invoke("GetVisitedUrl", {"p_strClassName":p_strClassName}, this.GetVisitedUrl.getArguments().slice(1));
	},
	GetPetSubClassListString: function(p_strClassShortClass) {
		return this.invoke("GetPetSubClassListString", {"p_strClassShortClass":p_strClassShortClass}, this.GetPetSubClassListString.getArguments().slice(1));
	},
	url: '/ajaxpro/Pet67.Web.AppServices.InterFaceServices,App_Code.3patnwgm.ashx'
}));
Pet67.Web.AppServices.InterFaceServices = new Pet67.Web.AppServices.InterFaceServices_class();

