|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShoppingOrderModel
The base model interface for the ShoppingOrder service. Represents a row in the "ShoppingOrder" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.shopping.model.impl.ShoppingOrderModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.shopping.model.impl.ShoppingOrderImpl.
Never modify or reference this interface directly. All methods that expect a shopping order model instance should use the ShoppingOrder interface instead.
ShoppingOrder,
com.liferay.portlet.shopping.model.impl.ShoppingOrderImpl,
com.liferay.portlet.shopping.model.impl.ShoppingOrderModelImpl| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ShoppingOrder shoppingOrder)
|
java.lang.String |
getAltShipping()
Gets the alt shipping of this shopping order. |
java.lang.String |
getBillingCity()
Gets the billing city of this shopping order. |
java.lang.String |
getBillingCompany()
Gets the billing company of this shopping order. |
java.lang.String |
getBillingCountry()
Gets the billing country of this shopping order. |
java.lang.String |
getBillingEmailAddress()
Gets the billing email address of this shopping order. |
java.lang.String |
getBillingFirstName()
Gets the billing first name of this shopping order. |
java.lang.String |
getBillingLastName()
Gets the billing last name of this shopping order. |
java.lang.String |
getBillingPhone()
Gets the billing phone of this shopping order. |
java.lang.String |
getBillingState()
Gets the billing state of this shopping order. |
java.lang.String |
getBillingStreet()
Gets the billing street of this shopping order. |
java.lang.String |
getBillingZip()
Gets the billing zip of this shopping order. |
int |
getCcExpMonth()
Gets the cc exp month of this shopping order. |
int |
getCcExpYear()
Gets the cc exp year of this shopping order. |
java.lang.String |
getCcName()
Gets the cc name of this shopping order. |
java.lang.String |
getCcNumber()
Gets the cc number of this shopping order. |
java.lang.String |
getCcType()
Gets the cc type of this shopping order. |
java.lang.String |
getCcVerNumber()
Gets the cc ver number of this shopping order. |
java.lang.String |
getComments()
Gets the comments of this shopping order. |
long |
getCompanyId()
Gets the company id of this shopping order. |
java.lang.String |
getCouponCodes()
Gets the coupon codes of this shopping order. |
double |
getCouponDiscount()
Gets the coupon discount of this shopping order. |
java.util.Date |
getCreateDate()
Gets the create date of this shopping order. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this shopping order. |
double |
getInsurance()
Gets the insurance of this shopping order. |
boolean |
getInsure()
Gets the insure of this shopping order. |
java.util.Date |
getModifiedDate()
Gets the modified date of this shopping order. |
java.lang.String |
getNumber()
Gets the number of this shopping order. |
long |
getOrderId()
Gets the order id of this shopping order. |
java.lang.String |
getPpPayerEmail()
Gets the pp payer email of this shopping order. |
double |
getPpPaymentGross()
Gets the pp payment gross of this shopping order. |
java.lang.String |
getPpPaymentStatus()
Gets the pp payment status of this shopping order. |
java.lang.String |
getPpReceiverEmail()
Gets the pp receiver email of this shopping order. |
java.lang.String |
getPpTxnId()
Gets the pp txn id of this shopping order. |
long |
getPrimaryKey()
Gets the primary key of this shopping order. |
java.io.Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
boolean |
getRequiresShipping()
Gets the requires shipping of this shopping order. |
boolean |
getSendOrderEmail()
Gets the send order email of this shopping order. |
boolean |
getSendShippingEmail()
Gets the send shipping email of this shopping order. |
double |
getShipping()
Gets the shipping of this shopping order. |
java.lang.String |
getShippingCity()
Gets the shipping city of this shopping order. |
java.lang.String |
getShippingCompany()
Gets the shipping company of this shopping order. |
java.lang.String |
getShippingCountry()
Gets the shipping country of this shopping order. |
java.lang.String |
getShippingEmailAddress()
Gets the shipping email address of this shopping order. |
java.lang.String |
getShippingFirstName()
Gets the shipping first name of this shopping order. |
java.lang.String |
getShippingLastName()
Gets the shipping last name of this shopping order. |
java.lang.String |
getShippingPhone()
Gets the shipping phone of this shopping order. |
java.lang.String |
getShippingState()
Gets the shipping state of this shopping order. |
java.lang.String |
getShippingStreet()
Gets the shipping street of this shopping order. |
java.lang.String |
getShippingZip()
Gets the shipping zip of this shopping order. |
boolean |
getShipToBilling()
Gets the ship to billing of this shopping order. |
double |
getTax()
Gets the tax of this shopping order. |
long |
getUserId()
Gets the user id of this shopping order. |
java.lang.String |
getUserName()
Gets the user name of this shopping order. |
java.lang.String |
getUserUuid()
Gets the user uuid of this shopping order. |
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isInsure()
Determines if this shopping order is insure. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isRequiresShipping()
Determines if this shopping order is requires shipping. |
boolean |
isSendOrderEmail()
Determines if this shopping order is send order email. |
boolean |
isSendShippingEmail()
Determines if this shopping order is send shipping email. |
boolean |
isShipToBilling()
Determines if this shopping order is ship to billing. |
void |
setAltShipping(java.lang.String altShipping)
Sets the alt shipping of this shopping order. |
void |
setBillingCity(java.lang.String billingCity)
Sets the billing city of this shopping order. |
void |
setBillingCompany(java.lang.String billingCompany)
Sets the billing company of this shopping order. |
void |
setBillingCountry(java.lang.String billingCountry)
Sets the billing country of this shopping order. |
void |
setBillingEmailAddress(java.lang.String billingEmailAddress)
Sets the billing email address of this shopping order. |
void |
setBillingFirstName(java.lang.String billingFirstName)
Sets the billing first name of this shopping order. |
void |
setBillingLastName(java.lang.String billingLastName)
Sets the billing last name of this shopping order. |
void |
setBillingPhone(java.lang.String billingPhone)
Sets the billing phone of this shopping order. |
void |
setBillingState(java.lang.String billingState)
Sets the billing state of this shopping order. |
void |
setBillingStreet(java.lang.String billingStreet)
Sets the billing street of this shopping order. |
void |
setBillingZip(java.lang.String billingZip)
Sets the billing zip of this shopping order. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCcExpMonth(int ccExpMonth)
Sets the cc exp month of this shopping order. |
void |
setCcExpYear(int ccExpYear)
Sets the cc exp year of this shopping order. |
void |
setCcName(java.lang.String ccName)
Sets the cc name of this shopping order. |
void |
setCcNumber(java.lang.String ccNumber)
Sets the cc number of this shopping order. |
void |
setCcType(java.lang.String ccType)
Sets the cc type of this shopping order. |
void |
setCcVerNumber(java.lang.String ccVerNumber)
Sets the cc ver number of this shopping order. |
void |
setComments(java.lang.String comments)
Sets the comments of this shopping order. |
void |
setCompanyId(long companyId)
Sets the company id of this shopping order. |
void |
setCouponCodes(java.lang.String couponCodes)
Sets the coupon codes of this shopping order. |
void |
setCouponDiscount(double couponDiscount)
Sets the coupon discount of this shopping order. |
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this shopping order. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group id of this shopping order. |
void |
setInsurance(double insurance)
Sets the insurance of this shopping order. |
void |
setInsure(boolean insure)
Sets whether this {$entity.humanName} is insure. |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this shopping order. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setNumber(java.lang.String number)
Sets the number of this shopping order. |
void |
setOrderId(long orderId)
Sets the order id of this shopping order. |
void |
setPpPayerEmail(java.lang.String ppPayerEmail)
Sets the pp payer email of this shopping order. |
void |
setPpPaymentGross(double ppPaymentGross)
Sets the pp payment gross of this shopping order. |
void |
setPpPaymentStatus(java.lang.String ppPaymentStatus)
Sets the pp payment status of this shopping order. |
void |
setPpReceiverEmail(java.lang.String ppReceiverEmail)
Sets the pp receiver email of this shopping order. |
void |
setPpTxnId(java.lang.String ppTxnId)
Sets the pp txn id of this shopping order. |
void |
setPrimaryKey(long pk)
Sets the primary key of this shopping order |
void |
setRequiresShipping(boolean requiresShipping)
Sets whether this {$entity.humanName} is requires shipping. |
void |
setSendOrderEmail(boolean sendOrderEmail)
Sets whether this {$entity.humanName} is send order email. |
void |
setSendShippingEmail(boolean sendShippingEmail)
Sets whether this {$entity.humanName} is send shipping email. |
void |
setShipping(double shipping)
Sets the shipping of this shopping order. |
void |
setShippingCity(java.lang.String shippingCity)
Sets the shipping city of this shopping order. |
void |
setShippingCompany(java.lang.String shippingCompany)
Sets the shipping company of this shopping order. |
void |
setShippingCountry(java.lang.String shippingCountry)
Sets the shipping country of this shopping order. |
void |
setShippingEmailAddress(java.lang.String shippingEmailAddress)
Sets the shipping email address of this shopping order. |
void |
setShippingFirstName(java.lang.String shippingFirstName)
Sets the shipping first name of this shopping order. |
void |
setShippingLastName(java.lang.String shippingLastName)
Sets the shipping last name of this shopping order. |
void |
setShippingPhone(java.lang.String shippingPhone)
Sets the shipping phone of this shopping order. |
void |
setShippingState(java.lang.String shippingState)
Sets the shipping state of this shopping order. |
void |
setShippingStreet(java.lang.String shippingStreet)
Sets the shipping street of this shopping order. |
void |
setShippingZip(java.lang.String shippingZip)
Sets the shipping zip of this shopping order. |
void |
setShipToBilling(boolean shipToBilling)
Sets whether this {$entity.humanName} is ship to billing. |
void |
setTax(double tax)
Sets the tax of this shopping order. |
void |
setUserId(long userId)
Sets the user id of this shopping order. |
void |
setUserName(java.lang.String userName)
Sets the user name of this shopping order. |
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this shopping order. |
ShoppingOrder |
toEscapedModel()
Gets a copy of this shopping order as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
java.lang.String |
toString()
|
java.lang.String |
toXmlString()
Gets the XML representation of this model instance. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
pk - the primary key of this shopping orderlong getOrderId()
void setOrderId(long orderId)
orderId - the order id of this shopping orderlong getGroupId()
void setGroupId(long groupId)
groupId - the group id of this shopping orderlong getCompanyId()
void setCompanyId(long companyId)
companyId - the company id of this shopping orderlong getUserId()
void setUserId(long userId)
userId - the user id of this shopping order
java.lang.String getUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this shopping order@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName - the user name of this shopping orderjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this shopping orderjava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate - the modified date of this shopping order@AutoEscape java.lang.String getNumber()
void setNumber(java.lang.String number)
number - the number of this shopping orderdouble getTax()
void setTax(double tax)
tax - the tax of this shopping orderdouble getShipping()
void setShipping(double shipping)
shipping - the shipping of this shopping order@AutoEscape java.lang.String getAltShipping()
void setAltShipping(java.lang.String altShipping)
altShipping - the alt shipping of this shopping orderboolean getRequiresShipping()
boolean isRequiresShipping()
true if this shopping order is requires shipping; false otherwisevoid setRequiresShipping(boolean requiresShipping)
requiresShipping - the requires shipping of this shopping orderboolean getInsure()
boolean isInsure()
true if this shopping order is insure; false otherwisevoid setInsure(boolean insure)
insure - the insure of this shopping orderdouble getInsurance()
void setInsurance(double insurance)
insurance - the insurance of this shopping order@AutoEscape java.lang.String getCouponCodes()
void setCouponCodes(java.lang.String couponCodes)
couponCodes - the coupon codes of this shopping orderdouble getCouponDiscount()
void setCouponDiscount(double couponDiscount)
couponDiscount - the coupon discount of this shopping order@AutoEscape java.lang.String getBillingFirstName()
void setBillingFirstName(java.lang.String billingFirstName)
billingFirstName - the billing first name of this shopping order@AutoEscape java.lang.String getBillingLastName()
void setBillingLastName(java.lang.String billingLastName)
billingLastName - the billing last name of this shopping order@AutoEscape java.lang.String getBillingEmailAddress()
void setBillingEmailAddress(java.lang.String billingEmailAddress)
billingEmailAddress - the billing email address of this shopping order@AutoEscape java.lang.String getBillingCompany()
void setBillingCompany(java.lang.String billingCompany)
billingCompany - the billing company of this shopping order@AutoEscape java.lang.String getBillingStreet()
void setBillingStreet(java.lang.String billingStreet)
billingStreet - the billing street of this shopping order@AutoEscape java.lang.String getBillingCity()
void setBillingCity(java.lang.String billingCity)
billingCity - the billing city of this shopping order@AutoEscape java.lang.String getBillingState()
void setBillingState(java.lang.String billingState)
billingState - the billing state of this shopping order@AutoEscape java.lang.String getBillingZip()
void setBillingZip(java.lang.String billingZip)
billingZip - the billing zip of this shopping order@AutoEscape java.lang.String getBillingCountry()
void setBillingCountry(java.lang.String billingCountry)
billingCountry - the billing country of this shopping order@AutoEscape java.lang.String getBillingPhone()
void setBillingPhone(java.lang.String billingPhone)
billingPhone - the billing phone of this shopping orderboolean getShipToBilling()
boolean isShipToBilling()
true if this shopping order is ship to billing; false otherwisevoid setShipToBilling(boolean shipToBilling)
shipToBilling - the ship to billing of this shopping order@AutoEscape java.lang.String getShippingFirstName()
void setShippingFirstName(java.lang.String shippingFirstName)
shippingFirstName - the shipping first name of this shopping order@AutoEscape java.lang.String getShippingLastName()
void setShippingLastName(java.lang.String shippingLastName)
shippingLastName - the shipping last name of this shopping order@AutoEscape java.lang.String getShippingEmailAddress()
void setShippingEmailAddress(java.lang.String shippingEmailAddress)
shippingEmailAddress - the shipping email address of this shopping order@AutoEscape java.lang.String getShippingCompany()
void setShippingCompany(java.lang.String shippingCompany)
shippingCompany - the shipping company of this shopping order@AutoEscape java.lang.String getShippingStreet()
void setShippingStreet(java.lang.String shippingStreet)
shippingStreet - the shipping street of this shopping order@AutoEscape java.lang.String getShippingCity()
void setShippingCity(java.lang.String shippingCity)
shippingCity - the shipping city of this shopping order@AutoEscape java.lang.String getShippingState()
void setShippingState(java.lang.String shippingState)
shippingState - the shipping state of this shopping order@AutoEscape java.lang.String getShippingZip()
void setShippingZip(java.lang.String shippingZip)
shippingZip - the shipping zip of this shopping order@AutoEscape java.lang.String getShippingCountry()
void setShippingCountry(java.lang.String shippingCountry)
shippingCountry - the shipping country of this shopping order@AutoEscape java.lang.String getShippingPhone()
void setShippingPhone(java.lang.String shippingPhone)
shippingPhone - the shipping phone of this shopping order@AutoEscape java.lang.String getCcName()
void setCcName(java.lang.String ccName)
ccName - the cc name of this shopping order@AutoEscape java.lang.String getCcType()
void setCcType(java.lang.String ccType)
ccType - the cc type of this shopping order@AutoEscape java.lang.String getCcNumber()
void setCcNumber(java.lang.String ccNumber)
ccNumber - the cc number of this shopping orderint getCcExpMonth()
void setCcExpMonth(int ccExpMonth)
ccExpMonth - the cc exp month of this shopping orderint getCcExpYear()
void setCcExpYear(int ccExpYear)
ccExpYear - the cc exp year of this shopping order@AutoEscape java.lang.String getCcVerNumber()
void setCcVerNumber(java.lang.String ccVerNumber)
ccVerNumber - the cc ver number of this shopping order@AutoEscape java.lang.String getComments()
void setComments(java.lang.String comments)
comments - the comments of this shopping order@AutoEscape java.lang.String getPpTxnId()
void setPpTxnId(java.lang.String ppTxnId)
ppTxnId - the pp txn id of this shopping order@AutoEscape java.lang.String getPpPaymentStatus()
void setPpPaymentStatus(java.lang.String ppPaymentStatus)
ppPaymentStatus - the pp payment status of this shopping orderdouble getPpPaymentGross()
void setPpPaymentGross(double ppPaymentGross)
ppPaymentGross - the pp payment gross of this shopping order@AutoEscape java.lang.String getPpReceiverEmail()
void setPpReceiverEmail(java.lang.String ppReceiverEmail)
ppReceiverEmail - the pp receiver email of this shopping order@AutoEscape java.lang.String getPpPayerEmail()
void setPpPayerEmail(java.lang.String ppPayerEmail)
ppPayerEmail - the pp payer email of this shopping orderboolean getSendOrderEmail()
boolean isSendOrderEmail()
true if this shopping order is send order email; false otherwisevoid setSendOrderEmail(boolean sendOrderEmail)
sendOrderEmail - the send order email of this shopping orderboolean getSendShippingEmail()
boolean isSendShippingEmail()
true if this shopping order is send shipping email; false otherwisevoid setSendShippingEmail(boolean sendShippingEmail)
sendShippingEmail - the send shipping email of this shopping orderShoppingOrder toEscapedModel()
AutoEscapeBeanHandler.
AutoEscapeBeanHandlerboolean isNew()
BaseModel
isNew in interface BaseModel<ShoppingOrder>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<ShoppingOrder>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<ShoppingOrder>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<ShoppingOrder>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<ShoppingOrder>true if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<ShoppingOrder>escapedModel - whether this model instance is escapedAutoEscapeBeanHandlerjava.io.Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ShoppingOrder>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ShoppingOrder>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ShoppingOrder>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)java.lang.Object clone()
BaseModel
clone in interface BaseModel<ShoppingOrder>int compareTo(ShoppingOrder shoppingOrder)
compareTo in interface java.lang.Comparable<ShoppingOrder>int hashCode()
hashCode in class java.lang.Objectjava.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModel
toXmlString in interface BaseModel<ShoppingOrder>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||