Type.registerNamespace('OLIS');
OLIS.OpacService=function() {
OLIS.OpacService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
OLIS.OpacService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return OLIS.OpacService._staticInstance.get_path();},
GetAllGroups:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAllGroups',false,{},succeededCallback,failedCallback,userContext); },
GetTypeOfLibraries:function(group,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTypeOfLibraries',false,{group:group},succeededCallback,failedCallback,userContext); },
GetBookTypes:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBookTypes',false,{},succeededCallback,failedCallback,userContext); },
GetDatabasesByTOL:function(typeOfLibrary,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDatabasesByTOL',false,{typeOfLibrary:typeOfLibrary},succeededCallback,failedCallback,userContext); },
SearchOpacByLeader07:function(leader07,startIndex,count,conditions,newSearch,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchOpacByLeader07',false,{leader07:leader07,startIndex:startIndex,count:count,conditions:conditions,newSearch:newSearch},succeededCallback,failedCallback,userContext); },
SearchOpacByBookType:function(bookType,startIndex,count,conditions,newSearch,searchEbook,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchOpacByBookType',false,{bookType:bookType,startIndex:startIndex,count:count,conditions:conditions,newSearch:newSearch,searchEbook:searchEbook},succeededCallback,failedCallback,userContext); },
ExportMarc:function(rowNumbers,exportType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ExportMarc',false,{rowNumbers:rowNumbers,exportType:exportType},succeededCallback,failedCallback,userContext); },
GetLinkDownloadDocument:function(recordDocumentID,accountID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLinkDownloadDocument',false,{recordDocumentID:recordDocumentID,accountID:accountID},succeededCallback,failedCallback,userContext); },
SearchZ3950Total:function(libId,conditions,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchZ3950Total',false,{libId:libId,conditions:conditions},succeededCallback,failedCallback,userContext); },
SearchZ3950Detail:function(libId,startIndex,count,totalRecord,conditions,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchZ3950Detail',false,{libId:libId,startIndex:startIndex,count:count,totalRecord:totalRecord,conditions:conditions},succeededCallback,failedCallback,userContext); },
SearchZ3950CommandTotal:function(libId,command,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchZ3950CommandTotal',false,{libId:libId,command:command},succeededCallback,failedCallback,userContext); },
SearchZ3950CommandDetail:function(libId,startIndex,count,totalRecord,command,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchZ3950CommandDetail',false,{libId:libId,startIndex:startIndex,count:count,totalRecord:totalRecord,command:command},succeededCallback,failedCallback,userContext); },
GetRecordGroupByType:function(groupType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRecordGroupByType',false,{groupType:groupType},succeededCallback,failedCallback,userContext); },
SearchOPACTotal:function(recordGroupID,conditions,searchEbooks,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchOPACTotal',false,{recordGroupID:recordGroupID,conditions:conditions,searchEbooks:searchEbooks},succeededCallback,failedCallback,userContext); },
SearchOPACjDetail:function(recordGroupID,startIndex,count,totalRecord,conditions,searchEbooks,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchOPACjDetail',false,{recordGroupID:recordGroupID,startIndex:startIndex,count:count,totalRecord:totalRecord,conditions:conditions,searchEbooks:searchEbooks},succeededCallback,failedCallback,userContext); },
GetInventories:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetInventories',false,{},succeededCallback,failedCallback,userContext); },
SearchRecordInventory:function(title,subject,dewey,publishYear,authors,isbn,startIndex,numberOfRecords,inventoryID,sortType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchRecordInventory',false,{title:title,subject:subject,dewey:dewey,publishYear:publishYear,authors:authors,isbn:isbn,startIndex:startIndex,numberOfRecords:numberOfRecords,inventoryID:inventoryID,sortType:sortType},succeededCallback,failedCallback,userContext); },
GetMagazines:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMagazines',false,{},succeededCallback,failedCallback,userContext); },
SearchMagazines:function(magazineName,fromDate,endDate,magazineNumber,series,sumarize,startIndex,numberOfRecords,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchMagazines',false,{magazineName:magazineName,fromDate:fromDate,endDate:endDate,magazineNumber:magazineNumber,series:series,sumarize:sumarize,startIndex:startIndex,numberOfRecords:numberOfRecords},succeededCallback,failedCallback,userContext); },
SearchByRecordID:function(libID,recordID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchByRecordID',false,{libID:libID,recordID:recordID},succeededCallback,failedCallback,userContext); },
SearchOPACPub:function(startIndex,count,conditions,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchOPACPub',false,{startIndex:startIndex,count:count,conditions:conditions},succeededCallback,failedCallback,userContext); },
SearchLucene:function(searchContent,startIndex,count,totalRecord,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchLucene',false,{searchContent:searchContent,startIndex:startIndex,count:count,totalRecord:totalRecord},succeededCallback,failedCallback,userContext); },
ListRecords:function(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ListRecords',false,{groupType:groupType,recordGroupID:recordGroupID,title:title,dewey:dewey,cutter:cutter,subject:subject,specialization:specialization,_object:_object,letter:letter,startIndex:startIndex,numberOfRecords:numberOfRecords,sort:sort},succeededCallback,failedCallback,userContext); },
ListRecordsBrief:function(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ListRecordsBrief',false,{groupType:groupType,recordGroupID:recordGroupID,title:title,dewey:dewey,cutter:cutter,subject:subject,specialization:specialization,_object:_object,letter:letter,startIndex:startIndex,numberOfRecords:numberOfRecords,sort:sort},succeededCallback,failedCallback,userContext); },
ListRecordHaveDocuments:function(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ListRecordHaveDocuments',false,{groupType:groupType,recordGroupID:recordGroupID,title:title,dewey:dewey,cutter:cutter,subject:subject,specialization:specialization,_object:_object,letter:letter,startIndex:startIndex,numberOfRecords:numberOfRecords,sort:sort},succeededCallback,failedCallback,userContext); },
ListRecordHaveDocumentsBrief:function(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ListRecordHaveDocumentsBrief',false,{groupType:groupType,recordGroupID:recordGroupID,title:title,dewey:dewey,cutter:cutter,subject:subject,specialization:specialization,_object:_object,letter:letter,startIndex:startIndex,numberOfRecords:numberOfRecords,sort:sort},succeededCallback,failedCallback,userContext); },
GetNewBookByGroupType:function(groupType,month,year,startIndex,numberOfRecords,totalRecord,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNewBookByGroupType',false,{groupType:groupType,month:month,year:year,startIndex:startIndex,numberOfRecords:numberOfRecords,totalRecord:totalRecord},succeededCallback,failedCallback,userContext); },
GetReaderInfoByID:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetReaderInfoByID',false,{},succeededCallback,failedCallback,userContext); },
UpdateReaderInfo:function(email,address,phone,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateReaderInfo',false,{email:email,address:address,phone:phone},succeededCallback,failedCallback,userContext); },
SavePassword:function(oldPass,newPass,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SavePassword',false,{oldPass:oldPass,newPass:newPass},succeededCallback,failedCallback,userContext); },
GetReaderCopyHistory:function(viewMode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetReaderCopyHistory',false,{viewMode:viewMode},succeededCallback,failedCallback,userContext); },
SendFeedBack:function(fbContent,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendFeedBack',false,{fbContent:fbContent},succeededCallback,failedCallback,userContext); },
GetFeedBackByReaderID:function(startIndex,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFeedBackByReaderID',false,{startIndex:startIndex,count:count},succeededCallback,failedCallback,userContext); },
Staff_TK_SLSachTrongKho:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_TK_SLSachTrongKho',false,{},succeededCallback,failedCallback,userContext); },
Staff_TK_SLSachNhap:function(startDate,endDate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_TK_SLSachNhap',false,{startDate:startDate,endDate:endDate},succeededCallback,failedCallback,userContext); },
Staff_TK_SLSachMuonTra:function(startDate,endDate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_TK_SLSachMuonTra',false,{startDate:startDate,endDate:endDate},succeededCallback,failedCallback,userContext); },
Staff_TK_TaiLieuDocNhieuNhat:function(inventoryID,startDate,endDate,topBooks,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_TK_TaiLieuDocNhieuNhat',false,{inventoryID:inventoryID,startDate:startDate,endDate:endDate,topBooks:topBooks},succeededCallback,failedCallback,userContext); },
Staff_TK_SLDocGiaMuonTra:function(startDate,endDate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_TK_SLDocGiaMuonTra',false,{startDate:startDate,endDate:endDate},succeededCallback,failedCallback,userContext); },
Staff_TK_PhatTreHan:function(startDate,endDate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_TK_PhatTreHan',false,{startDate:startDate,endDate:endDate},succeededCallback,failedCallback,userContext); },
Staff_TK_DocGiaDocNhieuSachNhat:function(inventoryID,startDate,endDate,topReaders,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_TK_DocGiaDocNhieuSachNhat',false,{inventoryID:inventoryID,startDate:startDate,endDate:endDate,topReaders:topReaders},succeededCallback,failedCallback,userContext); },
Staff_GetReaderInfo:function(cardNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_GetReaderInfo',false,{cardNumber:cardNumber},succeededCallback,failedCallback,userContext); },
Staff_GetReaderCopyHistories:function(cardNumber,viewMode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_GetReaderCopyHistories',false,{cardNumber:cardNumber,viewMode:viewMode},succeededCallback,failedCallback,userContext); },
Staff_GetReaderTransactions:function(cardNumber,transactionTypeID,startDate,endDate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_GetReaderTransactions',false,{cardNumber:cardNumber,transactionTypeID:transactionTypeID,startDate:startDate,endDate:endDate},succeededCallback,failedCallback,userContext); },
Staff_GetReaderDownloads:function(cardNumber,startDate,endDate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_GetReaderDownloads',false,{cardNumber:cardNumber,startDate:startDate,endDate:endDate},succeededCallback,failedCallback,userContext); },
Staff_SearchReaders:function(cardNumber,lastName,firstName,email,phone,address,departmentName,groupName,roleName,readerTypeName,startIndex,numberOfReaders,totalReaders,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_SearchReaders',false,{cardNumber:cardNumber,lastName:lastName,firstName:firstName,email:email,phone:phone,address:address,departmentName:departmentName,groupName:groupName,roleName:roleName,readerTypeName:readerTypeName,startIndex:startIndex,numberOfReaders:numberOfReaders,totalReaders:totalReaders},succeededCallback,failedCallback,userContext); },
Staff_GetFeedBack:function(startDate,endDate,viewMode,startIndex,countPerPage,sort,totalFeedBacks,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_GetFeedBack',false,{startDate:startDate,endDate:endDate,viewMode:viewMode,startIndex:startIndex,countPerPage:countPerPage,sort:sort,totalFeedBacks:totalFeedBacks},succeededCallback,failedCallback,userContext); },
Staff_GetFeedBackByID:function(readerFeddBackID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_GetFeedBackByID',false,{readerFeddBackID:readerFeddBackID},succeededCallback,failedCallback,userContext); },
Staff_ReplyFeedBack:function(readerFeddBackID,fbReply,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Staff_ReplyFeedBack',false,{readerFeddBackID:readerFeddBackID,fbReply:fbReply},succeededCallback,failedCallback,userContext); },
MuonTra_GetInventories:function(login,pw,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MuonTra_GetInventories',false,{login:login,pw:pw},succeededCallback,failedCallback,userContext); },
CodingEncode:function(value,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CodingEncode',false,{value:value},succeededCallback,failedCallback,userContext); },
CodingDecode:function(value,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CodingDecode',false,{value:value},succeededCallback,failedCallback,userContext); },
Zebrasrv_Start:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Zebrasrv_Start',false,{},succeededCallback,failedCallback,userContext); },
Zebrasrv_Stop:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Zebrasrv_Stop',false,{},succeededCallback,failedCallback,userContext); },
Zebrasrv_Update:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Zebrasrv_Update',false,{},succeededCallback,failedCallback,userContext); },
SendReaderCopyExtensionRequest:function(readerCopyID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendReaderCopyExtensionRequest',false,{readerCopyID:readerCopyID},succeededCallback,failedCallback,userContext); },
SolvingResult:function(secure,strSQL,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SolvingResult',false,{secure:secure,strSQL:strSQL},succeededCallback,failedCallback,userContext); },
SolvingDataset:function(secure,strSQL,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SolvingDataset',false,{secure:secure,strSQL:strSQL},succeededCallback,failedCallback,userContext); },
GetSeriesBooks:function(series,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSeriesBooks',false,{series:series},succeededCallback,failedCallback,userContext); }}
OLIS.OpacService.registerClass('OLIS.OpacService',Sys.Net.WebServiceProxy);
OLIS.OpacService._staticInstance = new OLIS.OpacService();
OLIS.OpacService.set_path = function(value) { OLIS.OpacService._staticInstance.set_path(value); }
OLIS.OpacService.get_path = function() { return OLIS.OpacService._staticInstance.get_path(); }
OLIS.OpacService.set_timeout = function(value) { OLIS.OpacService._staticInstance.set_timeout(value); }
OLIS.OpacService.get_timeout = function() { return OLIS.OpacService._staticInstance.get_timeout(); }
OLIS.OpacService.set_defaultUserContext = function(value) { OLIS.OpacService._staticInstance.set_defaultUserContext(value); }
OLIS.OpacService.get_defaultUserContext = function() { return OLIS.OpacService._staticInstance.get_defaultUserContext(); }
OLIS.OpacService.set_defaultSucceededCallback = function(value) { OLIS.OpacService._staticInstance.set_defaultSucceededCallback(value); }
OLIS.OpacService.get_defaultSucceededCallback = function() { return OLIS.OpacService._staticInstance.get_defaultSucceededCallback(); }
OLIS.OpacService.set_defaultFailedCallback = function(value) { OLIS.OpacService._staticInstance.set_defaultFailedCallback(value); }
OLIS.OpacService.get_defaultFailedCallback = function() { return OLIS.OpacService._staticInstance.get_defaultFailedCallback(); }
OLIS.OpacService.set_path("/OpacService.asmx");
OLIS.OpacService.GetAllGroups= function(onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetAllGroups(onSuccess,onFailed,userContext); }
OLIS.OpacService.GetTypeOfLibraries= function(group,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetTypeOfLibraries(group,onSuccess,onFailed,userContext); }
OLIS.OpacService.GetBookTypes= function(onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetBookTypes(onSuccess,onFailed,userContext); }
OLIS.OpacService.GetDatabasesByTOL= function(typeOfLibrary,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetDatabasesByTOL(typeOfLibrary,onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchOpacByLeader07= function(leader07,startIndex,count,conditions,newSearch,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchOpacByLeader07(leader07,startIndex,count,conditions,newSearch,onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchOpacByBookType= function(bookType,startIndex,count,conditions,newSearch,searchEbook,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchOpacByBookType(bookType,startIndex,count,conditions,newSearch,searchEbook,onSuccess,onFailed,userContext); }
OLIS.OpacService.ExportMarc= function(rowNumbers,exportType,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.ExportMarc(rowNumbers,exportType,onSuccess,onFailed,userContext); }
OLIS.OpacService.GetLinkDownloadDocument= function(recordDocumentID,accountID,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetLinkDownloadDocument(recordDocumentID,accountID,onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchZ3950Total= function(libId,conditions,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchZ3950Total(libId,conditions,onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchZ3950Detail= function(libId,startIndex,count,totalRecord,conditions,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchZ3950Detail(libId,startIndex,count,totalRecord,conditions,onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchZ3950CommandTotal= function(libId,command,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchZ3950CommandTotal(libId,command,onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchZ3950CommandDetail= function(libId,startIndex,count,totalRecord,command,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchZ3950CommandDetail(libId,startIndex,count,totalRecord,command,onSuccess,onFailed,userContext); }
OLIS.OpacService.GetRecordGroupByType= function(groupType,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetRecordGroupByType(groupType,onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchOPACTotal= function(recordGroupID,conditions,searchEbooks,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchOPACTotal(recordGroupID,conditions,searchEbooks,onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchOPACjDetail= function(recordGroupID,startIndex,count,totalRecord,conditions,searchEbooks,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchOPACjDetail(recordGroupID,startIndex,count,totalRecord,conditions,searchEbooks,onSuccess,onFailed,userContext); }
OLIS.OpacService.GetInventories= function(onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetInventories(onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchRecordInventory= function(title,subject,dewey,publishYear,authors,isbn,startIndex,numberOfRecords,inventoryID,sortType,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchRecordInventory(title,subject,dewey,publishYear,authors,isbn,startIndex,numberOfRecords,inventoryID,sortType,onSuccess,onFailed,userContext); }
OLIS.OpacService.GetMagazines= function(onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetMagazines(onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchMagazines= function(magazineName,fromDate,endDate,magazineNumber,series,sumarize,startIndex,numberOfRecords,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchMagazines(magazineName,fromDate,endDate,magazineNumber,series,sumarize,startIndex,numberOfRecords,onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchByRecordID= function(libID,recordID,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchByRecordID(libID,recordID,onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchOPACPub= function(startIndex,count,conditions,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchOPACPub(startIndex,count,conditions,onSuccess,onFailed,userContext); }
OLIS.OpacService.SearchLucene= function(searchContent,startIndex,count,totalRecord,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SearchLucene(searchContent,startIndex,count,totalRecord,onSuccess,onFailed,userContext); }
OLIS.OpacService.ListRecords= function(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.ListRecords(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,onSuccess,onFailed,userContext); }
OLIS.OpacService.ListRecordsBrief= function(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.ListRecordsBrief(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,onSuccess,onFailed,userContext); }
OLIS.OpacService.ListRecordHaveDocuments= function(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.ListRecordHaveDocuments(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,onSuccess,onFailed,userContext); }
OLIS.OpacService.ListRecordHaveDocumentsBrief= function(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.ListRecordHaveDocumentsBrief(groupType,recordGroupID,title,dewey,cutter,subject,specialization,_object,letter,startIndex,numberOfRecords,sort,onSuccess,onFailed,userContext); }
OLIS.OpacService.GetNewBookByGroupType= function(groupType,month,year,startIndex,numberOfRecords,totalRecord,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetNewBookByGroupType(groupType,month,year,startIndex,numberOfRecords,totalRecord,onSuccess,onFailed,userContext); }
OLIS.OpacService.GetReaderInfoByID= function(onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetReaderInfoByID(onSuccess,onFailed,userContext); }
OLIS.OpacService.UpdateReaderInfo= function(email,address,phone,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.UpdateReaderInfo(email,address,phone,onSuccess,onFailed,userContext); }
OLIS.OpacService.SavePassword= function(oldPass,newPass,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SavePassword(oldPass,newPass,onSuccess,onFailed,userContext); }
OLIS.OpacService.GetReaderCopyHistory= function(viewMode,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetReaderCopyHistory(viewMode,onSuccess,onFailed,userContext); }
OLIS.OpacService.SendFeedBack= function(fbContent,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SendFeedBack(fbContent,onSuccess,onFailed,userContext); }
OLIS.OpacService.GetFeedBackByReaderID= function(startIndex,count,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetFeedBackByReaderID(startIndex,count,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_TK_SLSachTrongKho= function(onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_TK_SLSachTrongKho(onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_TK_SLSachNhap= function(startDate,endDate,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_TK_SLSachNhap(startDate,endDate,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_TK_SLSachMuonTra= function(startDate,endDate,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_TK_SLSachMuonTra(startDate,endDate,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_TK_TaiLieuDocNhieuNhat= function(inventoryID,startDate,endDate,topBooks,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_TK_TaiLieuDocNhieuNhat(inventoryID,startDate,endDate,topBooks,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_TK_SLDocGiaMuonTra= function(startDate,endDate,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_TK_SLDocGiaMuonTra(startDate,endDate,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_TK_PhatTreHan= function(startDate,endDate,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_TK_PhatTreHan(startDate,endDate,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_TK_DocGiaDocNhieuSachNhat= function(inventoryID,startDate,endDate,topReaders,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_TK_DocGiaDocNhieuSachNhat(inventoryID,startDate,endDate,topReaders,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_GetReaderInfo= function(cardNumber,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_GetReaderInfo(cardNumber,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_GetReaderCopyHistories= function(cardNumber,viewMode,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_GetReaderCopyHistories(cardNumber,viewMode,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_GetReaderTransactions= function(cardNumber,transactionTypeID,startDate,endDate,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_GetReaderTransactions(cardNumber,transactionTypeID,startDate,endDate,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_GetReaderDownloads= function(cardNumber,startDate,endDate,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_GetReaderDownloads(cardNumber,startDate,endDate,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_SearchReaders= function(cardNumber,lastName,firstName,email,phone,address,departmentName,groupName,roleName,readerTypeName,startIndex,numberOfReaders,totalReaders,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_SearchReaders(cardNumber,lastName,firstName,email,phone,address,departmentName,groupName,roleName,readerTypeName,startIndex,numberOfReaders,totalReaders,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_GetFeedBack= function(startDate,endDate,viewMode,startIndex,countPerPage,sort,totalFeedBacks,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_GetFeedBack(startDate,endDate,viewMode,startIndex,countPerPage,sort,totalFeedBacks,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_GetFeedBackByID= function(readerFeddBackID,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_GetFeedBackByID(readerFeddBackID,onSuccess,onFailed,userContext); }
OLIS.OpacService.Staff_ReplyFeedBack= function(readerFeddBackID,fbReply,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Staff_ReplyFeedBack(readerFeddBackID,fbReply,onSuccess,onFailed,userContext); }
OLIS.OpacService.MuonTra_GetInventories= function(login,pw,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.MuonTra_GetInventories(login,pw,onSuccess,onFailed,userContext); }
OLIS.OpacService.CodingEncode= function(value,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.CodingEncode(value,onSuccess,onFailed,userContext); }
OLIS.OpacService.CodingDecode= function(value,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.CodingDecode(value,onSuccess,onFailed,userContext); }
OLIS.OpacService.Zebrasrv_Start= function(onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Zebrasrv_Start(onSuccess,onFailed,userContext); }
OLIS.OpacService.Zebrasrv_Stop= function(onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Zebrasrv_Stop(onSuccess,onFailed,userContext); }
OLIS.OpacService.Zebrasrv_Update= function(onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.Zebrasrv_Update(onSuccess,onFailed,userContext); }
OLIS.OpacService.SendReaderCopyExtensionRequest= function(readerCopyID,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SendReaderCopyExtensionRequest(readerCopyID,onSuccess,onFailed,userContext); }
OLIS.OpacService.SolvingResult= function(secure,strSQL,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SolvingResult(secure,strSQL,onSuccess,onFailed,userContext); }
OLIS.OpacService.SolvingDataset= function(secure,strSQL,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.SolvingDataset(secure,strSQL,onSuccess,onFailed,userContext); }
OLIS.OpacService.GetSeriesBooks= function(series,onSuccess,onFailed,userContext) {OLIS.OpacService._staticInstance.GetSeriesBooks(series,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataSet) === 'undefined') {
System.Data.DataSet=gtc("System.Data.DataSet");
System.Data.DataSet.registerClass('System.Data.DataSet');
}

