@ProviderType
public class ShoppingItemServiceHttp
extends java.lang.Object
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
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.
ShoppingItemServiceSoap,
HttpPrincipal,
ShoppingItemServiceUtil| Constructor and Description |
|---|
ShoppingItemServiceHttp() |
| Modifier and Type | Method and Description |
|---|---|
static com.liferay.shopping.model.ShoppingItem |
addItem(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
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.shopping.model.ShoppingItemField> itemFields,
java.util.List<com.liferay.shopping.model.ShoppingItemPrice> itemPrices,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
deleteItem(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long itemId) |
static int |
getCategoriesItemsCount(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
java.util.List<java.lang.Long> categoryIds) |
static com.liferay.shopping.model.ShoppingItem |
getItem(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long itemId) |
static java.util.List<com.liferay.shopping.model.ShoppingItem> |
getItems(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
long categoryId) |
static java.util.List<com.liferay.shopping.model.ShoppingItem> |
getItems(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.shopping.model.ShoppingItem> obc) |
static int |
getItemsCount(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
long categoryId) |
static com.liferay.shopping.model.ShoppingItem[] |
getItemsPrevAndNext(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long itemId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.shopping.model.ShoppingItem> obc) |
static com.liferay.shopping.model.ShoppingItem |
updateItem(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long itemId,
long groupId,
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.shopping.model.ShoppingItemField> itemFields,
java.util.List<com.liferay.shopping.model.ShoppingItemPrice> itemPrices,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public static com.liferay.shopping.model.ShoppingItem addItem(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
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.shopping.model.ShoppingItemField> itemFields,
java.util.List<com.liferay.shopping.model.ShoppingItemPrice> itemPrices,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteItem(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long itemId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCategoriesItemsCount(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
java.util.List<java.lang.Long> categoryIds)
public static com.liferay.shopping.model.ShoppingItem getItem(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long itemId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<com.liferay.shopping.model.ShoppingItem> getItems(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
long categoryId)
public static java.util.List<com.liferay.shopping.model.ShoppingItem> getItems(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.shopping.model.ShoppingItem> obc)
public static int getItemsCount(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long groupId,
long categoryId)
public static com.liferay.shopping.model.ShoppingItem[] getItemsPrevAndNext(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long itemId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.shopping.model.ShoppingItem> obc)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static com.liferay.shopping.model.ShoppingItem updateItem(com.liferay.portal.kernel.security.auth.HttpPrincipal httpPrincipal,
long itemId,
long groupId,
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.shopping.model.ShoppingItemField> itemFields,
java.util.List<com.liferay.shopping.model.ShoppingItemPrice> itemPrices,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException