Liferay 6.0.5

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

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

public class ShoppingOrderImpl
extends ShoppingOrderModelImpl
implements ShoppingOrder

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.shopping.model.impl.ShoppingOrderModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, 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, getUserUuid, 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, setExpandoBridgeAttributes, 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, setUserUuid, 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
clone, compareTo, 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, 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, getUserUuid, hashCode, isCachedModel, isEscapedModel, isInsure, isNew, isRequiresShipping, isSendOrderEmail, isSendShippingEmail, isShipToBilling, setAltShipping, setBillingCity, setBillingCompany, setBillingCountry, setBillingEmailAddress, setBillingFirstName, setBillingLastName, setBillingPhone, setBillingState, setBillingStreet, setBillingZip, setCachedModel, setCcExpMonth, setCcExpYear, setCcName, setCcNumber, setCcType, setCcVerNumber, setComments, setCompanyId, setCouponCodes, setCouponDiscount, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setInsurance, setInsure, setModifiedDate, setNew, 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, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

ShoppingOrderImpl

public ShoppingOrderImpl()

Liferay 6.0.5