public class ShoppingCartLocalServiceImpl extends ShoppingCartLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, shoppingCartLocalService, shoppingCartPersistence, shoppingCouponFinder, shoppingCouponLocalService, shoppingCouponPersistence, shoppingCouponService, shoppingItemFinder, shoppingItemLocalService, shoppingItemPersistence, shoppingItemService, userFinder, userLocalService, userPersistence, userService| 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.portlet.shopping.model.ShoppingCart |
getCart(long userId,
long groupId) |
java.util.Map<com.liferay.portlet.shopping.model.ShoppingCartItem,java.lang.Integer> |
getItems(long groupId,
java.lang.String itemIds) |
com.liferay.portlet.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, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getShoppingCart, getShoppingCartLocalService, getShoppingCartPersistence, getShoppingCarts, getShoppingCartsCount, getShoppingCouponFinder, getShoppingCouponLocalService, getShoppingCouponPersistence, getShoppingCouponService, getShoppingItemFinder, getShoppingItemLocalService, getShoppingItemPersistence, getShoppingItemService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setShoppingCartLocalService, setShoppingCartPersistence, setShoppingCouponFinder, setShoppingCouponLocalService, setShoppingCouponPersistence, setShoppingCouponService, setShoppingItemFinder, setShoppingItemLocalService, setShoppingItemPersistence, setShoppingItemService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateShoppingCartpublic void deleteGroupCarts(long groupId)
public void deleteUserCarts(long userId)
public com.liferay.portlet.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.portlet.shopping.model.ShoppingCartItem,java.lang.Integer> getItems(long groupId,
java.lang.String itemIds)
public com.liferay.portlet.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)