Liferay 6.0.3

Uses of Interface
com.liferay.portlet.shopping.model.ShoppingItem

Packages that use ShoppingItem
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.model.impl   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.http   
com.liferay.portlet.shopping.service.impl   
com.liferay.portlet.shopping.service.permission   
com.liferay.portlet.shopping.service.persistence   
com.liferay.portlet.shopping.util   
 

Uses of ShoppingItem in com.liferay.portlet.shopping.model
 

Classes in com.liferay.portlet.shopping.model that implement ShoppingItem
 class ShoppingItemWrapper
           This class is a wrapper for ShoppingItem.
 

Methods in com.liferay.portlet.shopping.model that return ShoppingItem
 ShoppingItem ShoppingCartItem.getItem()
           
 ShoppingItem ShoppingItemWrapper.getWrappedShoppingItem()
           
 ShoppingItem ShoppingItemWrapper.toEscapedModel()
           
 ShoppingItem ShoppingItemModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingItem
 int ShoppingItemWrapper.compareTo(ShoppingItem shoppingItem)
           
 int ShoppingItemModel.compareTo(ShoppingItem shoppingItem)
           
 int ShoppingItem.compareTo(ShoppingItem item)
           
static ShoppingItemSoap ShoppingItemSoap.toSoapModel(ShoppingItem model)
           
static ShoppingItemSoap[] ShoppingItemSoap.toSoapModels(ShoppingItem[] models)
           
static ShoppingItemSoap[][] ShoppingItemSoap.toSoapModels(ShoppingItem[][] models)
           
 

Method parameters in com.liferay.portlet.shopping.model with type arguments of type ShoppingItem
static ShoppingItemSoap[] ShoppingItemSoap.toSoapModels(List<ShoppingItem> models)
           
 

Constructors in com.liferay.portlet.shopping.model with parameters of type ShoppingItem
ShoppingItemWrapper(ShoppingItem shoppingItem)
           
 

Uses of ShoppingItem in com.liferay.portlet.shopping.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingItem
 class ShoppingItemImpl
           
 

Methods in com.liferay.portlet.shopping.model.impl that return ShoppingItem
 ShoppingItem ShoppingCartItemImpl.getItem()
           
 ShoppingItem ShoppingItemModelImpl.toEscapedModel()
           
static ShoppingItem ShoppingItemModelImpl.toModel(ShoppingItemSoap soapModel)
           
 

Methods in com.liferay.portlet.shopping.model.impl that return types with arguments of type ShoppingItem
static List<ShoppingItem> ShoppingItemModelImpl.toModels(ShoppingItemSoap[] soapModels)
           
 

Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingItem
 int ShoppingItemModelImpl.compareTo(ShoppingItem shoppingItem)
           
 int ShoppingItemImpl.compareTo(ShoppingItem item)
           
 

Constructors in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingItem
ShoppingCartItemImpl(ShoppingItem item, String fields)
           
 

Uses of ShoppingItem in com.liferay.portlet.shopping.service
 

Methods in com.liferay.portlet.shopping.service that return ShoppingItem
 ShoppingItem ShoppingItemLocalServiceWrapper.addItem(long userId, 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)
           
static ShoppingItem ShoppingItemLocalServiceUtil.addItem(long userId, 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)
           
 ShoppingItem ShoppingItemLocalService.addItem(long userId, 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)
           
 ShoppingItem ShoppingItemServiceWrapper.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)
           
static ShoppingItem ShoppingItemServiceUtil.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)
           
 ShoppingItem ShoppingItemService.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)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.addShoppingItem(ShoppingItem shoppingItem)
           
static ShoppingItem ShoppingItemLocalServiceUtil.addShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalService.addShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.createShoppingItem(long itemId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.createShoppingItem(long itemId)
           
 ShoppingItem ShoppingItemLocalService.createShoppingItem(long itemId)
           
 ShoppingItem ShoppingItemServiceWrapper.getItem(long itemId)
           
static ShoppingItem ShoppingItemServiceUtil.getItem(long itemId)
           
 ShoppingItem ShoppingItemService.getItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItem(long itemId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItem(long itemId)
           
 ShoppingItem ShoppingItemLocalService.getItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItem(long companyId, String sku)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItem(long companyId, String sku)
           
 ShoppingItem ShoppingItemLocalService.getItem(long companyId, String sku)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemByLargeImageId(long largeImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemLocalService.getItemByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemByMediumImageId(long mediumImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemLocalService.getItemByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemBySmallImageId(long smallImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemBySmallImageId(long smallImageId)
           
 ShoppingItem ShoppingItemLocalService.getItemBySmallImageId(long smallImageId)
           
 ShoppingItem[] ShoppingItemLocalServiceWrapper.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
static ShoppingItem[] ShoppingItemLocalServiceUtil.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemLocalService.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getShoppingItem(long itemId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getShoppingItem(long itemId)
           
 ShoppingItem ShoppingItemLocalService.getShoppingItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.updateItem(long userId, 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)
           
static ShoppingItem ShoppingItemLocalServiceUtil.updateItem(long userId, 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)
           
 ShoppingItem ShoppingItemLocalService.updateItem(long userId, 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)
           
 ShoppingItem ShoppingItemServiceWrapper.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)
           
static ShoppingItem ShoppingItemServiceUtil.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)
           
 ShoppingItem ShoppingItemService.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)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.updateShoppingItem(ShoppingItem shoppingItem)
           
static ShoppingItem ShoppingItemLocalServiceUtil.updateShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
           
static ShoppingItem ShoppingItemLocalServiceUtil.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
           
 ShoppingItem ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingItem
 List<ShoppingItem> ShoppingItemLocalServiceWrapper.getFeaturedItems(long groupId, long categoryId, int numOfItems)
           
static List<ShoppingItem> ShoppingItemLocalServiceUtil.getFeaturedItems(long groupId, long categoryId, int numOfItems)
           
 List<ShoppingItem> ShoppingItemLocalService.getFeaturedItems(long groupId, long categoryId, int numOfItems)
           
 List<ShoppingItem> ShoppingItemLocalServiceWrapper.getItems(long groupId, long categoryId)
           
static List<ShoppingItem> ShoppingItemLocalServiceUtil.getItems(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemLocalService.getItems(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemLocalServiceWrapper.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
static List<ShoppingItem> ShoppingItemLocalServiceUtil.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 List<ShoppingItem> ShoppingItemLocalService.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 List<ShoppingItem> ShoppingItemLocalServiceWrapper.getSaleItems(long groupId, long categoryId, int numOfItems)
           
static List<ShoppingItem> ShoppingItemLocalServiceUtil.getSaleItems(long groupId, long categoryId, int numOfItems)
           
 List<ShoppingItem> ShoppingItemLocalService.getSaleItems(long groupId, long categoryId, int numOfItems)
           
 List<ShoppingItem> ShoppingItemLocalServiceWrapper.getShoppingItems(int start, int end)
           
static List<ShoppingItem> ShoppingItemLocalServiceUtil.getShoppingItems(int start, int end)
           
 List<ShoppingItem> ShoppingItemLocalService.getShoppingItems(int start, int end)
           
 List<ShoppingItem> ShoppingItemLocalServiceWrapper.search(long groupId, long[] categoryIds, String keywords, int start, int end)
           
static List<ShoppingItem> ShoppingItemLocalServiceUtil.search(long groupId, long[] categoryIds, String keywords, int start, int end)
           
 List<ShoppingItem> ShoppingItemLocalService.search(long groupId, long[] categoryIds, String keywords, int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingItem
 void ShoppingItemLocalServiceWrapper.addItemResources(ShoppingItem item, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void ShoppingItemLocalServiceUtil.addItemResources(ShoppingItem item, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingItemLocalService.addItemResources(ShoppingItem item, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingItemLocalServiceWrapper.addItemResources(ShoppingItem item, String[] communityPermissions, String[] guestPermissions)
           
static void ShoppingItemLocalServiceUtil.addItemResources(ShoppingItem item, String[] communityPermissions, String[] guestPermissions)
           
 void ShoppingItemLocalService.addItemResources(ShoppingItem item, String[] communityPermissions, String[] guestPermissions)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.addShoppingItem(ShoppingItem shoppingItem)
           
static ShoppingItem ShoppingItemLocalServiceUtil.addShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalService.addShoppingItem(ShoppingItem shoppingItem)
           
 void ShoppingItemLocalServiceWrapper.deleteItem(ShoppingItem item)
           
static void ShoppingItemLocalServiceUtil.deleteItem(ShoppingItem item)
           
 void ShoppingItemLocalService.deleteItem(ShoppingItem item)
           
 void ShoppingItemLocalServiceWrapper.deleteShoppingItem(ShoppingItem shoppingItem)
           
static void ShoppingItemLocalServiceUtil.deleteShoppingItem(ShoppingItem shoppingItem)
           
 void ShoppingItemLocalService.deleteShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.updateShoppingItem(ShoppingItem shoppingItem)
           
static ShoppingItem ShoppingItemLocalServiceUtil.updateShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
           
static ShoppingItem ShoppingItemLocalServiceUtil.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
           
 ShoppingItem ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
           
 

Uses of ShoppingItem in com.liferay.portlet.shopping.service.base
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingItem
 ShoppingItem ShoppingItemLocalServiceBaseImpl.addShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalServiceBaseImpl.createShoppingItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceBaseImpl.getShoppingItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceBaseImpl.updateShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalServiceBaseImpl.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.base that return types with arguments of type ShoppingItem
 List<ShoppingItem> ShoppingItemLocalServiceBaseImpl.getShoppingItems(int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingItem
 ShoppingItem ShoppingItemLocalServiceBaseImpl.addShoppingItem(ShoppingItem shoppingItem)
           
 void ShoppingItemLocalServiceBaseImpl.deleteShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalServiceBaseImpl.updateShoppingItem(ShoppingItem shoppingItem)
           
 ShoppingItem ShoppingItemLocalServiceBaseImpl.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
           
 

Uses of ShoppingItem in com.liferay.portlet.shopping.service.http
 

Methods in com.liferay.portlet.shopping.service.http that return ShoppingItem
static ShoppingItem ShoppingItemServiceHttp.addItem(HttpPrincipal httpPrincipal, 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)
           
static ShoppingItem ShoppingItemServiceHttp.getItem(HttpPrincipal httpPrincipal, long itemId)
           
static ShoppingItem ShoppingItemServiceHttp.updateItem(HttpPrincipal httpPrincipal, 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 in com.liferay.portlet.shopping.service.http with parameters of type ShoppingItem
static JSONArray ShoppingItemJSONSerializer.toJSONArray(ShoppingItem[] models)
           
static JSONArray ShoppingItemJSONSerializer.toJSONArray(ShoppingItem[][] models)
           
static JSONObject ShoppingItemJSONSerializer.toJSONObject(ShoppingItem model)
           
 

Method parameters in com.liferay.portlet.shopping.service.http with type arguments of type ShoppingItem
static JSONArray ShoppingItemJSONSerializer.toJSONArray(List<ShoppingItem> models)
           
 

Uses of ShoppingItem in com.liferay.portlet.shopping.service.impl
 

Methods in com.liferay.portlet.shopping.service.impl that return ShoppingItem
 ShoppingItem ShoppingItemLocalServiceImpl.addItem(long userId, 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)
           
 ShoppingItem ShoppingItemServiceImpl.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)
           
 ShoppingItem ShoppingItemServiceImpl.getItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceImpl.getItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceImpl.getItem(long companyId, String sku)
           
 ShoppingItem ShoppingItemLocalServiceImpl.getItemByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemLocalServiceImpl.getItemByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemLocalServiceImpl.getItemBySmallImageId(long smallImageId)
           
 ShoppingItem[] ShoppingItemLocalServiceImpl.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem ShoppingItemLocalServiceImpl.updateItem(long userId, 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)
           
 ShoppingItem ShoppingItemServiceImpl.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 in com.liferay.portlet.shopping.service.impl that return types with arguments of type ShoppingItem
 List<ShoppingItem> ShoppingItemLocalServiceImpl.getFeaturedItems(long groupId, long categoryId, int numOfItems)
           
 List<ShoppingItem> ShoppingItemLocalServiceImpl.getItems(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemLocalServiceImpl.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 List<ShoppingItem> ShoppingItemLocalServiceImpl.getSaleItems(long groupId, long categoryId, int numOfItems)
           
 List<ShoppingItem> ShoppingItemLocalServiceImpl.search(long groupId, long[] categoryIds, String keywords, int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service.impl with parameters of type ShoppingItem
 void ShoppingItemLocalServiceImpl.addItemResources(ShoppingItem item, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingItemLocalServiceImpl.addItemResources(ShoppingItem item, String[] communityPermissions, String[] guestPermissions)
           
 void ShoppingItemLocalServiceImpl.deleteItem(ShoppingItem item)
           
protected  long ShoppingItemLocalServiceImpl.getCategory(ShoppingItem item, long categoryId)
           
 

Uses of ShoppingItem in com.liferay.portlet.shopping.service.permission
 

Methods in com.liferay.portlet.shopping.service.permission with parameters of type ShoppingItem
static void ShoppingItemPermission.check(PermissionChecker permissionChecker, ShoppingItem item, String actionId)
           
static boolean ShoppingItemPermission.contains(PermissionChecker permissionChecker, ShoppingItem item, String actionId)
           
 

Uses of ShoppingItem in com.liferay.portlet.shopping.service.persistence
 

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingItem
static ShoppingItem ShoppingItemUtil.create(long itemId)
           
 ShoppingItem ShoppingItemPersistence.create(long itemId)
           
 ShoppingItem ShoppingItemPersistenceImpl.create(long itemId)
           
static ShoppingItem ShoppingItemUtil.fetchByC_S(long companyId, String sku)
           
 ShoppingItem ShoppingItemPersistence.fetchByC_S(long companyId, String sku)
           
 ShoppingItem ShoppingItemPersistenceImpl.fetchByC_S(long companyId, String sku)
           
static ShoppingItem ShoppingItemUtil.fetchByC_S(long companyId, String sku, boolean retrieveFromCache)
           
 ShoppingItem ShoppingItemPersistence.fetchByC_S(long companyId, String sku, boolean retrieveFromCache)
           
 ShoppingItem ShoppingItemPersistenceImpl.fetchByC_S(long companyId, String sku, boolean retrieveFromCache)
           
static ShoppingItem ShoppingItemUtil.fetchByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemPersistence.fetchByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemPersistenceImpl.fetchByLargeImageId(long largeImageId)
           
static ShoppingItem ShoppingItemUtil.fetchByLargeImageId(long largeImageId, boolean retrieveFromCache)
           
 ShoppingItem ShoppingItemPersistence.fetchByLargeImageId(long largeImageId, boolean retrieveFromCache)
           
 ShoppingItem ShoppingItemPersistenceImpl.fetchByLargeImageId(long largeImageId, boolean retrieveFromCache)
           
static ShoppingItem ShoppingItemUtil.fetchByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemPersistence.fetchByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemPersistenceImpl.fetchByMediumImageId(long mediumImageId)
           
static ShoppingItem ShoppingItemUtil.fetchByMediumImageId(long mediumImageId, boolean retrieveFromCache)
           
 ShoppingItem ShoppingItemPersistence.fetchByMediumImageId(long mediumImageId, boolean retrieveFromCache)
           
 ShoppingItem ShoppingItemPersistenceImpl.fetchByMediumImageId(long mediumImageId, boolean retrieveFromCache)
           
static ShoppingItem ShoppingItemUtil.fetchByPrimaryKey(long itemId)
           
 ShoppingItem ShoppingItemPersistence.fetchByPrimaryKey(long itemId)
           
 ShoppingItem ShoppingItemPersistenceImpl.fetchByPrimaryKey(long itemId)
           
 ShoppingItem ShoppingItemPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static ShoppingItem ShoppingItemUtil.fetchBySmallImageId(long smallImageId)
           
 ShoppingItem ShoppingItemPersistence.fetchBySmallImageId(long smallImageId)
           
 ShoppingItem ShoppingItemPersistenceImpl.fetchBySmallImageId(long smallImageId)
           
static ShoppingItem ShoppingItemUtil.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
           
 ShoppingItem ShoppingItemPersistence.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
           
 ShoppingItem ShoppingItemPersistenceImpl.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
           
static ShoppingItem ShoppingItemUtil.findByC_S(long companyId, String sku)
           
 ShoppingItem ShoppingItemPersistence.findByC_S(long companyId, String sku)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByC_S(long companyId, String sku)
           
static ShoppingItem ShoppingItemUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem ShoppingItemPersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
static ShoppingItem ShoppingItemUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem ShoppingItemPersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
static ShoppingItem[] ShoppingItemUtil.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem[] ShoppingItemPersistence.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem[] ShoppingItemPersistenceImpl.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
static ShoppingItem ShoppingItemUtil.findByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemPersistence.findByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByLargeImageId(long largeImageId)
           
static ShoppingItem ShoppingItemUtil.findByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemPersistence.findByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByMediumImageId(long mediumImageId)
           
static ShoppingItem ShoppingItemUtil.findByPrimaryKey(long itemId)
           
 ShoppingItem ShoppingItemPersistence.findByPrimaryKey(long itemId)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByPrimaryKey(long itemId)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static ShoppingItem ShoppingItemUtil.findBySmallImageId(long smallImageId)
           
 ShoppingItem ShoppingItemPersistence.findBySmallImageId(long smallImageId)
           
 ShoppingItem ShoppingItemPersistenceImpl.findBySmallImageId(long smallImageId)
           
protected  ShoppingItem ShoppingItemPersistenceImpl.getByG_C_PrevAndNext(Session session, ShoppingItem shoppingItem, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingItem ShoppingItemUtil.remove(long itemId)
           
 ShoppingItem ShoppingItemPersistence.remove(long itemId)
           
 ShoppingItem ShoppingItemPersistenceImpl.remove(long itemId)
           
 ShoppingItem ShoppingItemPersistenceImpl.remove(Serializable primaryKey)
           
static ShoppingItem ShoppingItemUtil.remove(ShoppingItem shoppingItem)
           
protected  ShoppingItem ShoppingItemPersistenceImpl.removeImpl(ShoppingItem shoppingItem)
           
protected  ShoppingItem ShoppingItemPersistenceImpl.toUnwrappedModel(ShoppingItem shoppingItem)
           
static ShoppingItem ShoppingItemUtil.update(ShoppingItem shoppingItem, boolean merge)
           
static ShoppingItem ShoppingItemUtil.update(ShoppingItem shoppingItem, boolean merge, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemUtil.updateImpl(ShoppingItem shoppingItem, boolean merge)
           
 ShoppingItem ShoppingItemPersistence.updateImpl(ShoppingItem shoppingItem, boolean merge)
           
 ShoppingItem ShoppingItemPersistenceImpl.updateImpl(ShoppingItem shoppingItem, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingItem
static List<ShoppingItem> ShoppingItemUtil.filterFindByG_C(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemPersistence.filterFindByG_C(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemPersistenceImpl.filterFindByG_C(long groupId, long categoryId)
           
static List<ShoppingItem> ShoppingItemUtil.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
 List<ShoppingItem> ShoppingItemPersistence.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
 List<ShoppingItem> ShoppingItemPersistenceImpl.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
static List<ShoppingItem> ShoppingItemUtil.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingItem> ShoppingItemPersistence.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingItem> ShoppingItemPersistenceImpl.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingItem> ShoppingItemUtil.findAll()
           
 List<ShoppingItem> ShoppingItemPersistence.findAll()
           
 List<ShoppingItem> ShoppingItemPersistenceImpl.findAll()
           
static List<ShoppingItem> ShoppingItemUtil.findAll(int start, int end)
           
 List<ShoppingItem> ShoppingItemPersistence.findAll(int start, int end)
           
 List<ShoppingItem> ShoppingItemPersistenceImpl.findAll(int start, int end)
           
static List<ShoppingItem> ShoppingItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingItem> ShoppingItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingItem> ShoppingItemPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingItem> ShoppingItemFinderUtil.findByFeatured(long groupId, long[] categoryIds, int numOfItems)
           
 List<ShoppingItem> ShoppingItemFinder.findByFeatured(long groupId, long[] categoryIds, int numOfItems)
           
 List<ShoppingItem> ShoppingItemFinderImpl.findByFeatured(long groupId, long[] categoryIds, int numOfItems)
           
static List<ShoppingItem> ShoppingItemUtil.findByG_C(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemPersistence.findByG_C(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemPersistenceImpl.findByG_C(long groupId, long categoryId)
           
static List<ShoppingItem> ShoppingItemUtil.findByG_C(long groupId, long categoryId, int start, int end)
           
 List<ShoppingItem> ShoppingItemPersistence.findByG_C(long groupId, long categoryId, int start, int end)
           
 List<ShoppingItem> ShoppingItemPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end)
           
static List<ShoppingItem> ShoppingItemUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingItem> ShoppingItemPersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingItem> ShoppingItemPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingItem> ShoppingItemFinderUtil.findByKeywords(long groupId, long[] categoryIds, String keywords, int start, int end)
           
 List<ShoppingItem> ShoppingItemFinder.findByKeywords(long groupId, long[] categoryIds, String keywords, int start, int end)
           
 List<ShoppingItem> ShoppingItemFinderImpl.findByKeywords(long groupId, long[] categoryIds, String keywords, int start, int end)
           
static List<ShoppingItem> ShoppingItemFinderUtil.findBySale(long groupId, long[] categoryIds, int numOfItems)
           
 List<ShoppingItem> ShoppingItemFinder.findBySale(long groupId, long[] categoryIds, int numOfItems)
           
 List<ShoppingItem> ShoppingItemFinderImpl.findBySale(long groupId, long[] categoryIds, int numOfItems)
           
static List<ShoppingItem> ShoppingItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ShoppingItem> ShoppingItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ShoppingItem> ShoppingItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingItem
static void ShoppingItemUtil.cacheResult(ShoppingItem shoppingItem)
           
 void ShoppingItemPersistence.cacheResult(ShoppingItem shoppingItem)
           
 void ShoppingItemPersistenceImpl.cacheResult(ShoppingItem shoppingItem)
           
static void ShoppingItemUtil.clearCache(ShoppingItem shoppingItem)
           
 void ShoppingItemPersistenceImpl.clearCache(ShoppingItem shoppingItem)
           
protected  ShoppingItem ShoppingItemPersistenceImpl.getByG_C_PrevAndNext(Session session, ShoppingItem shoppingItem, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingItem ShoppingItemUtil.remove(ShoppingItem shoppingItem)
           
protected  ShoppingItem ShoppingItemPersistenceImpl.removeImpl(ShoppingItem shoppingItem)
           
protected  ShoppingItem ShoppingItemPersistenceImpl.toUnwrappedModel(ShoppingItem shoppingItem)
           
static ShoppingItem ShoppingItemUtil.update(ShoppingItem shoppingItem, boolean merge)
           
static ShoppingItem ShoppingItemUtil.update(ShoppingItem shoppingItem, boolean merge, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemUtil.updateImpl(ShoppingItem shoppingItem, boolean merge)
           
 ShoppingItem ShoppingItemPersistence.updateImpl(ShoppingItem shoppingItem, boolean merge)
           
 ShoppingItem ShoppingItemPersistenceImpl.updateImpl(ShoppingItem shoppingItem, boolean merge)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingItem
static void ShoppingItemUtil.cacheResult(List<ShoppingItem> shoppingItems)
           
 void ShoppingItemPersistence.cacheResult(List<ShoppingItem> shoppingItems)
           
 void ShoppingItemPersistenceImpl.cacheResult(List<ShoppingItem> shoppingItems)
           
 

Uses of ShoppingItem in com.liferay.portlet.shopping.util
 

Methods in com.liferay.portlet.shopping.util with parameters of type ShoppingItem
static double ShoppingUtil.calculateActualPrice(ShoppingItem item)
           
static double ShoppingUtil.calculateActualPrice(ShoppingItem item, int count)
           
static double ShoppingUtil.calculateDiscountPrice(ShoppingItem item)
           
static double ShoppingUtil.calculateDiscountPrice(ShoppingItem item, int count)
           
static double ShoppingUtil.calculatePrice(ShoppingItem item, int count)
           
static int ShoppingUtil.getFieldsQuantitiesPos(ShoppingItem item, ShoppingItemField[] itemFields, String[] fieldsArray)
           
static int ShoppingUtil.getMinQuantity(ShoppingItem item)
           
static boolean ShoppingUtil.isInStock(ShoppingItem item)
           
static boolean ShoppingUtil.isInStock(ShoppingItem item, ShoppingItemField[] itemFields, String[] fieldsArray, Integer orderedQuantity)
           
 


Liferay 6.0.3