|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.shopping.service.ShoppingItemServiceWrapper
@ProviderType public class ShoppingItemServiceWrapper
Provides 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. 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 String getBeanIdentifier()
getBeanIdentifier
in interface ShoppingItemService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface ShoppingItemService
beanIdentifier
- the Spring bean ID for this beanpublic void addBookItems(long groupId, long categoryId, String[] isbns) throws PortalException, SystemException
addBookItems
in interface ShoppingItemService
PortalException
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 ShoppingItemService
PortalException
SystemException
public void deleteItem(long itemId) throws PortalException, SystemException
deleteItem
in interface ShoppingItemService
PortalException
SystemException
public int getCategoriesItemsCount(long groupId, List<Long> categoryIds) throws SystemException
getCategoriesItemsCount
in interface ShoppingItemService
SystemException
public ShoppingItem getItem(long itemId) throws PortalException, SystemException
getItem
in interface ShoppingItemService
PortalException
SystemException
public List<ShoppingItem> getItems(long groupId, long categoryId) throws SystemException
getItems
in interface ShoppingItemService
SystemException
public List<ShoppingItem> getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc) throws SystemException
getItems
in interface ShoppingItemService
SystemException
public int getItemsCount(long groupId, long categoryId) throws SystemException
getItemsCount
in interface ShoppingItemService
SystemException
public ShoppingItem[] getItemsPrevAndNext(long itemId, OrderByComparator obc) throws PortalException, SystemException
getItemsPrevAndNext
in interface ShoppingItemService
PortalException
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 ShoppingItemService
PortalException
SystemException
public 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-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |