atg.multisite
Interface SiteGroup

All Superinterfaces:
DisplayableItem, RepositoryItem

public interface SiteGroup
extends RepositoryItem

Represents a group of Sites that share a SharabelType


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.lang.String getId()
          Gets the SiteGroup id.
 java.util.Collection<ShareableType> getShareableTypes()
          Gets a Collection of ShareableType
 java.util.Collection<Site> getSites()
          Gets a Collection of Site
 
Methods inherited from interface atg.repository.RepositoryItem
getContextMemberships, getItemDescriptor, getPropertyValue, getRepository, getRepositoryId, isTransient
 
Methods inherited from interface atg.repository.DisplayableItem
getItemDisplayName
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getId

java.lang.String getId()
Gets the SiteGroup id.

Returns:
The SiteGroup id

getShareableTypes

java.util.Collection<ShareableType> getShareableTypes()
Gets a Collection of ShareableType

Returns:
The Collection of ShareableType

getSites

java.util.Collection<Site> getSites()
Gets a Collection of Site

Returns:
The Collection of Site