@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 |
|---|---|
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<ShoppingItem> obc) |
int |
getItemsCount(long groupId,
long categoryId) |
ShoppingItem[] |
getItemsPrevAndNext(long itemId,
OrderByComparator<ShoppingItem> 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 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
addItem in interface ShoppingItemServicePortalExceptionpublic void deleteItem(long itemId)
throws PortalException
deleteItem in interface ShoppingItemServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ShoppingItemServicepublic int getCategoriesItemsCount(long groupId,
java.util.List<java.lang.Long> categoryIds)
getCategoriesItemsCount in interface ShoppingItemServicepublic ShoppingItem getItem(long itemId) throws PortalException
getItem in interface ShoppingItemServicePortalExceptionpublic java.util.List<ShoppingItem> getItems(long groupId, long categoryId)
getItems in interface ShoppingItemServicepublic java.util.List<ShoppingItem> getItems(long groupId, long categoryId, int start, int end, OrderByComparator<ShoppingItem> obc)
getItems in interface ShoppingItemServicepublic int getItemsCount(long groupId,
long categoryId)
getItemsCount in interface ShoppingItemServicepublic ShoppingItem[] getItemsPrevAndNext(long itemId, OrderByComparator<ShoppingItem> obc) throws PortalException
getItemsPrevAndNext in interface ShoppingItemServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ShoppingItemServicebeanIdentifier - the Spring bean ID for this beanpublic 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
updateItem in interface ShoppingItemServicePortalException@Deprecated public ShoppingItemService getWrappedShoppingItemService()
getWrappedService()@Deprecated 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>