Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.base.ban.BanLevel

Packages that use BanLevel
com.jivesoftware.base.ban   
com.jivesoftware.forum.ban   
 

Uses of BanLevel in com.jivesoftware.base.ban
 

Fields in com.jivesoftware.base.ban declared as BanLevel
static BanLevel[] BanLevel.BAN_LEVELS
          An array containing all possible types of ban levels
static BanLevel BanLevel.BAN_LOGIN
          Users will not be allowed to login to the system
static BanLevel BanLevel.BAN_POST
          Users will not be able to post messages or private messages to the system
static BanLevel BanLevel.MODERATE
          Posts from a user will need to be moderated
 

Methods in com.jivesoftware.base.ban that return BanLevel
static BanLevel BanLevel.getBanLevel(int key)
          A helper method to get a specific BanLevel object from its key
 

Methods in com.jivesoftware.base.ban with parameters of type BanLevel
 Ban AbstractBanManager.getBan(long userID, BanLevel banLevel)
           
 Ban BanDAO.getBan(long userID, BanLevel banLevel)
          Gets a Ban Object from the database.
 Ban BanDAOImpl.getBan(long userID, BanLevel banLevel)
           
 Ban BanManager.getBan(long userID, BanLevel banLevel)
          Gets a Ban Object from the database.
 Ban AbstractBanManager.getBan(java.lang.String ipAddress, BanLevel banLevel)
           
 Ban BanDAO.getBan(java.lang.String ipAddress, BanLevel banLevel)
          Gets a Ban Object from the database.
 Ban BanDAOImpl.getBan(java.lang.String ipAddress, BanLevel banLevel)
           
 Ban BanManager.getBan(java.lang.String ipAddress, BanLevel banLevel)
          Gets a Ban Object from the database.
 

Uses of BanLevel in com.jivesoftware.forum.ban
 

Methods in com.jivesoftware.forum.ban with parameters of type BanLevel
 Ban BanManagerProxy.getBan(long userID, BanLevel banLevel)
           
 Ban BanManagerProxy.getBan(java.lang.String ipAddress, BanLevel banLevel)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.