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. def != (arg0: AnyRef): Boolean

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

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

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

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

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

    Attributes
    final
    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. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

    Attributes
    final
    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. def isInstanceOf [T0] : Boolean

    Attributes
    final
    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. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  44. def toString (): String

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

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

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

    Attributes
    final
    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