com.liferay.portlet.shopping.model
Interface ShoppingOrder

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, ShoppingOrderModel

public interface ShoppingOrder
extends ShoppingOrderModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the ShoppingOrder table in the database.

Customize com.liferay.portlet.shopping.model.impl.ShoppingOrderImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
ShoppingOrderModel, com.liferay.portlet.shopping.model.impl.ShoppingOrderImpl, com.liferay.portlet.shopping.model.impl.ShoppingOrderModelImpl

Method Summary
 
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, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo