Liferay 6.0.5

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()
          Gets a copy of this shopping item as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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)
          Converts the soap model instance into a normal model instance.
 

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

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)
          Adds the shopping item to the database.
static ShoppingItem ShoppingItemLocalServiceUtil.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
 ShoppingItem ShoppingItemLocalService.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
 ShoppingItem ShoppingItemLocalServiceWrapper.createShoppingItem(long itemId)
          Creates a new shopping item with the primary key.
static ShoppingItem ShoppingItemLocalServiceUtil.createShoppingItem(long itemId)
          Creates a new shopping item with the primary key.
 ShoppingItem ShoppingItemLocalService.createShoppingItem(long itemId)
          Creates a new shopping item with the primary key.
 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)
          Gets the shopping item with the primary key.
static ShoppingItem ShoppingItemLocalServiceUtil.getShoppingItem(long itemId)
          Gets the shopping item with the primary key.
 ShoppingItem ShoppingItemLocalService.getShoppingItem(long itemId)
          Gets the shopping item with the primary key.
 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)
          Updates the shopping item in the database.
static ShoppingItem ShoppingItemLocalServiceUtil.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database.
 ShoppingItem ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database.
 ShoppingItem ShoppingItemLocalServiceWrapper.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
          Updates the shopping item in the database.
static ShoppingItem ShoppingItemLocalServiceUtil.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
          Updates the shopping item in the database.
 ShoppingItem ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
          Updates the shopping item in the database.
 

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)
          Gets a range of all the shopping items.
static List<ShoppingItem> ShoppingItemLocalServiceUtil.getShoppingItems(int start, int end)
          Gets a range of all the shopping items.
 List<ShoppingItem> ShoppingItemLocalService.getShoppingItems(int start, int end)
          Gets a range of all the shopping items.
 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)
          Adds the shopping item to the database.
static ShoppingItem ShoppingItemLocalServiceUtil.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
 ShoppingItem ShoppingItemLocalService.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
 void ShoppingItemLocalServiceWrapper.deleteItem(ShoppingItem item)
           
static void ShoppingItemLocalServiceUtil.deleteItem(ShoppingItem item)
           
 void ShoppingItemLocalService.deleteItem(ShoppingItem item)
           
 void ShoppingItemLocalServiceWrapper.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
static void ShoppingItemLocalServiceUtil.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
 void ShoppingItemLocalService.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
 ShoppingItem ShoppingItemLocalServiceWrapper.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database.
static ShoppingItem ShoppingItemLocalServiceUtil.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database.
 ShoppingItem ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database.
 ShoppingItem ShoppingItemLocalServiceWrapper.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
          Updates the shopping item in the database.
static ShoppingItem ShoppingItemLocalServiceUtil.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
          Updates the shopping item in the database.
 ShoppingItem ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
          Updates the shopping item in the database.
 

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)
          Adds the shopping item to the database.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.createShoppingItem(long itemId)
          Creates a new shopping item with the primary key.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.getShoppingItem(long itemId)
          Gets the shopping item with the primary key.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
          Updates the shopping item in the database.
 

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

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingItem
 ShoppingItem ShoppingItemLocalServiceBaseImpl.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
 void ShoppingItemLocalServiceBaseImpl.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.updateShoppingItem(ShoppingItem shoppingItem, boolean merge)
          Updates the shopping item in the database.
 

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)
          Creates a new shopping item with the primary key.
 ShoppingItem ShoppingItemPersistence.create(long itemId)
          Creates a new shopping item with the primary key.
 ShoppingItem ShoppingItemPersistenceImpl.create(long itemId)
          Creates a new shopping item with the primary key.
static ShoppingItem ShoppingItemUtil.fetchByC_S(long companyId, String sku)
          Finds the shopping item where companyId = ? and sku = ? or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistence.fetchByC_S(long companyId, String sku)
          Finds the shopping item where companyId = ? and sku = ? or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.fetchByC_S(long companyId, String sku)
          Finds the shopping item where companyId = ? and sku = ? or returns null if it could not be found.
static ShoppingItem ShoppingItemUtil.fetchByC_S(long companyId, String sku, boolean retrieveFromCache)
          Finds the shopping item where companyId = ? and sku = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingItem ShoppingItemPersistence.fetchByC_S(long companyId, String sku, boolean retrieveFromCache)
          Finds the shopping item where companyId = ? and sku = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingItem ShoppingItemPersistenceImpl.fetchByC_S(long companyId, String sku, boolean retrieveFromCache)
          Finds the shopping item where companyId = ? and sku = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingItem ShoppingItemUtil.fetchByLargeImageId(long largeImageId)
          Finds the shopping item where largeImageId = ? or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistence.fetchByLargeImageId(long largeImageId)
          Finds the shopping item where largeImageId = ? or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.fetchByLargeImageId(long largeImageId)
          Finds the shopping item where largeImageId = ? or returns null if it could not be found.
static ShoppingItem ShoppingItemUtil.fetchByLargeImageId(long largeImageId, boolean retrieveFromCache)
          Finds the shopping item where largeImageId = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingItem ShoppingItemPersistence.fetchByLargeImageId(long largeImageId, boolean retrieveFromCache)
          Finds the shopping item where largeImageId = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingItem ShoppingItemPersistenceImpl.fetchByLargeImageId(long largeImageId, boolean retrieveFromCache)
          Finds the shopping item where largeImageId = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingItem ShoppingItemUtil.fetchByMediumImageId(long mediumImageId)
          Finds the shopping item where mediumImageId = ? or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistence.fetchByMediumImageId(long mediumImageId)
          Finds the shopping item where mediumImageId = ? or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.fetchByMediumImageId(long mediumImageId)
          Finds the shopping item where mediumImageId = ? or returns null if it could not be found.
static ShoppingItem ShoppingItemUtil.fetchByMediumImageId(long mediumImageId, boolean retrieveFromCache)
          Finds the shopping item where mediumImageId = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingItem ShoppingItemPersistence.fetchByMediumImageId(long mediumImageId, boolean retrieveFromCache)
          Finds the shopping item where mediumImageId = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingItem ShoppingItemPersistenceImpl.fetchByMediumImageId(long mediumImageId, boolean retrieveFromCache)
          Finds the shopping item where mediumImageId = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingItem ShoppingItemUtil.fetchByPrimaryKey(long itemId)
          Finds the shopping item with the primary key or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistence.fetchByPrimaryKey(long itemId)
          Finds the shopping item with the primary key or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.fetchByPrimaryKey(long itemId)
          Finds the shopping item with the primary key or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the shopping item with the primary key or returns null if it could not be found.
static ShoppingItem ShoppingItemUtil.fetchBySmallImageId(long smallImageId)
          Finds the shopping item where smallImageId = ? or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistence.fetchBySmallImageId(long smallImageId)
          Finds the shopping item where smallImageId = ? or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.fetchBySmallImageId(long smallImageId)
          Finds the shopping item where smallImageId = ? or returns null if it could not be found.
static ShoppingItem ShoppingItemUtil.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Finds the shopping item where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingItem ShoppingItemPersistence.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Finds the shopping item where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingItem ShoppingItemPersistenceImpl.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Finds the shopping item where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingItem ShoppingItemUtil.findByC_S(long companyId, String sku)
          Finds the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistence.findByC_S(long companyId, String sku)
          Finds the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.findByC_S(long companyId, String sku)
          Finds the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found.
static ShoppingItem ShoppingItemUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the first shopping item in the ordered set where groupId = ? and categoryId = ?.
 ShoppingItem ShoppingItemPersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the first shopping item in the ordered set where groupId = ? and categoryId = ?.
 ShoppingItem ShoppingItemPersistenceImpl.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the first shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem ShoppingItemUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the last shopping item in the ordered set where groupId = ? and categoryId = ?.
 ShoppingItem ShoppingItemPersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the last shopping item in the ordered set where groupId = ? and categoryId = ?.
 ShoppingItem ShoppingItemPersistenceImpl.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the last shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem[] ShoppingItemUtil.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?.
 ShoppingItem[] ShoppingItemPersistence.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?.
 ShoppingItem[] ShoppingItemPersistenceImpl.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem ShoppingItemUtil.findByLargeImageId(long largeImageId)
          Finds the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistence.findByLargeImageId(long largeImageId)
          Finds the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.findByLargeImageId(long largeImageId)
          Finds the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found.
static ShoppingItem ShoppingItemUtil.findByMediumImageId(long mediumImageId)
          Finds the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistence.findByMediumImageId(long mediumImageId)
          Finds the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.findByMediumImageId(long mediumImageId)
          Finds the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found.
static ShoppingItem ShoppingItemUtil.findByPrimaryKey(long itemId)
          Finds the shopping item with the primary key or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistence.findByPrimaryKey(long itemId)
          Finds the shopping item with the primary key or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.findByPrimaryKey(long itemId)
          Finds the shopping item with the primary key or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping item with the primary key or throws a NoSuchModelException if it could not be found.
static ShoppingItem ShoppingItemUtil.findBySmallImageId(long smallImageId)
          Finds the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistence.findBySmallImageId(long smallImageId)
          Finds the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.findBySmallImageId(long smallImageId)
          Finds the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found.
protected  ShoppingItem ShoppingItemPersistenceImpl.getByG_C_PrevAndNext(Session session, ShoppingItem shoppingItem, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingItem ShoppingItemUtil.remove(long itemId)
          Removes the shopping item with the primary key from the database.
 ShoppingItem ShoppingItemPersistence.remove(long itemId)
          Removes the shopping item with the primary key from the database.
 ShoppingItem ShoppingItemPersistenceImpl.remove(long itemId)
          Removes the shopping item with the primary key from the database.
 ShoppingItem ShoppingItemPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping item with the primary key from the database.
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)
          Filters by the user's permissions and finds all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistence.filterFindByG_C(long groupId, long categoryId)
          Filters by the user's permissions and finds all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistenceImpl.filterFindByG_C(long groupId, long categoryId)
          Filters by the user's permissions and finds all the shopping items where groupId = ? and categoryId = ?.
static List<ShoppingItem> ShoppingItemUtil.filterFindByG_C(long groupId, long categoryId, int start, int end)
          Filters by the user's permissions and finds a range of all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistence.filterFindByG_C(long groupId, long categoryId, int start, int end)
          Filters by the user's permissions and finds a range of all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistenceImpl.filterFindByG_C(long groupId, long categoryId, int start, int end)
          Filters by the user's permissions and finds a range of all the shopping items where groupId = ? and categoryId = ?.
static List<ShoppingItem> ShoppingItemUtil.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistence.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistenceImpl.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the shopping items where groupId = ? and categoryId = ?.
static List<ShoppingItem> ShoppingItemUtil.findAll()
          Finds all the shopping items.
 List<ShoppingItem> ShoppingItemPersistence.findAll()
          Finds all the shopping items.
 List<ShoppingItem> ShoppingItemPersistenceImpl.findAll()
          Finds all the shopping items.
static List<ShoppingItem> ShoppingItemUtil.findAll(int start, int end)
          Finds a range of all the shopping items.
 List<ShoppingItem> ShoppingItemPersistence.findAll(int start, int end)
          Finds a range of all the shopping items.
 List<ShoppingItem> ShoppingItemPersistenceImpl.findAll(int start, int end)
          Finds a range of all the shopping items.
static List<ShoppingItem> ShoppingItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping items.
 List<ShoppingItem> ShoppingItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping items.
 List<ShoppingItem> ShoppingItemPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping items.
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)
          Finds all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistence.findByG_C(long groupId, long categoryId)
          Finds all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistenceImpl.findByG_C(long groupId, long categoryId)
          Finds all the shopping items where groupId = ? and categoryId = ?.
static List<ShoppingItem> ShoppingItemUtil.findByG_C(long groupId, long categoryId, int start, int end)
          Finds a range of all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistence.findByG_C(long groupId, long categoryId, int start, int end)
          Finds a range of all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end)
          Finds a range of all the shopping items where groupId = ? and categoryId = ?.
static List<ShoppingItem> ShoppingItemUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping items where groupId = ? and categoryId = ?.
 List<ShoppingItem> ShoppingItemPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping items where groupId = ? and categoryId = ?.
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)
          Caches the shopping item in the entity cache if it is enabled.
 void ShoppingItemPersistence.cacheResult(ShoppingItem shoppingItem)
          Caches the shopping item in the entity cache if it is enabled.
 void ShoppingItemPersistenceImpl.cacheResult(ShoppingItem shoppingItem)
          Caches the shopping item in the entity cache if it is enabled.
static void ShoppingItemUtil.clearCache(ShoppingItem shoppingItem)
           
 void ShoppingItemPersistenceImpl.clearCache(ShoppingItem shoppingItem)
          Clears the cache for the shopping item.
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)
          Caches the shopping items in the entity cache if it is enabled.
 void ShoppingItemPersistence.cacheResult(List<ShoppingItem> shoppingItems)
          Caches the shopping items in the entity cache if it is enabled.
 void ShoppingItemPersistenceImpl.cacheResult(List<ShoppingItem> shoppingItems)
          Caches the shopping items in the entity cache if it is enabled.
 

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.5