© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.order
Interface OrderConstants


public interface OrderConstants

This class consists of certain constants related to Order


Field Summary
static int LINE_SHIPPING
          Constant to denote that the total returned from getTotal() or getLineTotal() should include order line level shipping
static int LINE_TAX
          Constant to denote that the total returned from getTotal() or getLineTotal() should include order line level tax
static int LINE_UNIT_PRICE_TIMES_QUANTITY
          Constant to denote that the total returned from getTotal() or getLineTotal() should include the sum of unit price times the quanity.
static int ORDER_SHIPPING
          Constant to denote that the total returned from getTotal() or getLineTotal() should include order level shipping
static java.lang.String ORDER_STATUS_NEW
          Order status string at the time they are created.
 

Field Detail

ORDER_STATUS_NEW

public static final java.lang.String ORDER_STATUS_NEW
Order status string at the time they are created.

LINE_UNIT_PRICE_TIMES_QUANTITY

public static final int LINE_UNIT_PRICE_TIMES_QUANTITY
Constant to denote that the total returned from getTotal() or getLineTotal() should include the sum of unit price times the quanity.

LINE_SHIPPING

public static final int LINE_SHIPPING
Constant to denote that the total returned from getTotal() or getLineTotal() should include order line level shipping

LINE_TAX

public static final int LINE_TAX
Constant to denote that the total returned from getTotal() or getLineTotal() should include order line level tax

ORDER_SHIPPING

public static final int ORDER_SHIPPING
Constant to denote that the total returned from getTotal() or getLineTotal() should include order level shipping

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved