Searched defs:getRecords (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DLogReadFileHandler.java133 this.getRecords(true);
135 this.getRecords(false);
400 private boolean getRecords(boolean isSourceData) method in class:LogReadFileHandler
423 Debug.error("LogReadFileHandler.getRecords: " +
H A DLogReadDBHandler.java371 this.getRecords(tableResults, sourceData);
703 this.getRecords(tableResults, sourceData);
927 this.getRecords(tableResults, sourceData);
1292 private boolean getRecords(String [][] tblResults, boolean isSourceData) method in class:LogReadDBHandler
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/model/
H A DAMRecord.java122 public Vector<String> getRecords() { method in class:AMRecord
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DLogReadFileHandler.java133 this.getRecords(true);
135 this.getRecords(false);
400 private boolean getRecords(boolean isSourceData) method in class:LogReadFileHandler
423 Debug.error("LogReadFileHandler.getRecords: " +
H A DLogReadDBHandler.java371 this.getRecords(tableResults, sourceData);
703 this.getRecords(tableResults, sourceData);
927 this.getRecords(tableResults, sourceData);
1292 private boolean getRecords(String [][] tblResults, boolean isSourceData) method in class:LogReadDBHandler
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/model/
H A DAMRecord.java122 public Vector<String> getRecords() { method in class:AMRecord
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js3466 aRecords = this._oRecordSet.getRecords(startRecordIndex, rowsPerPage);
3471 aRecords = this._oRecordSet.getRecords();
8748 * @method getRecords
8755 YAHOO.widget.RecordSet.prototype.getRecords = function(index, range) {
8996 var recordsToDelete = this.getRecords(index, range);
H A Ddatatable-beta-min.js207 return null;};YAHOO.widget.DataTable.prototype.initializeTable=function(oData){this._oRecordSet.reset();var records=this._oRecordSet.addRecords(oData);this._unselectAllTrEls();this._unselectAllTdEls();this._aSelections=null;this._sLastSelectedId=null;this._sSelectionAnchorId=null;this.refreshView();this.fireEvent("initEvent");};YAHOO.widget.DataTable.prototype.refreshView=function(){var i,j,k,l,aRecords;var oPaginator=this.updatePaginator();if(this.get("paginated")){var rowsPerPage=oPaginator.rowsPerPage;var startRecordIndex=(oPaginator.currentPage-1)*rowsPerPage;aRecords=this._oRecordSet.getRecords(startRecordIndex,rowsPerPage);this.formatPaginators();}
208 else{aRecords=this._oRecordSet.getRecords();}
464 return null;};YAHOO.widget.RecordSet.prototype.getRecords=function(index,range){if(!YAHOO.lang.isNumber(index)){return this._records;}
482 if(YAHOO.lang.isNumber(index)&&(index>-1)&&(index<this.getLength())){var recordsToDelete=this.getRecords(index,range);var deletedData=[];for(var i=0;i<recordsToDelete.length;i++){var oData={};for(var key in recordsToDelete[i]){oData[key]=recordsToDelete[i][key];}
H A Ddatatable-beta.js3437 aRecords = this._oRecordSet.getRecords(startRecordIndex, rowsPerPage);
3442 aRecords = this._oRecordSet.getRecords();
8598 * @method getRecords
8605 YAHOO.widget.RecordSet.prototype.getRecords = function(index, range) {
8826 var recordsToDelete = this.getRecords(index, range);
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js3466 aRecords = this._oRecordSet.getRecords(startRecordIndex, rowsPerPage);
3471 aRecords = this._oRecordSet.getRecords();
8748 * @method getRecords
8755 YAHOO.widget.RecordSet.prototype.getRecords = function(index, range) {
8996 var recordsToDelete = this.getRecords(index, range);
H A Ddatatable-beta-min.js207 return null;};YAHOO.widget.DataTable.prototype.initializeTable=function(oData){this._oRecordSet.reset();var records=this._oRecordSet.addRecords(oData);this._unselectAllTrEls();this._unselectAllTdEls();this._aSelections=null;this._sLastSelectedId=null;this._sSelectionAnchorId=null;this.refreshView();this.fireEvent("initEvent");};YAHOO.widget.DataTable.prototype.refreshView=function(){var i,j,k,l,aRecords;var oPaginator=this.updatePaginator();if(this.get("paginated")){var rowsPerPage=oPaginator.rowsPerPage;var startRecordIndex=(oPaginator.currentPage-1)*rowsPerPage;aRecords=this._oRecordSet.getRecords(startRecordIndex,rowsPerPage);this.formatPaginators();}
208 else{aRecords=this._oRecordSet.getRecords();}
464 return null;};YAHOO.widget.RecordSet.prototype.getRecords=function(index,range){if(!YAHOO.lang.isNumber(index)){return this._records;}
482 if(YAHOO.lang.isNumber(index)&&(index>-1)&&(index<this.getLength())){var recordsToDelete=this.getRecords(index,range);var deletedData=[];for(var i=0;i<recordsToDelete.length;i++){var oData={};for(var key in recordsToDelete[i]){oData[key]=recordsToDelete[i][key];}
H A Ddatatable-beta.js3437 aRecords = this._oRecordSet.getRecords(startRecordIndex, rowsPerPage);
3442 aRecords = this._oRecordSet.getRecords();
8598 * @method getRecords
8605 YAHOO.widget.RecordSet.prototype.getRecords = function(index, range) {
8826 var recordsToDelete = this.getRecords(index, range);

Completed in 265 milliseconds