|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderShipmentStatusFactory
The factory for enum type OrderShipmentStatus object handling.
| Field Summary | |
|---|---|
static OrderShipmentStatus |
AWAITING
The OrderShipmentStatus instance for awaiting shipment. |
static OrderShipmentStatus |
SHIPPED
The OrderShipmentStatus instance for shipped. |
| Method Summary | |
|---|---|
OrderShipmentStatus |
getOrderShipmentStatus(int statusCode)
Return the OrderShipmentStatus instance based on the given status code. |
java.util.Map |
getOrderShipmentStatusMap()
Returns a map of orderShipment status. |
| Methods inherited from interface com.elasticpath.service.EpEnumFactoryService |
|---|
getObject |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Field Detail |
|---|
static final OrderShipmentStatus AWAITING
OrderShipmentStatus instance for awaiting shipment.
static final OrderShipmentStatus SHIPPED
OrderShipmentStatus instance for shipped.
| Method Detail |
|---|
OrderShipmentStatus getOrderShipmentStatus(int statusCode)
OrderShipmentStatus instance based on the given status code.
statusCode - the status code.
OrderShipmentStatus instance based on the given status code.java.util.Map getOrderShipmentStatusMap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||