|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.persist.content.ContentStatusDbLoader.Default
public static final class ContentStatusDbLoader.Default
Standard convenience accessor to get an instance of this loader.
| Constructor Summary | |
|---|---|
ContentStatusDbLoader.Default()
|
|
| Method Summary | |
|---|---|
static ContentStatusDbLoader |
getInstance()
Returns the ContentStatusDbLoader instance associated with the
default instance of the database BbPersistenceManager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentStatusDbLoader.Default()
| Method Detail |
|---|
public static ContentStatusDbLoader getInstance()
throws PersistenceException
ContentStatusDbLoader instance associated with the
default instance of the database BbPersistenceManager.BbPersistenceManager pm = BbServiceManager.getPersistenceService().getDbPersistenceManager(); ContentStatusDbLoader loader = (ContentStatusDbLoader) pm.getLoader( ContentStatusDbLoader.TYPE ) );
ContentStatusDbLoader instance associated with the
default database persistence manager
PersistenceException - if an error occurs when trying to
retrieve the ContentStatusDbLoader instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||