public class ShoppingItemImpl extends ShoppingItemBaseImpl
| Modifier and Type | Field and Description |
|---|---|
static int |
STOCK_QUANTITY_INFINITE_STOCK |
CATEGORYID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, ITEMID_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_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER| Constructor and Description |
|---|
ShoppingItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(com.liferay.portlet.shopping.model.ShoppingItem item) |
com.liferay.portlet.shopping.model.ShoppingCategory |
getCategory() |
java.lang.String[] |
getFieldsQuantitiesArray() |
java.util.List<com.liferay.portlet.shopping.model.ShoppingItemPrice> |
getItemPrices() |
java.lang.String |
getShoppingItemImageURL(com.liferay.portal.theme.ThemeDisplay themeDisplay) |
boolean |
isInfiniteStock() |
void |
setFieldsQuantities(java.lang.String fieldsQuantities) |
void |
setFieldsQuantitiesArray(java.lang.String[] fieldsQuantitiesArray) |
persistclone, 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, hasSetModifiedDate, isEntityCacheEnabled, isFeatured, isFields, isFinderCacheEnabled, 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, toXmlStringgetLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, 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, 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, toXmlStringpublic static final int STOCK_QUANTITY_INFINITE_STOCK
public int compareTo(com.liferay.portlet.shopping.model.ShoppingItem item)
compareTo in interface com.liferay.portlet.shopping.model.ShoppingItemModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.shopping.model.ShoppingItem>compareTo in class ShoppingItemModelImplpublic com.liferay.portlet.shopping.model.ShoppingCategory getCategory()
public java.lang.String[] getFieldsQuantitiesArray()
public java.util.List<com.liferay.portlet.shopping.model.ShoppingItemPrice> getItemPrices()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getShoppingItemImageURL(com.liferay.portal.theme.ThemeDisplay themeDisplay)
public boolean isInfiniteStock()
public void setFieldsQuantities(java.lang.String fieldsQuantities)
setFieldsQuantities in interface com.liferay.portlet.shopping.model.ShoppingItemModelsetFieldsQuantities in class ShoppingItemModelImplpublic void setFieldsQuantitiesArray(java.lang.String[] fieldsQuantitiesArray)