Interface ModelDataStorage

All Known Subinterfaces:
SiteStorage

@Deprecated(forRemoval=true, since="6.5") public interface ModelDataStorage
Deprecated, for removal: This API element is subject to removal in a future version.
use SiteStorage instead since this is a storage layer and the name is ambiguous
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 Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    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.
     
    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.
     
    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 type
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    remove(SiteKey siteKey)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    save(PortalData config)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • create

      void create(PortalConfig config)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • create

      void create(PortalData config)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • save

      void save(PortalConfig config)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • save

      void save(PortalData config)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • remove

      void remove(PortalConfig config)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • remove

      void remove(PortalData config)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • remove

      void remove(SiteKey siteKey)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPortalConfig

      PortalData getPortalConfig(SiteKey siteKey)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPortalConfig

      PortalData getPortalConfig(PortalKey key)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPortalConfig

      PortalConfig getPortalConfig(String ownerType, String portalName)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSiteNames

      List<String> 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 type
      Parameters:
      siteType - SiteType
      offset - offset of the query
      limit - limit to fetch
      Returns:
      List of site names
    • getImportStatus

      Status getImportStatus()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • saveImportStatus

      void saveImportStatus(Status status)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSharedLayout

      Container getSharedLayout(String siteName)
      Deprecated, for removal: This API element is subject to removal in a future version.