Liferay 6.1.2-ce-ga3

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.ShoppingItemBaseImpl
              extended by com.liferay.portlet.shopping.model.impl.ShoppingItemImpl
All Implemented Interfaces:
AuditedModel, BaseModel<ShoppingItem>, ClassedModel, GroupedModel, PersistedModel, ShoppingItem, ShoppingItemModel, Serializable, Cloneable, Comparable<ShoppingItem>

public class ShoppingItemImpl
extends ShoppingItemBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.shopping.model.impl.ShoppingItemModelImpl
CATEGORYID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LARGEIMAGEID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MEDIUMIMAGEID_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, SKU_COLUMN_BITMASK, SMALLIMAGEID_COLUMN_BITMASK, 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.ShoppingItemBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.shopping.model.impl.ShoppingItemModelImpl
clone, equals, getCategoryId, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getDiscount, getExpandoBridge, getFeatured, getFields, getFieldsQuantities, getGroupId, getItemId, getLargeImage, getLargeImageId, getLargeImageURL, getMaxQuantity, getMediumImage, getMediumImageId, getMediumImageURL, getMinQuantity, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCategoryId, getOriginalCompanyId, getOriginalGroupId, 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, resetOriginalValues, setCategoryId, setCompanyId, setCreateDate, setDescription, setDiscount, setExpandoBridgeAttributes, setFeatured, setFields, setGroupId, setItemId, setLargeImage, setLargeImageId, setLargeImageURL, setMaxQuantity, setMediumImage, setMediumImageId, setMediumImageURL, setMinQuantity, setModelAttributes, setModifiedDate, setName, setPrice, setPrimaryKey, setPrimaryKeyObj, setProperties, setRequiresShipping, setSale, setShipping, setSku, setSmallImage, setSmallImageId, setSmallImageURL, setStockQuantity, setTaxable, setUserId, setUserName, setUserUuid, setUseShippingFormula, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, setExpandoBridgeAttributes, setFeatured, setFields, setGroupId, setItemId, setLargeImage, setLargeImageId, setLargeImageURL, setMaxQuantity, setMediumImage, setMediumImageId, setMediumImageURL, setMinQuantity, setModifiedDate, setName, setNew, setPrice, setPrimaryKey, setPrimaryKeyObj, setProperties, setRequiresShipping, setSale, setShipping, setSku, setSmallImage, setSmallImageId, setSmallImageURL, setStockQuantity, setTaxable, setUserId, setUserName, setUserUuid, setUseShippingFormula, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

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()

getFieldsQuantitiesArray

public String[] getFieldsQuantitiesArray()

getItemPrices

public List<ShoppingItemPrice> getItemPrices()
                                      throws PortalException,
                                             SystemException
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)

Liferay 6.1.2-ce-ga3