|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsi.wfcidata.AFBBSManager
public class AFBBSManager
AFBBSManager
Constructor Summary | |
---|---|
AFBBSManager(WFCI wfci)
Constructor |
Method Summary | |
---|---|
boolean |
activeAFBBSBoard(java.lang.String bbsBoardID)
Activate an AFBBSBoard to be active. |
boolean |
delAFBBSMsg(AFBBSMessage msg)
Delete an AFBBSMessage. |
boolean |
delAFBBSMsg(java.lang.String bbsBoardID,
java.lang.String msgID)
Delete an AFBBSMessage. |
boolean |
deleteAFBBSBoard(java.lang.String bbsBoardID)
Delete an AFBBSBoard. |
java.util.Vector |
getAFBBSBoard()
Get AFBBSBorad list which board is readable. |
AFBBSBoard |
getAFBBSBoard(java.lang.String bbsBoardID)
Get AFBBSBorad object with ID. |
AFBBSMessage |
getAFBBSMsg(java.lang.String msgID)
Get the AFBBSMessage object with ID. |
java.util.Vector |
getAFBBSMsgList(java.lang.String bbsBoardID)
Get all AFBBSMessages of the BBS board. |
java.util.Vector |
getAllBBSBoard()
Get AFBBSBorad list which board, including active and suspended. |
boolean |
newAFBBSBoard(AFBBSBoard bbsBoard)
New an AFBBSBoard object and add it to database. |
boolean |
postAFBBSMsg(AFBBSMessage msg)
Post an AFBBSMessage. |
boolean |
suspendAFBBSBoard(java.lang.String bbsBoardID)
Suspend an AFBBSBoard with specific ID. |
boolean |
updateAFBBSBoard(AFBBSBoard bbsBoard)
Update an AFBBSBoard's data in database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AFBBSManager(WFCI wfci)
wfci
- WFCI interfaceMethod Detail |
---|
public boolean activeAFBBSBoard(java.lang.String bbsBoardID) throws WFCIException
bbsBoardID
- the AFBBSBoard ID
WFCIException
public boolean delAFBBSMsg(AFBBSMessage msg) throws WFCIException
msg
- the deleted AFBBSMessage
WFCIException
public boolean delAFBBSMsg(java.lang.String bbsBoardID, java.lang.String msgID) throws WFCIException
bbsBoardID
- the board ID where the deleted message is inmsgID
- the deleted message ID
WFCIException
public boolean deleteAFBBSBoard(java.lang.String bbsBoardID) throws WFCIException
bbsBoardID
- the AFBBSBoard ID
WFCIException
public java.util.Vector getAFBBSBoard() throws WFCIException
WFCIException
public AFBBSBoard getAFBBSBoard(java.lang.String bbsBoardID) throws WFCIException
bbsBoardID
- the board ID
WFCIException
public AFBBSMessage getAFBBSMsg(java.lang.String msgID) throws WFCIException
msgID
- the message ID
WFCIException
public java.util.Vector getAFBBSMsgList(java.lang.String bbsBoardID) throws WFCIException
bbsBoardID
- the given borad ID
WFCIException
public java.util.Vector getAllBBSBoard() throws WFCIException
WFCIException
public boolean newAFBBSBoard(AFBBSBoard bbsBoard) throws WFCIException
bbsBoard
- the new AFBBSBoard object
WFCIException
public boolean postAFBBSMsg(AFBBSMessage msg) throws WFCIException
msg
- the posted AFBBSMessage
WFCIException
public boolean suspendAFBBSBoard(java.lang.String bbsBoardID) throws WFCIException
bbsBoardID
- the AFBBSBoard ID
WFCIException
public boolean updateAFBBSBoard(AFBBSBoard bbsBoard) throws WFCIException
bbsBoard
- the AFBBSBoard object
WFCIException
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |