|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckoutTransactionBehaviour | |
---|---|
com.elasticpath.domain | |
com.elasticpath.domain.impl | Tests for the default Elastic Path implementation of the Domain Model. |
com.elasticpath.domain.payment |
Uses of CheckoutTransactionBehaviour in com.elasticpath.domain |
---|
Methods in com.elasticpath.domain that return CheckoutTransactionBehaviour | |
---|---|
CheckoutTransactionBehaviour |
ElasticPath.getCheckoutTransactionBehaviour()
Return the CheckoutTransactionBehaviour object that defines how a
checkout transaction is to be processed. |
Methods in com.elasticpath.domain with parameters of type CheckoutTransactionBehaviour | |
---|---|
void |
ElasticPath.setCheckoutTransactionBehaviour(CheckoutTransactionBehaviour behaviour)
Sets the checkoutTransactionBehaviour that defines how a checkout
transaction is processed. |
Uses of CheckoutTransactionBehaviour in com.elasticpath.domain.impl |
---|
Methods in com.elasticpath.domain.impl that return CheckoutTransactionBehaviour | |
---|---|
CheckoutTransactionBehaviour |
ElasticPathImpl.getCheckoutTransactionBehaviour()
Return the CheckoutTransactionBehaviour object that defines how a checkout transaction is to be processed. |
Methods in com.elasticpath.domain.impl with parameters of type CheckoutTransactionBehaviour | |
---|---|
void |
ElasticPathImpl.setCheckoutTransactionBehaviour(CheckoutTransactionBehaviour behaviour)
Sets the checkoutTransactionBehaviour that defines how a checkout transaction is processed. |
Uses of CheckoutTransactionBehaviour in com.elasticpath.domain.payment |
---|
Fields in com.elasticpath.domain.payment declared as CheckoutTransactionBehaviour | |
---|---|
static CheckoutTransactionBehaviour |
CheckoutTransactionBehaviour.AUTHORIZATION
The checkout transaction behaviour is to make an authorization followed by a capture at shipping time. |
static CheckoutTransactionBehaviour |
CheckoutTransactionBehaviour.DEFAULT
The default checkout transaction behaviour (Authorization). |
static CheckoutTransactionBehaviour |
CheckoutTransactionBehaviour.SALE
The checkout transaction behaviour is to make an immediate sale. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |