| |
|
| java.lang.Object org.blojsom.blog.database.DatabaseBlog
DatabaseBlog | public class DatabaseBlog implements Blog,Serializable(Code) | | DatabaseBlog
author: David Czarnecki since: blojsom 3.0 version: $Id: DatabaseBlog.java,v 1.7 2007/01/17 02:35:16 czarneckid Exp $ |
DatabaseBlog | public DatabaseBlog()(Code) | | Create a new instance of the database blog
|
getBlogAdminURL | public String getBlogAdminURL()(Code) | | Admin URL for the blog
Blog admin URL |
getBlogAdministrationLocaleAsString | public String getBlogAdministrationLocaleAsString()(Code) | | Retrieve the blog administration locale as a String
String of blog administration locale |
getBlogBaseAdminURL | public String getBlogBaseAdminURL()(Code) | | Base admin URL for the blog
Blog base admin URL |
getBlogBaseURL | public String getBlogBaseURL()(Code) | | Base URL for the blog
Blog base URL |
getBlogCommentsEnabled | public Boolean getBlogCommentsEnabled()(Code) | | Return whether or not comments are enabled
Whether or not comments are enabled |
getBlogCountry | public String getBlogCountry()(Code) | | Country of the blog
Country for the blog |
getBlogDefaultFlavor | public String getBlogDefaultFlavor()(Code) | | Get the default flavor for this blog
Default blog flavor |
getBlogDescription | public String getBlogDescription()(Code) | | Description of the blog
Blog description |
getBlogDisplayEntries | public int getBlogDisplayEntries()(Code) | | Return the number of blog entries to retrieve from the individual categories
Blog entries to retrieve from the individual categories |
getBlogEmailEnabled | public 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 | public String getBlogLanguage()(Code) | | Language of the blog
Blog language |
getBlogName | public String getBlogName()(Code) | | Name of the blog
Blog name |
getBlogOwner | public String getBlogOwner()(Code) | | Return the blog owner's name
Blog owner's name |
getBlogOwnerEmail | public String getBlogOwnerEmail()(Code) | | Return the blog owner's e-mail address
Blog owner's e-mail |
getBlogPingbacksEnabled | public Boolean getBlogPingbacksEnabled()(Code) | | Return whether or not pingbacks are enabled
true if pingbacks are enabled, false otherwise |
getBlogTrackbacksEnabled | public Boolean getBlogTrackbacksEnabled()(Code) | | Return whether or not trackbacks are enabled
true if trackbacks are enabled, false otherwise |
getBlogURL | public String getBlogURL()(Code) | | URL for the blog
Blog URL |
getDigestAlgorithm | public String getDigestAlgorithm()(Code) | | Retrieve the in-use password digest algorithm
Password digest algorithm |
getEscapedBlogDescription | public String getEscapedBlogDescription()(Code) | | Returns the HTML escaped description of the blog
Description of the blog that has been escaped |
getEscapedBlogName | public 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 | public 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 | public String getProperty(String property)(Code) | | Get a named property
Parameters: property - Property name Value of property |
getProperty | public 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 | public Boolean getUseEncryptedPasswords()(Code) | | Retrieve whether or not MD5 encrypted passwords are used
true if encrypted passwords are used, false otherwise |
getXmlrpcEnabled | public Boolean getXmlrpcEnabled()(Code) | | Is XML-RPC enabled for this blog?
true if XML-RPC is enabled, false otherwise |
removeProperty | public void removeProperty(String name)(Code) | | Remove a property from the blog
Parameters: name - Property name |
setAdminBlogURL | public void setAdminBlogURL(String blogAdminURL)(Code) | | Set the new admin URL for the blog
Parameters: blogAdminURL - Blog admin URL |
setBlogAdminURL | public void setBlogAdminURL(String blogAdminURL)(Code) | | Set the new admin URL for the blog
Parameters: blogAdminURL - Blog admin URL |
setBlogAdministrationLocale | public void setBlogAdministrationLocale(String blogAdministrationLocale)(Code) | | Set the locale used in the administration console
Parameters: blogAdministrationLocale - Locale string of form language_country_variant |
setBlogBaseAdminURL | public void setBlogBaseAdminURL(String blogBaseAdminURL)(Code) | | Set the new base admin URL for the blog
Parameters: blogBaseAdminURL - Blog base admin URL |
setBlogBaseURL | public void setBlogBaseURL(String blogBaseURL)(Code) | | Set the new base URL for the blog
Parameters: blogBaseURL - Blog base URL |
setBlogCommentsEnabled | public void setBlogCommentsEnabled(Boolean blogCommentsEnabled)(Code) | | Set whether blog comments are enabled
Parameters: blogCommentsEnabled - true if comments are enabled, false otherwise |
setBlogCountry | public void setBlogCountry(String blogCountry)(Code) | | Set the new 2 letter country code for the blog
Parameters: blogCountry - Blog country code |
setBlogDefaultFlavor | public void setBlogDefaultFlavor(String blogDefaultFlavor)(Code) | | Set the new default flavor for this blog
Parameters: blogDefaultFlavor - New default blog flavor |
setBlogDescription | public void setBlogDescription(String blogDescription)(Code) | | Set the new description for the blog
Parameters: blogDescription - Blog description |
setBlogDisplayEntries | public 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 | public 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 | public void setBlogLanguage(String blogLanguage)(Code) | | Set the new 2 letter language code for the blog
Parameters: blogLanguage - Blog language code |
setBlogName | public void setBlogName(String blogName)(Code) | | Set the new name for the blog
Parameters: blogName - Blog name |
setBlogOwner | public void setBlogOwner(String blogOwner)(Code) | | Set the new blog owner name
Parameters: blogOwner - Blog owner |
setBlogOwnerEmail | public void setBlogOwnerEmail(String blogOwnerEmail)(Code) | | Set the new blog owner e-mail address
Parameters: blogOwnerEmail - Blog owner e-mail |
setBlogPingbacksEnabled | public void setBlogPingbacksEnabled(Boolean blogPingbacksEnabled)(Code) | | Set whether blog pingbacks are enabled
Parameters: blogPingbacksEnabled - true if pingbacks are enabled, false otherwise |
setBlogTrackbacksEnabled | public void setBlogTrackbacksEnabled(Boolean blogTrackbacksEnabled)(Code) | | Set whether blog trackbacks are enabled
Parameters: blogTrackbacksEnabled - true if trackbacks are enabled, false otherwise |
setBlogURL | public void setBlogURL(String blogURL)(Code) | | Set the new URL for the blog
Parameters: blogURL - Blog URL |
setDigestAlgorithm | public 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 | public 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 | public 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 | public 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 | public void setXmlrpcEnabled(Boolean xmlrpcEnabled)(Code) | | Set whether or not XML-RPC is enabled
Parameters: xmlrpcEnabled - true if XML-RPC is enabled, false otherwise |
|
|
|