|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This provides an interface for the portal page manager.
| Method Summary | |
boolean |
clearPagesFromCache()
Clears the pages from cache. |
boolean |
clearPagesFromCache(EbiPortalContext context,
String categoryID)
Clears the pages that belong to a category from cache. |
Document |
getPage(EbiPortalContext context,
String pageID)
Deprecated. EbiPageManager.getPID(EbiPortalContext,String,boolean) |
Document |
getPage(EbiPortalContext context,
String pageID,
boolean flush)
Deprecated. EbiPageManager.getPID(EbiPortalContext,String,boolean) |
EbiCategoryInfo |
getPageCategoryInfo(EbiPortalContext context,
String category)
Gets a page category info. |
EbiCategoryInfo |
getPageCategoryInfo(EbiPortalContext context,
String categoryName,
boolean flush)
Gets a page category info. |
EbiCategoryInfo[] |
getPageCategoryInfoList(EbiPortalContext context)
Gets a list of page categories info. |
EbiPageInfo |
getPageInfo(EbiPortalContext context,
String pageID)
Gets a page info. |
EbiPageInfo |
getPageInfo(EbiPortalContext context,
String pageID,
boolean flush)
Gets a page info. |
EbiPageInfo[] |
getPageInfoList(EbiPortalContext context,
String categoryID)
Gets a list of EbiPageInfo objects for a specified category. |
EbiPortalPID |
getPID(EbiPortalContext context,
String pageID)
Gets a EboPortalPID object. |
EbiPortalPID |
getPID(EbiPortalContext context,
String pageID,
boolean flush)
Gets a EboPortalPID object. |
| Method Detail |
public EbiPortalPID getPID(EbiPortalContext context,
String pageID)
throws EboUnrecoverableSystemException,
EboSecurityException
context - a context.pageID - a page identifier.
public EbiPortalPID getPID(EbiPortalContext context,
String pageID,
boolean flush)
throws EboUnrecoverableSystemException,
EboSecurityException
context - a context.pageID - a page identifier.flush - if true get fresh copy from the persistent provider and flush the cache
public Document getPage(EbiPortalContext context,
String pageID,
boolean flush)
throws EboUnrecoverableSystemException
EbiPageManager.getPID(EbiPortalContext,String,boolean)
context - a context.pageID - a page identifier.flush - true if needs to flush the cache and re-get it from db.
public Document getPage(EbiPortalContext context,
String pageID)
throws EboUnrecoverableSystemException
EbiPageManager.getPID(EbiPortalContext,String,boolean)
context - a context.pageUIID - a page UUID.
public EbiPageInfo getPageInfo(EbiPortalContext context,
String pageID,
boolean flush)
throws EboUnrecoverableSystemException
context - a context.pageID - a pageIDflush - true, flush the cache and re-get page info from database
public EbiPageInfo getPageInfo(EbiPortalContext context,
String pageID)
throws EboUnrecoverableSystemException
context - a context.pageID - a page IDflush - true, flush the cache and re-get page info from database
public EbiPageInfo[] getPageInfoList(EbiPortalContext context,
String categoryID)
throws EboUnrecoverableSystemException
context - a context.categoryID - a category name (if null, get all pages)
public boolean clearPagesFromCache()
throws EboUnrecoverableSystemException
public boolean clearPagesFromCache(EbiPortalContext context,
String categoryID)
throws EboUnrecoverableSystemException
context - an EbiContext object.categoryID - a category name.
public EbiCategoryInfo getPageCategoryInfo(EbiPortalContext context,
String categoryName,
boolean flush)
throws EboUnrecoverableSystemException
context - a context.categoryName - a name of the specified category.flush - true if needs to flush the cache and re-get it from db.
public EbiCategoryInfo getPageCategoryInfo(EbiPortalContext context,
String category)
throws EboUnrecoverableSystemException
context - a context.category - a category
public EbiCategoryInfo[] getPageCategoryInfoList(EbiPortalContext context)
throws EboUnrecoverableSystemException
context - a context.
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||