public interface Site extends Serializable
Modifier and Type | Method and Description |
---|---|
Long |
getId()
Unique/internal id for a site.
|
String |
getName()
The display name for a site.
|
SandBox |
getProductionSandbox()
If null, then this is a single-site installation.
|
String |
getSiteIdentifierType()
Intended to be used along with the #getSiteIdentifierValue()
by the SiteResolver to determine if this is the current site.
|
String |
getSiteIdentifierValue()
Used along with #getSiteIdentiferType() to determine the current
Site for a given request.
|
void |
setId(Long id)
Sets the internal id for a site.
|
void |
setName(String name)
Sets the displayName for a site.
|
void |
setProductionSandbox(SandBox sandbox)
Sets the production sandbox.
|
void |
setSiteIdentifierType(String siteIdentifierType)
Sets the site identifier type.
|
void |
setSiteIdentifierValue(String siteIdentifierValue) |
Long getId()
void setId(Long id)
id
- String getName()
void setName(String name)
name
- String getSiteIdentifierType()
void setSiteIdentifierType(String siteIdentifierType)
siteIdentifierType
- getSiteIdentifierType()
String getSiteIdentifierValue()
void setSiteIdentifierValue(String siteIdentifierValue)
siteIdentifierValue
- SandBox getProductionSandbox()
void setProductionSandbox(SandBox sandbox)
sandbox
- getProductionSandbox();
Copyright © 2013. All rights reserved.