Searched refs:fetchForListing (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dsystemlog.py105 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:SystemLogLogic
H A Dbuildblacklist.py126 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:BuildBlacklistLogic
H A Dfailurecategory.py90 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:FailureCategoryLogic
H A Dfailurereason.py102 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:FailureReasonLogic
H A Dvcsrevisions.py114 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:VcsRevisionLogic
H A Dglobalresource.py122 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:GlobalResourceLogic
H A Duseraccount.py121 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:UserAccountLogic
H A Dbuild.py149 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:BuildCategoryLogic
483 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:BuildLogic
H A Dbuildsource.py160 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:BuildSourceLogic
H A Dtestbox.py300 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:TestBoxLogic
H A Dschedgroup.py446 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:SchedGroupLogic
H A Dtestgroup.py381 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:TestGroupLogic
H A Dtestcase.py951 def fetchForListing(self, iStart, cMaxRows, tsNow): member in class:TestCaseLogic
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadmintestgroup.py60 self.aoAllTestCases = TestCaseLogic(oDisp.getDb()).fetchForListing(0, 0x7fff, None);
H A Dwuibase.py689 oLogicType implements fetchForListing.
697 aoEntries = oLogicType(self._oDb).fetchForListing(iPage * cItemsPerPage, cItemsPerPage + 1, tsEffective);

Completed in 67 milliseconds