| |
|
| org.blojsom.blog.Blog
All known Subclasses: org.blojsom.blog.database.DatabaseBlog,
Blog | public interface Blog (Code) | | Blog
author: David Czarnecki since: blojsom 3.0 version: $Id: Blog.java,v 1.7 2007/01/17 02:35:16 czarneckid Exp $ |
getBlogAdminURL | String getBlogAdminURL()(Code) | | Admin URL for the blog
Blog admin URL |
getBlogAdministrationLocaleAsString | String getBlogAdministrationLocaleAsString()(Code) | | Retrieve the blog administration locale as a String
String of blog administration locale |
getBlogBaseAdminURL | String getBlogBaseAdminURL()(Code) | | Base admin URL for the blog
Blog base admin URL |
getBlogBaseURL | String getBlogBaseURL()(Code) | | Base URL for the blog
Blog base URL |
getBlogCommentsEnabled | Boolean getBlogCommentsEnabled()(Code) | | Return whether or not comments are enabled
Whether or not comments are enabled |
getBlogCountry | String getBlogCountry()(Code) | | Country of the blog
Country for the blog |
getBlogDefaultFlavor | String getBlogDefaultFlavor()(Code) | | Get the default flavor for this blog
Default blog flavor |
getBlogDescription | String getBlogDescription()(Code) | | Description of the blog
Blog description |
getBlogDisplayEntries | int getBlogDisplayEntries()(Code) | | Return the number of blog entries to retrieve from the individual categories
Blog entries to retrieve from the individual categories |
getBlogEmailEnabled | Boolean getBlogEmailEnabled()(Code) | | Get whether or not email is enabled
Whether or not email is enabled |
getBlogId | public String getBlogId()(Code) | | Retrieve the blog ID
Blog ID |
getBlogLanguage | String getBlogLanguage()(Code) | | Language of the blog
Blog language |
getBlogName | String getBlogName()(Code) | | Name of the blog
Blog name |
getBlogOwner | String getBlogOwner()(Code) | | Return the blog owner's name
Blog owner's name |
getBlogOwnerEmail | String getBlogOwnerEmail()(Code) | | Return the blog owner's e-mail address
Blog owner's e-mail |
getBlogPingbacksEnabled | Boolean getBlogPingbacksEnabled()(Code) | | Return whether or not pingbacks are enabled
true if pingbacks are enabled, false otherwise |
getBlogTrackbacksEnabled | Boolean getBlogTrackbacksEnabled()(Code) | | Return whether or not trackbacks are enabled
true if trackbacks are enabled, false otherwise |
getBlogURL | String getBlogURL()(Code) | | URL for the blog
Blog URL |
getDigestAlgorithm | String getDigestAlgorithm()(Code) | | Retrieve the in-use password digest algorithm
Password digest algorithm |
getEscapedBlogDescription | String getEscapedBlogDescription()(Code) | | Returns the HTML escaped description of the blog
Description of the blog that has been escaped |
getEscapedBlogName | String getEscapedBlogName()(Code) | | Returns the HTML escaped name of the blog
Name of the blog that has been escaped |
getId | public Integer getId()(Code) | | Retrieve the unique id
Unique ID |
getLinearNavigationEnabled | Boolean getLinearNavigationEnabled()(Code) | | Is linear navigation enabled?
true if linear navigation is enabled, false otherwise |
getPlugins | public Map getPlugins()(Code) | | Get a map of the plugins
Map of the plugins |
getProperties | public Map getProperties()(Code) | | Get the properties for the blog
Properties for the blog |
getProperty | String getProperty(String property)(Code) | | Get a named property from the blog
Parameters: property - Name Value of the property |
getProperty | String getProperty(String property, String fallback, boolean allowNullBlank)(Code) | | Get a named property from the blog
Parameters: property - Name Parameters: fallback - Fallback value Parameters: allowNullBlank - Use the fallback property if allowNullBlank is false Value of the property |
getTemplates | public Map getTemplates()(Code) | | Get a map of the templates
Map of the templates |
getUseEncryptedPasswords | Boolean getUseEncryptedPasswords()(Code) | | Retrieve whether or not MD5 encrypted passwords are used
true if encrypted passwords are used, false otherwise |
getXmlrpcEnabled | Boolean getXmlrpcEnabled()(Code) | | Is XML-RPC enabled for this blog?
true if XML-RPC is enabled, false otherwise |
removeProperty | void removeProperty(String name)(Code) | | Remove a property from the blog
Parameters: name - Property name |
setAdminBlogURL | void setAdminBlogURL(String blogAdminURL)(Code) | | Set the new admin URL for the blog
Parameters: blogAdminURL - Blog admin URL |
setBlogAdminURL | void setBlogAdminURL(String blogAdminURL)(Code) | | Set the new admin URL for the blog
Parameters: blogAdminURL - Blog admin URL |
setBlogAdministrationLocale | void setBlogAdministrationLocale(String blogAdministrationLocale)(Code) | | Set the locale used in the administration console
Parameters: blogAdministrationLocale - Locale string of form language_country_variant |
setBlogBaseAdminURL | void setBlogBaseAdminURL(String blogBaseAdminURL)(Code) | | Set the new base admin URL for the blog
Parameters: blogBaseAdminURL - Blog base admin URL |
setBlogBaseURL | void setBlogBaseURL(String blogBaseURL)(Code) | | Set the new base URL for the blog
Parameters: blogBaseURL - Blog base URL |
setBlogCommentsEnabled | void setBlogCommentsEnabled(Boolean blogCommentsEnabled)(Code) | | Set whether blog comments are enabled
Parameters: blogCommentsEnabled - true if comments are enabled, false otherwise |
setBlogCountry | void setBlogCountry(String blogCountry)(Code) | | Set the new 2 letter country code for the blog
Parameters: blogCountry - Blog country code |
setBlogDefaultFlavor | void setBlogDefaultFlavor(String blogDefaultFlavor)(Code) | | Set the new default flavor for this blog
Parameters: blogDefaultFlavor - New default blog flavor |
setBlogDescription | void setBlogDescription(String blogDescription)(Code) | | Set the new description for the blog
Parameters: blogDescription - Blog description |
setBlogDisplayEntries | void setBlogDisplayEntries(int blogDisplayEntries)(Code) | | Set the number of entries to display at one time, where -1 indicates to display all entries
Parameters: blogDisplayEntries - Blog display entries |
setBlogEmailEnabled | void setBlogEmailEnabled(Boolean blogEmailEnabled)(Code) | | Set whether emails are sent on blog comments and trackbacks
Parameters: blogEmailEnabled - true if email of comments and trackbacks is enabled, false otherwise |
setBlogId | public void setBlogId(String blogID)(Code) | | Set the blog ID
Parameters: blogID - Blog ID |
setBlogLanguage | void setBlogLanguage(String blogLanguage)(Code) | | Set the new 2 letter language code for the blog
Parameters: blogLanguage - Blog language code |
setBlogName | void setBlogName(String blogName)(Code) | | Set the new name for the blog
Parameters: blogName - Blog name |
setBlogOwner | void setBlogOwner(String blogOwner)(Code) | | Set the new blog owner name
Parameters: blogOwner - Blog owner |
setBlogOwnerEmail | void setBlogOwnerEmail(String blogOwnerEmail)(Code) | | Set the new blog owner e-mail address
Parameters: blogOwnerEmail - Blog owner e-mail |
setBlogPingbacksEnabled | void setBlogPingbacksEnabled(Boolean blogPingbacksEnabled)(Code) | | Set whether blog pingbacks are enabled
Parameters: blogPingbacksEnabled - true if pingbacks are enabled, false otherwise |
setBlogTrackbacksEnabled | void setBlogTrackbacksEnabled(Boolean blogTrackbacksEnabled)(Code) | | Set whether blog trackbacks are enabled
Parameters: blogTrackbacksEnabled - true if trackbacks are enabled, false otherwise |
setBlogURL | void setBlogURL(String blogURL)(Code) | | Set the new URL for the blog
Parameters: blogURL - Blog URL |
setDigestAlgorithm | void setDigestAlgorithm(String digestAlgorithm)(Code) | | Set the in-use password digest algorithm
Parameters: digestAlgorithm - Digest algorithm |
setId | public void setId(Integer id)(Code) | | Set the id
Parameters: id - Unique ID |
setLinearNavigationEnabled | void setLinearNavigationEnabled(Boolean linearNavigationEnabled)(Code) | | Set whether or not linear navigation should be enabled
Parameters: linearNavigationEnabled - true if linear navigation is enabled, false otherwise |
setPlugins | public void setPlugins(Map plugins)(Code) | | Set the plugins
Parameters: plugins - Plugins |
setProperties | public void setProperties(Map properties)(Code) | | Set the properties for the blog
Parameters: properties - Blog properties |
setProperty | void setProperty(String name, String value)(Code) | | Set a property for the blog
Parameters: name - Property name Parameters: value - Property value |
setTemplates | public void setTemplates(Map templates)(Code) | | Set the templates
Parameters: templates - Map of the templates |
setUseEncryptedPasswords | void setUseEncryptedPasswords(Boolean useEncryptedPasswords)(Code) | | Set whether or not MD5 encrypted passwords are used
Parameters: useEncryptedPasswords - true if MD5 passwords are used, false otherwise |
setXmlrpcEnabled | void setXmlrpcEnabled(Boolean xmlrpcEnabled)(Code) | | Set whether or not XML-RPC is enabled
Parameters: xmlrpcEnabled - true if XML-RPC is enabled, false otherwise |
|
|
|