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
Alphabetic
By inheritance
Inherited
Hide All
Show all
SimplePaypal
Loggable
PaypalPDT
PaypalIPN
BasePaypalTrait
PartialFunction
Function1
AnyRef
Any
Visibility
Public
All
Type Members
case class
IPNRequest
(
r: Req
,
cnt: Int
,
when: Long
)
extends Product with Serializable
Attributes
protected
Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
lazy val
IPNPath
:
String
Definition Classes
PaypalIPN
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
lazy val
PDTPath
:
String
Definition Classes
PaypalPDT
object
PingMe
extends Product with Serializable
Attributes
protected
lazy val
RootPath
:
String
Definition Classes
BasePaypalTrait
def
actions
:
PartialFunction
[(
Box
[
Value
],
PayPalInfo
,
Req
),
Unit
]
Definition Classes
SimplePaypal
→
PaypalIPN
def
andThen
[
C
]
(
k: (() ⇒
Box
[
LiftResponse
]) ⇒ C
)
:
PartialFunction
[
Req
, C]
Definition Classes
PartialFunction → Function1
def
apply
(
r:
Req
)
: () ⇒
Box
[
LiftResponse
]
Definition Classes
BasePaypalTrait
→ Function1
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
buildInfo
(
resp:
PaypalResponse
,
req:
Req
)
:
Box
[
PayPalInfo
]
Attributes
protected
Definition Classes
PaypalIPN
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
compose
[
A
]
(
g: (A) ⇒
Req
)
: (A) ⇒ () ⇒
Box
[
LiftResponse
]
Definition Classes
Function1
def
connection
:
PaypalConnection
Definition Classes
BasePaypalTrait
def
defaultResponse
()
:
Box
[
LiftResponse
]
Definition Classes
PaypalIPN
def
dispatch
: List[DispatchPF]
Definition Classes
PaypalPDT
→
BasePaypalTrait
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
functionName
:
String
Definition Classes
BasePaypalTrait
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
ipnPath
:
String
Definition Classes
PaypalIPN
def
isDefinedAt
(
r:
Req
)
:
Boolean
Definition Classes
BasePaypalTrait
→ PartialFunction
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
lift
: (
Req
) ⇒
Option
[() ⇒
Box
[
LiftResponse
]]
Definition Classes
PartialFunction
val
logger
:
Logger
Attributes
protected
Definition Classes
Loggable
lazy val
mode
:
PaypalMode
Definition Classes
BasePaypalTrait
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
orElse
[
A1 <:
Req
,
B1 >: () ⇒
Box
[
LiftResponse
]
]
(
that:
PartialFunction
[A1, B1]
)
:
PartialFunction
[A1, B1]
Definition Classes
PartialFunction
lazy val
paypalAuthToken
:
String
Definition Classes
SimplePaypal
→
PaypalPDT
def
pdtPath
:
String
Definition Classes
PaypalPDT
def
pdtResponse
:
PartialFunction
[(
PayPalInfo
,
Req
),
LiftResponse
]
Definition Classes
SimplePaypal
→
PaypalPDT
def
processPDT
(
r:
Req
)
()
:
Box
[
LiftResponse
]
Definition Classes
PaypalPDT
object
requestQueue
extends LiftActor
Attributes
protected
def
rootPath
:
String
Definition Classes
BasePaypalTrait
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Function1 → AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
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