| |
|
| java.lang.Object com.Yasna.forum.ForumMessageProxy
ForumMessageProxy | public class ForumMessageProxy implements ForumMessage(Code) | | A protection proxy for ForumMessage objects.
|
getCreationDate | public Date getCreationDate()(Code) | | |
getModifiedDate | public Date getModifiedDate()(Code) | | |
getReplyPrivateUserId | public int getReplyPrivateUserId()(Code) | | |
getUnfilteredSubject | public String getUnfilteredSubject()(Code) | | |
hasPermission | public boolean hasPermission(int type)(Code) | | |
insertIntoDb | public void insertIntoDb(java.sql.Connection con, ForumThread thread) throws java.sql.SQLException(Code) | | Small violation of our pluggable backend architecture so that database
insertions can be made more efficiently and transactional. The fact
that this violation is needed probably means that the proxy architecture
needs to be adjusted a bit.
|
isAnonymous | public boolean isAnonymous()(Code) | | |
isApproved | public boolean isApproved()(Code) | | |
isPrivate | public boolean isPrivate()(Code) | | |
toString | public String toString()(Code) | | Converts the object to a String by returning the subject of the message.
This functionality is primarily for Java applications that might be
accessing CoolForum objects through a GUI.
|
|
|
|