Package org.exoplatform.portal.pom.data
Interface ModelDataStorage
- All Known Subinterfaces:
SiteStorage
Deprecated, for removal: This API element is subject to removal in a future version.
Created by The eXo Platform SAS Apr 19, 2007 This interface is used to load
the PortalConfig, Page config and Navigation config from the database
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(PortalConfig config) Deprecated, for removal: This API element is subject to removal in a future version.voidcreate(PortalData config) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getPortalConfig(String ownerType, String portalName) Deprecated, for removal: This API element is subject to removal in a future version.getPortalConfig(SiteKey siteKey) Deprecated, for removal: This API element is subject to removal in a future version.getPortalConfig(PortalKey key) Deprecated, for removal: This API element is subject to removal in a future version.getSharedLayout(String siteName) Deprecated, for removal: This API element is subject to removal in a future version.getSiteNames(SiteType siteType, int offset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the list of site names of a designated typevoidremove(PortalConfig config) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidremove(PortalData config) Deprecated, for removal: This API element is subject to removal in a future version.voidsave(PortalConfig config) Deprecated, for removal: This API element is subject to removal in a future version.voidsave(PortalData config) Deprecated, for removal: This API element is subject to removal in a future version.voidsaveImportStatus(Status status) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
create
Deprecated, for removal: This API element is subject to removal in a future version. -
create
Deprecated, for removal: This API element is subject to removal in a future version. -
save
Deprecated, for removal: This API element is subject to removal in a future version. -
save
Deprecated, for removal: This API element is subject to removal in a future version. -
remove
Deprecated, for removal: This API element is subject to removal in a future version. -
remove
Deprecated, for removal: This API element is subject to removal in a future version. -
remove
Deprecated, for removal: This API element is subject to removal in a future version. -
getPortalConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
getPortalConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
getPortalConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
getSiteNames
Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the list of site names of a designated type -
getImportStatus
Status getImportStatus()Deprecated, for removal: This API element is subject to removal in a future version. -
saveImportStatus
Deprecated, for removal: This API element is subject to removal in a future version.
-
SiteStorageinstead since this is a storage layer and the name is ambiguous