|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.dao.DAOFactory
public abstract class DAOFactory
Represents a strategy used to load and store blog entries in the filing system.
Constructor Summary | |
---|---|
DAOFactory()
|
Method Summary | |
---|---|
abstract BlogEntryDAO |
getBlogEntryDAO()
Gets a DAO instance responsible for the dao of blog entries. |
abstract CategoryDAO |
getCategoryDAO()
Gets a DAO instance responsible for the dao of categories. |
static DAOFactory |
getConfiguredFactory()
|
abstract RefererFilterDAO |
getRefererFilterDAO()
Gets a DAO instance responsible for the dao of referer filters. |
abstract StaticPageDAO |
getStaticPageDAO()
Gets a DAO instance responsible for the dao of static pages. |
static void |
setConfiguredFactory(DAOFactory factory)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DAOFactory()
Method Detail |
---|
public abstract BlogEntryDAO getBlogEntryDAO()
public abstract StaticPageDAO getStaticPageDAO()
public abstract CategoryDAO getCategoryDAO()
public abstract RefererFilterDAO getRefererFilterDAO()
public static void setConfiguredFactory(DAOFactory factory)
public static DAOFactory getConfiguredFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |