Uses of Class
wt.wrmf.delivery.ShippingLabel

Packages that use ShippingLabel
wt.wrmf.delivery   
 

Uses of ShippingLabel in wt.wrmf.delivery
 

Fields in wt.wrmf.delivery declared as ShippingLabel
private  ShippingLabel Receipt.itemLabel
           
private  ShippingLabel Receipt.receiptLabel
           
private  ShippingLabel ConfirmableShippingItem.itemLabel
           
private  ShippingLabel ConfirmableShippingItem.receiptLabel
           
 

Methods in wt.wrmf.delivery that return ShippingLabel
 ShippingLabel StandardShippingService.createShippingLabel(int deliveryType, String inboxID, String outboxID, String destination, String transportType)
          

Supported API: false
 ShippingLabel ShippingService.createShippingLabel(int deliveryType, String inboxID, String outboxID, String destination, String transportType)
          

Supported API: false
static ShippingLabel ShippingLabel.newShippingLabel()
          Default factory for the class.
 ShippingLabel ShippingItem.getItemLabel()
          Gets the object for the association that plays role: ITEM_LABEL.
 ShippingLabel ShippingItem.getReceiptLabel()
          Gets the object for the association that plays role: RECEIPT_LABEL.
 ShippingLabel Receipt.getItemLabel()
          Gets the object for the association that plays role: ITEM_LABEL.
 ShippingLabel Receipt.getReceiptLabel()
          Gets the object for the association that plays role: RECEIPT_LABEL.
 ShippingLabel ConfirmableShippingItem.getItemLabel()
          Gets the object for the association that plays role: ITEM_LABEL.
 ShippingLabel ConfirmableShippingItem.getReceiptLabel()
          Gets the object for the association that plays role: RECEIPT_LABEL.
 

Methods in wt.wrmf.delivery with parameters of type ShippingLabel
 TrackingID StandardShippingService.sendItem(ShippingItem obj, ShippingLabel toLabel)
          All Delivery Type except IMMEDIATE mode use this invocation.
 TrackingID StandardShippingService.sendItem(ShippingItem obj, ShippingLabel toLabel, ShippingLabel receiptLabel)
          All Delivery Type except IMMEDIATE mode use this invocation.
 TrackingID ShippingService.sendItem(ShippingItem obj, ShippingLabel toLabel)
          All Delivery Type except IMMEDIATE mode use this invocation.
 TrackingID ShippingService.sendItem(ShippingItem obj, ShippingLabel toLabel, ShippingLabel receiptLabel)
          All Delivery Type except IMMEDIATE mode use this invocation.
protected  boolean ShippingLabel.readVersion(ShippingLabel thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void ShippingItem.setItemLabel(ShippingLabel a_ItemLabel)
          Sets the object for the association that plays role: ITEM_LABEL.
 void ShippingItem.setReceiptLabel(ShippingLabel a_ReceiptLabel)
          Sets the object for the association that plays role: RECEIPT_LABEL.
 void Receipt.setItemLabel(ShippingLabel a_ItemLabel)
          Sets the object for the association that plays role: ITEM_LABEL.
private  void Receipt.itemLabelValidate(ShippingLabel a_ItemLabel)
           
 void Receipt.setReceiptLabel(ShippingLabel a_ReceiptLabel)
          Sets the object for the association that plays role: RECEIPT_LABEL.
private  void Receipt.receiptLabelValidate(ShippingLabel a_ReceiptLabel)
           
 void ConfirmableShippingItem.setItemLabel(ShippingLabel a_ItemLabel)
          Sets the object for the association that plays role: ITEM_LABEL.
private  void ConfirmableShippingItem.itemLabelValidate(ShippingLabel a_ItemLabel)
           
 void ConfirmableShippingItem.setReceiptLabel(ShippingLabel a_ReceiptLabel)
          Sets the object for the association that plays role: RECEIPT_LABEL.
private  void ConfirmableShippingItem.receiptLabelValidate(ShippingLabel a_ReceiptLabel)