com.liferay.portlet.shopping.service
Class ShoppingItemServiceWrapper
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingItemServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<ShoppingItemService>, ShoppingItemService
public class ShoppingItemServiceWrapper
- extends Object
- implements ShoppingItemService, ServiceWrapper<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 it is generated.
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)
|
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. Renamed to getWrappedService() |
void |
setWrappedService(ShoppingItemService shoppingItemService)
|
void |
setWrappedShoppingItemService(ShoppingItemService shoppingItemService)
Deprecated. Renamed to 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 |
ShoppingItemServiceWrapper
public ShoppingItemServiceWrapper(ShoppingItemService shoppingItemService)
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. Renamed to
getWrappedService()
setWrappedShoppingItemService
public void setWrappedShoppingItemService(ShoppingItemService shoppingItemService)
- Deprecated. Renamed to
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>