public class ShoppingCartLocalServiceImpl extends ShoppingCartLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, shoppingCartLocalService, shoppingCartPersistence, shoppingCouponFinder, shoppingCouponLocalService, shoppingCouponPersistence, shoppingItemFinder, shoppingItemLocalService, shoppingItemPersistence, userLocalService, userPersistence| Constructor and Description |
|---|
ShoppingCartLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
checkItemIds(long groupId,
java.lang.String itemIds) |
void |
deleteGroupCarts(long groupId) |
void |
deleteUserCarts(long userId) |
com.liferay.shopping.model.ShoppingCart |
getCart(long userId,
long groupId) |
java.util.Map<com.liferay.shopping.model.ShoppingCartItem,java.lang.Integer> |
getItems(long groupId,
java.lang.String itemIds) |
com.liferay.shopping.model.ShoppingCart |
updateCart(long userId,
long groupId,
java.lang.String itemIds,
java.lang.String couponCodes,
int altShipping,
boolean insure) |
addShoppingCart, afterPropertiesSet, createShoppingCart, deletePersistedModel, deleteShoppingCart, deleteShoppingCart, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchShoppingCart, getActionableDynamicQuery, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getShoppingCart, getShoppingCartLocalService, getShoppingCartPersistence, getShoppingCarts, getShoppingCartsCount, getShoppingCouponFinder, getShoppingCouponLocalService, getShoppingCouponPersistence, getShoppingItemFinder, getShoppingItemLocalService, getShoppingItemPersistence, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setShoppingCartLocalService, setShoppingCartPersistence, setShoppingCouponFinder, setShoppingCouponLocalService, setShoppingCouponPersistence, setShoppingItemFinder, setShoppingItemLocalService, setShoppingItemPersistence, setUserLocalService, setUserPersistence, updateShoppingCartpublic void deleteGroupCarts(long groupId)
public void deleteUserCarts(long userId)
public com.liferay.shopping.model.ShoppingCart getCart(long userId,
long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Map<com.liferay.shopping.model.ShoppingCartItem,java.lang.Integer> getItems(long groupId,
java.lang.String itemIds)
public com.liferay.shopping.model.ShoppingCart updateCart(long userId,
long groupId,
java.lang.String itemIds,
java.lang.String couponCodes,
int altShipping,
boolean insure)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected java.lang.String checkItemIds(long groupId,
java.lang.String itemIds)