|
| Forum (int Forumid, Forum FParent) |
|
| Forum (String name, Forum parent, int type, int perm, int OwnerID) |
|
void | addtopic (Topic t) |
|
Forum | getChildByName (String name) |
|
int | getID () |
|
String | getName () |
|
Topic | gettopic (int j) |
|
int | getTopicSize () |
|
int | getType () |
|
void | insertindb () |
|
void | rmTopicByID (int id) |
|
void | vload () |
|
|
static final Logger | _log = Logger.getLogger(Forum.class) |
|
static final int | ROOT = 0 |
|
static final int | NORMAL = 1 |
|
static final int | CLAN = 2 |
|
static final int | MEMO = 3 |
|
static final int | MAIL = 4 |
|
static final int | INVISIBLE = 0 |
|
static final int | ALL = 1 |
|
static final int | CLANMEMBERONLY = 2 |
|
static final int | OWNERONLY = 3 |
|
The documentation for this class was generated from the following file:
- /home/master/Documents/l2/servers/source/l2premium/L2JPremium_GameServer/src/com/premium/game/communitybbs/BB/Forum.java