if(typeof DWRS == "undefined") DWRS={};
if(typeof DWRS.View == "undefined") DWRS.View={};
if(typeof DWRS.View.Ajax_class == "undefined") DWRS.View.Ajax_class={};
DWRS.View.Ajax_class = function() {};
Object.extend(DWRS.View.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTestMessage: function() {
		return this.invoke("GetTestMessage", {}, this.GetTestMessage.getArguments().slice(0));
	},
	GetDestAreaList: function(dest) {
		return this.invoke("GetDestAreaList", {"dest":dest}, this.GetDestAreaList.getArguments().slice(1));
	},
	GetDepartureMonthList: function(dept, dest, nearest) {
		return this.invoke("GetDepartureMonthList", {"dept":dept, "dest":dest, "nearest":nearest}, this.GetDepartureMonthList.getArguments().slice(3));
	},
	GetHotelList: function(dest, area) {
		return this.invoke("GetHotelList", {"dest":dest, "area":area}, this.GetHotelList.getArguments().slice(2));
	},
	GetDestinationTourpoint: function(dest) {
		return this.invoke("GetDestinationTourpoint", {"dest":dest}, this.GetDestinationTourpoint.getArguments().slice(1));
	},
	GetHotelStockInfo: function(tourCode, sdate, hotelkeys, rooms) {
		return this.invoke("GetHotelStockInfo", {"tourCode":tourCode, "sdate":sdate, "hotelkeys":hotelkeys, "rooms":rooms}, this.GetHotelStockInfo.getArguments().slice(4));
	},
	GetHotelOpHtml: function(tourCode, sdate, hotelkeys, index) {
		return this.invoke("GetHotelOpHtml", {"tourCode":tourCode, "sdate":sdate, "hotelkeys":hotelkeys, "index":index}, this.GetHotelOpHtml.getArguments().slice(4));
	},
	GetRClassExt: function(binCode, classCode, timetypeCode, sdate) {
		return this.invoke("GetRClassExt", {"binCode":binCode, "classCode":classCode, "timetypeCode":timetypeCode, "sdate":sdate}, this.GetRClassExt.getArguments().slice(4));
	},
	GetRNoriExt: function(binCode, supplierCode, timetypeCode, depCode, arrCode) {
		return this.invoke("GetRNoriExt", {"binCode":binCode, "supplierCode":supplierCode, "timetypeCode":timetypeCode, "depCode":depCode, "arrCode":arrCode}, this.GetRNoriExt.getArguments().slice(5));
	},
	GetRLendCityHtml: function(tourCode, binSeq, binCode) {
		return this.invoke("GetRLendCityHtml", {"tourCode":tourCode, "binSeq":binSeq, "binCode":binCode}, this.GetRLendCityHtml.getArguments().slice(3));
	},
	GetRReturnCityHtml: function(tourCode, binSeq, binCode) {
		return this.invoke("GetRReturnCityHtml", {"tourCode":tourCode, "binSeq":binSeq, "binCode":binCode}, this.GetRReturnCityHtml.getArguments().slice(3));
	},
	GetRentaOpHtml: function(binCode, timetypeCode, supplierCode) {
		return this.invoke("GetRentaOpHtml", {"binCode":binCode, "timetypeCode":timetypeCode, "supplierCode":supplierCode}, this.GetRentaOpHtml.getArguments().slice(3));
	},
	url: '/kokunai/ajaxpro/DWRS.View.Ajax,DWRS.View.ashx'
}));
DWRS.View.Ajax = new DWRS.View.Ajax_class();


