@ProviderType public class ShoppingItemServiceWrapper extends java.lang.Object implements ShoppingItemService, ServiceWrapper<ShoppingItemService>
ShoppingItemService.ShoppingItemService| Constructor and Description |
|---|
ShoppingItemServiceWrapper(ShoppingItemService shoppingItemService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBookItems(long groupId,
long categoryId,
java.lang.String[] isbns) |
ShoppingItem |
addItem(long groupId,
long categoryId,
java.lang.String sku,
java.lang.String name,
java.lang.String description,
java.lang.String properties,
java.lang.String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
java.lang.Boolean sale,
boolean smallImage,
java.lang.String smallImageURL,
java.io.File smallFile,
boolean mediumImage,
java.lang.String mediumImageURL,
java.io.File mediumFile,
boolean largeImage,
java.lang.String largeImageURL,
java.io.File largeFile,
java.util.List<ShoppingItemField> itemFields,
java.util.List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext) |
void |
deleteItem(long itemId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
int |
getCategoriesItemsCount(long groupId,
java.util.List<java.lang.Long> categoryIds) |
ShoppingItem |
getItem(long itemId) |
java.util.List<ShoppingItem> |
getItems(long groupId,
long categoryId) |
java.util.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(java.lang.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,
java.lang.String sku,
java.lang.String name,
java.lang.String description,
java.lang.String properties,
java.lang.String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
java.lang.Boolean sale,
boolean smallImage,
java.lang.String smallImageURL,
java.io.File smallFile,
boolean mediumImage,
java.lang.String mediumImageURL,
java.io.File mediumFile,
boolean largeImage,
java.lang.String largeImageURL,
java.io.File largeFile,
java.util.List<ShoppingItemField> itemFields,
java.util.List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext) |
public ShoppingItemServiceWrapper(ShoppingItemService shoppingItemService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ShoppingItemServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ShoppingItemServicebeanIdentifier - the Spring bean ID for this beanpublic void addBookItems(long groupId,
long categoryId,
java.lang.String[] isbns)
throws PortalException,
SystemException
addBookItems in interface ShoppingItemServicePortalExceptionSystemExceptionpublic ShoppingItem addItem(long groupId, long categoryId, java.lang.String sku, java.lang.String name, java.lang.String description, java.lang.String properties, java.lang.String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, java.lang.Boolean sale, boolean smallImage, java.lang.String smallImageURL, java.io.File smallFile, boolean mediumImage, java.lang.String mediumImageURL, java.io.File mediumFile, boolean largeImage, java.lang.String largeImageURL, java.io.File largeFile, java.util.List<ShoppingItemField> itemFields, java.util.List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext) throws PortalException, SystemException
addItem in interface ShoppingItemServicePortalExceptionSystemExceptionpublic void deleteItem(long itemId)
throws PortalException,
SystemException
deleteItem in interface ShoppingItemServicePortalExceptionSystemExceptionpublic int getCategoriesItemsCount(long groupId,
java.util.List<java.lang.Long> categoryIds)
throws SystemException
getCategoriesItemsCount in interface ShoppingItemServiceSystemExceptionpublic ShoppingItem getItem(long itemId) throws PortalException, SystemException
getItem in interface ShoppingItemServicePortalExceptionSystemExceptionpublic java.util.List<ShoppingItem> getItems(long groupId, long categoryId) throws SystemException
getItems in interface ShoppingItemServiceSystemExceptionpublic java.util.List<ShoppingItem> getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc) throws SystemException
getItems in interface ShoppingItemServiceSystemExceptionpublic int getItemsCount(long groupId,
long categoryId)
throws SystemException
getItemsCount in interface ShoppingItemServiceSystemExceptionpublic ShoppingItem[] getItemsPrevAndNext(long itemId, OrderByComparator obc) throws PortalException, SystemException
getItemsPrevAndNext in interface ShoppingItemServicePortalExceptionSystemExceptionpublic ShoppingItem updateItem(long itemId, long groupId, long categoryId, java.lang.String sku, java.lang.String name, java.lang.String description, java.lang.String properties, java.lang.String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, java.lang.Boolean sale, boolean smallImage, java.lang.String smallImageURL, java.io.File smallFile, boolean mediumImage, java.lang.String mediumImageURL, java.io.File mediumFile, boolean largeImage, java.lang.String largeImageURL, java.io.File largeFile, java.util.List<ShoppingItemField> itemFields, java.util.List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext) throws PortalException, SystemException
updateItem in interface ShoppingItemServicePortalExceptionSystemExceptionpublic ShoppingItemService getWrappedShoppingItemService()
getWrappedService()public void setWrappedShoppingItemService(ShoppingItemService shoppingItemService)
setWrappedService(com.liferay.portlet.shopping.service.ShoppingItemService)public ShoppingItemService getWrappedService()
getWrappedService in interface ServiceWrapper<ShoppingItemService>public void setWrappedService(ShoppingItemService shoppingItemService)
setWrappedService in interface ServiceWrapper<ShoppingItemService>