Liferay 6.2-ce-ga5

com.liferay.portlet.shopping.service
Class ShoppingItemServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.shopping.service.ShoppingItemServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<ShoppingItemService>, ShoppingItemService

@ProviderType
public class ShoppingItemServiceWrapper
extends Object
implements ShoppingItemService, ServiceWrapper<ShoppingItemService>

Provides a wrapper for ShoppingItemService.

See Also:
ShoppingItemService

Constructor Summary
ShoppingItemServiceWrapper(ShoppingItemService shoppingItemService)
           
 
Method Summary
 void addBookItems(long groupId, long categoryId, String[] isbns)
           
 ShoppingItem addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 void deleteItem(long itemId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 int getCategoriesItemsCount(long groupId, List<Long> categoryIds)
           
 ShoppingItem getItem(long itemId)
           
 List<ShoppingItem> getItems(long groupId, long categoryId)
           
 List<ShoppingItem> getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 int getItemsCount(long groupId, long categoryId)
           
 ShoppingItem[] getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItemService getWrappedService()
           
 ShoppingItemService getWrappedShoppingItemService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(ShoppingItemService shoppingItemService)
           
 void setWrappedShoppingItemService(ShoppingItemService shoppingItemService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.shopping.service.ShoppingItemService)
 ShoppingItem updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingItemServiceWrapper

public ShoppingItemServiceWrapper(ShoppingItemService shoppingItemService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface ShoppingItemService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface ShoppingItemService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addBookItems

public void addBookItems(long groupId,
                         long categoryId,
                         String[] isbns)
                  throws PortalException,
                         SystemException
Specified by:
addBookItems in interface ShoppingItemService
Throws:
PortalException
SystemException

addItem

public ShoppingItem addItem(long groupId,
                            long categoryId,
                            String sku,
                            String name,
                            String description,
                            String properties,
                            String fieldsQuantities,
                            boolean requiresShipping,
                            int stockQuantity,
                            boolean featured,
                            Boolean sale,
                            boolean smallImage,
                            String smallImageURL,
                            File smallFile,
                            boolean mediumImage,
                            String mediumImageURL,
                            File mediumFile,
                            boolean largeImage,
                            String largeImageURL,
                            File largeFile,
                            List<ShoppingItemField> itemFields,
                            List<ShoppingItemPrice> itemPrices,
                            ServiceContext serviceContext)
                     throws PortalException,
                            SystemException
Specified by:
addItem in interface ShoppingItemService
Throws:
PortalException
SystemException

deleteItem

public void deleteItem(long itemId)
                throws PortalException,
                       SystemException
Specified by:
deleteItem in interface ShoppingItemService
Throws:
PortalException
SystemException

getCategoriesItemsCount

public int getCategoriesItemsCount(long groupId,
                                   List<Long> categoryIds)
                            throws SystemException
Specified by:
getCategoriesItemsCount in interface ShoppingItemService
Throws:
SystemException

getItem

public ShoppingItem getItem(long itemId)
                     throws PortalException,
                            SystemException
Specified by:
getItem in interface ShoppingItemService
Throws:
PortalException
SystemException

getItems

public List<ShoppingItem> getItems(long groupId,
                                   long categoryId)
                            throws SystemException
Specified by:
getItems in interface ShoppingItemService
Throws:
SystemException

getItems

public List<ShoppingItem> getItems(long groupId,
                                   long categoryId,
                                   int start,
                                   int end,
                                   OrderByComparator obc)
                            throws SystemException
Specified by:
getItems in interface ShoppingItemService
Throws:
SystemException

getItemsCount

public int getItemsCount(long groupId,
                         long categoryId)
                  throws SystemException
Specified by:
getItemsCount in interface ShoppingItemService
Throws:
SystemException

getItemsPrevAndNext

public ShoppingItem[] getItemsPrevAndNext(long itemId,
                                          OrderByComparator obc)
                                   throws PortalException,
                                          SystemException
Specified by:
getItemsPrevAndNext in interface ShoppingItemService
Throws:
PortalException
SystemException

updateItem

public ShoppingItem updateItem(long itemId,
                               long groupId,
                               long categoryId,
                               String sku,
                               String name,
                               String description,
                               String properties,
                               String fieldsQuantities,
                               boolean requiresShipping,
                               int stockQuantity,
                               boolean featured,
                               Boolean sale,
                               boolean smallImage,
                               String smallImageURL,
                               File smallFile,
                               boolean mediumImage,
                               String mediumImageURL,
                               File mediumFile,
                               boolean largeImage,
                               String largeImageURL,
                               File largeFile,
                               List<ShoppingItemField> itemFields,
                               List<ShoppingItemPrice> itemPrices,
                               ServiceContext serviceContext)
                        throws PortalException,
                               SystemException
Specified by:
updateItem in interface ShoppingItemService
Throws:
PortalException
SystemException

getWrappedShoppingItemService

public ShoppingItemService getWrappedShoppingItemService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedShoppingItemService

public void setWrappedShoppingItemService(ShoppingItemService shoppingItemService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.shopping.service.ShoppingItemService)


getWrappedService

public ShoppingItemService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<ShoppingItemService>

setWrappedService

public void setWrappedService(ShoppingItemService shoppingItemService)
Specified by:
setWrappedService in interface ServiceWrapper<ShoppingItemService>

Liferay 6.2-ce-ga5