|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.shopping.service.impl.ShoppingCartLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
ShoppingCartLocalServiceFactory
,
ShoppingCartLocalServiceUtil
Method Detail |
public ShoppingCart addShoppingCart(ShoppingCart model) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public ShoppingCart updateShoppingCart(ShoppingCart model) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public ShoppingCartPersistence getShoppingCartPersistence()
public void setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
public ShoppingCategoryPersistence getShoppingCategoryPersistence()
public void setShoppingCategoryPersistence(ShoppingCategoryPersistence shoppingCategoryPersistence)
public ShoppingCouponPersistence getShoppingCouponPersistence()
public void setShoppingCouponPersistence(ShoppingCouponPersistence shoppingCouponPersistence)
public ShoppingCouponFinder getShoppingCouponFinder()
public void setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
public ShoppingItemPersistence getShoppingItemPersistence()
public void setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
public ShoppingItemFinder getShoppingItemFinder()
public void setShoppingItemFinder(ShoppingItemFinder shoppingItemFinder)
public ShoppingItemFieldPersistence getShoppingItemFieldPersistence()
public void setShoppingItemFieldPersistence(ShoppingItemFieldPersistence shoppingItemFieldPersistence)
public ShoppingItemPricePersistence getShoppingItemPricePersistence()
public void setShoppingItemPricePersistence(ShoppingItemPricePersistence shoppingItemPricePersistence)
public ShoppingOrderPersistence getShoppingOrderPersistence()
public void setShoppingOrderPersistence(ShoppingOrderPersistence shoppingOrderPersistence)
public ShoppingOrderFinder getShoppingOrderFinder()
public void setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
public ShoppingOrderItemPersistence getShoppingOrderItemPersistence()
public void setShoppingOrderItemPersistence(ShoppingOrderItemPersistence shoppingOrderItemPersistence)
public UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
public UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
public void afterPropertiesSet()
public void deleteGroupCarts(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public void deleteUserCarts(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public ShoppingCart getCart(long userId, long groupId) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public java.util.Map getItems(long groupId, java.lang.String itemIds) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public ShoppingCart updateCart(long userId, long groupId, java.lang.String itemIds, java.lang.String couponCodes, int altShipping, boolean insure) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |