|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagObjectNotFoundException | |
---|---|
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
Uses of TagObjectNotFoundException in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that throw TagObjectNotFoundException | |
---|---|
ContentTag |
TagDelegator.getTag(long tagID)
Returns a tag given a tag ID. |
ContentTag |
TagManager.getTag(long tagID)
Returns a tag given a tag ID. |
ContentTag |
TagDelegator.getTag(java.lang.String tagname)
Returns a tag by tag name. |
ContentTag |
TagManager.getTag(java.lang.String tagname)
Returns a tag by tag name. |
Uses of TagObjectNotFoundException in com.jivesoftware.forum.database |
---|
Methods in com.jivesoftware.forum.database that throw TagObjectNotFoundException | |
---|---|
ContentTag |
DbTagManager.getTag(long tagID)
|
ContentTag |
DbTagManager.getTag(java.lang.String tagname)
|
long |
DbTagManager.getTagID(java.lang.String tagname)
Checks cache for tagID, if it does find it, calls lookupTag(String tag), and caches and returns resulting tagID. |
Constructors in com.jivesoftware.forum.database that throw TagObjectNotFoundException | |
---|---|
DbContentTag(long id)
Loads a DbTag from the database based on its id. |
|
DbContentTag(java.lang.String tagname)
Loads a DbTag from the database based on its id. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |