BasePage_class = function() {};
Object.extend(BasePage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTotal: function(classFullName, whereOql) {
		return this.invoke("GetTotal", {"classFullName":classFullName, "whereOql":whereOql}, this.GetTotal.getArguments().slice(2));
	},
	SeachPage: function(classFullName, whereOql, page) {
		return this.invoke("SeachPage", {"classFullName":classFullName, "whereOql":whereOql, "page":page}, this.SeachPage.getArguments().slice(3));
	},
	GetStrLog: function(value, count) {
		return this.invoke("GetStrLog", {"value":value, "count":count}, this.GetStrLog.getArguments().slice(2));
	},
	strLog: function(val) {
		return this.invoke("strLog", {"val":val}, this.strLog.getArguments().slice(1));
	},
	strLog: function(val) {
		return this.invoke("strLog", {"val":val}, this.strLog.getArguments().slice(1));
	},
	GetErrInfo: function(key) {
		return this.invoke("GetErrInfo", {"key":key}, this.GetErrInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/OTP.UIP.UA.BasePage,GPMS.UIP.UA.ashx'
}));
BasePage = new BasePage_class();

