Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.base.EntityDescriptor

Packages that use EntityDescriptor
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.action Base WebWork actions for Jive Software products. 
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.abuse.action   
com.jivesoftware.forum.action Jive Forums WebWork actions. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
 

Uses of EntityDescriptor in com.jivesoftware.base
 

Methods in com.jivesoftware.base with parameters of type EntityDescriptor
 java.util.Locale LocaleManager.getLocale(EntityDescriptor entityDescriptor, User user, javax.servlet.http.HttpServletRequest req)
          Returns a Locale object for the specified entity, if one exists.
 

Uses of EntityDescriptor in com.jivesoftware.base.action
 

Methods in com.jivesoftware.base.action that return EntityDescriptor
 EntityDescriptor EntityAware.getEntityDescriptor(java.util.Map parameters)
          Returns information (ID, type) about a specific type given a Map of parameters.
 

Uses of EntityDescriptor in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum with parameters of type EntityDescriptor
 java.util.Locale ForumLocaleManager.getLocale(EntityDescriptor entityDescriptor, User user, javax.servlet.http.HttpServletRequest req)
           
 

Uses of EntityDescriptor in com.jivesoftware.forum.abuse.action
 

Methods in com.jivesoftware.forum.abuse.action that return EntityDescriptor
 EntityDescriptor AbuseAction.getEntityDescriptor(java.util.Map parameters)
           
 

Uses of EntityDescriptor in com.jivesoftware.forum.action
 

Methods in com.jivesoftware.forum.action that return EntityDescriptor
 EntityDescriptor AnnounceAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor AnnounceEditAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor ForumAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor ForumActionSupport.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor ForumCategoryAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor ForumThreadAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor OldPostAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor PollAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor PollEditAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor PollPostAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor PollViewAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor PollVoteAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor PollsViewAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor PostAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor PostAnnounceAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor RatingAddAction.getEntityDescriptor(java.util.Map parameters)
           
 EntityDescriptor ReadAction.getEntityDescriptor(java.util.Map parameters)
           
 

Uses of EntityDescriptor in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that return EntityDescriptor
protected  EntityDescriptor[] DbBlockIterator.getEntityBlock(int startIndex)
           
 

Constructors in com.jivesoftware.forum.database with parameters of type EntityDescriptor
DbBlockIterator(EntityDescriptor[] block, CachedPreparedStatement query, int startIndex, int endIndex, int parentObjectType, long parentObjectID)
          Constructs a new DbBlockIterator.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.