Liferay 6.0.5

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

Packages that use ShoppingItemPrice
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.persistence   
com.liferay.portlet.shopping.util   
 

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

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

Methods in com.liferay.portlet.shopping.model that return ShoppingItemPrice
 ShoppingItemPrice ShoppingItemPriceWrapper.getWrappedShoppingItemPrice()
           
 ShoppingItemPrice ShoppingItemPriceWrapper.toEscapedModel()
           
 ShoppingItemPrice ShoppingItemPriceModel.toEscapedModel()
          Gets a copy of this shopping item price as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingItemPrice
 List<ShoppingItemPrice> ShoppingItemWrapper.getItemPrices()
           
 List<ShoppingItemPrice> ShoppingItem.getItemPrices()
           
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingItemPrice
 int ShoppingItemPriceWrapper.compareTo(ShoppingItemPrice shoppingItemPrice)
           
 int ShoppingItemPriceModel.compareTo(ShoppingItemPrice shoppingItemPrice)
           
 

Constructors in com.liferay.portlet.shopping.model with parameters of type ShoppingItemPrice
ShoppingItemPriceWrapper(ShoppingItemPrice shoppingItemPrice)
           
 

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

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingItemPrice
 class ShoppingItemPriceImpl
           
 

Methods in com.liferay.portlet.shopping.model.impl that return ShoppingItemPrice
 ShoppingItemPrice ShoppingItemPriceModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.shopping.model.impl that return types with arguments of type ShoppingItemPrice
 List<ShoppingItemPrice> ShoppingItemImpl.getItemPrices()
           
 

Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingItemPrice
 int ShoppingItemPriceModelImpl.compareTo(ShoppingItemPrice shoppingItemPrice)
           
 

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

Methods in com.liferay.portlet.shopping.service that return ShoppingItemPrice
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
 ShoppingItemPrice ShoppingItemPriceLocalService.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.createShoppingItemPrice(long itemPriceId)
          Creates a new shopping item price with the primary key.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.createShoppingItemPrice(long itemPriceId)
          Creates a new shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalService.createShoppingItemPrice(long itemPriceId)
          Creates a new shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.getShoppingItemPrice(long itemPriceId)
          Gets the shopping item price with the primary key.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.getShoppingItemPrice(long itemPriceId)
          Gets the shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalService.getShoppingItemPrice(long itemPriceId)
          Gets the shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database.
 ShoppingItemPrice ShoppingItemPriceLocalService.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database.
 ShoppingItemPrice ShoppingItemPriceLocalService.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database.
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingItemPrice
 List<ShoppingItemPrice> ShoppingItemPriceLocalServiceWrapper.getItemPrices(long itemId)
           
static List<ShoppingItemPrice> ShoppingItemPriceLocalServiceUtil.getItemPrices(long itemId)
           
 List<ShoppingItemPrice> ShoppingItemPriceLocalService.getItemPrices(long itemId)
           
 List<ShoppingItemPrice> ShoppingItemPriceLocalServiceWrapper.getShoppingItemPrices(int start, int end)
          Gets a range of all the shopping item prices.
static List<ShoppingItemPrice> ShoppingItemPriceLocalServiceUtil.getShoppingItemPrices(int start, int end)
          Gets a range of all the shopping item prices.
 List<ShoppingItemPrice> ShoppingItemPriceLocalService.getShoppingItemPrices(int start, int end)
          Gets a range of all the shopping item prices.
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingItemPrice
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
 ShoppingItemPrice ShoppingItemPriceLocalService.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
 void ShoppingItemPriceLocalServiceWrapper.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
static void ShoppingItemPriceLocalServiceUtil.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
 void ShoppingItemPriceLocalService.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database.
 ShoppingItemPrice ShoppingItemPriceLocalService.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database.
 ShoppingItemPrice ShoppingItemPriceLocalService.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database.
 

