Uses of Class
com.arsdigita.portalserver.PortalSite

Packages that use PortalSite
com.arsdigita.populate.portalserver   
com.arsdigita.portalserver   
com.arsdigita.portalserver.personal   
com.arsdigita.portalserver.ui   
com.arsdigita.portalserver.ui.admin   
 

Uses of PortalSite in com.arsdigita.populate.portalserver
 

Methods in com.arsdigita.populate.portalserver with parameters of type PortalSite
 void PopulatePortalSites.populate(int iPortalSiteLevels, int iPortalSitesPerLevel, PortalSite rootPortal, com.arsdigita.kernel.UserCollection users)
           
 

Uses of PortalSite in com.arsdigita.portalserver
 

Methods in com.arsdigita.portalserver that return PortalSite
 PortalSite PortalTab.getPortalSite()
           
 PortalSite RoleCollection.getPortalSite()
           
 PortalSite PortalSiteCollection.getPortalSite()
          Get the current item as a PortalSite domain object.
 PortalSite Role.getPortalSite()
           
static PortalSite PortalSite.createPortalSite(String urlName, String title, PortalSite parent, boolean inheritPermissions)
           
static PortalSite PortalSite.createPortalSite(String urlName, String title, PortalSite parent)
           
static PortalSite PortalSite.retrievePortalSiteForSiteNode(com.arsdigita.kernel.SiteNode siteNode)
           
static PortalSite PortalSite.retrievePortalSite(BigDecimal id)
           
static PortalSite PortalSite.retrievePortalSite(com.arsdigita.persistence.OID oid)
           
static PortalSite PortalSite.retrievePortalSite(com.arsdigita.persistence.DataObject dataObject)
           
static PortalSite PortalSite.getPortalSiteForApplication(com.arsdigita.web.Application app)
           
static PortalSite PortalSite.getPortalSiteForAppPortlet(com.arsdigita.portal.apportlet.AppPortlet portlet)
           
static PortalSite PortalSite.getCurrentPortalSite(javax.servlet.http.HttpServletRequest request)
           
static PortalSite PortalSite.createSubPortal(PortalSite ps, com.arsdigita.kernel.User user)
           
 

Methods in com.arsdigita.portalserver with parameters of type PortalSite
static PortalTabCollection PortalTab.getTabsForPortalSite(PortalSite p)
           
 void PortalTab.setPortalSite(PortalSite psite)
           
static Role Role.createRole(PortalSite psite, String roleName, String assigneeTitle, String description)
          Creates a user defined role, as opposed to a system role.
static Role Role.createRole(PortalSite psite, String roleName, String assigneeTitle, String description, boolean isSystem)
          Creates a role in the specified portal.
static Role Role.createRole(PortalSite psite, String roleName, String assigneeTitle, String description, boolean isSystem, String roleType)
           
static PortalSite PortalSite.createPortalSite(String urlName, String title, PortalSite parent, boolean inheritPermissions)
           
static PortalSite PortalSite.createPortalSite(String urlName, String title, PortalSite parent)
           
 void PortalSite.addRelatedPortalSite(PortalSite portalsite)
           
 void PortalSite.removeRelatedPortalSite(PortalSite portalsite)
           
static PortalSite PortalSite.createSubPortal(PortalSite ps, com.arsdigita.kernel.User user)
           
 

Constructors in com.arsdigita.portalserver with parameters of type PortalSite
RoleCollection(com.arsdigita.persistence.DataCollection dc, PortalSite p)
           
Role(PortalSite psite, String roleName, String assigneeTitle, String description, boolean isSystem)
           
 

Uses of PortalSite in com.arsdigita.portalserver.personal
 

Subclasses of PortalSite in com.arsdigita.portalserver.personal
 class PersonalPortal
          Experimental
 

Uses of PortalSite in com.arsdigita.portalserver.ui
 

Methods in com.arsdigita.portalserver.ui that return PortalSite
protected  PortalSite PortalHomePage.getPortalSite(com.arsdigita.bebop.PageState pageState)
           
 

Uses of PortalSite in com.arsdigita.portalserver.ui.admin
 

Constructors in com.arsdigita.portalserver.ui.admin with parameters of type PortalSite
PortalSiteMapPanel.DeleteForm.AppListModel(PortalSite psite)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2344 UTC