Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.model
Class ShoppingOrderConstants

java.lang.Object
  extended by com.liferay.portlet.shopping.model.ShoppingOrderConstants

public class ShoppingOrderConstants
extends Object


Field Summary
static String STATUS_CHECKOUT
           
static String STATUS_COMPLETED
           
static String STATUS_DENIED
           
static String STATUS_LATEST
           
static String STATUS_PENDING
           
static String STATUS_REFUNDED
           
static String[] STATUSES
           
 
Constructor Summary
ShoppingOrderConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_CHECKOUT

public static final String STATUS_CHECKOUT
See Also:
Constant Field Values

STATUS_COMPLETED

public static final String STATUS_COMPLETED
See Also:
Constant Field Values

STATUS_DENIED

public static final String STATUS_DENIED
See Also:
Constant Field Values

STATUS_LATEST

public static final String STATUS_LATEST
See Also:
Constant Field Values

STATUS_PENDING

public static final String STATUS_PENDING
See Also:
Constant Field Values

STATUS_REFUNDED

public static final String STATUS_REFUNDED
See Also:
Constant Field Values

STATUSES

public static final String[] STATUSES
Constructor Detail

ShoppingOrderConstants

public ShoppingOrderConstants()

Liferay 6.1.2-ce-ga3