Uses of Interface
de.uplanet.lucy.server.rtcache.PageInfo
-
Packages that use PageInfo Package Description de.uplanet.lucy.server.appservice de.uplanet.lucy.server.auxiliaries Contains helper and convenience classes for Velocity-based web authoring with Intrexx.de.uplanet.lucy.server.auxiliaries.menu de.uplanet.lucy.server.monitor.log.userreport de.uplanet.lucy.server.rtcache.scripting.velocity de.uplanet.lucy.server.scripting.velocity.callables.legacy -
-
Uses of PageInfo in de.uplanet.lucy.server.appservice
Methods in de.uplanet.lucy.server.appservice that return PageInfo Modifier and Type Method Description PageInfoApplicationWalker. getPageInfo(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid)Deprecated.Use$RtCache.getPage(...) instead.PageInfoApplicationWalker. 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 PageInfo Modifier and Type Method Description Optional<PageInfo>VCRecordDao.NewRecordData. getPageDefintion()Constructors in de.uplanet.lucy.server.auxiliaries with parameters of type PageInfo Constructor Description NewRecordData(List<de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection> p_records, PageInfo p_pageDefintion) -
Uses of PageInfo in de.uplanet.lucy.server.auxiliaries.menu
Methods in de.uplanet.lucy.server.auxiliaries.menu that return types with arguments of type PageInfo Modifier and Type Method Description List<PageInfo>WebMenuAdministration. getContentPages(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid) -
Uses of PageInfo in de.uplanet.lucy.server.monitor.log.userreport
Methods in de.uplanet.lucy.server.monitor.log.userreport that return PageInfo Modifier and Type Method Description PageInfoUserReport. getPageInfo(PageVisit p_pageVisit) -
Uses of PageInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return PageInfo Modifier and Type Method Description PageInfoVelocityRtCache. getFirstPage(IFilter<PageInfo> p_filter)Get the firstPageInfoobject that is accepted by the given filter.PageInfoVelocityRtCache. getPage(String p_strGuid)Get the page with the given unique identifier.Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return types with arguments of type PageInfo Modifier and Type Method Description IFilter<PageInfo>IVcPageInfoFilterFactory. getByApplication(String p_strAppGuid)Get a filter for pages that belong to the given application.Map<String,PageInfo>VelocityRtCache. getPages()Get all pages.List<PageInfo>VelocityRtCache. getPages(IFilter<PageInfo> p_filter)Get allPageInfoobjects that are accepted by the given filter.Method parameters in de.uplanet.lucy.server.rtcache.scripting.velocity with type arguments of type PageInfo Modifier and Type Method Description PageInfoVelocityRtCache. getFirstPage(IFilter<PageInfo> p_filter)Get the firstPageInfoobject that is accepted by the given filter.List<PageInfo>VelocityRtCache. getPages(IFilter<PageInfo> p_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 PageInfo Modifier and Type Method Description PageInfoPageCacheWrapper. getPage(String p_strPageId)Deprecated.Get information about a certain page.Methods in de.uplanet.lucy.server.scripting.velocity.callables.legacy that return types with arguments of type PageInfo Modifier and Type Method Description IFilter<PageInfo>PageCacheWrapper. getAppFilter(String p_strAppGuid)Deprecated.List<PageInfo>PageCacheWrapper. getPages()Deprecated.List<PageInfo>PageCacheWrapper. getPages(IFilter<PageInfo> p_filter)Deprecated.List<PageInfo>PageCacheWrapper. getPages(Comparator<PageInfo> p_comparator)Deprecated.List<PageInfo>PageCacheWrapper. getPages(Comparator<PageInfo> p_comparator, IFilter<PageInfo> p_filter)Deprecated.List<PageInfo>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 PageInfo Modifier and Type Method Description List<PageInfo>PageCacheWrapper. getPages(IFilter<PageInfo> p_filter)Deprecated.List<PageInfo>PageCacheWrapper. getPages(Comparator<PageInfo> p_comparator)Deprecated.List<PageInfo>PageCacheWrapper. getPages(Comparator<PageInfo> p_comparator, IFilter<PageInfo> p_filter)Deprecated.List<PageInfo>PageCacheWrapper. getPages(Comparator<PageInfo> p_comparator, IFilter<PageInfo> p_filter)Deprecated.
-