| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.portal.framework.PortalManager
public class PortalManager
Root-level access methods for the Portal API.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Fields inherited from class atg.nucleus.GenericService | 
|---|
| SERVICE_INFO_KEY | 
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging | 
|---|
| DEFAULT_LOG_TRACE_STATUS | 
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging | 
|---|
| DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS | 
| Constructor Summary | |
|---|---|
| PortalManager() | |
| Method Summary | |
|---|---|
|  void | addPortal(Portal pPortal)Adds a portal to the collection of active portals. | 
|  Portal | getDefaultPortal()Returns the default portal instance. | 
|  Portal | getPortalById(java.lang.String pId)Retrieves the portal with the indicated ID, if any. | 
|  Portal[] | getPortalInstances()Returns an array of portal instances managed by this portal manager. | 
| static PortalManager | getPortalManager()Looks up the portal manager instance. | 
|  PortalObjectResolver | getPortalObjectResolver()Retrieves the portal object resolver that is used to translate an HTTP request into the portal objects it refers to. | 
|  java.util.Set | getPortalSet()Retrieves the root-level Portal objects that the user can see. | 
|  void | removePortal(Portal pPortal)Removes a portal from the collection of active portals. | 
|  void | setDefaultPortal(Portal pPortal)Changes the default portal instance. | 
|  void | setPortalInstances(Portal[] pPortals)Changes the list of portal instances managed by this portal manager. | 
|  void | setPortalObjectResolver(PortalObjectResolver pResolver)Changes the portal object resolver that is used to translate an HTTP request into the portal objects it refers to. | 
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl | 
|---|
| vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public PortalManager()
| Method Detail | 
|---|
public static PortalManager getPortalManager()
public Portal getDefaultPortal()
public void setDefaultPortal(Portal pPortal)
public Portal[] getPortalInstances()
public void setPortalInstances(Portal[] pPortals)
public void setPortalObjectResolver(PortalObjectResolver pResolver)
public PortalObjectResolver getPortalObjectResolver()
public void addPortal(Portal pPortal)
public void removePortal(Portal pPortal)
public java.util.Set getPortalSet()
public Portal getPortalById(java.lang.String pId)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||