Uses of Class
lumis.portal.website.Website
-
Packages that use Website Package Description lumis.portal.webfilereplication Contains the classes for web file replication feature.lumis.portal.website Provides the classes related to portal's websites feature.lumis.service.portalmanagement.website Contains the service for managing websites. -
-
Uses of Website in lumis.portal.webfilereplication
Methods in lumis.portal.webfilereplication with parameters of type Website Modifier and Type Method Description void
WebFileReplication. setWebsite(Website website)
Sets the website of this replication. -
Uses of Website in lumis.portal.website
Methods in lumis.portal.website that return Website Modifier and Type Method Description Website
Website. clone()
Website
WebsiteManager.UnmodifiableWebsite. getModifiableClone()
Clones this website returning a modifiableWebsite
instance. -
Uses of Website in lumis.service.portalmanagement.website
Methods in lumis.service.portalmanagement.website with parameters of type Website Modifier and Type Method Description void
WebsiteProcessActionHandler. updateWebsiteURLs(Website originalWebsite, HashMap<String,WebsiteProcessActionHandler.BaseURL> BaseURLsMapToUpdate, List<WebsiteProcessActionHandler.BaseURL> baseURLsToAdd, WebsiteProcessActionHandler.BaseURL mainNonSecureBaseURL, WebsiteProcessActionHandler.BaseURL mainSecureBaseURL)
Updates the web site URLs based on given parameters.
-