|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.forum.database.DatabaseObjectLoader
public class DatabaseObjectLoader
This class knows how to load a wide variety of jive objects outlined in the following list:
| Method Summary | |
|---|---|
static java.lang.Object |
getJiveObject(int objectType,
long objectID)
Retrieve the object corresponding to the objectType/objectID parameters, or null if the object cannot be loaded or the objectType isn't a valid type. |
static boolean |
isKnownType(int type)
Returns true if the provided type a type that this class knows how to load, false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isKnownType(int type)
type - the object type to check
public static java.lang.Object getJiveObject(int objectType,
long objectID)
objectType - the type of objectobjectID - the id of the object
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||