|
Clearspace API (1.7.0) 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)
Gets a Ban Object from the database. |
Ban |
BanManager.getBan(java.lang.String ipAddress,
BanLevel banLevel)
Gets a Ban Object from the database. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||