Liferay 6.0.5

com.liferay.portlet.shopping.model
Interface ShoppingOrder

All Superinterfaces:
BaseModel<ShoppingOrder>, Cloneable, Comparable<ShoppingOrder>, Serializable, ShoppingOrderModel
All Known Implementing Classes:
ShoppingOrderImpl, ShoppingOrderWrapper

public interface ShoppingOrder
extends ShoppingOrderModel

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

Never modify this interface directly. Add methods to ShoppingOrderImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a shopping order model instance should use the ShoppingOrder interface instead.

See Also:
ShoppingOrderModel, ShoppingOrderImpl, ShoppingOrderModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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, 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
 


Liferay 6.0.5