Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.util.LongList

Packages that use LongList
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.ldap LDAP user and auth implementations. 
com.jivesoftware.base.profile   
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.util Common utility classes for all Jive Software code. 
 

Uses of LongList in com.jivesoftware.base
 

Methods in com.jivesoftware.base that return LongList
 LongList GroupManager.getGroupIDs(User user)
          Returns a list of group ids for all the groups that the user is a member of.
 LongList GroupManagerAdapter.getGroupIDs(User user)
           
 LongList GroupManagerProxy.getGroupIDs(User user)
           
 

Uses of LongList in com.jivesoftware.base.ldap
 

Methods in com.jivesoftware.base.ldap that return LongList
 LongList LdapGroupManager.getGroupIDs(User user)
           
 LongList LdapSearchGroupManager.getGroupIDs(User user)
           
 

Uses of LongList in com.jivesoftware.base.profile
 

Methods in com.jivesoftware.base.profile that return LongList
 LongList ProfileFieldValue.getOptionIDs()
           
 

Methods in com.jivesoftware.base.profile with parameters of type LongList
 void ProfileFieldValue.setOptionIDs(LongList optionIDs)
           
 

Uses of LongList in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that return LongList
protected  LongList UserDeletedListener.getIdList(UserEvent event, java.lang.String sql)
           
 LongList DbForumCategory.getRecursiveForumIDs()
           
 

Uses of LongList in com.jivesoftware.util
 

Methods in com.jivesoftware.util that return LongList
static LongList ExternalizableLiteUtil.readLongList(java.io.DataInput in)
          Reads a LongList.
 LongList LongList.slice(int startIndex, int length)
          Returns a slice of the list.
 

Methods in com.jivesoftware.util with parameters of type LongList
 void LongList.add(LongList toAdd)
          Adds all elements of a LongList to this one.
static void ExternalizableLiteUtil.writeLongList(java.io.DataOutput out, LongList longList)
          Writes a LongList.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.