|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.j2biz.blogunity.pojo.BlogSettings
This class contains all possible blog settings.
Constructor Summary | |
BlogSettings()
|
Method Summary | |
boolean |
getAccessLoggingEnabled()
Returns true, if access logging is enabled for this blog. |
Locale |
getLanguage()
Returns language for the blog. |
long |
getMaxFilesDirectorySize()
Returns max. size of the blog's "files"-directory (in bytes). |
long |
getMaxFileUploadSize()
Returns the maximal possible size for the file uploads. |
long |
getMaxImagesDirectorySize()
Returns max. size of the blog's "images"-directory (in bytes). |
long |
getMaxImageUploadSize()
Returns maximal possible size for the image uploads. |
boolean |
getThemeEditingAllowed()
Returns true, if editing of the blog's theme is allowed. |
boolean |
isAccessLoggingEnabled()
Returns true, if access logging is enabled for this blog. |
boolean |
isThemeEditingAllowed()
Returns true, if editing of the blog's theme is allowed. |
void |
setAccessLoggingEnabled(boolean accessLoggingEnabled)
Sets true, if access logging should be enabled for the blog. |
void |
setLanguage(Locale language)
Sets blog's language. |
void |
setMaxFilesDirectorySize(long maxFilesDirectorySize)
Sets max. size of the blog's "files"-directory (in bytes). |
void |
setMaxFileUploadSize(long maxFileUploadSize)
Sets the maximal possible size for the file uploads |
void |
setMaxImagesDirectorySize(long maxImagesDirectorySize)
Sets max. size of the blog's "images"-directory (in bytes). |
void |
setMaxImageUploadSize(long maxImageUploadSize)
Sets maximal possible size for the image uploads. |
void |
setThemeEditingAllowed(boolean themeEditingAllowed)
Set true, if editing of the blog's theme is allowed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlogSettings()
Method Detail |
public boolean isAccessLoggingEnabled()
public boolean getAccessLoggingEnabled()
public void setAccessLoggingEnabled(boolean accessLoggingEnabled)
accessLoggingEnabled
- public Locale getLanguage()
public void setLanguage(Locale language)
language
- public long getMaxFilesDirectorySize()
public void setMaxFilesDirectorySize(long maxFilesDirectorySize)
maxFilesDirectorySize
- public long getMaxFileUploadSize()
public void setMaxFileUploadSize(long maxFileUploadSize)
maxFileUploadSize
- public long getMaxImagesDirectorySize()
public void setMaxImagesDirectorySize(long maxImagesDirectorySize)
maxImagesDirectorySize
- public long getMaxImageUploadSize()
public void setMaxImageUploadSize(long maxImageUploadSize)
maxImageUploadSize
- public boolean getThemeEditingAllowed()
public boolean isThemeEditingAllowed()
public void setThemeEditingAllowed(boolean themeEditingAllowed)
themeEditingAllowed
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |