com.liferay.portlet.shopping.model
Interface ShoppingCart
- All Superinterfaces:
- AuditedModel, BaseModel<ShoppingCart>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<ShoppingCart>, GroupedModel, PersistedModel, java.io.Serializable, ShoppingCartModel
- All Known Implementing Classes:
- ShoppingCartWrapper
public interface ShoppingCart
- extends ShoppingCartModel, PersistedModel
The extended model interface for the ShoppingCart service. Represents a row in the "ShoppingCart" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
ShoppingCartModel,
ShoppingCartImpl,
ShoppingCartModelImpl- Generated:
| Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingCartModel |
clone, compareTo, getAltShipping, getCartId, getCompanyId, getCouponCodes, getCreateDate, getExpandoBridge, getGroupId, getInsure, getItemIds, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isInsure, isNew, setAltShipping, setCachedModel, setCartId, setCompanyId, setCouponCodes, setCreateDate, setExpandoBridgeAttributes, setGroupId, setInsure, setItemIds, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString |
addItemId
void addItemId(long itemId,
java.lang.String fields)
getCoupon
ShoppingCoupon getCoupon()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getItems
java.util.Map<ShoppingCartItem,java.lang.Integer> getItems()
throws SystemException
- Throws:
SystemException
getItemsSize
int getItemsSize()