| java.lang.Object com.mvnforum.admin.FavoriteThreadXML
FavoriteThreadXML | public class FavoriteThreadXML (Code) | | author: Igor Manic version: $Revision: 1.8 $, $Date: 2007/10/09 11:09:12 $ version:
version: FavoriteThreadXML todo Igor: enter description |
FavoriteThreadXML | public FavoriteThreadXML()(Code) | | |
addFavoriteThread | public void addFavoriteThread(String memberName, String favoriteCreationDate, String favoriteType, String favoriteOption, String favoriteStatus) throws CreateException, DuplicateKeyException, ObjectNotFoundException, DatabaseException, ForeignKeyNotFoundException(Code) | | Creates a favorite-thread. All argument values (int s, Timestamp s, ...)
are represented as String s, because of more convenient using
of this method for XML parsing.
Parameters: memberName - Member who owns this favorite-thread record. Parameters: favoriteCreationDate - Can be null. Parameters: favoriteType - Can be null. Parameters: favoriteOption - Can be null. Parameters: favoriteStatus - Can be null. throws: CreateException - throws: DuplicateKeyException - throws: ObjectNotFoundException - throws: DatabaseException - throws: ForeignKeyNotFoundException - |
getParentForumID | public int getParentForumID()(Code) | | Returns ForumID of this favorite-thread's parent forum or
-1 if this favorite-thread is not created yet.
|
getParentThreadID | public int getParentThreadID()(Code) | | Returns ThreadID of this favorite-thread's parent thread or
-1 if this favorite-thread is not created yet.
|
setParentForumID | public void setParentForumID(int value)(Code) | | |
setParentThreadID | public void setParentThreadID(int value)(Code) | | |
|
|