com.atlassian.confluence.setup.settings
Class SpaceSettings

java.lang.Object
  extended by com.atlassian.confluence.setup.settings.SpaceSettings
All Implemented Interfaces:
java.io.Serializable

public class SpaceSettings
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SpaceSettings()
           
SpaceSettings(java.lang.String spaceKey)
           
 
Method Summary
 ColourSchemesSettings getColourSchemesSettings()
           
 java.lang.String getSpaceKey()
           
 boolean isDisableLogo()
           
 boolean isSaveable()
           
 void setColourSchemesSettings(ColourSchemesSettings colourSchemesSettings)
           
 void setDisableLogo(boolean disableLogo)
           
static SpaceSettings unsavableSettings(java.lang.String spaceKey)
          Instantiate a settings object that will be ignored by the settings manager if you attempt to save it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceSettings

public SpaceSettings()

SpaceSettings

public SpaceSettings(java.lang.String spaceKey)
Method Detail

unsavableSettings

public static SpaceSettings unsavableSettings(java.lang.String spaceKey)
Instantiate a settings object that will be ignored by the settings manager if you attempt to save it. This method was introduced to work around CONF-15646 and SHOULD NOT be used for anything else.


getSpaceKey

public java.lang.String getSpaceKey()

isDisableLogo

public boolean isDisableLogo()

setDisableLogo

public void setDisableLogo(boolean disableLogo)

getColourSchemesSettings

public ColourSchemesSettings getColourSchemesSettings()

setColourSchemesSettings

public void setColourSchemesSettings(ColourSchemesSettings colourSchemesSettings)

isSaveable

public boolean isSaveable()


Copyright © 2003-2011 Atlassian. All Rights Reserved.