Liferay 6.0.5

com.liferay.portlet.shopping.model.impl
Class ShoppingItemImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ShoppingItem>
      extended by com.liferay.portlet.shopping.model.impl.ShoppingItemModelImpl
          extended by com.liferay.portlet.shopping.model.impl.ShoppingItemImpl
All Implemented Interfaces:
BaseModel<ShoppingItem>, ShoppingItem, ShoppingItemModel, Serializable, Cloneable, Comparable<ShoppingItem>

public class ShoppingItemImpl
extends ShoppingItemModelImpl
implements ShoppingItem

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.shopping.model.impl.ShoppingItemModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ShoppingItemImpl()
           
 
Method Summary
 int compareTo(ShoppingItem item)
           
 ShoppingCategory getCategory()
           
 String[] getFieldsQuantitiesArray()
           
 List<ShoppingItemPrice> getItemPrices()
           
 void setFieldsQuantities(String fieldsQuantities)
          Sets the fields quantities of this shopping item.
 void setFieldsQuantitiesArray(String[] fieldsQuantitiesArray)
           
 
Methods inherited from class com.liferay.portlet.shopping.model.impl.ShoppingItemModelImpl
clone, equals, getCategoryId, getCompanyId, getCreateDate, getDescription, getDiscount, getExpandoBridge, getFeatured, getFields, getFieldsQuantities, getGroupId, getItemId, getLargeImage, getLargeImageId, getLargeImageURL, getMaxQuantity, getMediumImage, getMediumImageId, getMediumImageURL, getMinQuantity, getModifiedDate, getName, getOriginalCompanyId, getOriginalLargeImageId, getOriginalMediumImageId, getOriginalSku, getOriginalSmallImageId, getPrice, getPrimaryKey, getPrimaryKeyObj, getProperties, getRequiresShipping, getSale, getShipping, getSku, getSmallImage, getSmallImageId, getSmallImageURL, getStockQuantity, getTaxable, getUserId, getUserName, getUserUuid, getUseShippingFormula, hashCode, isFeatured, isFields, isLargeImage, isMediumImage, isRequiresShipping, isSale, isSmallImage, isTaxable, isUseShippingFormula, setCategoryId, setCompanyId, setCreateDate, setDescription, setDiscount, setExpandoBridgeAttributes, setFeatured, setFields, setGroupId, setItemId, setLargeImage, setLargeImageId, setLargeImageURL, setMaxQuantity, setMediumImage, setMediumImageId, setMediumImageURL, setMinQuantity, setModifiedDate, setName, setPrice, setPrimaryKey, setProperties, setRequiresShipping, setSale, setShipping, setSku, setSmallImage, setSmallImageId, setSmallImageURL, setStockQuantity, setTaxable, setUserId, setUserName, setUserUuid, setUseShippingFormula, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingItemModel
clone, getCategoryId, getCompanyId, getCreateDate, getDescription, getDiscount, getExpandoBridge, getFeatured, getFields, getFieldsQuantities, getGroupId, getItemId, getLargeImage, getLargeImageId, getLargeImageURL, getMaxQuantity, getMediumImage, getMediumImageId, getMediumImageURL, getMinQuantity, getModifiedDate, getName, getPrice, getPrimaryKey, getPrimaryKeyObj, getProperties, getRequiresShipping, getSale, getShipping, getSku, getSmallImage, getSmallImageId, getSmallImageURL, getStockQuantity, getTaxable, getUserId, getUserName, getUserUuid, getUseShippingFormula, hashCode, isCachedModel, isEscapedModel, isFeatured, isFields, isLargeImage, isMediumImage, isNew, isRequiresShipping, isSale, isSmallImage, isTaxable, isUseShippingFormula, setCachedModel, setCategoryId, setCompanyId, setCreateDate, setDescription, setDiscount, setEscapedModel, setExpandoBridgeAttributes, setFeatured, setFields, setGroupId, setItemId, setLargeImage, setLargeImageId, setLargeImageURL, setMaxQuantity, setMediumImage, setMediumImageId, setMediumImageURL, setMinQuantity, setModifiedDate, setName, setNew, setPrice, setPrimaryKey, setProperties, setRequiresShipping, setSale, setShipping, setSku, setSmallImage, setSmallImageId, setSmallImageURL, setStockQuantity, setTaxable, setUserId, setUserName, setUserUuid, setUseShippingFormula, toEscapedModel, toString, toXmlString
 

Constructor Detail

ShoppingItemImpl

public ShoppingItemImpl()
Method Detail

compareTo

public int compareTo(ShoppingItem item)
Specified by:
compareTo in interface ShoppingItem
Specified by:
compareTo in interface ShoppingItemModel
Specified by:
compareTo in interface Comparable<ShoppingItem>
Overrides:
compareTo in class ShoppingItemModelImpl

getCategory

public ShoppingCategory getCategory()
Specified by:
getCategory in interface ShoppingItem

getFieldsQuantitiesArray

public String[] getFieldsQuantitiesArray()
Specified by:
getFieldsQuantitiesArray in interface ShoppingItem

getItemPrices

public List<ShoppingItemPrice> getItemPrices()
                                      throws PortalException,
                                             SystemException
Specified by:
getItemPrices in interface ShoppingItem
Throws:
PortalException
SystemException

setFieldsQuantities

public void setFieldsQuantities(String fieldsQuantities)
Description copied from interface: ShoppingItemModel
Sets the fields quantities of this shopping item.

Specified by:
setFieldsQuantities in interface ShoppingItem
Specified by:
setFieldsQuantities in interface ShoppingItemModel
Overrides:
setFieldsQuantities in class ShoppingItemModelImpl
Parameters:
fieldsQuantities - the fields quantities of this shopping item

setFieldsQuantitiesArray

public void setFieldsQuantitiesArray(String[] fieldsQuantitiesArray)
Specified by:
setFieldsQuantitiesArray in interface ShoppingItem

Liferay 6.0.5