Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.util.Cacheable

Packages that use Cacheable
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.database DB implementation of base interfaces and APIs. 
com.jivesoftware.base.ext Extension implementations of the core APIs. 
com.jivesoftware.base.ldap LDAP user and auth implementations. 
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.database.querycache   
com.jivesoftware.forum.mail.token   
com.jivesoftware.profiles   
com.jivesoftware.profiles.validator   
com.jivesoftware.util Common utility classes for all Jive Software code. 
com.jivesoftware.util.search Utility classes for the search engine. 
 

Uses of Cacheable in com.jivesoftware.base
 

Classes in com.jivesoftware.base that implement Cacheable
 class Permissions
          Represents a set of permissions that an entity has for an object in the system.
 

Uses of Cacheable in com.jivesoftware.base.database
 

Classes in com.jivesoftware.base.database that implement Cacheable
 class CachedPreparedStatement
          Allows PreparedStatement information to be cached.
 class DbGroup
          Database implementation of the Group interface.
static class DbPermissionsManager.PermissionsBundle
          Stores the full set of permissions for a permissions context (an objectType and an objectID).
 class DbPoll
          Database implementation of the Poll Interface.
 class DbPresence
          Database implementation of the Presence interface.
 class DbRoster
           
 class DbUser
          Database implementation of the User interface.
 class PollCacheKey
          Represents a key in the PollCache.
 class Vote
          Class to encapsulate the data encompassing a vote for a poll.
 

Uses of Cacheable in com.jivesoftware.base.ext
 

Classes in com.jivesoftware.base.ext that implement Cacheable
 class SimpleUserAdapter
          An abstract adapter class to aid in creating custom user implementations.
 

Uses of Cacheable in com.jivesoftware.base.ldap
 

Classes in com.jivesoftware.base.ldap that implement Cacheable
 class LdapGroup
           
 class LdapSearchGroup
          The memebers of the group based off of an LDAP search.
 class LdapUser
          LDAP implementation of the User interface.
 

Uses of Cacheable in com.jivesoftware.forum
 

Classes in com.jivesoftware.forum that implement Cacheable
 class QueryResult
          Encapsulates a search result resulting from a search using the Query class.
 

Uses of Cacheable in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement Cacheable
 class DbAnnouncement
          Database implementation of the Announcement interface.
 class DbAttachment
          Database implementation of the Attachment interface.
 class DbAvatar
           
 class DbContentTag
          Database implementation of the Tag interface.
 class DbForum
          Database implementation of the Forum interface.
 class DbForumCategory
          Database implementation of the ForumCategory interface.
 class DbForumMessage
          Database implementation of the ForumMessage interface.
 class DbForumThread
          Database implementation of the ForumThread interface.
 class DbPrivateMessage
          Database implementation of the PrivateMessage interface.
 class DbPrivateMessageFolder
          Database implementation of the PrivateMessageFolder interface.
 class DbQuery
          Database implementation of the Query interface using Lucene.
 class DbRating
           
static class DbReadTracker.ReadTrackerKey
           
static class DbReadTracker.UserReadTracker
          Tracks the read status of threads and messages for a user.
 class DbStatusLevel
          Database implementation of status level.
static class DbStatusLevelManager.LeaderQueryCacheKey
          Class to be used as a key for the LeaderQueryCache
 class DbWatch
          Database implementation of the Watch interface.
 class LocalQuery
          LocalQuery is responsible for performing document searches.
static class PostCountStatusLevelCalculator.PostCountCacheKey
          Keys used in the postCountCache
 class RatingCacheObject
           
 class TagQueryCacheObject
          Container object for holding results for tag queries.
 

Uses of Cacheable in com.jivesoftware.forum.database.querycache
 

Classes in com.jivesoftware.forum.database.querycache that implement Cacheable
 class QueryCacheKey
          Represents a key in the QueryCache.
 

Uses of Cacheable in com.jivesoftware.forum.mail.token
 

Classes in com.jivesoftware.forum.mail.token that implement Cacheable
 class EmailToken
          EmailTokens are used by the EmailTokenManager to represent the temporary token ids associated with user watch notification emails.
 

Uses of Cacheable in com.jivesoftware.profiles
 

Classes in com.jivesoftware.profiles that implement Cacheable
 class ProfileField
          A profile field defines a single field of a user's profile, such as 'Phone Number' or 'Job Title'.
 class ProfileFieldOption
          Represents a possible option of a ProfileField.
 class UserProfile
          Contains user data for a particular ProfileField.
 

Uses of Cacheable in com.jivesoftware.profiles.validator
 

Classes in com.jivesoftware.profiles.validator that implement Cacheable
 class DateValidator
          A validator which validates dates.
 class DecimalValidator
          A validator which validates decimals.
 class EmailValidator
          A validator which validates email addresses.
 class LengthValidator
          A validator which validates the size of a profile field value.
 class NonValidatingValidator
          A validator that does nothing.
 class NumberValidator
          A validator which validates numbers.
 class RangeValidator
          A validator which validates using a range of acceptable values.
 class RegexValidator
          A validator which validates using a regular expression.
 class URLValidator
          A validator which validates urls.
 

Uses of Cacheable in com.jivesoftware.util
 

Classes in com.jivesoftware.util that implement Cacheable
 class LongTree
          A simple tree structure for long values.
 

Uses of Cacheable in com.jivesoftware.util.search
 

Classes in com.jivesoftware.util.search that implement Cacheable
 class CachedFilter
          CachedFilter is an extension of Lucene's Filter class which caches the bitset result of the filter.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.