|
Liferay 6.2-ce-ga4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType 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 ShoppingOrderModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ShoppingOrderImpl.
ShoppingOrder,
ShoppingOrderImpl,
ShoppingOrderModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ShoppingOrder shoppingOrder)
|
String |
getAltShipping()
Returns the alt shipping of this shopping order. |
String |
getBillingCity()
Returns the billing city of this shopping order. |
String |
getBillingCompany()
Returns the billing company of this shopping order. |
String |
getBillingCountry()
Returns the billing country of this shopping order. |
String |
getBillingEmailAddress()
Returns the billing email address of this shopping order. |
String |
getBillingFirstName()
Returns the billing first name of this shopping order. |
String |
getBillingLastName()
Returns the billing last name of this shopping order. |
String |
getBillingPhone()
Returns the billing phone of this shopping order. |
String |
getBillingState()
Returns the billing state of this shopping order. |
String |
getBillingStreet()
Returns the billing street of this shopping order. |
String |
getBillingZip()
Returns the billing zip of this shopping order. |
int |
getCcExpMonth()
Returns the cc exp month of this shopping order. |
int |
getCcExpYear()
Returns the cc exp year of this shopping order. |
String |
getCcName()
Returns the cc name of this shopping order. |
String |
getCcNumber()
Returns the cc number of this shopping order. |
String |
getCcType()
Returns the cc type of this shopping order. |
String |
getCcVerNumber()
Returns the cc ver number of this shopping order. |
String |
getComments()
Returns the comments of this shopping order. |
long |
getCompanyId()
Returns the company ID of this shopping order. |
String |
getCouponCodes()
Returns the coupon codes of this shopping order. |
double |
getCouponDiscount()
Returns the coupon discount of this shopping order. |
Date |
getCreateDate()
Returns the create date of this shopping order. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this shopping order. |
double |
getInsurance()
Returns the insurance of this shopping order. |
boolean |
getInsure()
Returns the insure of this shopping order. |
Date |
getModifiedDate()
Returns the modified date of this shopping order. |
String |
getNumber()
Returns the number of this shopping order. |
long |
getOrderId()
Returns the order ID of this shopping order. |
String |
getPpPayerEmail()
Returns the pp payer email of this shopping order. |
double |
getPpPaymentGross()
Returns the pp payment gross of this shopping order. |
String |
getPpPaymentStatus()
Returns the pp payment status of this shopping order. |
String |
getPpReceiverEmail()
Returns the pp receiver email of this shopping order. |
String |
getPpTxnId()
Returns the pp txn ID of this shopping order. |
long |
getPrimaryKey()
Returns the primary key of this shopping order. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
boolean |
getRequiresShipping()
Returns the requires shipping of this shopping order. |
boolean |
getSendOrderEmail()
Returns the send order email of this shopping order. |
boolean |
getSendShippingEmail()
Returns the send shipping email of this shopping order. |
double |
getShipping()
Returns the shipping of this shopping order. |
String |
getShippingCity()
Returns the shipping city of this shopping order. |
String |
getShippingCompany()
Returns the shipping company of this shopping order. |
String |
getShippingCountry()
Returns the shipping country of this shopping order. |
String |
getShippingEmailAddress()
Returns the shipping email address of this shopping order. |
String |
getShippingFirstName()
Returns the shipping first name of this shopping order. |
String |
getShippingLastName()
Returns the shipping last name of this shopping order. |
String |
getShippingPhone()
Returns the shipping phone of this shopping order. |
String |
getShippingState()
Returns the shipping state of this shopping order. |
String |
getShippingStreet()
Returns the shipping street of this shopping order. |
String |
getShippingZip()
Returns the shipping zip of this shopping order. |
boolean |
getShipToBilling()
Returns the ship to billing of this shopping order. |
double |
getTax()
Returns the tax of this shopping order. |
long |
getUserId()
Returns the user ID of this shopping order. |
String |
getUserName()
Returns the user name of this shopping order. |
String |
getUserUuid()
Returns the user uuid of this shopping order. |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isInsure()
Returns true if this shopping order is insure. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isRequiresShipping()
Returns true if this shopping order is requires shipping. |
boolean |
isSendOrderEmail()
Returns true if this shopping order is send order email. |
boolean |
isSendShippingEmail()
Returns true if this shopping order is send shipping email. |
boolean |
isShipToBilling()
Returns true if this shopping order is ship to billing. |
void |
setAltShipping(String altShipping)
Sets the alt shipping of this shopping order. |
void |
setBillingCity(String billingCity)
Sets the billing city of this shopping order. |
void |
setBillingCompany(String billingCompany)
Sets the billing company of this shopping order. |
void |
setBillingCountry(String billingCountry)
Sets the billing country of this shopping order. |
void |
setBillingEmailAddress(String billingEmailAddress)
Sets the billing email address of this shopping order. |
void |
setBillingFirstName(String billingFirstName)
Sets the billing first name of this shopping order. |
void |
setBillingLastName(String billingLastName)
Sets the billing last name of this shopping order. |
void |
setBillingPhone(String billingPhone)
Sets the billing phone of this shopping order. |
void |
setBillingState(String billingState)
Sets the billing state of this shopping order. |
void |
setBillingStreet(String billingStreet)
Sets the billing street of this shopping order. |
void |
setBillingZip(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(String ccName)
Sets the cc name of this shopping order. |
void |
setCcNumber(String ccNumber)
Sets the cc number of this shopping order. |
void |
setCcType(String ccType)
Sets the cc type of this shopping order. |
void |
setCcVerNumber(String ccVerNumber)
Sets the cc ver number of this shopping order. |
void |
setComments(String comments)
Sets the comments of this shopping order. |
void |
setCompanyId(long companyId)
Sets the company ID of this shopping order. |
void |
setCouponCodes(String couponCodes)
Sets the coupon codes of this shopping order. |
void |
setCouponDiscount(double couponDiscount)
Sets the coupon discount of this shopping order. |
void |
setCreateDate(Date createDate)
Sets the create date of this shopping order. |
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
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 shopping order is insure. |
void |
setModifiedDate(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(String number)
Sets the number of this shopping order. |
void |
setOrderId(long orderId)
Sets the order ID of this shopping order. |
void |
setPpPayerEmail(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(String ppPaymentStatus)
Sets the pp payment status of this shopping order. |
void |
setPpReceiverEmail(String ppReceiverEmail)
Sets the pp receiver email of this shopping order. |
void |
setPpTxnId(String ppTxnId)
Sets the pp txn ID of this shopping order. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this shopping order. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRequiresShipping(boolean requiresShipping)
Sets whether this shopping order is requires shipping. |
void |
setSendOrderEmail(boolean sendOrderEmail)
Sets whether this shopping order is send order email. |
void |
setSendShippingEmail(boolean sendShippingEmail)
Sets whether this shopping order is send shipping email. |
void |
setShipping(double shipping)
Sets the shipping of this shopping order. |
void |
setShippingCity(String shippingCity)
Sets the shipping city of this shopping order. |
void |
setShippingCompany(String shippingCompany)
Sets the shipping company of this shopping order. |
void |
setShippingCountry(String shippingCountry)
Sets the shipping country of this shopping order. |
void |
setShippingEmailAddress(String shippingEmailAddress)
Sets the shipping email address of this shopping order. |
void |
setShippingFirstName(String shippingFirstName)
Sets the shipping first name of this shopping order. |
void |
setShippingLastName(String shippingLastName)
Sets the shipping last name of this shopping order. |
void |
setShippingPhone(String shippingPhone)
Sets the shipping phone of this shopping order. |
void |
setShippingState(String shippingState)
Sets the shipping state of this shopping order. |
void |
setShippingStreet(String shippingStreet)
Sets the shipping street of this shopping order. |
void |
setShippingZip(String shippingZip)
Sets the shipping zip of this shopping order. |
void |
setShipToBilling(boolean shipToBilling)
Sets whether this shopping order 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(String userName)
Sets the user name of this shopping order. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this shopping order. |
CacheModel<ShoppingOrder> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
ShoppingOrder |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
ShoppingOrder |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
getModelAttributes, resetOriginalValues, setModelAttributes |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this shopping orderlong getOrderId()
void setOrderId(long orderId)
orderId - the order ID of this shopping orderlong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this shopping orderlong getCompanyId()
getCompanyId in interface AuditedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelcompanyId - the company ID of this shopping orderlong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this shopping order
String getUserUuid()
throws SystemException
getUserUuid in interface AuditedModelSystemException - if a system exception occurredvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this shopping order@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this shopping orderDate getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this shopping orderDate getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this shopping order@AutoEscape String getNumber()
void setNumber(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 String getAltShipping()
void setAltShipping(String altShipping)
altShipping - the alt shipping of this shopping orderboolean getRequiresShipping()
boolean isRequiresShipping()
true if this shopping order is requires shipping.
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.
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 String getCouponCodes()
void setCouponCodes(String couponCodes)
couponCodes - the coupon codes of this shopping orderdouble getCouponDiscount()
void setCouponDiscount(double couponDiscount)
couponDiscount - the coupon discount of this shopping order@AutoEscape String getBillingFirstName()
void setBillingFirstName(String billingFirstName)
billingFirstName - the billing first name of this shopping order@AutoEscape String getBillingLastName()
void setBillingLastName(String billingLastName)
billingLastName - the billing last name of this shopping order@AutoEscape String getBillingEmailAddress()
void setBillingEmailAddress(String billingEmailAddress)
billingEmailAddress - the billing email address of this shopping order@AutoEscape String getBillingCompany()
void setBillingCompany(String billingCompany)
billingCompany - the billing company of this shopping order@AutoEscape String getBillingStreet()
void setBillingStreet(String billingStreet)
billingStreet - the billing street of this shopping order@AutoEscape String getBillingCity()
void setBillingCity(String billingCity)
billingCity - the billing city of this shopping order@AutoEscape String getBillingState()
void setBillingState(String billingState)
billingState - the billing state of this shopping order@AutoEscape String getBillingZip()
void setBillingZip(String billingZip)
billingZip - the billing zip of this shopping order@AutoEscape String getBillingCountry()
void setBillingCountry(String billingCountry)
billingCountry - the billing country of this shopping order@AutoEscape String getBillingPhone()
void setBillingPhone(String billingPhone)
billingPhone - the billing phone of this shopping orderboolean getShipToBilling()
boolean isShipToBilling()
true if this shopping order is ship to billing.
true if this shopping order is ship to billing; false otherwisevoid setShipToBilling(boolean shipToBilling)
shipToBilling - the ship to billing of this shopping order@AutoEscape String getShippingFirstName()
void setShippingFirstName(String shippingFirstName)
shippingFirstName - the shipping first name of this shopping order@AutoEscape String getShippingLastName()
void setShippingLastName(String shippingLastName)
shippingLastName - the shipping last name of this shopping order@AutoEscape String getShippingEmailAddress()
void setShippingEmailAddress(String shippingEmailAddress)
shippingEmailAddress - the shipping email address of this shopping order@AutoEscape String getShippingCompany()
void setShippingCompany(String shippingCompany)
shippingCompany - the shipping company of this shopping order@AutoEscape String getShippingStreet()
void setShippingStreet(String shippingStreet)
shippingStreet - the shipping street of this shopping order@AutoEscape String getShippingCity()
void setShippingCity(String shippingCity)
shippingCity - the shipping city of this shopping order@AutoEscape String getShippingState()
void setShippingState(String shippingState)
shippingState - the shipping state of this shopping order@AutoEscape String getShippingZip()
void setShippingZip(String shippingZip)
shippingZip - the shipping zip of this shopping order@AutoEscape String getShippingCountry()
void setShippingCountry(String shippingCountry)
shippingCountry - the shipping country of this shopping order@AutoEscape String getShippingPhone()
void setShippingPhone(String shippingPhone)
shippingPhone - the shipping phone of this shopping order@AutoEscape String getCcName()
void setCcName(String ccName)
ccName - the cc name of this shopping order@AutoEscape String getCcType()
void setCcType(String ccType)
ccType - the cc type of this shopping order@AutoEscape String getCcNumber()
void setCcNumber(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 String getCcVerNumber()
void setCcVerNumber(String ccVerNumber)
ccVerNumber - the cc ver number of this shopping order@AutoEscape String getComments()
void setComments(String comments)
comments - the comments of this shopping order@AutoEscape String getPpTxnId()
void setPpTxnId(String ppTxnId)
ppTxnId - the pp txn ID of this shopping order@AutoEscape String getPpPaymentStatus()
void setPpPaymentStatus(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 String getPpReceiverEmail()
void setPpReceiverEmail(String ppReceiverEmail)
ppReceiverEmail - the pp receiver email of this shopping order@AutoEscape String getPpPayerEmail()
void setPpPayerEmail(String ppPayerEmail)
ppPayerEmail - the pp payer email of this shopping orderboolean getSendOrderEmail()
boolean isSendOrderEmail()
true if this shopping order is send order email.
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.
true if this shopping order is send shipping email; false otherwisevoid setSendShippingEmail(boolean sendShippingEmail)
sendShippingEmail - the send shipping email of this shopping orderboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
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()
BaseModeltrue if this model instance was retrieved from the
entity cache.
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()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<ShoppingOrder>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ShoppingOrder>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<ShoppingOrder>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ShoppingOrder>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<ShoppingOrder>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<ShoppingOrder>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ShoppingOrder>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<ShoppingOrder>int compareTo(ShoppingOrder shoppingOrder)
compareTo in interface Comparable<ShoppingOrder>int hashCode()
hashCode in class ObjectCacheModel<ShoppingOrder> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<ShoppingOrder>ShoppingOrder toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<ShoppingOrder>AutoEscapeBeanHandlerShoppingOrder toUnescapedModel()
toUnescapedModel in interface BaseModel<ShoppingOrder>String toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<ShoppingOrder>
|
Liferay 6.2-ce-ga4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||