Website has many-to-many association with users. Website has one-to-many and
one-direction associations with weblog entries, weblog categories, folders and
other objects. Use UserManager to create, fetch, update and retreive websites.
author: David M Johnson
getDefaultCategory() By default,the default category for a weblog is the root and all macros
work with the top level categories that are immediately under the root.
getPopularTags(int sinceDays, int length) Get a list of TagStats objects for the most popular tags
Parameters: sinceDays - Number of days into past (or -1 for all days) Parameters: length - Max number of tags to return.
isEnableMultiLang() Is multi-language blog support enabled for this weblog?
If false then urls with various locale restrictions should fail.
public boolean
isShowAllLangs() Should the default weblog view show entries from all languages?
If false then the default weblog view only shows entry from the
default locale chosen for this weblog.
By default,the default category for a weblog is the root and all macros
work with the top level categories that are immediately under the root.
Setting a different default category allows you to partition your weblog.
The last time any visible part of this weblog was modified.
This includes a change to weblog settings, entries, themes, templates,
comments, categories, bookmarks, folders, etc.
Pings and Referrers are explicitly not included because pings to not
affect visible changes to a weblog, and referrers change so often that
it would diminish the usefulness of the attribute.
publicList getPopularTags(int sinceDays, int length)(Code)
Get a list of TagStats objects for the most popular tags
Parameters: sinceDays - Number of days into past (or -1 for all days) Parameters: length - Max number of tags to return. Collection of WeblogEntryTag objects
Get up to 100 most recent published entries in weblog.
Parameters: cat - Category path or null for no category restriction Parameters: length - Max entries to return (1-100) List of weblog entry objects.
Should the default weblog view show entries from all languages?
If false then the default weblog view only shows entry from the
default locale chosen for this weblog.