|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.service.ShoppingItemServiceWrapper
@ProviderType public class ShoppingItemServiceWrapper
Provides a wrapper for ShoppingItemService.
ShoppingItemService| Constructor Summary | |
|---|---|
ShoppingItemServiceWrapper(ShoppingItemService shoppingItemService)
|
|
| Method Summary | |
|---|---|
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<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(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,
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 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
addItem in interface ShoppingItemServicePortalException
public void deleteItem(long itemId)
throws PortalException
deleteItem in interface ShoppingItemServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface ShoppingItemService
public int getCategoriesItemsCount(long groupId,
List<Long> categoryIds)
getCategoriesItemsCount in interface ShoppingItemService
public ShoppingItem getItem(long itemId)
throws PortalException
getItem in interface ShoppingItemServicePortalException
public List<ShoppingItem> getItems(long groupId,
long categoryId)
getItems in interface ShoppingItemService
public List<ShoppingItem> getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<ShoppingItem> obc)
getItems in interface ShoppingItemService
public int getItemsCount(long groupId,
long categoryId)
getItemsCount in interface ShoppingItemService
public ShoppingItem[] getItemsPrevAndNext(long itemId,
OrderByComparator<ShoppingItem> obc)
throws PortalException
getItemsPrevAndNext in interface ShoppingItemServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ShoppingItemServicebeanIdentifier - the Spring bean ID for this bean
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
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>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||