|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.service.ShoppingItemServiceWrapper
public class ShoppingItemServiceWrapper
This class is a wrapper for ShoppingItemService.
ShoppingItemService| 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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 |
| Constructor Detail |
|---|
public ShoppingItemServiceWrapper(ShoppingItemService shoppingItemService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface ShoppingItemServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ShoppingItemServicebeanIdentifier - the Spring bean ID for this bean
public void addBookItems(long groupId,
long categoryId,
String[] isbns)
throws PortalException,
SystemException
addBookItems in interface ShoppingItemServicePortalException
SystemException
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
addItem in interface ShoppingItemServicePortalException
SystemException
public void deleteItem(long itemId)
throws PortalException,
SystemException
deleteItem in interface ShoppingItemServicePortalException
SystemException
public int getCategoriesItemsCount(long groupId,
List<Long> categoryIds)
throws SystemException
getCategoriesItemsCount in interface ShoppingItemServiceSystemException
public ShoppingItem getItem(long itemId)
throws PortalException,
SystemException
getItem in interface ShoppingItemServicePortalException
SystemException
public List<ShoppingItem> getItems(long groupId,
long categoryId)
throws SystemException
getItems in interface ShoppingItemServiceSystemException
public List<ShoppingItem> getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator obc)
throws SystemException
getItems in interface ShoppingItemServiceSystemException
public int getItemsCount(long groupId,
long categoryId)
throws SystemException
getItemsCount in interface ShoppingItemServiceSystemException
public ShoppingItem[] getItemsPrevAndNext(long itemId,
OrderByComparator obc)
throws PortalException,
SystemException
getItemsPrevAndNext in interface ShoppingItemServicePortalException
SystemException
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
updateItem in interface ShoppingItemServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||