if(typeof SharepointPortal == "undefined") SharepointPortal={};
if(typeof SharepointPortal.LibraryService == "undefined") SharepointPortal.LibraryService={};
if(typeof SharepointPortal.LibraryService.RegBookQueueBLL_class == "undefined") SharepointPortal.LibraryService.RegBookQueueBLL_class={};
SharepointPortal.LibraryService.RegBookQueueBLL_class = function() {};
Object.extend(SharepointPortal.LibraryService.RegBookQueueBLL_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetBookQueueHtml: function() {
		return this.invoke("GetBookQueueHtml", {}, this.GetBookQueueHtml.getArguments().slice(0));
	},
	ServerSideRegToBookQueue: function(belongSite, ServiceId, DatabaseId, RecordId, Code, Name, UnitName, Price, Currency) {
		return this.invoke("ServerSideRegToBookQueue", {"belongSite":belongSite, "ServiceId":ServiceId, "DatabaseId":DatabaseId, "RecordId":RecordId, "Code":Code, "Name":Name, "UnitName":UnitName, "Price":Price, "Currency":Currency}, this.ServerSideRegToBookQueue.getArguments().slice(9));
	},
	GetConfirmDelMsg: function() {
		return this.invoke("GetConfirmDelMsg", {}, this.GetConfirmDelMsg.getArguments().slice(0));
	},
	ServerSideUnRegBookQueue: function(belongSite, ServiceId, DatabaseId, RecordId) {
		return this.invoke("ServerSideUnRegBookQueue", {"belongSite":belongSite, "ServiceId":ServiceId, "DatabaseId":DatabaseId, "RecordId":RecordId}, this.ServerSideUnRegBookQueue.getArguments().slice(4));
	},
	url: '/ajaxpro/SharepointPortal.LibraryService.RegBookQueueBLL,SharepointPortal.LibraryService.ashx'
}));
SharepointPortal.LibraryService.RegBookQueueBLL = new SharepointPortal.LibraryService.RegBookQueueBLL_class();

