|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManagerImpl
PortalPresentationManagerImpl
Constructor Summary | |
PortalPresentationManagerImpl()
|
Method Summary | |
void |
ejbActivate()
|
void |
ejbCreate()
|
void |
ejbPassivate()
|
void |
ejbRemove()
|
PortalResource |
getCustomizedPortalResource(CustomizationContext customizationContext,
String webAppName,
PortalPath portalPath,
DesktopPath desktopPath)
Returns a customized PortalResource object that a combination of the
webAppName , PortalPath ,
DesktopPath and user permissions resolves to. |
protected String |
getLookupName(String ejbJndiName)
prepends a lookup name with the application name retrieved using the p13n ApplicationHelper.getApplicationName utility |
PortalResource |
getPortalResource(CustomizationContext customizationContext,
String webAppName,
PortalPath portalPath,
DesktopPath desktopPath)
Returns a PortalResource object that a combination of the
webAppName , PortalPath ,
DesktopPath and user permissions resolves to. |
void |
setSessionContext(SessionContext sessionContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortalPresentationManagerImpl()
Method Detail |
protected String getLookupName(String ejbJndiName)
ejbJndiName
-
public void setSessionContext(SessionContext sessionContext) throws EJBException, RemoteException
setSessionContext
in interface SessionBean
EJBException
RemoteException
public void ejbCreate() throws CreateException, RemoteException
CreateException
RemoteException
public void ejbRemove() throws EJBException
ejbRemove
in interface SessionBean
EJBException
public void ejbActivate() throws EJBException
ejbActivate
in interface SessionBean
EJBException
public void ejbPassivate() throws EJBException
ejbPassivate
in interface SessionBean
EJBException
public PortalResource getPortalResource(CustomizationContext customizationContext, String webAppName, PortalPath portalPath, DesktopPath desktopPath) throws RemoteException
PortalResource
object that a combination of the
webAppName
, PortalPath
,
DesktopPath
and user permissions resolves to. Desktop
is returned.Desktop
does not exist, the content uri
to the PortalDefinition
is returned.
getPortalResource
in interface IPortalPresentationManager
customizationContext
- customization informationwebAppName
- J2EE web application nameportalPath
- PortalPath
desktopPath
- DesktopPath
, can be null in which case
portal resource uri will be returned
RemoteException
public PortalResource getCustomizedPortalResource(CustomizationContext customizationContext, String webAppName, PortalPath portalPath, DesktopPath desktopPath) throws RemoteException
PortalResource
object that a combination of the
webAppName
, PortalPath
,
DesktopPath
and user permissions resolves to.
getCustomizedPortalResource
in interface IPortalPresentationManager
customizationContext
- customization informationwebAppName
- J2EE web application nameportalPath
- PortalPath
desktopPath
- DesktopPath
, can be null in which case
portal resource uri will be returned
RemoteException
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |