Liferay 6.0.5

com.liferay.portlet.shopping.service
Class ShoppingItemServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.shopping.service.ShoppingItemServiceWrapper
All Implemented Interfaces:
ShoppingItemService

public class ShoppingItemServiceWrapper
extends Object
implements ShoppingItemService

This class is a wrapper for ShoppingItemService.

See Also:
ShoppingItemService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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)
           
 ShoppingItem getItem(long itemId)
           
 ShoppingItemService getWrappedShoppingItemService()
           
 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

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

getItem

public ShoppingItem getItem(long itemId)
                     throws PortalException,
                            SystemException
Specified by:
getItem 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()

Liferay 6.0.5