Liferay 7.0-ce-m3

com.liferay.portlet.shopping.model
Interface ShoppingItem

All Superinterfaces:
AuditedModel, BaseModel<ShoppingItem>, ClassedModel, Cloneable, Comparable<ShoppingItem>, GroupedModel, PersistedModel, Serializable, ShoppingItemModel
All Known Implementing Classes:
ShoppingItemWrapper

@ProviderType
public interface ShoppingItem
extends ShoppingItemModel, PersistedModel

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

See Also:
ShoppingItemModel, com.liferay.portlet.shopping.model.impl.ShoppingItemImpl, com.liferay.portlet.shopping.model.impl.ShoppingItemModelImpl

Method Summary
 ShoppingCategory getCategory()
           
 String[] getFieldsQuantitiesArray()
           
 List<ShoppingItemPrice> getItemPrices()
           
 String getShoppingItemImageURL(ThemeDisplay themeDisplay)
           
 boolean isInfiniteStock()
           
 void setFieldsQuantitiesArray(String[] fieldsQuantitiesArray)
           
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingItemModel
clone, compareTo, 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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFeatured, setFields, setFieldsQuantities, 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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getCategory

ShoppingCategory getCategory()

getFieldsQuantitiesArray

String[] getFieldsQuantitiesArray()

getItemPrices

List<ShoppingItemPrice> getItemPrices()
                                      throws PortalException
Throws:
PortalException

getShoppingItemImageURL

String getShoppingItemImageURL(ThemeDisplay themeDisplay)

isInfiniteStock

boolean isInfiniteStock()

setFieldsQuantitiesArray

void setFieldsQuantitiesArray(String[] fieldsQuantitiesArray)

Liferay 7.0-ce-m3