Liferay 6.2-ce-ga5

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

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

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingItem
 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
 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)
           
 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)
           
 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.
 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.
 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.
 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.
 ShoppingItem ShoppingItemLocalService.fetchShoppingItem(long itemId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.fetchShoppingItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.fetchShoppingItem(long itemId)
           
 ShoppingItem ShoppingItemService.getItem(long itemId)
           
 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)
           
 ShoppingItem ShoppingItemLocalService.getItem(long companyId, String sku)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItem(long companyId, String sku)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItem(long companyId, String sku)
           
 ShoppingItem ShoppingItemLocalService.getItemByLargeImageId(long largeImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemLocalService.getItemByMediumImageId(long mediumImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemLocalService.getItemBySmallImageId(long smallImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemBySmallImageId(long smallImageId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemBySmallImageId(long smallImageId)
           
 ShoppingItem[] ShoppingItemService.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 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)
           
 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.
 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)
           
 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)
           
 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
 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)
           
 List<ShoppingItem> ShoppingItemService.getItems(long groupId, long categoryId)
           
 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)
           
 List<ShoppingItem> ShoppingItemService.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)
           
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)
           
 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)
           
 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.
 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
 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)
           
 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)
           
 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.
 void ShoppingItemLocalService.deleteItem(ShoppingItem item)
           
static void ShoppingItemLocalServiceUtil.deleteItem(ShoppingItem item)
           
 void ShoppingItemLocalServiceWrapper.deleteItem(ShoppingItem item)
           
 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.
 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
 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.
 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.
 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.
 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 = ?.
 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 = ?.
 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.
 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.
 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.
 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.
 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.
 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.
 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.
 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 = ?.
 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.
 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 = ?.
 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 = ?.
 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 = ?.
 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.
 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.
 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.
 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.
 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.
 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.
 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.
 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.
 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)
           
 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
 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 = ?.
 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 = ?.
 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 = ?.
 List<ShoppingItem> ShoppingItemPersistence.findAll()
          Returns all the shopping items.
static List<ShoppingItem> ShoppingItemUtil.findAll()
          Returns all the shopping items.
 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.
 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.
 List<ShoppingItem> ShoppingItemFinder.findByFeatured(long groupId, long[] categoryIds, int numOfItems)
           
static List<ShoppingItem> ShoppingItemFinderUtil.findByFeatured(long groupId, long[] categoryIds, int numOfItems)
           
 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 = ?.
 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 = ?.
 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 = ?.
 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)
           
 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
 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)
           
 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
 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-ce-ga5