Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.roller.business.beans.* (12)org.roller.business.castor.* (17)
org.roller.business.castor.tests.* (6)org.roller.business.hibernate.* (7)
org.roller.business.persistence.* (20)org.roller.business.persistence.castor.* (4)
org.roller.business.persistence.hibernate.* (4)

org.roller.business: Javadoc index of package org.roller.business.


Package Samples:

org.roller.business.persistence: Base and common classes that may be used in any implementation of the Roller Business Tier interfaces.  
org.roller.business.beans
org.roller.business.castor.tests
org.roller.business.castor
org.roller.business.hibernate
org.roller.business.persistence.castor
org.roller.business.persistence.hibernate

Classes:

DatabasePool: A class for preallocating, recycling, and managing connections. Adapted for handling JDO Database objects rather than connections. Taken from Core Servlets and JavaServer Pages from Prentice Hall and Sun Microsystems Press, http://www.coreservlets.com/. © 2000 Marty Hall; may be freely used or adapted.
BookmarkManagerImpl: BookmarkManager implementation based on Castor JDO. Implementation Notes Connections returned by getDatabase() and releases by releaseDatabase(). Public methods create connection and use transaction. Private methods need connection and expect existing transaction.
RollerTestBase: Base class for Roller backend unit test classes, responsible for creating the appropriate Roller implementation. Roller implementation determined by system property rollerImpl. Currently the only valid value of rollerImpl is 'castor'.
Condition: A condition is a where clause expression and may be made up, recursively, or other where clause expressions. A condition knows how to emit a string represtation of itself and how to treat a visitor.
WebsiteBean: A user's website is a weweblog, newsfeed channels and bookmarks. This class does not have Castor XML mappings because ExportWebsiteData is used to export user data in XML format.
ManagerBase: Abstract base class for Roller manager implementations. Provides connection management and Value Object persistence helpers.
MockRollerContext: Override the parent to makeup for the fact that we are not running in a servlet container.
BookmarkManagerBase: Provides methods that can be used by persistence framework specific implementations.
RefererManagerBase: Provides methods that can be used by persistence framework specific implementations.
WeblogManagerBase: Provides methods that can be used by persistence framework specific implementations.
Import: Import user data from Roller XML format - can be run from Roller build script.
BookmarkBean: Represents a single URL in a user's favorite web-bookmarks collection.
Query: Generalized notion of a query, see QueryText for usage example.
ExportWebsiteData: A user's website is a weblog, newsfeed channels and bookmarks.
ExportWebsiteBean: A user's website is a weblog, newsfeed channels and bookmarks.
PersistenceStrategy: Persistence strategy masks underlying persistence mechanism.
CastorStrategy: Reusable store, retrieve, and queries for PersistentObjects.
CastorQueryFactory: Experimental: Hibernate implementation of query factory.
HibernateQueryFactory: Experimental: Hibernate implementation of query factory.
HibernateStrategy: Reusable Hibernate implementations of CRUD operations.
NewsfeedManagerImpl: NewsfeedManager implementation based on Castor JDO.
RefererManagerImpl: RefererManager implementation based on Castor JDO.
WeblogManagerImpl: WeblogManager implementation based on Castor JDO.
BaseQuery: Experimental: Hibernate implementation of query.

Home | Contact Us | Privacy Policy | Terms of Service