net.liftmodules.paypal

SimplePaypal

object SimplePaypal extends PaypalIPN with PaypalPDT with Loggable

Linear Supertypes
Loggable, PaypalPDT, PaypalIPN, BasePaypalTrait, PartialFunction[Req, () ⇒ Box[LiftResponse]], (Req) ⇒ () ⇒ Box[LiftResponse], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SimplePaypal
  2. Loggable
  3. PaypalPDT
  4. PaypalIPN
  5. BasePaypalTrait
  6. PartialFunction
  7. Function1
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Type Members

  1. case class IPNRequest(r: Req, cnt: Int, when: Long) extends Product with Serializable

    Attributes
    protected

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

    Definition Classes
    PaypalIPN
  7. lazy val MaxRetry: Int

    How many times do we try to verify the request

    How many times do we try to verify the request

    Definition Classes
    PaypalIPN
  8. lazy val PDTPath: String

    Definition Classes
    PaypalPDT
  9. object PingMe extends Product with Serializable

    Attributes
    protected
  10. lazy val RootPath: String

    Definition Classes
    BasePaypalTrait
  11. def actions: PartialFunction[(Box[Value], PayPalInfo, Req), Unit]

    Definition Classes
    SimplePaypalPaypalIPN
  12. def andThen[C](k: (() ⇒ Box[LiftResponse]) ⇒ C): PartialFunction[Req, C]

    Definition Classes
    PartialFunction → Function1
  13. def apply(r: Req): () ⇒ Box[LiftResponse]

    Definition Classes
    BasePaypalTrait → Function1
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def buildInfo(resp: PaypalResponse, req: Req): Box[PayPalInfo]

    Attributes
    protected
    Definition Classes
    PaypalIPN
  16. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def compose[A](g: (A) ⇒ Req): (A) ⇒ () ⇒ Box[LiftResponse]

    Definition Classes
    Function1
  18. def connection: PaypalConnection

    Definition Classes
    BasePaypalTrait
  19. def defaultResponse(): Box[LiftResponse]

    Definition Classes
    PaypalIPN
  20. def dispatch: List[DispatchPF]

    Definition Classes
    PaypalPDTBasePaypalTrait
  21. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def functionName: String

    Definition Classes
    BasePaypalTrait
  25. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  27. def ipnPath: String

    Definition Classes
    PaypalIPN
  28. def isDefinedAt(r: Req): Boolean

    Definition Classes
    BasePaypalTrait → PartialFunction
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def lift: (Req) ⇒ Option[() ⇒ Box[LiftResponse]]

    Definition Classes
    PartialFunction
  31. val logger: Logger

    Attributes
    protected
    Definition Classes
    Loggable
  32. lazy val mode: PaypalMode

    Definition Classes
    BasePaypalTrait
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  36. def orElse[A1 <: Req, B1 >: () ⇒ Box[LiftResponse]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Definition Classes
    PartialFunction
  37. lazy val paypalAuthToken: String

    Definition Classes
    SimplePaypalPaypalPDT
  38. def pdtPath: String

    Definition Classes
    PaypalPDT
  39. def pdtResponse: PartialFunction[(PayPalInfo, Req), LiftResponse]

    Definition Classes
    SimplePaypalPaypalPDT
  40. def processPDT(r: Req)(): Box[LiftResponse]

    Definition Classes
    PaypalPDT
  41. object requestQueue extends LiftActor

    Attributes
    protected
  42. def rootPath: String

    Definition Classes
    BasePaypalTrait
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Loggable

Inherited from PaypalPDT

Inherited from PaypalIPN

Inherited from BasePaypalTrait

Inherited from PartialFunction[Req, () ⇒ Box[LiftResponse]]

Inherited from (Req) ⇒ () ⇒ Box[LiftResponse]

Inherited from AnyRef

Inherited from Any