|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeliveryStatus | |
wt.wrmf.delivery |
Uses of DeliveryStatus in wt.wrmf.delivery |
Fields in wt.wrmf.delivery declared as DeliveryStatus | |
static DeliveryStatus |
DeliveryStatus.NOT_SENT
Supported API: false |
static DeliveryStatus |
DeliveryStatus.FAILED
Supported API: false |
static DeliveryStatus |
DeliveryStatus.DELIVERED
Supported API: false |
static DeliveryStatus |
DeliveryStatus.IN_TRANSPORT
Supported API: false |
static DeliveryStatus |
DeliveryStatus.RECEIVED
Supported API: false |
private DeliveryStatus |
ConfirmableShippingItem.status
|
Methods in wt.wrmf.delivery that return DeliveryStatus | |
DeliveryStatus |
StandardShippingService.inquireStatus(TrackingID id)
Supported API: false |
DeliveryStatus |
ShippingService.inquireStatus(TrackingID id)
Supported API: false |
static DeliveryStatus |
DeliveryStatus.newDeliveryStatus(int secretHandshake)
Used by EnumeratedType for constructing instances of DeliveryStatus, from a resource bundle. |
static DeliveryStatus |
DeliveryStatus.toDeliveryStatus(String internal_value)
Returns the DeliveryStatus instance for the internal_value argument. |
static DeliveryStatus |
DeliveryStatus.getDeliveryStatusDefault()
Returns the default value (instance) for the DeliveryStatus set. |
static DeliveryStatus[] |
DeliveryStatus.getDeliveryStatusSet()
Returns a copy of the set of valid values (instances) for the DeliveryStatus class. |
DeliveryStatus |
ConfirmableShippingItem.getStatus()
Gets the object for the association that plays role: STATUS. |
Methods in wt.wrmf.delivery with parameters of type DeliveryStatus | |
private void |
StandardShippingService.addItemsToQueue(DeliveryStatus status)
|
(package private) void |
StandardReceiverService.updateDeliveryStatus(ShippingItem obj,
DeliveryStatus status)
|
private void |
StandardReceiverService.updateDeliveryStatus(long trackingId,
String srcSystem,
DeliveryStatus status)
|
void |
ConfirmableShippingItem.setStatus(DeliveryStatus a_Status)
Sets the object for the association that plays role: STATUS. |
private void |
ConfirmableShippingItem.statusValidate(DeliveryStatus a_Status)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |