|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Ban | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of Ban in com.jivesoftware.community |
|---|
| Fields in com.jivesoftware.community with type parameters of type Ban | |
|---|---|
static com.jivesoftware.community.cache.Cache<java.lang.Long,Ban> |
BanManagerFactory.banObjectCache
A cache for ban objects. |
| Methods in com.jivesoftware.community that return Ban | |
|---|---|
Ban |
BanException.getBan()
Gets the ban object that caused this BanException to be thrown. |
Ban |
BanManager.getBan(long banID)
Gets a Ban Object from the database. |
Ban |
BanManager.getBan(long userID,
BanLevel banLevel)
Gets a Ban Object from the database. |
Ban |
BanManager.getBan(java.lang.String ipAddress,
BanLevel banLevel)
Gets a Ban Object from the database. |
| Methods in com.jivesoftware.community that return types with arguments of type Ban | |
|---|---|
java.util.List<Ban> |
BanManager.getBans()
Gets an unfiltered list of Ban objects from database |
java.util.List<Ban> |
BanManager.getBans(BanFilter filter)
Gets a filtered list of Ban objects from the database |
| Methods in com.jivesoftware.community with parameters of type Ban | |
|---|---|
void |
BanManager.createBan(Ban ban)
Creates a ban entry in the database |
void |
BanManager.updateBan(Ban ban)
Updates a ban entry in the database |
| Constructors in com.jivesoftware.community with parameters of type Ban | |
|---|---|
BanException(Ban ban)
|
|
BanManagerFactory.BanCacheKey(Ban ban)
|
|
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||