java.lang.Object
nectar.view.RecordView
nectar.view.ForumView
- All Implemented Interfaces:
- CommentableView, java.io.Serializable
- public class ForumView
- extends RecordView
- implements CommentableView
| Methods inherited from class nectar.view.RecordView |
durationToString, getCreatedBy, getCreatedDate, getCreatedDateAgo, getCreatedDay, getCreatedDayShort, getCreatedTime, getId, getModifiedDate, getModifiedDateAgo, getModifiedDay, getModifiedTime, getOwner, getRecord, setLocale, setPreferences, setRecord |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForumView
public ForumView(nectar.record.ForumRecord record)
- Creates a new instance of ForumView
getTitle
public java.lang.String getTitle()
getDescription
public java.lang.String getDescription()
getPermissionGuest
public java.lang.String getPermissionGuest()
- Specified by:
getPermissionGuest in interface CommentableView
getPermissionUser
public java.lang.String getPermissionUser()
- Specified by:
getPermissionUser in interface CommentableView
getPermissionAdmin
public java.lang.String getPermissionAdmin()
- Specified by:
getPermissionAdmin in interface CommentableView
getPermissionModerator
public java.lang.String getPermissionModerator()
- Specified by:
getPermissionModerator in interface CommentableView