| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.commons.cache.future.FutureExoCache<CacheKey,CacheValue,POMSession> |
ExoDataCache.values
.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.exoplatform.portal.mop.State |
SimpleDataCache.getState(POMSession session,
CacheKey key) |
protected org.exoplatform.portal.mop.State |
ExoDataCache.getState(POMSession session,
CacheKey key) |
| Modifier and Type | Field and Description |
|---|---|
protected POMSession |
POMSessionExportTask.session |
| Constructor and Description |
|---|
POMSessionExportTask(org.exoplatform.portal.mop.SiteKey siteKey,
POMSession session) |
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.commons.cache.future.FutureExoCache<Serializable,Serializable,POMSession> |
ExoDataCache.objects
.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.exoplatform.portal.mop.navigation.NavigationData |
SimpleDataCache.getNavigation(POMSession session,
org.exoplatform.portal.mop.SiteKey key) |
protected org.exoplatform.portal.mop.navigation.NavigationData |
ExoDataCache.getNavigation(POMSession session,
org.exoplatform.portal.mop.SiteKey key) |
protected org.exoplatform.portal.mop.navigation.NodeData |
SimpleDataCache.getNode(POMSession session,
String key) |
protected org.exoplatform.portal.mop.navigation.NodeData |
ExoDataCache.getNode(POMSession session,
String key) |
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.commons.cache.future.FutureExoCache<org.exoplatform.portal.mop.page.PageKey,org.exoplatform.portal.mop.page.PageData,POMSession> |
ExoDataCache.objects
.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.exoplatform.portal.mop.page.PageData |
SimpleDataCache.getPage(POMSession session,
org.exoplatform.portal.mop.page.PageKey key) |
protected org.exoplatform.portal.mop.page.PageData |
ExoDataCache.getPage(POMSession session,
org.exoplatform.portal.mop.page.PageKey key) |
protected void |
SimpleDataCache.removePage(POMSession session,
org.exoplatform.portal.mop.page.PageKey key) |
protected void |
ExoDataCache.removePage(POMSession session,
org.exoplatform.portal.mop.page.PageKey key) |
| Modifier and Type | Method and Description |
|---|---|
POMSession |
POMSessionManager.getSession()
Returns the session currently associated with the current thread of execution.
|
POMSession |
POMSessionManager.openSession()
Open and returns a session to the model.
|
| Modifier and Type | Method and Description |
|---|---|
<V> V |
TaskExecutionDecorator.execute(POMSession session,
POMTask<V> task) |
<V> V |
ExecutorDispatcher.execute(POMSession session,
POMTask<V> task) |
<V> V |
TaskExecutor.execute(POMSession session,
POMTask<V> task) |
V |
POMTask.run(POMSession session) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
DataCache.execute(POMSession session,
POMTask<V> task) |
<V> V |
PortalNamesCache.execute(POMSession session,
POMTask<V> task) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.LazyPageList<org.exoplatform.portal.application.PortletPreferences> |
SearchTask.FindPortletPreferences.run(POMSession session) |
org.exoplatform.commons.utils.LazyPageList<org.exoplatform.portal.pom.data.PortalData> |
SearchTask.FindSite.run(POMSession session) |
org.exoplatform.commons.utils.LazyPageList<org.exoplatform.portal.pom.data.PortalKey> |
SearchTask.FindSiteKey.run(POMSession session) |
Void |
PortalConfigTask.Remove.run(POMSession session) |
Void |
PortalConfigTask.Save.run(POMSession session) |
org.exoplatform.portal.pom.data.PortalData |
PortalConfigTask.Load.run(POMSession session) |
String |
PreferencesTask.GetContentId.run(POMSession session) |
S |
PreferencesTask.Load.run(POMSession session) |
Void |
PreferencesTask.Save.run(POMSession session) |
Void |
PageTask.Save.run(POMSession session) |
org.exoplatform.portal.pom.data.PageData |
PageTask.Load.run(POMSession session) |
| Constructor and Description |
|---|
Mapper(POMSession session) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.