Java Doc for Blog.java in  » Blogger-System » blojsom-3.1 » org » blojsom » blog » 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 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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 $




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



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



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



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



getBlogLocale
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
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



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