com.plumtree.server
Interface IPTPageManager


public interface IPTPageManager

Author:
michaeld

Method Summary
 IPTPageInfo CachedOpenPageInfo(int nPageID, boolean bIsMyPage, boolean bCheckLastModified)
          Returns an IPTPageInfo, which can be used by the UI to display a cached version of the page.
 

Method Detail

CachedOpenPageInfo

IPTPageInfo CachedOpenPageInfo(int nPageID,
                               boolean bIsMyPage,
                               boolean bCheckLastModified)
Returns an IPTPageInfo, which can be used by the UI to display a cached version of the page.

Parameters:
nPageID - ID of the Page to open
bCheckLastModified - Checks the last modified date of the Page in the DB and loads a fresh entry to cache if the Page info in the cache is old.
Returns:
IPTPageInfo