Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.model
Interface ShoppingOrder

All Superinterfaces:
AuditedModel, BaseModel<ShoppingOrder>, ClassedModel, Cloneable, Comparable<ShoppingOrder>, GroupedModel, PersistedModel, Serializable, ShoppingOrderModel
All Known Implementing Classes:
ShoppingOrderBaseImpl, ShoppingOrderImpl, ShoppingOrderWrapper

public interface ShoppingOrder
extends ShoppingOrderModel, PersistedModel

The extended model interface for the ShoppingOrder service. Represents a row in the "ShoppingOrder" database table, with each column mapped to a property of this class.

See Also:
ShoppingOrderModel, ShoppingOrderImpl, ShoppingOrderModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
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, setExpandoBridgeAttributes, setGroupId, setInsurance, setInsure, setModifiedDate, setNew, setNumber, setOrderId, setPpPayerEmail, setPpPaymentGross, setPpPaymentStatus, setPpReceiverEmail, setPpTxnId, setPrimaryKey, setPrimaryKeyObj, setRequiresShipping, setSendOrderEmail, setSendShippingEmail, setShipping, setShippingCity, setShippingCompany, setShippingCountry, setShippingEmailAddress, setShippingFirstName, setShippingLastName, setShippingPhone, setShippingState, setShippingStreet, setShippingZip, setShipToBilling, setTax, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3