Method parameters in com.liferay.portlet.shopping.service with type arguments of type ShoppingItemPrice
 ShoppingItem ShoppingItemLocalServiceWrapper.addItem(long userId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemLocalServiceUtil.addItem(long userId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalService.addItem(long userId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemServiceWrapper.addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemServiceUtil.addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemService.addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.updateItem(long userId, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemLocalServiceUtil.updateItem(long userId, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalService.updateItem(long userId, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemServiceWrapper.updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemServiceUtil.updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemService.updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.shopping.service.base that return ShoppingItemPrice
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.createShoppingItemPrice(long itemPriceId)
          Creates a new shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.getShoppingItemPrice(long itemPriceId)
          Gets the shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database.
 

Methods in com.liferay.portlet.shopping.service.base that return types with arguments of type ShoppingItemPrice
 List<ShoppingItemPrice> ShoppingItemPriceLocalServiceBaseImpl.getShoppingItemPrices(int start, int end)
          Gets a range of all the shopping item prices.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingItemPrice
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
 void ShoppingItemPriceLocalServiceBaseImpl.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database.
 

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

Method parameters in com.liferay.portlet.shopping.service.http with type arguments of type ShoppingItemPrice
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.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)
           
 

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

Methods in com.liferay.portlet.shopping.service.impl that return types with arguments of type ShoppingItemPrice
 List<ShoppingItemPrice> ShoppingItemPriceLocalServiceImpl.getItemPrices(long itemId)
           
 

Method parameters in com.liferay.portlet.shopping.service.impl with type arguments of type ShoppingItemPrice
 ShoppingItem ShoppingItemLocalServiceImpl.addItem(long userId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemServiceImpl.addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalServiceImpl.updateItem(long userId, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemServiceImpl.updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingItemPrice
static ShoppingItemPrice ShoppingItemPriceUtil.create(long itemPriceId)
          Creates a new shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPricePersistence.create(long itemPriceId)
          Creates a new shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.create(long itemPriceId)
          Creates a new shopping item price with the primary key.
static ShoppingItemPrice ShoppingItemPriceUtil.fetchByPrimaryKey(long itemPriceId)
          Finds the shopping item price with the primary key or returns null if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistence.fetchByPrimaryKey(long itemPriceId)
          Finds the shopping item price with the primary key or returns null if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.fetchByPrimaryKey(long itemPriceId)
          Finds the shopping item price with the primary key or returns null if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the shopping item price with the primary key or returns null if it could not be found.
static ShoppingItemPrice ShoppingItemPriceUtil.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Finds the first shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistence.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Finds the first shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Finds the first shopping item price in the ordered set where itemId = ?.
static ShoppingItemPrice ShoppingItemPriceUtil.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Finds the last shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistence.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Finds the last shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Finds the last shopping item price in the ordered set where itemId = ?.
static ShoppingItemPrice[] ShoppingItemPriceUtil.findByItemId_PrevAndNext(long itemPriceId, long itemId, OrderByComparator orderByComparator)
          Finds the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice[] ShoppingItemPricePersistence.findByItemId_PrevAndNext(long itemPriceId, long itemId, OrderByComparator orderByComparator)
          Finds the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice[] ShoppingItemPricePersistenceImpl.findByItemId_PrevAndNext(long itemPriceId, long itemId, OrderByComparator orderByComparator)
          Finds the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?.
static ShoppingItemPrice ShoppingItemPriceUtil.findByPrimaryKey(long itemPriceId)
          Finds the shopping item price with the primary key or throws a NoSuchItemPriceException if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistence.findByPrimaryKey(long itemPriceId)
          Finds the shopping item price with the primary key or throws a NoSuchItemPriceException if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByPrimaryKey(long itemPriceId)
          Finds the shopping item price with the primary key or throws a NoSuchItemPriceException if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping item price with the primary key or throws a NoSuchModelException if it could not be found.
protected  ShoppingItemPrice ShoppingItemPricePersistenceImpl.getByItemId_PrevAndNext(Session session, ShoppingItemPrice shoppingItemPrice, long itemId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingItemPrice ShoppingItemPriceUtil.remove(long itemPriceId)
          Removes the shopping item price with the primary key from the database.
 ShoppingItemPrice ShoppingItemPricePersistence.remove(long itemPriceId)
          Removes the shopping item price with the primary key from the database.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.remove(long itemPriceId)
          Removes the shopping item price with the primary key from the database.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping item price with the primary key from the database.
static ShoppingItemPrice ShoppingItemPriceUtil.remove(ShoppingItemPrice shoppingItemPrice)
           
protected  ShoppingItemPrice ShoppingItemPricePersistenceImpl.removeImpl(ShoppingItemPrice shoppingItemPrice)
           
protected  ShoppingItemPrice ShoppingItemPricePersistenceImpl.toUnwrappedModel(ShoppingItemPrice shoppingItemPrice)
           
static ShoppingItemPrice ShoppingItemPriceUtil.update(ShoppingItemPrice shoppingItemPrice, boolean merge)
           
static ShoppingItemPrice ShoppingItemPriceUtil.update(ShoppingItemPrice shoppingItemPrice, boolean merge, ServiceContext serviceContext)
           
static ShoppingItemPrice ShoppingItemPriceUtil.updateImpl(ShoppingItemPrice shoppingItemPrice, boolean merge)
           
 ShoppingItemPrice ShoppingItemPricePersistence.updateImpl(ShoppingItemPrice shoppingItemPrice, boolean merge)
           
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.updateImpl(ShoppingItemPrice shoppingItemPrice, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingItemPrice
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findAll()
          Finds all the shopping item prices.
 List<ShoppingItemPrice> ShoppingItemPricePersistence.findAll()
          Finds all the shopping item prices.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.findAll()
          Finds all the shopping item prices.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findAll(int start, int end)
          Finds a range of all the shopping item prices.
 List<ShoppingItemPrice> ShoppingItemPricePersistence.findAll(int start, int end)
          Finds a range of all the shopping item prices.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.findAll(int start, int end)
          Finds a range of all the shopping item prices.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item prices.
 List<ShoppingItemPrice> ShoppingItemPricePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item prices.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item prices.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findByItemId(long itemId)
          Finds all the shopping item prices where itemId = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistence.findByItemId(long itemId)
          Finds all the shopping item prices where itemId = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.findByItemId(long itemId)
          Finds all the shopping item prices where itemId = ?.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findByItemId(long itemId, int start, int end)
          Finds a range of all the shopping item prices where itemId = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistence.findByItemId(long itemId, int start, int end)
          Finds a range of all the shopping item prices where itemId = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.findByItemId(long itemId, int start, int end)
          Finds a range of all the shopping item prices where itemId = ?.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item prices where itemId = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistence.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item prices where itemId = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping item prices where itemId = ?.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingItemPrice> ShoppingItemUtil.getShoppingItemPrices(long pk)
          Gets all the shopping item prices associated with the shopping item.
 List<ShoppingItemPrice> ShoppingItemPersistence.getShoppingItemPrices(long pk)
          Gets all the shopping item prices associated with the shopping item.
 List<ShoppingItemPrice> ShoppingItemPersistenceImpl.getShoppingItemPrices(long pk)
          Gets all the shopping item prices associated with the shopping item.
static List<ShoppingItemPrice> ShoppingItemUtil.getShoppingItemPrices(long pk, int start, int end)
          Gets a range of all the shopping item prices associated with the shopping item.
 List<ShoppingItemPrice> ShoppingItemPersistence.getShoppingItemPrices(long pk, int start, int end)
          Gets a range of all the shopping item prices associated with the shopping item.
 List<ShoppingItemPrice> ShoppingItemPersistenceImpl.getShoppingItemPrices(long pk, int start, int end)
          Gets a range of all the shopping item prices associated with the shopping item.
static List<ShoppingItemPrice> ShoppingItemUtil.getShoppingItemPrices(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the shopping item prices associated with the shopping item.
 List<ShoppingItemPrice> ShoppingItemPersistence.getShoppingItemPrices(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the shopping item prices associated with the shopping item.
 List<ShoppingItemPrice> ShoppingItemPersistenceImpl.getShoppingItemPrices(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the shopping item prices associated with the shopping item.
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingItemPrice
static void ShoppingItemPriceUtil.cacheResult(ShoppingItemPrice shoppingItemPrice)
          Caches the shopping item price in the entity cache if it is enabled.
 void ShoppingItemPricePersistence.cacheResult(ShoppingItemPrice shoppingItemPrice)
          Caches the shopping item price in the entity cache if it is enabled.
 void ShoppingItemPricePersistenceImpl.cacheResult(ShoppingItemPrice shoppingItemPrice)
          Caches the shopping item price in the entity cache if it is enabled.
static void ShoppingItemPriceUtil.clearCache(ShoppingItemPrice shoppingItemPrice)
           
 void ShoppingItemPricePersistenceImpl.clearCache(ShoppingItemPrice shoppingItemPrice)
          Clears the cache for the shopping item price.
protected  ShoppingItemPrice ShoppingItemPricePersistenceImpl.getByItemId_PrevAndNext(Session session, ShoppingItemPrice shoppingItemPrice, long itemId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingItemPrice ShoppingItemPriceUtil.remove(ShoppingItemPrice shoppingItemPrice)
           
protected  ShoppingItemPrice ShoppingItemPricePersistenceImpl.removeImpl(ShoppingItemPrice shoppingItemPrice)
           
protected  ShoppingItemPrice ShoppingItemPricePersistenceImpl.toUnwrappedModel(ShoppingItemPrice shoppingItemPrice)
           
static ShoppingItemPrice ShoppingItemPriceUtil.update(ShoppingItemPrice shoppingItemPrice, boolean merge)
           
static ShoppingItemPrice ShoppingItemPriceUtil.update(ShoppingItemPrice shoppingItemPrice, boolean merge, ServiceContext serviceContext)
           
static ShoppingItemPrice ShoppingItemPriceUtil.updateImpl(ShoppingItemPrice shoppingItemPrice, boolean merge)
           
 ShoppingItemPrice ShoppingItemPricePersistence.updateImpl(ShoppingItemPrice shoppingItemPrice, boolean merge)
           
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.updateImpl(ShoppingItemPrice shoppingItemPrice, boolean merge)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingItemPrice
static void ShoppingItemPriceUtil.cacheResult(List<ShoppingItemPrice> shoppingItemPrices)
          Caches the shopping item prices in the entity cache if it is enabled.
 void ShoppingItemPricePersistence.cacheResult(List<ShoppingItemPrice> shoppingItemPrices)
          Caches the shopping item prices in the entity cache if it is enabled.
 void ShoppingItemPricePersistenceImpl.cacheResult(List<ShoppingItemPrice> shoppingItemPrices)
          Caches the shopping item prices in the entity cache if it is enabled.
 

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

Methods in com.liferay.portlet.shopping.util with parameters of type ShoppingItemPrice
static double ShoppingUtil.calculateActualPrice(ShoppingItemPrice itemPrice)
           
static double ShoppingUtil.calculateDiscountPrice(ShoppingItemPrice itemPrice)
           
 


Liferay 6.0.5