Java Doc for DatabaseBlog.java in  » Blogger-System » blojsom-3.1 » org » blojsom » blog » database » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Blogger System » blojsom 3.1 » org.blojsom.blog.database 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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 $



Constructor Summary
public  DatabaseBlog()
    

Method Summary
public  StringgetBlogAdminURL()
    
public  LocalegetBlogAdministrationLocale()
    
public  StringgetBlogAdministrationLocaleAsString()
    
public  StringgetBlogBaseAdminURL()
    
public  StringgetBlogBaseURL()
    
public  BooleangetBlogCommentsEnabled()
    
public  StringgetBlogCountry()
    
public  StringgetBlogDefaultFlavor()
    
public  StringgetBlogDescription()
    
public  intgetBlogDisplayEntries()
    
public  BooleangetBlogEmailEnabled()
    
public  StringgetBlogId()
    
public  StringgetBlogLanguage()
    
public  LocalegetBlogLocale()
    
public  StringgetBlogName()
    
public  StringgetBlogOwner()
    
public  StringgetBlogOwnerEmail()
    
public  BooleangetBlogPingbacksEnabled()
    
public  BooleangetBlogTrackbacksEnabled()
    
public  StringgetBlogURL()
    
public  StringgetDigestAlgorithm()
    
public  StringgetEscapedBlogDescription()
    
public  StringgetEscapedBlogName()
    
public  IntegergetId()
    
public  BooleangetLinearNavigationEnabled()
    
public  MapgetPlugins()
    
public  MapgetProperties()
    
public  StringgetProperty(String property)
    
public  StringgetProperty(String property, String fallback, boolean allowNullBlank)
    
public  MapgetTemplates()
    
public  BooleangetUseEncryptedPasswords()
    
public  BooleangetXmlrpcEnabled()
    
public  voidremoveProperty(String name)
    
public  voidsetAdminBlogURL(String blogAdminURL)
    
public  voidsetBlogAdminURL(String blogAdminURL)
    
public  voidsetBlogAdministrationLocale(String blogAdministrationLocale)
    
public  voidsetBlogBaseAdminURL(String blogBaseAdminURL)
    
public  voidsetBlogBaseURL(String blogBaseURL)
    
public  voidsetBlogCommentsEnabled(Boolean blogCommentsEnabled)
    
public  voidsetBlogCountry(String blogCountry)
    
public  voidsetBlogDefaultFlavor(String blogDefaultFlavor)
    
public  voidsetBlogDescription(String blogDescription)
    
public  voidsetBlogDisplayEntries(int blogDisplayEntries)
    
public  voidsetBlogEmailEnabled(Boolean blogEmailEnabled)
    
public  voidsetBlogId(String blogID)
    
public  voidsetBlogLanguage(String blogLanguage)
    
public  voidsetBlogName(String blogName)
    
public  voidsetBlogOwner(String blogOwner)
    
public  voidsetBlogOwnerEmail(String blogOwnerEmail)
    
public  voidsetBlogPingbacksEnabled(Boolean blogPingbacksEnabled)
    
public  voidsetBlogTrackbacksEnabled(Boolean blogTrackbacksEnabled)
    
public  voidsetBlogURL(String blogURL)
    
public  voidsetDigestAlgorithm(String digestAlgorithm)
    
public  voidsetId(Integer id)
    
public  voidsetLinearNavigationEnabled(Boolean linearNavigationEnabled)
    
public  voidsetPlugins(Map plugins)
    
public  voidsetProperties(Map properties)
    
public  voidsetProperty(String name, String value)
    
public  voidsetTemplates(Map templates)
    
public  voidsetUseEncryptedPasswords(Boolean useEncryptedPasswords)
    
public  voidsetXmlrpcEnabled(Boolean xmlrpcEnabled)
    


Constructor Detail
DatabaseBlog
public DatabaseBlog()(Code)
Create a new instance of the database blog




Method Detail
getBlogAdminURL
public String getBlogAdminURL()(Code)
Admin URL for the blog Blog admin URL



getBlogAdministrationLocale
public Locale getBlogAdministrationLocale()(Code)
Retrieve the blog administration locale as a java.util.Locale object java.util.Locale object for blog administration locale



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



getBlogLocale
public Locale getBlogLocale()(Code)
Retrive a java.util.Locale object from the blog's language and country settings java.util.Locale object from the blog's language and country settings



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



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.