|
Clearspace API (2.5.29) 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 |
|---|
| 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)
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. |
| Methods in com.jivesoftware.community that return types with arguments of type Ban | |
|---|---|
List<Ban> |
BanManager.getBans()
Gets an unfiltered list of Ban objects from database |
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)
|
|
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||