sphere

CurrentCustomer

class CurrentCustomer extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CurrentCustomer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def changePassword(currentPassword: String, newPassword: String): Unit

  8. def changePasswordAsync(currentPassword: String, newPassword: String): Promise[SphereResult[Customer]]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def comments(): QueryRequest[Comment]

  11. def confirmEmail(token: String): Customer

  12. def confirmEmailAsync(token: String): Promise[SphereResult[Customer]]

  13. def createComment(productId: String, authorName: String, title: String, text: String): Comment

  14. def createCommentAsync(productId: String, authorName: String, title: String, text: String): Promise[SphereResult[Comment]]

  15. def createEmailVerificationToken(ttlMinutes: Int): CustomerToken

  16. def createEmailVerificationTokenAsync(ttlMinutes: Int): Promise[SphereResult[CustomerToken]]

  17. def createReview(productId: String, authorName: String, title: String, text: String, score: Double): Review

  18. def createReviewAsync(productId: String, authorName: String, title: String, text: String, score: Double): Promise[SphereResult[Review]]

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

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

    Definition Classes
    AnyRef → Any
  21. def fetch(): Customer

  22. def fetchAsync(): Promise[Customer]

  23. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  30. def orders(): QueryRequest[Order]

  31. def reviews(): QueryRequest[Review]

  32. def reviewsForProduct(productId: String): QueryRequest[Review]

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

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def update(update: CustomerUpdate): Customer

  36. def updateAsync(update: CustomerUpdate): Promise[SphereResult[Customer]]

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped