|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageResult | |
|---|---|
| com.jalios.jcms | Contains the core JCMS classes. |
| com.jalios.jcms.archive | Contains the classes used to deal with archives management in JCMS. |
| com.jalios.jcms.db | |
| Uses of PageResult in com.jalios.jcms |
|---|
| Methods in com.jalios.jcms that return PageResult | |
|---|---|
PageResult<Publication> |
Channel.getDBPublicationList(PublicationCriteria pubCriteria)
Returns a list of publications in the database matching the given criteria. |
PageResult<Publication> |
Channel.getNotVisibleDBPublicationList(PublicationCriteria pubCriteria)
Returns a list publications in the database matching the given criteria and not in a visible state. |
PageResult<Publication> |
Channel.getVisibleDBPublicationList(PublicationCriteria pubCriteria)
Returns a list publications in the database matching the given criteria and in a visible state. |
| Methods in com.jalios.jcms with parameters of type PageResult | |
|---|---|
boolean |
QueryResultSet.addAll(PageResult<Publication> pr)
|
| Uses of PageResult in com.jalios.jcms.archive |
|---|
| Methods in com.jalios.jcms.archive that return PageResult | |
|---|---|
PageResult<ArchivedPublication> |
ArchiveQueryHandler.getPageResult()
Returns a new PageResult of archive for the current settings of this handler. |
| Uses of PageResult in com.jalios.jcms.db |
|---|
| Methods in com.jalios.jcms.db that return PageResult | |
|---|---|
static PageResult<Publication> |
HibernateUtil.queryPublication(PublicationCriteria pubCriteria)
Returns a list of publications in the database matching the given criteria. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||