|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderPaymentStatusFactory
The factory for enum type OrderPaymentStatus object handling.
| Field Summary | |
|---|---|
static OrderPaymentStatus |
APPROVED
The OrderPaymentStatus instance for "Approved". |
static OrderPaymentStatus |
FAILED
The OrderPaymentStatus instance for "Failed". |
static OrderPaymentStatus |
PENDING
The OrderPaymentStatus instance for "Pending". |
| Method Summary | |
|---|---|
OrderPaymentStatus |
getOrderPaymentStatus(int statusCode)
Return the OrderPaymentStatus instance based on the given status code. |
java.util.Map |
getOrderPaymentStatusMap()
Returns a map of orderPayment status. |
| Methods inherited from interface com.elasticpath.service.EpEnumFactoryService |
|---|
getObject |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Field Detail |
|---|
static final OrderPaymentStatus APPROVED
OrderPaymentStatus instance for "Approved".
static final OrderPaymentStatus FAILED
OrderPaymentStatus instance for "Failed".
static final OrderPaymentStatus PENDING
OrderPaymentStatus instance for "Pending".
| Method Detail |
|---|
OrderPaymentStatus getOrderPaymentStatus(int statusCode)
OrderPaymentStatus instance based on the given status code.
statusCode - the status code.
OrderPaymentStatus instance based on the given status code.java.util.Map getOrderPaymentStatusMap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||