com.douban.models

CommentTrait

trait CommentTrait[T] extends API[T]

Copyright by Joseph J.C. Tang
Email: [email protected]

Version

1.0

Since

1/16/13 8:03 PM

Linear Supertypes
API[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CommentTrait
  2. API
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def url_prefix: String

    Attributes
    protected
    Definition Classes
    API

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. val api_prefix: String

    Definition Classes
    API
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val bub_prefix: String

    Definition Classes
    API
  9. def byId(id: Long): T

    通过id获取

    通过id获取

    Definition Classes
    API
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. val commentUrl: String

  12. val commentsUrl: String

  13. def deleteComment(targetId: Long, commentId: String): Boolean

    删除回复

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def getComment(targetId: Long, commentId: String): Comment

    获取单条回复

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. val idUrl: String

    Attributes
    protected
    Definition Classes
    API
  21. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  25. def postComment(targetId: Long, content: String, withResult: Boolean = true): Option[Comment]

    新发评论

    新发评论

    returns

  26. var secured: Boolean

    Definition Classes
    API
  27. val shuo_prefix: String

    Definition Classes
    API
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from API[T]

Inherited from AnyRef

Inherited from Any

Ungrouped