com.liferay.portlet.shopping.service.base
Class ShoppingItemLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.shopping.service.base.ShoppingItemLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.shopping.service.ShoppingItemLocalService
Direct Known Subclasses:
ShoppingItemLocalServiceImpl

public abstract class ShoppingItemLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.shopping.service.ShoppingItemLocalService

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
protected  com.liferay.portal.service.ImageLocalService imageLocalService
           
protected  com.liferay.portal.service.persistence.ImagePersistence imagePersistence
           
protected  com.liferay.portal.service.persistence.ResourceFinder resourceFinder
           
protected  com.liferay.portal.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.ResourceService resourceService
           
protected  com.liferay.portlet.shopping.service.ShoppingCartLocalService shoppingCartLocalService
           
protected  com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence shoppingCartPersistence
           
protected  com.liferay.portlet.shopping.service.ShoppingCategoryLocalService shoppingCategoryLocalService
           
protected  com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence shoppingCategoryPersistence
           
protected  com.liferay.portlet.shopping.service.ShoppingCategoryService shoppingCategoryService
           
protected  com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder shoppingCouponFinder
           
protected  com.liferay.portlet.shopping.service.ShoppingCouponLocalService shoppingCouponLocalService
           
protected  com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence shoppingCouponPersistence
           
protected  com.liferay.portlet.shopping.service.ShoppingCouponService shoppingCouponService
           
protected  com.liferay.portlet.shopping.service.ShoppingItemFieldLocalService shoppingItemFieldLocalService
           
protected  com.liferay.portlet.shopping.service.persistence.ShoppingItemFieldPersistence shoppingItemFieldPersistence
           
protected  com.liferay.portlet.shopping.service.persistence.ShoppingItemFinder shoppingItemFinder
           
protected  com.liferay.portlet.shopping.service.ShoppingItemLocalService shoppingItemLocalService
           
protected  com.liferay.portlet.shopping.service.persistence.ShoppingItemPersistence shoppingItemPersistence
           
protected  com.liferay.portlet.shopping.service.ShoppingItemPriceLocalService shoppingItemPriceLocalService
           
protected  com.liferay.portlet.shopping.service.persistence.ShoppingItemPricePersistence shoppingItemPricePersistence
           
protected  com.liferay.portlet.shopping.service.ShoppingItemService shoppingItemService
           
protected  com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder shoppingOrderFinder
           
protected  com.liferay.portlet.shopping.service.ShoppingOrderItemLocalService shoppingOrderItemLocalService
           
protected  com.liferay.portlet.shopping.service.persistence.ShoppingOrderItemPersistence shoppingOrderItemPersistence
           
protected  com.liferay.portlet.shopping.service.ShoppingOrderLocalService shoppingOrderLocalService
           
protected  com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence shoppingOrderPersistence
           
protected  com.liferay.portlet.shopping.service.ShoppingOrderService shoppingOrderService
           
protected  com.liferay.portal.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
 
Constructor Summary
ShoppingItemLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.shopping.model.ShoppingItem addShoppingItem(com.liferay.portlet.shopping.model.ShoppingItem shoppingItem)
           
 com.liferay.portlet.shopping.model.ShoppingItem createShoppingItem(long itemId)
           
 void deleteShoppingItem(long itemId)
           
 void deleteShoppingItem(com.liferay.portlet.shopping.model.ShoppingItem shoppingItem)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portal.service.ImageLocalService getImageLocalService()
           
 com.liferay.portal.service.persistence.ImagePersistence getImagePersistence()
           
 com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
           
 com.liferay.portal.service.ResourceLocalService getResourceLocalService()
           
 com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
           
 com.liferay.portal.service.ResourceService getResourceService()
           
 com.liferay.portlet.shopping.service.ShoppingCartLocalService getShoppingCartLocalService()
           
 com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence getShoppingCartPersistence()
           
 com.liferay.portlet.shopping.service.ShoppingCategoryLocalService getShoppingCategoryLocalService()
           
 com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence getShoppingCategoryPersistence()
           
 com.liferay.portlet.shopping.service.ShoppingCategoryService getShoppingCategoryService()
           
 com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder getShoppingCouponFinder()
           
 com.liferay.portlet.shopping.service.ShoppingCouponLocalService getShoppingCouponLocalService()
           
 com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence getShoppingCouponPersistence()
           
 com.liferay.portlet.shopping.service.ShoppingCouponService getShoppingCouponService()
           
 com.liferay.portlet.shopping.model.ShoppingItem getShoppingItem(long itemId)
           
 com.liferay.portlet.shopping.service.ShoppingItemFieldLocalService getShoppingItemFieldLocalService()
           
 com.liferay.portlet.shopping.service.persistence.ShoppingItemFieldPersistence getShoppingItemFieldPersistence()
           
 com.liferay.portlet.shopping.service.persistence.ShoppingItemFinder getShoppingItemFinder()
           
 com.liferay.portlet.shopping.service.ShoppingItemLocalService getShoppingItemLocalService()
           
 com.liferay.portlet.shopping.service.persistence.ShoppingItemPersistence getShoppingItemPersistence()
           
 com.liferay.portlet.shopping.service.ShoppingItemPriceLocalService getShoppingItemPriceLocalService()
           
 com.liferay.portlet.shopping.service.persistence.ShoppingItemPricePersistence getShoppingItemPricePersistence()
           
 java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> getShoppingItems(int start, int end)
           
 int getShoppingItemsCount()
           
 com.liferay.portlet.shopping.service.ShoppingItemService getShoppingItemService()
           
 com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder getShoppingOrderFinder()
           
 com.liferay.portlet.shopping.service.ShoppingOrderItemLocalService getShoppingOrderItemLocalService()
           
 com.liferay.portlet.shopping.service.persistence.ShoppingOrderItemPersistence getShoppingOrderItemPersistence()
           
 com.liferay.portlet.shopping.service.ShoppingOrderLocalService getShoppingOrderLocalService()
           
 com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence getShoppingOrderPersistence()
           
 com.liferay.portlet.shopping.service.ShoppingOrderService getShoppingOrderService()
           
 com.liferay.portal.service.persistence.UserFinder getUserFinder()
           
 com.liferay.portal.service.UserLocalService getUserLocalService()
           
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
           
 com.liferay.portal.service.UserService getUserService()
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setImageLocalService(com.liferay.portal.service.ImageLocalService imageLocalService)
           
 void setImagePersistence(com.liferay.portal.service.persistence.ImagePersistence imagePersistence)
           
 void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
           
 void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
           
 void setResourceService(com.liferay.portal.service.ResourceService resourceService)
           
 void setShoppingCartLocalService(com.liferay.portlet.shopping.service.ShoppingCartLocalService shoppingCartLocalService)
           
 void setShoppingCartPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence shoppingCartPersistence)
           
 void setShoppingCategoryLocalService(com.liferay.portlet.shopping.service.ShoppingCategoryLocalService shoppingCategoryLocalService)
           
 void setShoppingCategoryPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence shoppingCategoryPersistence)
           
 void setShoppingCategoryService(com.liferay.portlet.shopping.service.ShoppingCategoryService shoppingCategoryService)
           
 void setShoppingCouponFinder(com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder shoppingCouponFinder)
           
 void setShoppingCouponLocalService(com.liferay.portlet.shopping.service.ShoppingCouponLocalService shoppingCouponLocalService)
           
 void setShoppingCouponPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence shoppingCouponPersistence)
           
 void setShoppingCouponService(com.liferay.portlet.shopping.service.ShoppingCouponService shoppingCouponService)
           
 void setShoppingItemFieldLocalService(com.liferay.portlet.shopping.service.ShoppingItemFieldLocalService shoppingItemFieldLocalService)
           
 void setShoppingItemFieldPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingItemFieldPersistence shoppingItemFieldPersistence)
           
 void setShoppingItemFinder(com.liferay.portlet.shopping.service.persistence.ShoppingItemFinder shoppingItemFinder)
           
 void setShoppingItemLocalService(com.liferay.portlet.shopping.service.ShoppingItemLocalService shoppingItemLocalService)
           
 void setShoppingItemPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingItemPersistence shoppingItemPersistence)
           
 void setShoppingItemPriceLocalService(com.liferay.portlet.shopping.service.ShoppingItemPriceLocalService shoppingItemPriceLocalService)
           
 void setShoppingItemPricePersistence(com.liferay.portlet.shopping.service.persistence.ShoppingItemPricePersistence shoppingItemPricePersistence)
           
 void setShoppingItemService(com.liferay.portlet.shopping.service.ShoppingItemService shoppingItemService)
           
 void setShoppingOrderFinder(com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder shoppingOrderFinder)
           
 void setShoppingOrderItemLocalService(com.liferay.portlet.shopping.service.ShoppingOrderItemLocalService shoppingOrderItemLocalService)
           
 void setShoppingOrderItemPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingOrderItemPersistence shoppingOrderItemPersistence)
           
 void setShoppingOrderLocalService(com.liferay.portlet.shopping.service.ShoppingOrderLocalService shoppingOrderLocalService)
           
 void setShoppingOrderPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence shoppingOrderPersistence)
           
 void setShoppingOrderService(com.liferay.portlet.shopping.service.ShoppingOrderService shoppingOrderService)
           
 void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
           
 void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
           
 void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
           
 void setUserService(com.liferay.portal.service.UserService userService)
           
 com.liferay.portlet.shopping.model.ShoppingItem updateShoppingItem(com.liferay.portlet.shopping.model.ShoppingItem shoppingItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.shopping.service.ShoppingItemLocalService
addBookItems, addItem, addItemResources, addItemResources, addItemResources, addItemResources, deleteItem, deleteItem, deleteItems, getCategoriesItemsCount, getFeaturedItems, getItem, getItem, getItemByLargeImageId, getItemByMediumImageId, getItemBySmallImageId, getItems, getItems, getItemsCount, getItemsPrevAndNext, getSaleItems, search, searchCount, updateItem
 

Field Detail

shoppingCartLocalService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingCartLocalService.impl")
protected com.liferay.portlet.shopping.service.ShoppingCartLocalService shoppingCartLocalService

shoppingCartPersistence

@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence shoppingCartPersistence

shoppingCategoryLocalService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingCategoryLocalService.impl")
protected com.liferay.portlet.shopping.service.ShoppingCategoryLocalService shoppingCategoryLocalService

shoppingCategoryService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingCategoryService.impl")
protected com.liferay.portlet.shopping.service.ShoppingCategoryService shoppingCategoryService

shoppingCategoryPersistence

@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence shoppingCategoryPersistence

shoppingCouponLocalService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingCouponLocalService.impl")
protected com.liferay.portlet.shopping.service.ShoppingCouponLocalService shoppingCouponLocalService

shoppingCouponService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingCouponService.impl")
protected com.liferay.portlet.shopping.service.ShoppingCouponService shoppingCouponService

shoppingCouponPersistence

@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence shoppingCouponPersistence

shoppingCouponFinder

@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder shoppingCouponFinder

shoppingItemLocalService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingItemLocalService.impl")
protected com.liferay.portlet.shopping.service.ShoppingItemLocalService shoppingItemLocalService

shoppingItemService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingItemService.impl")
protected com.liferay.portlet.shopping.service.ShoppingItemService shoppingItemService

shoppingItemPersistence

@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingItemPersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingItemPersistence shoppingItemPersistence

shoppingItemFinder

@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingItemFinder.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingItemFinder shoppingItemFinder

shoppingItemFieldLocalService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingItemFieldLocalService.impl")
protected com.liferay.portlet.shopping.service.ShoppingItemFieldLocalService shoppingItemFieldLocalService

shoppingItemFieldPersistence

@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingItemFieldPersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingItemFieldPersistence shoppingItemFieldPersistence

shoppingItemPriceLocalService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingItemPriceLocalService.impl")
protected com.liferay.portlet.shopping.service.ShoppingItemPriceLocalService shoppingItemPriceLocalService

shoppingItemPricePersistence

@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingItemPricePersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingItemPricePersistence shoppingItemPricePersistence

shoppingOrderLocalService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingOrderLocalService.impl")
protected com.liferay.portlet.shopping.service.ShoppingOrderLocalService shoppingOrderLocalService

shoppingOrderService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingOrderService.impl")
protected com.liferay.portlet.shopping.service.ShoppingOrderService shoppingOrderService

shoppingOrderPersistence

@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence shoppingOrderPersistence

shoppingOrderFinder

@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder shoppingOrderFinder

shoppingOrderItemLocalService

@BeanReference(name="com.liferay.portlet.shopping.service.ShoppingOrderItemLocalService.impl")
protected com.liferay.portlet.shopping.service.ShoppingOrderItemLocalService shoppingOrderItemLocalService

shoppingOrderItemPersistence

@BeanReference(name="com.liferay.portlet.shopping.service.persistence.ShoppingOrderItemPersistence.impl")
protected com.liferay.portlet.shopping.service.persistence.ShoppingOrderItemPersistence shoppingOrderItemPersistence

counterLocalService

@BeanReference(name="com.liferay.counter.service.CounterLocalService.impl")
protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

@BeanReference(name="com.liferay.counter.service.CounterService.impl")
protected com.liferay.counter.service.CounterService counterService

imageLocalService

@BeanReference(name="com.liferay.portal.service.ImageLocalService.impl")
protected com.liferay.portal.service.ImageLocalService imageLocalService

imagePersistence

@BeanReference(name="com.liferay.portal.service.persistence.ImagePersistence.impl")
protected com.liferay.portal.service.persistence.ImagePersistence imagePersistence

resourceLocalService

@BeanReference(name="com.liferay.portal.service.ResourceLocalService.impl")
protected com.liferay.portal.service.ResourceLocalService resourceLocalService

resourceService

@BeanReference(name="com.liferay.portal.service.ResourceService.impl")
protected com.liferay.portal.service.ResourceService resourceService

resourcePersistence

@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence.impl")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(name="com.liferay.portal.service.persistence.ResourceFinder.impl")
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder

userLocalService

@BeanReference(name="com.liferay.portal.service.UserLocalService.impl")
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(name="com.liferay.portal.service.UserService.impl")
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence.impl")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(name="com.liferay.portal.service.persistence.UserFinder.impl")
protected com.liferay.portal.service.persistence.UserFinder userFinder
Constructor Detail

ShoppingItemLocalServiceBaseImpl

public ShoppingItemLocalServiceBaseImpl()
Method Detail

addShoppingItem

public com.liferay.portlet.shopping.model.ShoppingItem addShoppingItem(com.liferay.portlet.shopping.model.ShoppingItem shoppingItem)
                                                                throws com.liferay.portal.SystemException
Specified by:
addShoppingItem in interface com.liferay.portlet.shopping.service.ShoppingItemLocalService
Throws:
com.liferay.portal.SystemException

createShoppingItem

public com.liferay.portlet.shopping.model.ShoppingItem createShoppingItem(long itemId)
Specified by:
createShoppingItem in interface com.liferay.portlet.shopping.service.ShoppingItemLocalService

deleteShoppingItem

public void deleteShoppingItem(long itemId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
deleteShoppingItem in interface com.liferay.portlet.shopping.service.ShoppingItemLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteShoppingItem

public void deleteShoppingItem(com.liferay.portlet.shopping.model.ShoppingItem shoppingItem)
                        throws com.liferay.portal.SystemException
Specified by:
deleteShoppingItem in interface com.liferay.portlet.shopping.service.ShoppingItemLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.shopping.service.ShoppingItemLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.shopping.service.ShoppingItemLocalService
Throws:
com.liferay.portal.SystemException

getShoppingItem

public com.liferay.portlet.shopping.model.ShoppingItem getShoppingItem(long itemId)
                                                                throws com.liferay.portal.PortalException,
                                                                       com.liferay.portal.SystemException
Specified by:
getShoppingItem in interface com.liferay.portlet.shopping.service.ShoppingItemLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getShoppingItems

public java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> getShoppingItems(int start,
                                                                                        int end)
                                                                                 throws com.liferay.portal.SystemException
Specified by:
getShoppingItems in interface com.liferay.portlet.shopping.service.ShoppingItemLocalService
Throws:
com.liferay.portal.SystemException

getShoppingItemsCount

public int getShoppingItemsCount()
                          throws com.liferay.portal.SystemException
Specified by:
getShoppingItemsCount in interface com.liferay.portlet.shopping.service.ShoppingItemLocalService
Throws:
com.liferay.portal.SystemException

updateShoppingItem

public com.liferay.portlet.shopping.model.ShoppingItem updateShoppingItem(com.liferay.portlet.shopping.model.ShoppingItem shoppingItem)
                                                                   throws com.liferay.portal.SystemException
Specified by:
updateShoppingItem in interface com.liferay.portlet.shopping.service.ShoppingItemLocalService
Throws:
com.liferay.portal.SystemException

getShoppingCartLocalService

public com.liferay.portlet.shopping.service.ShoppingCartLocalService getShoppingCartLocalService()

setShoppingCartLocalService

public void setShoppingCartLocalService(com.liferay.portlet.shopping.service.ShoppingCartLocalService shoppingCartLocalService)

getShoppingCartPersistence

public com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence getShoppingCartPersistence()

setShoppingCartPersistence

public void setShoppingCartPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence shoppingCartPersistence)

getShoppingCategoryLocalService

public com.liferay.portlet.shopping.service.ShoppingCategoryLocalService getShoppingCategoryLocalService()

setShoppingCategoryLocalService

public void setShoppingCategoryLocalService(com.liferay.portlet.shopping.service.ShoppingCategoryLocalService shoppingCategoryLocalService)

getShoppingCategoryService

public com.liferay.portlet.shopping.service.ShoppingCategoryService getShoppingCategoryService()

setShoppingCategoryService

public void setShoppingCategoryService(com.liferay.portlet.shopping.service.ShoppingCategoryService shoppingCategoryService)

getShoppingCategoryPersistence

public com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence getShoppingCategoryPersistence()

setShoppingCategoryPersistence

public void setShoppingCategoryPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence shoppingCategoryPersistence)

getShoppingCouponLocalService

public com.liferay.portlet.shopping.service.ShoppingCouponLocalService getShoppingCouponLocalService()

setShoppingCouponLocalService

public void setShoppingCouponLocalService(com.liferay.portlet.shopping.service.ShoppingCouponLocalService shoppingCouponLocalService)

getShoppingCouponService

public com.liferay.portlet.shopping.service.ShoppingCouponService getShoppingCouponService()

setShoppingCouponService

public void setShoppingCouponService(com.liferay.portlet.shopping.service.ShoppingCouponService shoppingCouponService)

getShoppingCouponPersistence

public com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence getShoppingCouponPersistence()

setShoppingCouponPersistence

public void setShoppingCouponPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence shoppingCouponPersistence)

getShoppingCouponFinder

public com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder getShoppingCouponFinder()

setShoppingCouponFinder

public void setShoppingCouponFinder(com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder shoppingCouponFinder)

getShoppingItemLocalService

public com.liferay.portlet.shopping.service.ShoppingItemLocalService getShoppingItemLocalService()

setShoppingItemLocalService

public void setShoppingItemLocalService(com.liferay.portlet.shopping.service.ShoppingItemLocalService shoppingItemLocalService)

getShoppingItemService

public com.liferay.portlet.shopping.service.ShoppingItemService getShoppingItemService()

