models

Comment

abstract class Comment extends Model with TimelineItem with ResourceConvertible

Linear Supertypes
ResourceConvertible, TimelineItem, Model, EntityBean, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Comment
  2. ResourceConvertible
  3. TimelineItem
  4. Model
  5. EntityBean
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Comment(author: User, contents: String)

  2. new Comment()

Abstract Value Members

  1. abstract def asResource(): Resource

    Definition Classes
    CommentResourceConvertible
  2. abstract def getChildComments(): List[_ <: Comment]

  3. abstract def getParent(): AbstractPosting

  4. abstract def getParentComment(): Comment

  5. abstract def getSiblingComments(): List[_ <: Comment]

  6. abstract def setParentComment(comment: Comment): Unit

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _ebean_createCopy(): AnyRef

    Definition Classes
    Model → EntityBean
  7. def _ebean_getField(arg0: Int, arg1: Any): AnyRef

    Definition Classes
    Model → EntityBean
  8. def _ebean_getFieldIntercept(arg0: Int, arg1: Any): AnyRef

    Definition Classes
    Model → EntityBean
  9. def _ebean_getFieldNames(): Array[String]

    Definition Classes
    Model → EntityBean
  10. def _ebean_getIntercept(): EntityBeanIntercept

    Definition Classes
    Model → EntityBean
  11. def _ebean_getMarker(): String

    Definition Classes
    Model → EntityBean
  12. def _ebean_get__idGetSet(): Tuple

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  13. def _ebean_getni__idGetSet(): Tuple

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  14. def _ebean_intercept(): EntityBeanIntercept

    Definition Classes
    Model → EntityBean
  15. def _ebean_isEmbeddedNewOrDirty(): Boolean

    Definition Classes
    Model → EntityBean
  16. def _ebean_newInstance(): AnyRef

    Definition Classes
    Model → EntityBean
  17. def _ebean_setEmbeddedLoaded(): Unit

    Definition Classes
    Model → EntityBean
  18. def _ebean_setField(arg0: Int, arg1: Any, arg2: Any): Unit

    Definition Classes
    Model → EntityBean
  19. def _ebean_setFieldIntercept(arg0: Int, arg1: Any, arg2: Any): Unit

    Definition Classes
    Model → EntityBean
  20. def _ebean_set__idGetSet(arg0: Tuple): Unit

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  21. def _ebean_setni__idGetSet(arg0: Tuple): Unit

    Attributes
    protected[play.db.ebean]
    Definition Classes
    Model
  22. def addPropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Definition Classes
    Model
  23. def addPropertyChangeListener(arg0: PropertyChangeListener): Unit

    Definition Classes
    Model → EntityBean
  24. def ago(): Duration

  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def delete(): Unit

    Definition Classes
    Comment → Model
  28. def delete(arg0: String): Unit

    Definition Classes
    Model
  29. def deleteManyToManyAssociations(arg0: String): Unit

    Definition Classes
    Model
  30. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def equals(obj: Any): Boolean

    Definition Classes
    Comment → Model → AnyRef → Any
  32. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  34. def getDate(): Date

    Definition Classes
    CommentTimelineItem
  35. def hashCode(): Int

    Definition Classes
    Comment → Model → AnyRef → Any
  36. def isAuthoredBy(user: User): Boolean

  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. def refresh(arg0: String): Unit

    Definition Classes
    Model
  42. def refresh(): Unit

    Definition Classes
    Model
  43. def removePropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Definition Classes
    Model
  44. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit

    Definition Classes
    Model → EntityBean
  45. def save(): Unit

    Definition Classes
    Comment → Model
  46. def save(arg0: String): Unit

    Definition Classes
    Model
  47. def saveManyToManyAssociations(arg0: String, arg1: String): Unit

    Definition Classes
    Model
  48. def saveManyToManyAssociations(arg0: String): Unit

    Definition Classes
    Model
  49. def setAuthor(user: User): Unit

  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. def toString(): String

    Definition Classes
    Comment → AnyRef → Any
  52. def update(): Unit

    Definition Classes
    Comment → Model
  53. def update(arg0: Any, arg1: String): Unit

    Definition Classes
    Model
  54. def update(arg0: Any): Unit

    Definition Classes
    Model
  55. def update(arg0: String): Unit

    Definition Classes
    Model
  56. def updateMention(): Unit

    Attributes
    protected[models]
  57. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ResourceConvertible

Inherited from TimelineItem

Inherited from Model

Inherited from EntityBean

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped