@ProviderType public class ShoppingItemServiceWrapper extends java.lang.Object implements ShoppingItemService, com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteItem(long itemId) |
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,
com.liferay.portal.kernel.util.OrderByComparator<ShoppingItem> obc) |
int |
getItemsCount(long groupId,
long categoryId) |
ShoppingItem[] |
getItemsPrevAndNext(long itemId,
com.liferay.portal.kernel.util.OrderByComparator<ShoppingItem> obc) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ShoppingItemService |
getWrappedService() |
void |
setWrappedService(ShoppingItemService 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,
com.liferay.portal.kernel.service.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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addItem in interface ShoppingItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ShoppingItem getItem(long itemId) throws com.liferay.portal.kernel.exception.PortalException
getItem in interface ShoppingItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateItem in interface ShoppingItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ShoppingItem[] getItemsPrevAndNext(long itemId, com.liferay.portal.kernel.util.OrderByComparator<ShoppingItem> obc) throws com.liferay.portal.kernel.exception.PortalException
getItemsPrevAndNext in interface ShoppingItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCategoriesItemsCount(long groupId,
java.util.List<java.lang.Long> categoryIds)
getCategoriesItemsCount in interface ShoppingItemServicepublic int getItemsCount(long groupId,
long categoryId)
getItemsCount in interface ShoppingItemServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ShoppingItemServicepublic 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, com.liferay.portal.kernel.util.OrderByComparator<ShoppingItem> obc)
getItems in interface ShoppingItemServicepublic void deleteItem(long itemId)
throws com.liferay.portal.kernel.exception.PortalException
deleteItem in interface ShoppingItemServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ShoppingItemService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ShoppingItemService>public void setWrappedService(ShoppingItemService shoppingItemService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ShoppingItemService>