setShoppingItemService

public void setShoppingItemService(com.liferay.portlet.shopping.service.ShoppingItemService shoppingItemService)

getShoppingItemPersistence

public com.liferay.portlet.shopping.service.persistence.ShoppingItemPersistence getShoppingItemPersistence()

setShoppingItemPersistence

public void setShoppingItemPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingItemPersistence shoppingItemPersistence)

getShoppingItemFinder

public com.liferay.portlet.shopping.service.persistence.ShoppingItemFinder getShoppingItemFinder()

setShoppingItemFinder

public void setShoppingItemFinder(com.liferay.portlet.shopping.service.persistence.ShoppingItemFinder shoppingItemFinder)

getShoppingItemFieldLocalService

public com.liferay.portlet.shopping.service.ShoppingItemFieldLocalService getShoppingItemFieldLocalService()

setShoppingItemFieldLocalService

public void setShoppingItemFieldLocalService(com.liferay.portlet.shopping.service.ShoppingItemFieldLocalService shoppingItemFieldLocalService)

getShoppingItemFieldPersistence

public com.liferay.portlet.shopping.service.persistence.ShoppingItemFieldPersistence getShoppingItemFieldPersistence()

setShoppingItemFieldPersistence

public void setShoppingItemFieldPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingItemFieldPersistence shoppingItemFieldPersistence)

getShoppingItemPriceLocalService

public com.liferay.portlet.shopping.service.ShoppingItemPriceLocalService getShoppingItemPriceLocalService()

setShoppingItemPriceLocalService

public void setShoppingItemPriceLocalService(com.liferay.portlet.shopping.service.ShoppingItemPriceLocalService shoppingItemPriceLocalService)

getShoppingItemPricePersistence

public com.liferay.portlet.shopping.service.persistence.ShoppingItemPricePersistence getShoppingItemPricePersistence()

setShoppingItemPricePersistence

public void setShoppingItemPricePersistence(com.liferay.portlet.shopping.service.persistence.ShoppingItemPricePersistence shoppingItemPricePersistence)

getShoppingOrderLocalService

public com.liferay.portlet.shopping.service.ShoppingOrderLocalService getShoppingOrderLocalService()

setShoppingOrderLocalService

public void setShoppingOrderLocalService(com.liferay.portlet.shopping.service.ShoppingOrderLocalService shoppingOrderLocalService)

getShoppingOrderService

public com.liferay.portlet.shopping.service.ShoppingOrderService getShoppingOrderService()

setShoppingOrderService

public void setShoppingOrderService(com.liferay.portlet.shopping.service.ShoppingOrderService shoppingOrderService)

getShoppingOrderPersistence

public com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence getShoppingOrderPersistence()

setShoppingOrderPersistence

public void setShoppingOrderPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence shoppingOrderPersistence)

getShoppingOrderFinder

public com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder getShoppingOrderFinder()

setShoppingOrderFinder

public void setShoppingOrderFinder(com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder shoppingOrderFinder)

getShoppingOrderItemLocalService

public com.liferay.portlet.shopping.service.ShoppingOrderItemLocalService getShoppingOrderItemLocalService()

setShoppingOrderItemLocalService

public void setShoppingOrderItemLocalService(com.liferay.portlet.shopping.service.ShoppingOrderItemLocalService shoppingOrderItemLocalService)

getShoppingOrderItemPersistence

public com.liferay.portlet.shopping.service.persistence.ShoppingOrderItemPersistence getShoppingOrderItemPersistence()

setShoppingOrderItemPersistence

public void setShoppingOrderItemPersistence(com.liferay.portlet.shopping.service.persistence.ShoppingOrderItemPersistence shoppingOrderItemPersistence)

getCounterLocalService

public com.liferay.counter.service.CounterLocalService getCounterLocalService()

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)

getCounterService

public com.liferay.counter.service.CounterService getCounterService()

setCounterService

public void setCounterService(com.liferay.counter.service.CounterService counterService)

getImageLocalService

public com.liferay.portal.service.ImageLocalService getImageLocalService()

setImageLocalService

public void setImageLocalService(com.liferay.portal.service.ImageLocalService imageLocalService)

getImagePersistence

public com.liferay.portal.service.persistence.ImagePersistence getImagePersistence()

setImagePersistence

public void setImagePersistence(com.liferay.portal.service.persistence.ImagePersistence imagePersistence)

getResourceLocalService

public com.liferay.portal.service.ResourceLocalService getResourceLocalService()

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)

getResourceService

public com.liferay.portal.service.ResourceService getResourceService()

setResourceService

public void setResourceService(com.liferay.portal.service.ResourceService resourceService)

getResourcePersistence

public com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()

setResourcePersistence

public void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)

getResourceFinder

public com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()

setResourceFinder

public void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)

getUserLocalService

public com.liferay.portal.service.UserLocalService getUserLocalService()

setUserLocalService

public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)

getUserService

public com.liferay.portal.service.UserService getUserService()

setUserService

public void setUserService(com.liferay.portal.service.UserService userService)

getUserPersistence

public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()

setUserPersistence

public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)

getUserFinder

public com.liferay.portal.service.persistence.UserFinder getUserFinder()

setUserFinder

public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)