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.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.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.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingItem
 class ShoppingItemBaseImpl
          The extended model base implementation for the ShoppingItem service.
 class ShoppingItemImpl
           
 

Methods in com.liferay.portlet.shopping.model.impl that return ShoppingItem
 ShoppingItem ShoppingCartItemImpl.getItem()
           
 ShoppingItem ShoppingItemCacheModel.toEntityModel()
           
 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
 CacheModel<ShoppingItem> ShoppingItemModelImpl.toCacheModel()
           
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 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.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.deleteShoppingItem(long itemId)
          Deletes the shopping item with the primary key from the database.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.fetchShoppingItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceBaseImpl.getShoppingItem(long itemId)
          Returns the shopping item with the primary key.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.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.base that return types with arguments of type ShoppingItem
 List<ShoppingItem> ShoppingItemLocalServiceBaseImpl.getShoppingItems(int start, int end)
          Returns 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.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.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.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.getItemsPrevAndNext(HttpPrincipal httpPrincipal, long itemId, OrderByComparator obc)
           
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 that return types with arguments of type ShoppingItem
static List<ShoppingItem> ShoppingItemServiceHttp.getItems(HttpPrincipal httpPrincipal, long groupId, long categoryId)
           
static List<ShoppingItem> ShoppingItemServiceHttp.getItems(HttpPrincipal httpPrincipal, long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 

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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, 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[] ShoppingItemServiceImpl.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 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 smallImageFile, boolean mediumImage, String mediumImageURL, File mediumImageFile, boolean largeImage, String largeImageURL, File largeImageFile, 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> ShoppingItemServiceImpl.getItems(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemLocalServiceImpl.getItems(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemServiceImpl.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 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 addGroupPermissions, boolean addGuestPermissions)
           
 void ShoppingItemLocalServiceImpl.addItemResources(ShoppingItem item, String[] groupPermissions, 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
 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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.fetchByPrimaryKey(long itemId)
          Returns the shopping item with the primary key or returns null if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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[] ShoppingItemPersistenceImpl.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 = ?.
protected  ShoppingItem ShoppingItemPersistenceImpl.filterGetByG_C_PrevAndNext(Session session, ShoppingItem shoppingItem, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
 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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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[] ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.findByPrimaryKey(long itemId)
          Returns the shopping item with the primary key or throws a NoSuchItemException if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping item with the primary key or throws a NoSuchModelException 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 ShoppingItemPersistenceImpl.findBySmallImageId(long smallImageId)
          Returns 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)
           
 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 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.
 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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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 ShoppingItemPersistenceImpl.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.
 ShoppingItem ShoppingItemPersistenceImpl.removeBySmallImageId(long smallImageId)
          Removes the shopping item where smallImageId = ? from the database.
protected  ShoppingItem ShoppingItemPersistenceImpl.removeImpl(ShoppingItem shoppingItem)
           
protected  ShoppingItem ShoppingItemPersistenceImpl.toUnwrappedModel(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)
           
 ShoppingItem ShoppingItemPersistenceImpl.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> ShoppingItemPersistenceImpl.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> ShoppingItemPersistenceImpl.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> ShoppingItemPersistenceImpl.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> ShoppingItemPersistenceImpl.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> ShoppingItemPersistenceImpl.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> ShoppingItemPersistenceImpl.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> ShoppingItemFinderImpl.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> ShoppingItemPersistenceImpl.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> ShoppingItemPersistenceImpl.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> ShoppingItemPersistenceImpl.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> ShoppingItemFinderImpl.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)
           
 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
 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.
 void ShoppingItemPersistenceImpl.cacheResult(ShoppingItem shoppingItem)
          Caches the shopping item in the entity cache if it is enabled.
protected  void ShoppingItemPersistenceImpl.cacheUniqueFindersCache(ShoppingItem shoppingItem)
           
static void ShoppingItemUtil.clearCache(ShoppingItem shoppingItem)
           
 void ShoppingItemPersistenceImpl.clearCache(ShoppingItem shoppingItem)
          Clears the cache for the shopping item.
protected  void ShoppingItemPersistenceImpl.clearUniqueFindersCache(ShoppingItem shoppingItem)
           
protected  ShoppingItem ShoppingItemPersistenceImpl.filterGetByG_C_PrevAndNext(Session session, ShoppingItem shoppingItem, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  ShoppingItem ShoppingItemPersistenceImpl.getByG_C_PrevAndNext(Session session, ShoppingItem shoppingItem, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  ShoppingItem ShoppingItemPersistenceImpl.removeImpl(ShoppingItem shoppingItem)
           
protected  ShoppingItem ShoppingItemPersistenceImpl.toUnwrappedModel(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)
           
 ShoppingItem ShoppingItemPersistenceImpl.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.
 void ShoppingItemPersistenceImpl.cacheResult(List<ShoppingItem> shoppingItems)
          Caches the shopping items in the entity cache if it is enabled.
 void ShoppingItemPersistenceImpl.clearCache(List<ShoppingItem> shoppingItems)
           
 

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

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


Liferay 6.2-ce-ga5