Uses of Class
org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultListItem
Packages that use ReportQueryResultListItem
-
Uses of ReportQueryResultListItem in org.eclipse.persistence.jpa.rs.util.list
Methods in org.eclipse.persistence.jpa.rs.util.list that return types with arguments of type ReportQueryResultListItemModifier and TypeMethodDescriptionReportQueryResultCollection.getItems()ReportQueryResultList.getItems()Gets the items.Methods in org.eclipse.persistence.jpa.rs.util.list with parameters of type ReportQueryResultListItemModifier and TypeMethodDescriptionvoidReportQueryResultCollection.addItem(ReportQueryResultListItem item) Adds the item.voidReportQueryResultList.addItem(ReportQueryResultListItem item) Adds the item.Method parameters in org.eclipse.persistence.jpa.rs.util.list with type arguments of type ReportQueryResultListItemModifier and TypeMethodDescriptionvoidReportQueryResultCollection.setItems(List<ReportQueryResultListItem> items) voidReportQueryResultList.setItems(List<ReportQueryResultListItem> items) Sets the items.