Clearspace API (1.10.16) Core Javadocs

com.jivesoftware.community.widget
Class WidgetDAOFactory

java.lang.Object
  extended by com.jivesoftware.community.widget.WidgetDAOFactory

public class WidgetDAOFactory
extends java.lang.Object

A factory that returns a concrete instance of a WidgetDAO. Note that the WidgetDAO returned is not wrapped by a protection proxy. Therefore, it's critical that any code that implements end-user functionality does not use this class directly. Instead, the product-specific methods to retrieve a WidgetDAO should be used instead.


Method Summary
static com.jivesoftware.community.widget.WidgetDAO getInstance()
          Returns a concrete implementation of the WidgetDAO interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static com.jivesoftware.community.widget.WidgetDAO getInstance()
Returns a concrete implementation of the WidgetDAO interface.

Returns:
a concrete implementation of WidgetDAO interface

Clearspace Project Page

Copyright © 1999-2007 Jive Software.