Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.view
Class ForumView  view ForumView download ForumView.java

java.lang.Object
  extended bynectar.view.RecordView
      extended bynectar.view.ForumView
All Implemented Interfaces:
CommentableView, java.io.Serializable

public class ForumView
extends RecordView
implements CommentableView


Field Summary
 
Fields inherited from class nectar.view.RecordView
locale, preferences, record
 
Constructor Summary
ForumView(nectar.record.ForumRecord record)
          Creates a new instance of ForumView
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getPermissionAdmin()
           
 java.lang.String getPermissionGuest()
           
 java.lang.String getPermissionModerator()
           
 java.lang.String getPermissionUser()
           
 java.lang.String getTitle()
           
 
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
 

Constructor Detail

ForumView

public ForumView(nectar.record.ForumRecord record)
Creates a new instance of ForumView

Method Detail

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