Liferay 6.2-ce-ga5

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, ShoppingItemImpl, ShoppingItemModelImpl

Method Summary
 ShoppingCategory getCategory()
           
 String[] getFieldsQuantitiesArray()
           
 List<ShoppingItemPrice> getItemPrices()
           
 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, 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,
                                             SystemException
Throws:
PortalException
SystemException

isInfiniteStock

boolean isInfiniteStock()

setFieldsQuantitiesArray

void setFieldsQuantitiesArray(String[] fieldsQuantitiesArray)

Liferay 6.2-ce-ga5