|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BanLevel | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of BanLevel in com.jivesoftware.community |
|---|
| Fields in com.jivesoftware.community 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.community 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.community with parameters of type BanLevel | |
|---|---|
Ban |
BanManager.getBan(long userID,
BanLevel banLevel)
Deprecated. Will return null if multiple entries are found. Use BanManager.getBans(BanFilter) instead. |
Ban |
BanManager.getBan(String ipAddress,
BanLevel banLevel)
Deprecated. Will return null if multiple entries are found. Use BanManager.getBans(BanFilter) instead. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||