Interface SiteStorage
public interface SiteStorage
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(PortalConfig config) voidcreate(PortalData config) getPortalConfig(long siteId) getPortalConfig(String ownerType, String portalName) getPortalConfig(SiteKey siteKey) getPortalConfig(PortalKey key) getSharedLayout(String siteName) getSiteNames(SiteType siteType, int offset, int limit) Retrieves the list of site names of a designated typegetSitesKeys(SiteFilter siteFilter) voidremove(PortalConfig config) voidvoidremove(PortalData config) voidsave(PortalConfig config) voidsave(PortalData config) voidsaveImportStatus(Status status)
-
Method Details
-
create
-
create
-
save
-
save
-
remove
-
remove
-
remove
-
getPortalConfig
-
getPortalConfig
-
getPortalConfig
-
getPortalConfig
-
getSiteNames
Retrieves the list of site names of a designated type -
getImportStatus
Status getImportStatus() -
saveImportStatus
-
getSitesKeys
-