|
Liferay 6.0.5 | |||||||||
| 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 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,
ShoppingItemImpl,
ShoppingItemModelImpl| 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)
|
| Method Detail |
|---|
int compareTo(ShoppingItem item)
compareTo in interface Comparable<ShoppingItem>compareTo in interface ShoppingItemModelShoppingCategory getCategory()
String[] getFieldsQuantitiesArray()
List<ShoppingItemPrice> getItemPrices()
throws PortalException,
SystemException
PortalException
SystemExceptionvoid setFieldsQuantities(String fieldsQuantities)
ShoppingItemModel
setFieldsQuantities in interface ShoppingItemModelfieldsQuantities - the fields quantities of this shopping itemvoid setFieldsQuantitiesArray(String[] fieldsQuantitiesArray)
|
Liferay 6.0.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||