com.liferay.portlet.shopping.service.http
Class ShoppingItemServiceHttp

java.lang.Object
  extended by com.liferay.portlet.shopping.service.http.ShoppingItemServiceHttp

public class ShoppingItemServiceHttp
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class provides a HTTP utility for the com.liferay.portlet.shopping.service.ShoppingItemServiceUtil service utility. The static methods of this class calls the same methods of the service utility. However, the signatures are different because it requires an additional com.liferay.portal.security.auth.HttpPrincipal parameter.

The benefits of using the HTTP utility is that it is fast and allows for tunneling without the cost of serializing to text. The drawback is that it only works with Java.

Set the property tunnel.servlet.hosts.allowed in portal.properties to configure security.

The HTTP utility is only generated for remote services.

Author:
Brian Wing Shun Chan
See Also:
HttpPrincipal, ShoppingItemServiceUtil, ShoppingItemServiceSoap

Constructor Summary
ShoppingItemServiceHttp()
           
 
Method Summary
static void addBookItems(HttpPrincipal httpPrincipal, long categoryId, java.lang.String[] isbns)
           
static com.liferay.portlet.shopping.model.ShoppingItem addItem(HttpPrincipal httpPrincipal, 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<com.liferay.portlet.shopping.model.ShoppingItemField> itemFields, java.util.List<com.liferay.portlet.shopping.model.ShoppingItemPrice> itemPrices, com.liferay.portal.service.ServiceContext serviceContext)
           
static void deleteItem(HttpPrincipal httpPrincipal, long itemId)
           
static com.liferay.portlet.shopping.model.ShoppingItem getItem(HttpPrincipal httpPrincipal, long itemId)
           
static com.liferay.portlet.shopping.model.ShoppingItem updateItem(HttpPrincipal httpPrincipal, long itemId, 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<com.liferay.portlet.shopping.model.ShoppingItemField> itemFields, java.util.List<com.liferay.portlet.shopping.model.ShoppingItemPrice> itemPrices, com.liferay.portal.service.ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingItemServiceHttp

public ShoppingItemServiceHttp()
Method Detail

addBookItems

public static void addBookItems(HttpPrincipal httpPrincipal,
                                long categoryId,
                                java.lang.String[] isbns)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addItem

public static com.liferay.portlet.shopping.model.ShoppingItem addItem(HttpPrincipal httpPrincipal,
                                                                      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<com.liferay.portlet.shopping.model.ShoppingItemField> itemFields,
                                                                      java.util.List<com.liferay.portlet.shopping.model.ShoppingItemPrice> itemPrices,
                                                                      com.liferay.portal.service.ServiceContext serviceContext)
                                                               throws com.liferay.portal.PortalException,
                                                                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteItem

public static void deleteItem(HttpPrincipal httpPrincipal,
                              long itemId)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getItem

public static com.liferay.portlet.shopping.model.ShoppingItem getItem(HttpPrincipal httpPrincipal,
                                                                      long itemId)
                                                               throws com.liferay.portal.PortalException,
                                                                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateItem

public static com.liferay.portlet.shopping.model.ShoppingItem updateItem(HttpPrincipal httpPrincipal,
                                                                         long itemId,
                                                                         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<com.liferay.portlet.shopping.model.ShoppingItemField> itemFields,
                                                                         java.util.List<com.liferay.portlet.shopping.model.ShoppingItemPrice> itemPrices,
                                                                         com.liferay.portal.service.ServiceContext serviceContext)
                                                                  throws com.liferay.portal.PortalException,
                                                                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException