com.retek.component.internet
Interface ExASellingSkuStockStatus


public interface ExASellingSkuStockStatus

This is a high level interface which controls access to Stock Status information for the external API. This interface is returned from the ExAManager.findStockStatus API.

Retek Inc. Copyright (c) 2003


Method Summary
 java.util.Date getEstimatedDeliveryDate()
          An estimated date on which the Selling Sku can be received by the Customer.
 java.math.BigDecimal getReservableQuantity()
          The quantity available for reservation.
 boolean isDropShip()
          Drop Ship (aka Direct Ship) specifies whether this Sku is sent directly from the Supplier.
 boolean isNoLongerAvailable()
          Specifies whether or not the selling sku is no longer available
 

Method Detail

getReservableQuantity

public java.math.BigDecimal getReservableQuantity()
The quantity available for reservation.

Returns:
BigDecimal

getEstimatedDeliveryDate

public java.util.Date getEstimatedDeliveryDate()
An estimated date on which the Selling Sku can be received by the Customer. This value will be null if the Item is No Longer Available.

Returns:
Date

isDropShip

public boolean isDropShip()
Drop Ship (aka Direct Ship) specifies whether this Sku is sent directly from the Supplier.

Returns:
"true" if the selling sku is coming directly from the supplier

isNoLongerAvailable

public boolean isNoLongerAvailable()
Specifies whether or not the selling sku is no longer available

Returns:
"true" if the selling sku is no longer available


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25