Uses of Class
wt.wrmf.delivery.TrackingID

Packages that use TrackingID
wt.wrmf.delivery   
 

Uses of TrackingID in wt.wrmf.delivery
 

Fields in wt.wrmf.delivery declared as TrackingID
private  TrackingID Receipt.confirmsID
           
private  TrackingID ConfirmableShippingItem.id
           
 

Methods in wt.wrmf.delivery that return TrackingID
 TrackingID TrackingNumberGenerator.getNext()
          

Supported API: false
protected static TrackingID TrackingID.newTrackingID()
          

Supported API: false
protected  TrackingID StandardShippingService.createTrackingNumber()
          

Supported API: false
 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 StandardShippingService.iasPullContent(String iasUrl, String transportType, MethodInvocationDesc localAction, String queryStr, String pullMethod, String outboxName, String inboxName)
          For I2W/W2I project only.
 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.
 TrackingID ShippingService.iasPullContent(String iasUrl, String transportType, MethodInvocationDesc localAction, String queryStr, String pullMethod, String outboxName, String inboxName)
          For I2W/W2I project only.
 TrackingID Receipt.getConfirmsID()
          Gets the object for the association that plays role: CONFIRMS_ID.
 TrackingID PersistentTrackingIDGenerator.getNext()
          

Supported API: false
 TrackingID NonPersistentTrackingNumberGen.getNext()
          

Supported API: false
 TrackingID FileTrackingNumGen.getNext()
          

Supported API: false
 TrackingID ConfirmableShippingItem.getId()
          Gets the object for the association that plays role: ID.
 

Methods in wt.wrmf.delivery with parameters of type TrackingID
protected  boolean TrackingID.readVersion(TrackingID thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 DeliveryStatus StandardShippingService.inquireStatus(TrackingID id)
          

Supported API: false
 DeliveryStatus ShippingService.inquireStatus(TrackingID id)
          

Supported API: false
 void Receipt.setConfirmsID(TrackingID a_ConfirmsID)
          Sets the object for the association that plays role: CONFIRMS_ID.
private  void Receipt.confirmsIDValidate(TrackingID a_ConfirmsID)
           
 void ConfirmableShippingItem.setId(TrackingID a_Id)
          Sets the object for the association that plays role: ID.
private  void ConfirmableShippingItem.idValidate(TrackingID a_Id)