Uses of Interface
de.uplanet.lucy.server.rtcache.PageInfo
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of PageInfo in de.uplanet.lucy.server.appservice
Modifier and TypeMethodDescriptionApplicationWalker.getPageInfo
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) Deprecated.ApplicationWalker.getPageInfo
(String p_strGuid) Deprecated.Use$RtCache.getPage(...) instead
. -
Uses of PageInfo in de.uplanet.lucy.server.auxiliaries
ModifierConstructorDescriptionNewRecordData
(List<de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection> p_records, PageInfo p_pageDefintion) -
Uses of PageInfo in de.uplanet.lucy.server.monitor.log.userreport
-
Uses of PageInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Modifier and TypeMethodDescriptionVelocityRtCache.getFirstPage
(IFilter<PageInfo> p_filter) Get the firstPageInfo
object that is accepted by the given filter.Get the page with the given unique identifier.Modifier and TypeMethodDescriptionIVcPageInfoFilterFactory.getByApplication
(String p_strAppGuid) Get a filter for pages that belong to the given application.VelocityRtCache.getPages()
Get all pages.Get allPageInfo
objects that are accepted by the given filter.Modifier and TypeMethodDescriptionVelocityRtCache.getFirstPage
(IFilter<PageInfo> p_filter) Get the firstPageInfo
object that is accepted by the given filter.Get allPageInfo
objects that are accepted by the given filter. -
Uses of PageInfo in de.uplanet.lucy.server.scripting.velocity.callables.legacy
Modifier and TypeMethodDescriptionDeprecated.Get information about a certain page.Modifier and TypeMethodDescriptionPageCacheWrapper.getAppFilter
(String p_strAppGuid) Deprecated.PageCacheWrapper.getPages()
Deprecated.Deprecated.PageCacheWrapper.getPages
(Comparator<PageInfo> p_comparator) Deprecated.PageCacheWrapper.getPages
(Comparator<PageInfo> p_comparator, IFilter<PageInfo> p_filter) Deprecated.ApplicationCacheWrapper.getPagesWithType
(String p_strAppGuid, String p_strType) Deprecated.Get a list of all pages the current user has access to for a specific application and with the setting of type: page:type.Modifier and TypeMethodDescriptionDeprecated.PageCacheWrapper.getPages
(Comparator<PageInfo> p_comparator) Deprecated.PageCacheWrapper.getPages
(Comparator<PageInfo> p_comparator, IFilter<PageInfo> p_filter) Deprecated.PageCacheWrapper.getPages
(Comparator<PageInfo> p_comparator, IFilter<PageInfo> p_filter) Deprecated.
$RtCache.getPage(...) instead
.