|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LivePortalManagerService
The Interface LivePortalManagerService.
| Method Summary | |
|---|---|
void |
addLivePortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
org.exoplatform.portal.config.model.PortalConfig portalConfig)
Adds the live portal on current repository. |
javax.jcr.Node |
getLivePortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName)
Gets the live portal by name. |
javax.jcr.Node |
getLivePortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String repository,
java.lang.String portalName)
Gets the live portal on specific repository. |
javax.jcr.Node |
getLivePortalByChild(javax.jcr.Node childNode)
|
java.util.List<javax.jcr.Node> |
getLivePortals(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
Gets the all live portals on current repository. |
java.util.List<javax.jcr.Node> |
getLivePortals(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String repository)
Gets the live portals on specific repository. |
java.util.Collection<java.lang.String> |
getLivePortalsPath()
|
javax.jcr.Node |
getLiveSharedPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
Gets the live shared portal on current repository. |
javax.jcr.Node |
getLiveSharedPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String repository)
Gets the live shared portal on specific repository. |
java.lang.String |
getPortalNameByPath(java.lang.String portalPath)
Gets the all live portals path. |
java.lang.String |
getPortalPathByName(java.lang.String portalName)
|
void |
removeLivePortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
org.exoplatform.portal.config.model.PortalConfig portalConfig)
Removes the live portal on current repository. |
| Method Detail |
|---|
javax.jcr.Node getLiveSharedPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
throws java.lang.Exception
sessionProvider - the session provider
java.lang.Exception - the exception
java.lang.String getPortalNameByPath(java.lang.String portalPath)
throws java.lang.Exception
java.lang.Exception - the exception
java.lang.String getPortalPathByName(java.lang.String portalName)
throws java.lang.Exception
java.lang.Exception
java.util.Collection<java.lang.String> getLivePortalsPath()
throws java.lang.Exception
java.lang.Exception
java.util.List<javax.jcr.Node> getLivePortals(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
throws java.lang.Exception
sessionProvider - the session provider
java.lang.Exception - the exception
javax.jcr.Node getLivePortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName)
throws java.lang.Exception
portalName - the portal namesessionProvider - the session provider
java.lang.Exception - the exception
javax.jcr.Node getLiveSharedPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String repository)
throws java.lang.Exception
repository - the repositorysessionProvider - the session provider
java.lang.Exception - the exception
javax.jcr.Node getLivePortalByChild(javax.jcr.Node childNode)
throws java.lang.Exception
java.lang.Exception
java.util.List<javax.jcr.Node> getLivePortals(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String repository)
throws java.lang.Exception
repository - the repositorysessionProvider - the session provider
java.lang.Exception - the exception
javax.jcr.Node getLivePortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String repository,
java.lang.String portalName)
throws java.lang.Exception
repository - the repositoryportalName - the portal namesessionProvider - the session provider
java.lang.Exception - the exception
void addLivePortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
org.exoplatform.portal.config.model.PortalConfig portalConfig)
throws java.lang.Exception
portalConfig - the portal configsessionProvider - the session provider
java.lang.Exception - the exception
void removeLivePortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
org.exoplatform.portal.config.model.PortalConfig portalConfig)
throws java.lang.Exception
portalConfig - the portal configsessionProvider - the session provider
java.lang.Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||