|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShoppingItem
The model interface for the ShoppingItem service. Represents a row in the "ShoppingItem" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.shopping.model.impl.ShoppingItemImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a shopping item model instance should use the ShoppingItem interface instead.
ShoppingItemModel,
com.liferay.portlet.shopping.model.impl.ShoppingItemImpl,
com.liferay.portlet.shopping.model.impl.ShoppingItemModelImpl| Method Summary | |
|---|---|
int |
compareTo(ShoppingItem item)
|
ShoppingCategory |
getCategory()
|
java.lang.String[] |
getFieldsQuantitiesArray()
|
java.util.List<ShoppingItemPrice> |
getItemPrices()
|
void |
setFieldsQuantities(java.lang.String fieldsQuantities)
Sets the fields quantities of this shopping item. |
void |
setFieldsQuantitiesArray(java.lang.String[] fieldsQuantitiesArray)
|
| Method Detail |
|---|
int compareTo(ShoppingItem item)
compareTo in interface java.lang.Comparable<ShoppingItem>compareTo in interface ShoppingItemModelShoppingCategory getCategory()
java.lang.String[] getFieldsQuantitiesArray()
java.util.List<ShoppingItemPrice> getItemPrices()
throws PortalException,
SystemException
PortalException
SystemExceptionvoid setFieldsQuantities(java.lang.String fieldsQuantities)
ShoppingItemModel
setFieldsQuantities in interface ShoppingItemModelfieldsQuantities - the fields quantities of this shopping itemvoid setFieldsQuantitiesArray(java.lang.String[] fieldsQuantitiesArray)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||