|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageControl | |
---|---|
org.rhq.core.domain.util | |
org.rhq.core.pluginapi.content |
Uses of PageControl in org.rhq.core.domain.util |
---|
Methods in org.rhq.core.domain.util that return PageControl | |
---|---|
PageControl |
PageList.getPageControl()
|
static PageControl |
PageControl.getSingleRowInstance()
|
static PageControl |
PageControl.getUnlimitedInstance()
|
Methods in org.rhq.core.domain.util with parameters of type PageControl | |
---|---|
static PageList |
PersistenceUtility.createPaginationFilter(javax.persistence.EntityManager entityManager,
Collection collection,
PageControl pageControl)
Creates and executes a filter query for a collection relationship. |
static javax.persistence.Query |
PersistenceUtility.createQueryWithOrderBy(javax.persistence.EntityManager entityManager,
String queryName,
PageControl pageControl)
Used to create queries to use with the PageControl objects. |
static void |
PersistenceUtility.setDataPage(javax.persistence.Query query,
PageControl pageControl)
|
void |
PageList.setPageControl(PageControl pageControl)
|
Constructors in org.rhq.core.domain.util with parameters of type PageControl | |
---|---|
PageList(Collection<? extends E> collection,
int totalSize,
PageControl pageControl)
|
|
PageList(Collection<? extends E> collection,
PageControl pageControl)
|
|
PageList(PageControl pageControl)
|
Uses of PageControl in org.rhq.core.pluginapi.content |
---|
Methods in org.rhq.core.pluginapi.content with parameters of type PageControl | |
---|---|
PageList<PackageVersionMetadataComposite> |
ContentServices.getPackageVersionMetadata(ContentContext context,
PageControl pc)
Requests all metadata for all package versions that the calling resource
component is subscribed to see . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |