com.liferay.portlet.shopping.model.impl
Class ShoppingOrderImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrder>
      extended by com.liferay.portlet.shopping.model.impl.ShoppingOrderModelImpl
          extended by com.liferay.portlet.shopping.model.impl.ShoppingOrderImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrder>, com.liferay.portlet.shopping.model.ShoppingOrder, com.liferay.portlet.shopping.model.ShoppingOrderModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.shopping.model.ShoppingOrder>

public class ShoppingOrderImpl
extends ShoppingOrderModelImpl
implements com.liferay.portlet.shopping.model.ShoppingOrder

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String STATUS_CHECKOUT
           
static java.lang.String STATUS_COMPLETED
           
static java.lang.String STATUS_DENIED
           
static java.lang.String STATUS_LATEST
           
static java.lang.String STATUS_PENDING
           
static java.lang.String STATUS_REFUNDED
           
static java.lang.String[] STATUSES
           
 
Fields inherited from class com.liferay.portlet.shopping.model.impl.ShoppingOrderModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ShoppingOrderImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.shopping.model.impl.ShoppingOrderModelImpl
clone, compareTo, equals, getAltShipping, getBillingCity, getBillingCompany, getBillingCountry, getBillingEmailAddress, getBillingFirstName, getBillingLastName, getBillingPhone, getBillingState, getBillingStreet, getBillingZip, getCcExpMonth, getCcExpYear, getCcName, getCcNumber, getCcType, getCcVerNumber, getComments, getCompanyId, getCouponCodes, getCouponDiscount, getCreateDate, getExpandoBridge, getGroupId, getInsurance, getInsure, getModifiedDate, getNumber, getOrderId, getOriginalNumber, getOriginalPpTxnId, getPpPayerEmail, getPpPaymentGross, getPpPaymentStatus, getPpReceiverEmail, getPpTxnId, getPrimaryKey, getPrimaryKeyObj, getRequiresShipping, getSendOrderEmail, getSendShippingEmail, getShipping, getShippingCity, getShippingCompany, getShippingCountry, getShippingEmailAddress, getShippingFirstName, getShippingLastName, getShippingPhone, getShippingState, getShippingStreet, getShippingZip, getShipToBilling, getTax, getUserId, getUserName, hashCode, isInsure, isRequiresShipping, isSendOrderEmail, isSendShippingEmail, isShipToBilling, setAltShipping, setBillingCity, setBillingCompany, setBillingCountry, setBillingEmailAddress, setBillingFirstName, setBillingLastName, setBillingPhone, setBillingState, setBillingStreet, setBillingZip, setCcExpMonth, setCcExpYear, setCcName, setCcNumber, setCcType, setCcVerNumber, setComments, setCompanyId, setCouponCodes, setCouponDiscount, setCreateDate, setGroupId, setInsurance, setInsure, setModifiedDate, setNumber, setOrderId, setPpPayerEmail, setPpPaymentGross, setPpPaymentStatus, setPpReceiverEmail, setPpTxnId, setPrimaryKey, setRequiresShipping, setSendOrderEmail, setSendShippingEmail, setShipping, setShippingCity, setShippingCompany, setShippingCountry, setShippingEmailAddress, setShippingFirstName, setShippingLastName, setShippingPhone, setShippingState, setShippingStreet, setShippingZip, setShipToBilling, setTax, setUserId, setUserName, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingOrderModel
getAltShipping, getBillingCity, getBillingCompany, getBillingCountry, getBillingEmailAddress, getBillingFirstName, getBillingLastName, getBillingPhone, getBillingState, getBillingStreet, getBillingZip, getCcExpMonth, getCcExpYear, getCcName, getCcNumber, getCcType, getCcVerNumber, getComments, getCompanyId, getCouponCodes, getCouponDiscount, getCreateDate, getGroupId, getInsurance, getInsure, getModifiedDate, getNumber, getOrderId, getPpPayerEmail, getPpPaymentGross, getPpPaymentStatus, getPpReceiverEmail, getPpTxnId, getPrimaryKey, getRequiresShipping, getSendOrderEmail, getSendShippingEmail, getShipping, getShippingCity, getShippingCompany, getShippingCountry, getShippingEmailAddress, getShippingFirstName, getShippingLastName, getShippingPhone, getShippingState, getShippingStreet, getShippingZip, getShipToBilling, getTax, getUserId, getUserName, isInsure, isRequiresShipping, isSendOrderEmail, isSendShippingEmail, isShipToBilling, setAltShipping, setBillingCity, setBillingCompany, setBillingCountry, setBillingEmailAddress, setBillingFirstName, setBillingLastName, setBillingPhone, setBillingState, setBillingStreet, setBillingZip, setCcExpMonth, setCcExpYear, setCcName, setCcNumber, setCcType, setCcVerNumber, setComments, setCompanyId, setCouponCodes, setCouponDiscount, setCreateDate, setGroupId, setInsurance, setInsure, setModifiedDate, setNumber, setOrderId, setPpPayerEmail, setPpPaymentGross, setPpPaymentStatus, setPpReceiverEmail, setPpTxnId, setPrimaryKey, setRequiresShipping, setSendOrderEmail, setSendShippingEmail, setShipping, setShippingCity, setShippingCompany, setShippingCountry, setShippingEmailAddress, setShippingFirstName, setShippingLastName, setShippingPhone, setShippingState, setShippingStreet, setShippingZip, setShipToBilling, setTax, setUserId, setUserName, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

STATUSES

public static final java.lang.String[] STATUSES

STATUS_LATEST

public static final java.lang.String STATUS_LATEST
See Also:
Constant Field Values

STATUS_CHECKOUT

public static final java.lang.String STATUS_CHECKOUT
See Also:
Constant Field Values

STATUS_COMPLETED

public static final java.lang.String STATUS_COMPLETED
See Also:
Constant Field Values

STATUS_DENIED

public static final java.lang.String STATUS_DENIED
See Also:
Constant Field Values

STATUS_PENDING

public static final java.lang.String STATUS_PENDING
See Also:
Constant Field Values

STATUS_REFUNDED

public static final java.lang.String STATUS_REFUNDED
See Also:
Constant Field Values
Constructor Detail

ShoppingOrderImpl

public ShoppingOrderImpl()