Uses of Interface
de.uplanet.lucy.server.rtcache.PageInfo
Packages that use PageInfo
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of PageInfo in de.uplanet.lucy.server.appservice
Methods in de.uplanet.lucy.server.appservice that return PageInfoModifier 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
Methods in de.uplanet.lucy.server.auxiliaries that return types with arguments of type PageInfoConstructors in de.uplanet.lucy.server.auxiliaries with parameters of type PageInfoModifierConstructorDescriptionNewRecordData(List<de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection> p_records, PageInfo p_pageDefintion) -
Uses of PageInfo in de.uplanet.lucy.server.monitor.log.userreport
Methods in de.uplanet.lucy.server.monitor.log.userreport that return PageInfo -
Uses of PageInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return PageInfoModifier and TypeMethodDescriptionVelocityRtCache.getFirstPage(IFilter<PageInfo> p_filter) Get the firstPageInfoobject that is accepted by the given filter.Get the page with the given unique identifier.Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return types with arguments of type PageInfoModifier and TypeMethodDescriptionIVcPageInfoFilterFactory.getByApplication(String p_strAppGuid) Get a filter for pages that belong to the given application.VelocityRtCache.getPages()Get all pages.Get allPageInfoobjects that are accepted by the given filter.Method parameters in de.uplanet.lucy.server.rtcache.scripting.velocity with type arguments of type PageInfoModifier and TypeMethodDescriptionVelocityRtCache.getFirstPage(IFilter<PageInfo> p_filter) Get the firstPageInfoobject that is accepted by the given filter.Get allPageInfoobjects that are accepted by the given filter. -
Uses of PageInfo in de.uplanet.lucy.server.scripting.velocity.callables.legacy
Methods in de.uplanet.lucy.server.scripting.velocity.callables.legacy that return PageInfoModifier and TypeMethodDescriptionDeprecated.Get information about a certain page.Methods in de.uplanet.lucy.server.scripting.velocity.callables.legacy that return types with arguments of type PageInfoModifier 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.Method parameters in de.uplanet.lucy.server.scripting.velocity.callables.legacy with type arguments of type PageInfoModifier 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.