|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Blog
Method Summary | |
java.util.Locale |
getBlogAdministrationLocale()
Retrieve the blog administration locale as a Locale object |
java.lang.String |
getBlogAdministrationLocaleAsString()
Retrieve the blog administration locale as a String |
java.lang.String |
getBlogAdminURL()
Admin URL for the blog |
java.lang.String |
getBlogBaseAdminURL()
Base admin URL for the blog |
java.lang.String |
getBlogBaseURL()
Base URL for the blog |
java.lang.Boolean |
getBlogCommentsEnabled()
Return whether or not comments are enabled |
java.lang.String |
getBlogCountry()
Country of the blog |
java.lang.String |
getBlogDefaultFlavor()
Get the default flavor for this blog |
java.lang.String |
getBlogDescription()
Description of the blog |
int |
getBlogDisplayEntries()
Return the number of blog entries to retrieve from the individual categories |
java.lang.Boolean |
getBlogEmailEnabled()
Get whether or not email is enabled |
java.lang.String |
getBlogId()
Retrieve the blog ID |
java.lang.String |
getBlogLanguage()
Language of the blog |
java.util.Locale |
getBlogLocale()
Retrive a Locale object from the blog's language and country settings |
java.lang.String |
getBlogName()
Name of the blog |
java.lang.String |
getBlogOwner()
Return the blog owner's name |
java.lang.String |
getBlogOwnerEmail()
Return the blog owner's e-mail address |
java.lang.Boolean |
getBlogPingbacksEnabled()
Return whether or not pingbacks are enabled |
java.lang.Boolean |
getBlogTrackbacksEnabled()
Return whether or not trackbacks are enabled |
java.lang.String |
getBlogURL()
URL for the blog |
java.lang.String |
getDigestAlgorithm()
Retrieve the in-use password digest algorithm |
java.lang.String |
getEscapedBlogDescription()
Returns the HTML escaped description of the blog |
java.lang.String |
getEscapedBlogName()
Returns the HTML escaped name of the blog |
java.lang.Integer |
getId()
Retrieve the unique id |
java.lang.Boolean |
getLinearNavigationEnabled()
Is linear navigation enabled? |
java.util.Map |
getPlugins()
Get a map of the plugins |
java.util.Map |
getProperties()
Get the properties for the blog |
java.lang.String |
getProperty(java.lang.String property)
Get a named property from the blog |
java.lang.String |
getProperty(java.lang.String property,
java.lang.String fallback,
boolean allowNullBlank)
Get a named property from the blog |
java.util.Map |
getTemplates()
Get a map of the templates |
java.lang.Boolean |
getUseEncryptedPasswords()
Retrieve whether or not MD5 encrypted passwords are used |
java.lang.Boolean |
getXmlrpcEnabled()
Is XML-RPC enabled for this blog? |
void |
removeProperty(java.lang.String name)
Remove a property from the blog |
void |
setAdminBlogURL(java.lang.String blogAdminURL)
Set the new admin URL for the blog |
void |
setBlogAdministrationLocale(java.lang.String blogAdministrationLocale)
Set the locale used in the administration console |
void |
setBlogAdminURL(java.lang.String blogAdminURL)
Set the new admin URL for the blog |
void |
setBlogBaseAdminURL(java.lang.String blogBaseAdminURL)
Set the new base admin URL for the blog |
void |
setBlogBaseURL(java.lang.String blogBaseURL)
Set the new base URL for the blog |
void |
setBlogCommentsEnabled(java.lang.Boolean blogCommentsEnabled)
Set whether blog comments are enabled |
void |
setBlogCountry(java.lang.String blogCountry)
Set the new 2 letter country code for the blog |
void |
setBlogDefaultFlavor(java.lang.String blogDefaultFlavor)
Set the new default flavor for this blog |
void |
setBlogDescription(java.lang.String blogDescription)
Set the new description for the blog |
void |
setBlogDisplayEntries(int blogDisplayEntries)
Set the number of entries to display at one time, where -1 indicates to display all entries |
void |
setBlogEmailEnabled(java.lang.Boolean blogEmailEnabled)
Set whether emails are sent on blog comments and trackbacks |
void |
setBlogId(java.lang.String blogID)
Set the blog ID |
void |
setBlogLanguage(java.lang.String blogLanguage)
Set the new 2 letter language code for the blog |
void |
setBlogName(java.lang.String blogName)
Set the new name for the blog |
void |
setBlogOwner(java.lang.String blogOwner)
Set the new blog owner name |
void |
setBlogOwnerEmail(java.lang.String blogOwnerEmail)
Set the new blog owner e-mail address |
void |
setBlogPingbacksEnabled(java.lang.Boolean blogPingbacksEnabled)
Set whether blog pingbacks are enabled |
void |
setBlogTrackbacksEnabled(java.lang.Boolean blogTrackbacksEnabled)
Set whether blog trackbacks are enabled |
void |
setBlogURL(java.lang.String blogURL)
Set the new URL for the blog |
void |
setDigestAlgorithm(java.lang.String digestAlgorithm)
Set the in-use password digest algorithm |
void |
setId(java.lang.Integer id)
Set the id |
void |
setLinearNavigationEnabled(java.lang.Boolean linearNavigationEnabled)
Set whether or not linear navigation should be enabled |
void |
setPlugins(java.util.Map plugins)
Set the plugins |
void |
setProperties(java.util.Map properties)
Set the properties for the blog |
void |
setProperty(java.lang.String name,
java.lang.String value)
Set a property for the blog |
void |
setTemplates(java.util.Map templates)
Set the templates |
void |
setUseEncryptedPasswords(java.lang.Boolean useEncryptedPasswords)
Set whether or not MD5 encrypted passwords are used |
void |
setXmlrpcEnabled(java.lang.Boolean xmlrpcEnabled)
Set whether or not XML-RPC is enabled |
Method Detail |
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- Unique IDpublic java.lang.String getBlogId()
public void setBlogId(java.lang.String blogID)
blogID
- Blog IDpublic java.util.Map getTemplates()
public void setTemplates(java.util.Map templates)
templates
- Map of the templatespublic java.util.Map getPlugins()
public void setPlugins(java.util.Map plugins)
plugins
- Pluginspublic java.util.Map getProperties()
public void setProperties(java.util.Map properties)
properties
- Blog propertiespublic java.lang.String getBlogName()
public java.lang.String getEscapedBlogName()
public java.lang.String getBlogDescription()
public java.lang.String getEscapedBlogDescription()
public java.lang.String getBlogURL()
public java.lang.String getBlogAdminURL()
public java.lang.String getBlogBaseAdminURL()
public java.lang.String getBlogBaseURL()
public java.lang.String getBlogLanguage()
public java.lang.String getBlogCountry()
public int getBlogDisplayEntries()
public java.lang.String getBlogOwnerEmail()
public java.lang.String getBlogOwner()
public java.lang.Boolean getBlogCommentsEnabled()
public java.lang.Boolean getBlogTrackbacksEnabled()
true
if trackbacks are enabled, false
otherwisepublic java.lang.Boolean getBlogPingbacksEnabled()
true
if pingbacks are enabled, false
otherwisepublic java.lang.Boolean getBlogEmailEnabled()
public java.lang.String getBlogDefaultFlavor()
public java.lang.Boolean getLinearNavigationEnabled()
true
if linear navigation is enabled, false
otherwisepublic java.lang.Boolean getXmlrpcEnabled()
true
if XML-RPC is enabled, false
otherwisepublic java.lang.String getBlogAdministrationLocaleAsString()
public java.util.Locale getBlogAdministrationLocale()
Locale
object
Locale
object for blog administration localepublic java.util.Locale getBlogLocale()
Locale
object from the blog's language and country settings
Locale
object from the blog's language and country settingspublic java.lang.Boolean getUseEncryptedPasswords()
true
if encrypted passwords are used, false
otherwisepublic java.lang.String getDigestAlgorithm()
public java.lang.String getProperty(java.lang.String property)
property
- Name
public java.lang.String getProperty(java.lang.String property, java.lang.String fallback, boolean allowNullBlank)
property
- Namefallback
- Fallback valueallowNullBlank
- Use the fallback property if allowNullBlank
is false
public void setBlogName(java.lang.String blogName)
blogName
- Blog namepublic void setBlogDescription(java.lang.String blogDescription)
blogDescription
- Blog descriptionpublic void setBlogURL(java.lang.String blogURL)
blogURL
- Blog URLpublic void setAdminBlogURL(java.lang.String blogAdminURL)
blogAdminURL
- Blog admin URLpublic void setBlogBaseURL(java.lang.String blogBaseURL)
blogBaseURL
- Blog base URLpublic void setBlogCountry(java.lang.String blogCountry)
blogCountry
- Blog country codepublic void setBlogLanguage(java.lang.String blogLanguage)
blogLanguage
- Blog language codepublic void setBlogDisplayEntries(int blogDisplayEntries)
blogDisplayEntries
- Blog display entriespublic void setBlogOwner(java.lang.String blogOwner)
blogOwner
- Blog ownerpublic void setBlogOwnerEmail(java.lang.String blogOwnerEmail)
blogOwnerEmail
- Blog owner e-mailpublic void setBlogCommentsEnabled(java.lang.Boolean blogCommentsEnabled)
blogCommentsEnabled
- true
if comments are enabled, false
otherwisepublic void setBlogEmailEnabled(java.lang.Boolean blogEmailEnabled)
blogEmailEnabled
- true
if email of comments and trackbacks is enabled, false
otherwisepublic void setBlogTrackbacksEnabled(java.lang.Boolean blogTrackbacksEnabled)
blogTrackbacksEnabled
- true
if trackbacks are enabled, false
otherwisepublic void setBlogPingbacksEnabled(java.lang.Boolean blogPingbacksEnabled)
blogPingbacksEnabled
- true
if pingbacks are enabled, false
otherwisepublic void setBlogDefaultFlavor(java.lang.String blogDefaultFlavor)
blogDefaultFlavor
- New default blog flavorpublic void setLinearNavigationEnabled(java.lang.Boolean linearNavigationEnabled)
linearNavigationEnabled
- true
if linear navigation is enabled, false
otherwisepublic void setXmlrpcEnabled(java.lang.Boolean xmlrpcEnabled)
xmlrpcEnabled
- true
if XML-RPC is enabled, false
otherwisepublic void setBlogAdministrationLocale(java.lang.String blogAdministrationLocale)
blogAdministrationLocale
- Locale string of form language_country_variant
public void setUseEncryptedPasswords(java.lang.Boolean useEncryptedPasswords)
useEncryptedPasswords
- true
if MD5 passwords are used, false
otherwisepublic void setBlogAdminURL(java.lang.String blogAdminURL)
blogAdminURL
- Blog admin URLpublic void setBlogBaseAdminURL(java.lang.String blogBaseAdminURL)
blogBaseAdminURL
- Blog base admin URLpublic void setDigestAlgorithm(java.lang.String digestAlgorithm)
digestAlgorithm
- Digest algorithmpublic void setProperty(java.lang.String name, java.lang.String value)
name
- Property namevalue
- Property valuepublic void removeProperty(java.lang.String name)
name
- Property name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |