Liferay 6.2.0

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

Packages that use ShoppingItem
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.persistence   
 

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
abstract  ShoppingItem ShoppingCartItem.getItem()
           
 ShoppingItem ShoppingItemWrapper.getWrappedModel()
           
 ShoppingItem ShoppingItemWrapper.getWrappedShoppingItem()
          Deprecated. As of 6.1.0, replaced by ShoppingItemWrapper.getWrappedModel()
abstract  ShoppingItem ShoppingItemModel.toEscapedModel()
           
 ShoppingItem ShoppingItemWrapper.toEscapedModel()
           
abstract  ShoppingItem ShoppingItemModel.toUnescapedModel()
           
 ShoppingItem ShoppingItemWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingItem
abstract  CacheModel<ShoppingItem> ShoppingItemModel.toCacheModel()
           
 CacheModel<ShoppingItem> ShoppingItemWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingItem
abstract  int ShoppingItemModel.compareTo(ShoppingItem shoppingItem)
           
 int ShoppingItemWrapper.compareTo(ShoppingItem shoppingItem)
           
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.service
 

Methods in com.liferay.portlet.shopping.service that return ShoppingItem
abstract  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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, 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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
abstract  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)
           
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 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)
           
abstract  ShoppingItem ShoppingItemLocalService.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
static ShoppingItem ShoppingItemLocalServiceUtil.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
 ShoppingItem ShoppingItemLocalServiceWrapper.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
abstract  ShoppingItem ShoppingItemLocalService.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 ShoppingItemLocalServiceWrapper.createShoppingItem(long itemId)
          Creates a new shopping item with the primary key.
abstract  ShoppingItem ShoppingItemLocalService.deleteShoppingItem(long itemId)
          Deletes the shopping item with the primary key from the database.
static ShoppingItem ShoppingItemLocalServiceUtil.deleteShoppingItem(long itemId)
          Deletes the shopping item with the primary key from the database.
 ShoppingItem ShoppingItemLocalServiceWrapper.deleteShoppingItem(long itemId)
          Deletes the shopping item with the primary key from the database.
abstract  ShoppingItem ShoppingItemLocalService.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
static ShoppingItem ShoppingItemLocalServiceUtil.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
 ShoppingItem ShoppingItemLocalServiceWrapper.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
abstract  ShoppingItem ShoppingItemLocalService.fetchShoppingItem(long itemId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.fetchShoppingItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.fetchShoppingItem(long itemId)
           
abstract  ShoppingItem ShoppingItemService.getItem(long itemId)
           
abstract  ShoppingItem ShoppingItemLocalService.getItem(long itemId)
           
static ShoppingItem ShoppingItemServiceUtil.getItem(long itemId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItem(long itemId)
           
 ShoppingItem ShoppingItemServiceWrapper.getItem(long itemId)
           
abstract  ShoppingItem ShoppingItemLocalService.getItem(long companyId, String sku)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItem(long companyId, String sku)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItem(long companyId, String sku)
           
abstract  ShoppingItem ShoppingItemLocalService.getItemByLargeImageId(long largeImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemByLargeImageId(long largeImageId)
           
abstract  ShoppingItem ShoppingItemLocalService.getItemByMediumImageId(long mediumImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemByMediumImageId(long mediumImageId)
           
abstract  ShoppingItem ShoppingItemLocalService.getItemBySmallImageId(long smallImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemBySmallImageId(long smallImageId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemBySmallImageId(long smallImageId)
           
abstract  ShoppingItem[] ShoppingItemService.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
abstract  ShoppingItem[] ShoppingItemLocalService.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
static ShoppingItem[] ShoppingItemServiceUtil.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
static ShoppingItem[] ShoppingItemLocalServiceUtil.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemLocalServiceWrapper.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemServiceWrapper.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
abstract  ShoppingItem ShoppingItemLocalService.getShoppingItem(long itemId)
          Returns the shopping item with the primary key.
static ShoppingItem ShoppingItemLocalServiceUtil.getShoppingItem(long itemId)
          Returns the shopping item with the primary key.
 ShoppingItem ShoppingItemLocalServiceWrapper.getShoppingItem(long itemId)
          Returns the shopping item with the primary key.
abstract  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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, 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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
abstract  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)
           
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 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)
           
abstract  ShoppingItem ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database or adds it if it does not yet exist.
static ShoppingItem ShoppingItemLocalServiceUtil.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database or adds it if it does not yet exist.
 ShoppingItem ShoppingItemLocalServiceWrapper.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingItem
abstract  List<ShoppingItem> ShoppingItemLocalService.getFeaturedItems(long groupId, long categoryId, int numOfItems)
           
static List<ShoppingItem> ShoppingItemLocalServiceUtil.getFeaturedItems(long groupId, long categoryId, int numOfItems)
           
 List<ShoppingItem> ShoppingItemLocalServiceWrapper.getFeaturedItems(long groupId, long categoryId, int numOfItems)
           
abstract  List<ShoppingItem> ShoppingItemService.getItems(long groupId, long categoryId)
           
abstract  List<ShoppingItem> ShoppingItemLocalService.getItems(long groupId, long categoryId)
           
static List<ShoppingItem> ShoppingItemServiceUtil.getItems(long groupId, long categoryId)
           
static List<ShoppingItem> ShoppingItemLocalServiceUtil.getItems(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemLocalServiceWrapper.getItems(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemServiceWrapper.getItems(long groupId, long categoryId)
           
abstract  List<ShoppingItem> ShoppingItemService.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
abstract  List<ShoppingItem> ShoppingItemLocalService.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
static List<ShoppingItem> ShoppingItemServiceUtil.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> ShoppingItemLocalServiceWrapper.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 List<ShoppingItem> ShoppingItemServiceWrapper.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
abstract  List<ShoppingItem> ShoppingItemLocalService.getSaleItems(long groupId, long categoryId, int numOfItems)
           
static List<ShoppingItem> ShoppingItemLocalServiceUtil.getSaleItems(long groupId, long categoryId, int numOfItems)
           
 List<ShoppingItem> ShoppingItemLocalServiceWrapper.getSaleItems(long groupId, long categoryId, int numOfItems)
           
abstract  List<ShoppingItem> ShoppingItemLocalService.getShoppingItems(int start, int end)
          Returns a range of all the shopping items.
static List<ShoppingItem> ShoppingItemLocalServiceUtil.getShoppingItems(int start, int end)
          Returns a range of all the shopping items.
 List<ShoppingItem> ShoppingItemLocalServiceWrapper.getShoppingItems(int start, int end)
          Returns a range of all the shopping items.
abstract  List<ShoppingItem> ShoppingItemLocalService.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> ShoppingItemLocalServiceWrapper.search(long groupId, long[] categoryIds, String keywords, int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingItem
abstract  void ShoppingItemLocalService.addItemResources(ShoppingItem item, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void ShoppingItemLocalServiceUtil.addItemResources(ShoppingItem item, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void ShoppingItemLocalServiceWrapper.addItemResources(ShoppingItem item, boolean addGroupPermissions, boolean addGuestPermissions)
           
abstract  void ShoppingItemLocalService.addItemResources(ShoppingItem item, String[] groupPermissions, String[] guestPermissions)
           
static void ShoppingItemLocalServiceUtil.addItemResources(ShoppingItem item, String[] groupPermissions, String[] guestPermissions)
           
 void ShoppingItemLocalServiceWrapper.addItemResources(ShoppingItem item, String[] groupPermissions, String[] guestPermissions)
           
abstract  ShoppingItem ShoppingItemLocalService.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
static ShoppingItem ShoppingItemLocalServiceUtil.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
 ShoppingItem ShoppingItemLocalServiceWrapper.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
abstract  void ShoppingItemLocalService.deleteItem(ShoppingItem item)
           
static void ShoppingItemLocalServiceUtil.deleteItem(ShoppingItem item)
           
 void ShoppingItemLocalServiceWrapper.deleteItem(ShoppingItem item)
           
abstract  ShoppingItem ShoppingItemLocalService.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
static ShoppingItem ShoppingItemLocalServiceUtil.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
 ShoppingItem ShoppingItemLocalServiceWrapper.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
abstract  ShoppingItem ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database or adds it if it does not yet exist.
static ShoppingItem ShoppingItemLocalServiceUtil.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database or adds it if it does not yet exist.
 ShoppingItem ShoppingItemLocalServiceWrapper.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingItem
abstract  ShoppingItem ShoppingItemPersistence.create(long itemId)
          Creates a new shopping item with the primary key.
static ShoppingItem ShoppingItemUtil.create(long itemId)
          Creates a new shopping item with the primary key.
abstract  ShoppingItem ShoppingItemPersistence.fetchByC_S(long companyId, String sku)
          Returns 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)
          Returns the shopping item where companyId = ? and sku = ? or returns null if it could not be found.
abstract  ShoppingItem ShoppingItemPersistence.fetchByC_S(long companyId, String sku, boolean retrieveFromCache)
          Returns the shopping item where companyId = ? and sku = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingItem ShoppingItemUtil.fetchByC_S(long companyId, String sku, boolean retrieveFromCache)
          Returns the shopping item where companyId = ? and sku = ? or returns null if it could not be found, optionally using the finder cache.
abstract  ShoppingItem ShoppingItemPersistence.fetchByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem ShoppingItemUtil.fetchByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?.
abstract  ShoppingItem ShoppingItemPersistence.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem ShoppingItemUtil.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?.
abstract  ShoppingItem ShoppingItemPersistence.fetchByLargeImageId(long largeImageId)
          Returns the shopping item where largeImageId = ? or returns null if it could not be found.
static ShoppingItem ShoppingItemUtil.fetchByLargeImageId(long largeImageId)
          Returns the shopping item where largeImageId = ? or returns null if it could not be found.
abstract  ShoppingItem ShoppingItemPersistence.fetchByLargeImageId(long largeImageId, boolean retrieveFromCache)
          Returns the shopping item where largeImageId = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingItem ShoppingItemUtil.fetchByLargeImageId(long largeImageId, boolean retrieveFromCache)
          Returns the shopping item where largeImageId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  ShoppingItem ShoppingItemPersistence.fetchByMediumImageId(long mediumImageId)
          Returns the shopping item where mediumImageId = ? or returns null if it could not be found.
static ShoppingItem ShoppingItemUtil.fetchByMediumImageId(long mediumImageId)
          Returns the shopping item where mediumImageId = ? or returns null if it could not be found.
abstract  ShoppingItem ShoppingItemPersistence.fetchByMediumImageId(long mediumImageId, boolean retrieveFromCache)
          Returns the shopping item where mediumImageId = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingItem ShoppingItemUtil.fetchByMediumImageId(long mediumImageId, boolean retrieveFromCache)
          Returns the shopping item where mediumImageId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  ShoppingItem ShoppingItemPersistence.fetchByPrimaryKey(long itemId)
          Returns the shopping item with the primary key or returns null if it could not be found.
static ShoppingItem ShoppingItemUtil.fetchByPrimaryKey(long itemId)
          Returns the shopping item with the primary key or returns null if it could not be found.
abstract  ShoppingItem ShoppingItemPersistence.fetchBySmallImageId(long smallImageId)
          Returns the shopping item where smallImageId = ? or returns null if it could not be found.
static ShoppingItem ShoppingItemUtil.fetchBySmallImageId(long smallImageId)
          Returns the shopping item where smallImageId = ? or returns null if it could not be found.
abstract  ShoppingItem ShoppingItemPersistence.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Returns the shopping item where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingItem ShoppingItemUtil.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Returns the shopping item where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  ShoppingItem[] ShoppingItemPersistence.filterFindByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the shopping items before and after the current shopping item in the ordered set of shopping items that the user has permission to view where groupId = ? and categoryId = ?.
static ShoppingItem[] ShoppingItemUtil.filterFindByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the shopping items before and after the current shopping item in the ordered set of shopping items that the user has permission to view where groupId = ? and categoryId = ?.
abstract  ShoppingItem ShoppingItemPersistence.findByC_S(long companyId, String sku)
          Returns the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found.
static ShoppingItem ShoppingItemUtil.findByC_S(long companyId, String sku)
          Returns the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found.
abstract  ShoppingItem ShoppingItemPersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem ShoppingItemUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?.
abstract  ShoppingItem ShoppingItemPersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem ShoppingItemUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?.
abstract  ShoppingItem[] ShoppingItemPersistence.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?.
static ShoppingItem[] ShoppingItemUtil.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?.
abstract  ShoppingItem ShoppingItemPersistence.findByLargeImageId(long largeImageId)
          Returns the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found.
static ShoppingItem ShoppingItemUtil.findByLargeImageId(long largeImageId)
          Returns the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found.
abstract  ShoppingItem ShoppingItemPersistence.findByMediumImageId(long mediumImageId)
          Returns the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found.
static ShoppingItem ShoppingItemUtil.findByMediumImageId(long mediumImageId)
          Returns the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found.
abstract  ShoppingItem ShoppingItemPersistence.findByPrimaryKey(long itemId)
          Returns the shopping item with the primary key or throws a NoSuchItemException if it could not be found.
static ShoppingItem ShoppingItemUtil.findByPrimaryKey(long itemId)
          Returns the shopping item with the primary key or throws a NoSuchItemException if it could not be found.
abstract  ShoppingItem ShoppingItemPersistence.findBySmallImageId(long smallImageId)
          Returns the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found.
static ShoppingItem ShoppingItemUtil.findBySmallImageId(long smallImageId)
          Returns the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found.
abstract  ShoppingItem ShoppingItemPersistence.remove(long itemId)
          Removes the shopping item with the primary key from the database.
static ShoppingItem ShoppingItemUtil.remove(long itemId)
          Removes the shopping item with the primary key from the database.
abstract  ShoppingItem ShoppingItemPersistence.removeByC_S(long companyId, String sku)
          Removes the shopping item where companyId = ? and sku = ? from the database.
static ShoppingItem ShoppingItemUtil.removeByC_S(long companyId, String sku)
          Removes the shopping item where companyId = ? and sku = ? from the database.
abstract  ShoppingItem ShoppingItemPersistence.removeByLargeImageId(long largeImageId)
          Removes the shopping item where largeImageId = ? from the database.
static ShoppingItem ShoppingItemUtil.removeByLargeImageId(long largeImageId)
          Removes the shopping item where largeImageId = ? from the database.
abstract  ShoppingItem ShoppingItemPersistence.removeByMediumImageId(long mediumImageId)
          Removes the shopping item where mediumImageId = ? from the database.
static ShoppingItem ShoppingItemUtil.removeByMediumImageId(long mediumImageId)
          Removes the shopping item where mediumImageId = ? from the database.
abstract  ShoppingItem ShoppingItemPersistence.removeBySmallImageId(long smallImageId)
          Removes the shopping item where smallImageId = ? from the database.
static ShoppingItem ShoppingItemUtil.removeBySmallImageId(long smallImageId)
          Removes the shopping item where smallImageId = ? from the database.
static ShoppingItem ShoppingItemUtil.update(ShoppingItem shoppingItem)
           
static ShoppingItem ShoppingItemUtil.update(ShoppingItem shoppingItem, ServiceContext serviceContext)
           
abstract  ShoppingItem ShoppingItemPersistence.updateImpl(ShoppingItem shoppingItem)
           
static ShoppingItem ShoppingItemUtil.updateImpl(ShoppingItem shoppingItem)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingItem
abstract  List<ShoppingItem> ShoppingItemPersistence.filterFindByG_C(long groupId, long categoryId)
          Returns all the shopping items that the user has permission to view where groupId = ? and categoryId = ?.
static List<ShoppingItem> ShoppingItemUtil.filterFindByG_C(long groupId, long categoryId)
          Returns all the shopping items that the user has permission to view where groupId = ? and categoryId = ?.
abstract  List<ShoppingItem> ShoppingItemPersistence.filterFindByG_C(long groupId, long categoryId, int start, int end)
          Returns a range of all the shopping items that the user has permission to view where groupId = ? and categoryId = ?.
static List<ShoppingItem> ShoppingItemUtil.filterFindByG_C(long groupId, long categoryId, int start, int end)
          Returns a range of all the shopping items that the user has permission to view where groupId = ? and categoryId = ?.
abstract  List<ShoppingItem> ShoppingItemPersistence.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items that the user has permissions to view where groupId = ? and categoryId = ?.
static List<ShoppingItem> ShoppingItemUtil.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items that the user has permissions to view where groupId = ? and categoryId = ?.
abstract  List<ShoppingItem> ShoppingItemPersistence.findAll()
          Returns all the shopping items.
static List<ShoppingItem> ShoppingItemUtil.findAll()
          Returns all the shopping items.
abstract  List<ShoppingItem> ShoppingItemPersistence.findAll(int start, int end)
          Returns a range of all the shopping items.
static List<ShoppingItem> ShoppingItemUtil.findAll(int start, int end)
          Returns a range of all the shopping items.
abstract  List<ShoppingItem> ShoppingItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items.
static List<ShoppingItem> ShoppingItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping items.
abstract  List<ShoppingItem> ShoppingItemFinder.findByFeatured(long groupId, long[] categoryIds, int numOfItems)
           
static List<ShoppingItem> ShoppingItemFinderUtil.findByFeatured(long groupId, long[] categoryIds, int numOfItems)
           
abstract  List<ShoppingItem> ShoppingItemPersistence.findByG_C(long groupId, long categoryId)
          Returns all the shopping items where groupId = ? and categoryId = ?.
static List<ShoppingItem> ShoppingItemUtil.findByG_C(long groupId, long categoryId)
          Returns all the shopping items where groupId = ? and categoryId = ?.
abstract  List<ShoppingItem> ShoppingItemPersistence.findByG_C(long groupId, long categoryId, int start, int end)
          Returns 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)
          Returns a range of all the shopping items where groupId = ? and categoryId = ?.
abstract  List<ShoppingItem> ShoppingItemPersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered 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)
          Returns an ordered range of all the shopping items where groupId = ? and categoryId = ?.
abstract  List<ShoppingItem> ShoppingItemFinder.findByKeywords(long groupId, long[] categoryIds, String keywords, int start, int end)
           
static List<ShoppingItem> ShoppingItemFinderUtil.findByKeywords(long groupId, long[] categoryIds, String keywords, int start, int end)
           
abstract  List<ShoppingItem> ShoppingItemFinder.findBySale(long groupId, long[] categoryIds, int numOfItems)
           
static List<ShoppingItem> ShoppingItemFinderUtil.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
abstract  void ShoppingItemPersistence.cacheResult(ShoppingItem shoppingItem)
          Caches the shopping item in the entity cache if it is enabled.
static void ShoppingItemUtil.cacheResult(ShoppingItem shoppingItem)
          Caches the shopping item in the entity cache if it is enabled.
static void ShoppingItemUtil.clearCache(ShoppingItem shoppingItem)
           
static ShoppingItem ShoppingItemUtil.update(ShoppingItem shoppingItem)
           
static ShoppingItem ShoppingItemUtil.update(ShoppingItem shoppingItem, ServiceContext serviceContext)
           
abstract  ShoppingItem ShoppingItemPersistence.updateImpl(ShoppingItem shoppingItem)
           
static ShoppingItem ShoppingItemUtil.updateImpl(ShoppingItem shoppingItem)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingItem
abstract  void ShoppingItemPersistence.cacheResult(List<ShoppingItem> shoppingItems)
          Caches the shopping items in the entity cache if it is enabled.
static void ShoppingItemUtil.cacheResult(List<ShoppingItem> shoppingItems)
          Caches the shopping items in the entity cache if it is enabled.
 


Liferay 6.2.0