if(typeof ttrj == "undefined") ttrj={};
if(typeof ttrj.Components == "undefined") ttrj.Components={};
if(typeof ttrj.Components.AdminManager == "undefined") ttrj.Components.AdminManager={};
ttrj.Components.AdminManager_class = function() {};
Object.extend(ttrj.Components.AdminManager_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Order_Relieve: function(orderid) {
		return this.invoke("Order_Relieve", {"orderid":orderid}, this.Order_Relieve.getArguments().slice(1));
	},
	ChangeOrderStatus: function(ids, status) {
		return this.invoke("ChangeOrderStatus", {"ids":ids, "status":status}, this.ChangeOrderStatus.getArguments().slice(2));
	},
	GetAllCity: function() {
		return this.invoke("GetAllCity", {}, this.GetAllCity.getArguments().slice(0));
	},
	ChangeApproved: function(id, isapproved, type) {
		return this.invoke("ChangeApproved", {"id":id, "isapproved":isapproved, "type":type}, this.ChangeApproved.getArguments().slice(3));
	},
	CheckOrderValid: function(orderid, roomid, startdate, enddate) {
		return this.invoke("CheckOrderValid", {"orderid":orderid, "roomid":roomid, "startdate":startdate, "enddate":enddate}, this.CheckOrderValid.getArguments().slice(4));
	},
	OtherCharge_Branch_Update: function(branchid, content) {
		return this.invoke("OtherCharge_Branch_Update", {"branchid":branchid, "content":content}, this.OtherCharge_Branch_Update.getArguments().slice(2));
	},
	OtherCharge_Get_List: function(type) {
		return this.invoke("OtherCharge_Get_List", {"type":type}, this.OtherCharge_Get_List.getArguments().slice(1));
	},
	OtherCharge_Get_ByID: function(chargeid) {
		return this.invoke("OtherCharge_Get_ByID", {"chargeid":chargeid}, this.OtherCharge_Get_ByID.getArguments().slice(1));
	},
	UpDateLodgingPhoto: function(photoid, name, number) {
		return this.invoke("UpDateLodgingPhoto", {"photoid":photoid, "name":name, "number":number}, this.UpDateLodgingPhoto.getArguments().slice(3));
	},
	Room_Check_Valid: function(orderid, lodgingid, rentstatusid, roomid, startdate, enddate) {
		return this.invoke("Room_Check_Valid", {"orderid":orderid, "lodgingid":lodgingid, "rentstatusid":rentstatusid, "roomid":roomid, "startdate":startdate, "enddate":enddate}, this.Room_Check_Valid.getArguments().slice(6));
	},
	url: '/ajaxpro/ttrj.Components.AdminManager,ttrj.Components.ashx'
}));
ttrj.Components.AdminManager = new ttrj.Components.AdminManager_class();

