|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BBS
BBS system interface
| Method Summary | |
|---|---|
boolean |
activeBBSBoard(java.lang.String boardID)
Activate a BBSBoard to be readable. |
boolean |
delBBSMsg(java.lang.String boardID,
java.lang.String msgID)
Delete a message. |
boolean |
deleteBBSBoard(java.lang.String boardID)
Delete a BBSBoard. |
java.util.Vector |
getAllBBSBoard()
Get BBS borad list which board is readable or unreadable . |
java.util.Vector |
getBBSBoard()
Get BBS borad list which board is active. |
BBSBoard |
getBBSBoard(java.lang.String boardID)
Get the BBS borad instance. |
BBSMessage |
getBBSMsg(java.lang.String msgID)
Get the BBSMessage object with ID. |
java.util.Vector |
getBBSMsgList(java.lang.String board)
Get all messages of the BBS board. |
boolean |
newBBSBoard(BBSBoard bbsBoard)
New a BBSBoard object and add it to database. |
boolean |
postBBSMsg(BBSMessage msg)
Post a message. |
boolean |
suspendBBSBoard(java.lang.String bbsBoardID)
Suspend a BBSBoard with specific ID. |
boolean |
updateBBSBoard(BBSBoard bbsBoard)
Update a BBSBoard's data in database. |
| Method Detail |
|---|
boolean activeBBSBoard(java.lang.String boardID)
throws java.rmi.RemoteException
bbsBoardID - the BBSBoard ID
java.rmi.RemoteException
boolean delBBSMsg(java.lang.String boardID,
java.lang.String msgID)
throws java.rmi.RemoteException
boardID - the board ID where the deleted message is inmsgID - the deleted message ID
java.rmi.RemoteException
boolean deleteBBSBoard(java.lang.String boardID)
throws java.rmi.RemoteException
bbsBoardID - the BBSBoard ID
java.rmi.RemoteException
java.util.Vector getAllBBSBoard()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Vector getBBSBoard()
throws java.rmi.RemoteException
java.rmi.RemoteException
BBSBoard getBBSBoard(java.lang.String boardID)
throws java.rmi.RemoteException
boardID - the board ID
java.rmi.RemoteException
BBSMessage getBBSMsg(java.lang.String msgID)
throws java.rmi.RemoteException
boardID - the board ID where the deleted message is in
java.rmi.RemoteException
java.util.Vector getBBSMsgList(java.lang.String board)
throws java.rmi.RemoteException
board - the givin borad ID
java.rmi.RemoteException
boolean newBBSBoard(BBSBoard bbsBoard)
throws java.rmi.RemoteException
bbsBoard - the new BBSBoard object
java.rmi.RemoteException
boolean postBBSMsg(BBSMessage msg)
throws java.rmi.RemoteException
msg - the posted message
java.rmi.RemoteException
boolean suspendBBSBoard(java.lang.String bbsBoardID)
throws java.rmi.RemoteException
bbsBoardID - the BBSBoard ID
java.rmi.RemoteException
boolean updateBBSBoard(BBSBoard bbsBoard)
throws java.rmi.RemoteException
bbsBoard - the BBSBoard object
java.rmi.RemoteException
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||