Liferay 6.2.0

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

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

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.getWrappedModel()
           
 ShoppingItemPrice ShoppingItemPriceWrapper.getWrappedShoppingItemPrice()
          Deprecated. As of 6.1.0, replaced by ShoppingItemPriceWrapper.getWrappedModel()
abstract  ShoppingItemPrice ShoppingItemPriceModel.toEscapedModel()
           
 ShoppingItemPrice ShoppingItemPriceWrapper.toEscapedModel()
           
abstract  ShoppingItemPrice ShoppingItemPriceModel.toUnescapedModel()
           
 ShoppingItemPrice ShoppingItemPriceWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingItemPrice
abstract  int ShoppingItemPriceModel.compareTo(ShoppingItemPrice shoppingItemPrice)
           
 int ShoppingItemPriceWrapper.compareTo(ShoppingItemPrice shoppingItemPrice)
           
static ShoppingItemPriceSoap ShoppingItemPriceSoap.toSoapModel(ShoppingItemPrice model)
           
static ShoppingItemPriceSoap[] ShoppingItemPriceSoap.toSoapModels(ShoppingItemPrice[] models)
           
static ShoppingItemPriceSoap[][] ShoppingItemPriceSoap.toSoapModels(ShoppingItemPrice[][] models)
           
 

Method parameters in com.liferay.portlet.shopping.model with type arguments of type ShoppingItemPrice
static ShoppingItemPriceSoap[] ShoppingItemPriceSoap.toSoapModels(List<ShoppingItemPrice> models)
           
 

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

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

Methods in com.liferay.portlet.shopping.service that return ShoppingItemPrice
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.createShoppingItemPrice(long itemPriceId)
          Creates a new shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.createShoppingItemPrice(long itemPriceId)
          Creates a new shopping item price with the primary key.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.createShoppingItemPrice(long itemPriceId)
          Creates a new shopping item price with the primary key.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.deleteShoppingItemPrice(long itemPriceId)
          Deletes the shopping item price with the primary key from the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.deleteShoppingItemPrice(long itemPriceId)
          Deletes the shopping item price with the primary key from the database.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.deleteShoppingItemPrice(long itemPriceId)
          Deletes the shopping item price with the primary key from the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.fetchShoppingItemPrice(long itemPriceId)
           
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.fetchShoppingItemPrice(long itemPriceId)
           
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.fetchShoppingItemPrice(long itemPriceId)
           
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.getShoppingItemPrice(long itemPriceId)
          Returns the shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.getShoppingItemPrice(long itemPriceId)
          Returns the shopping item price with the primary key.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.getShoppingItemPrice(long itemPriceId)
          Returns the shopping item price with the primary key.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database or adds it if it does not yet exist.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database or adds it if it does not yet exist.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price 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 ShoppingItemPrice
static List<ShoppingItemPrice> ShoppingItemPriceLocalServiceUtil.getItemPrices(long itemId)
           
 List<ShoppingItemPrice> ShoppingItemPriceLocalServiceWrapper.getItemPrices(long itemId)
           
abstract  List<ShoppingItemPrice> ShoppingItemPriceLocalService.getItemPrices(long itemId)
           
static List<ShoppingItemPrice> ShoppingItemPriceLocalServiceUtil.getShoppingItemPrices(int start, int end)
          Returns a range of all the shopping item prices.
 List<ShoppingItemPrice> ShoppingItemPriceLocalServiceWrapper.getShoppingItemPrices(int start, int end)
          Returns a range of all the shopping item prices.
abstract  List<ShoppingItemPrice> ShoppingItemPriceLocalService.getShoppingItemPrices(int start, int end)
          Returns a range of all the shopping item prices.
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingItemPrice
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database or adds it if it does not yet exist.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database or adds it if it does not yet exist.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database or adds it if it does not yet exist.
 

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

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

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

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingItemPrice
abstract  List<ShoppingItemPrice> ShoppingItemPricePersistence.findAll()
          Returns all the shopping item prices.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findAll()
          Returns all the shopping item prices.
abstract  List<ShoppingItemPrice> ShoppingItemPricePersistence.findAll(int start, int end)
          Returns a range of all the shopping item prices.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findAll(int start, int end)
          Returns a range of all the shopping item prices.
abstract  List<ShoppingItemPrice> ShoppingItemPricePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices.
abstract  List<ShoppingItemPrice> ShoppingItemPricePersistence.findByItemId(long itemId)
          Returns all the shopping item prices where itemId = ?.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findByItemId(long itemId)
          Returns all the shopping item prices where itemId = ?.
abstract  List<ShoppingItemPrice> ShoppingItemPricePersistence.findByItemId(long itemId, int start, int end)
          Returns a range of all the shopping item prices where itemId = ?.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findByItemId(long itemId, int start, int end)
          Returns a range of all the shopping item prices where itemId = ?.
abstract  List<ShoppingItemPrice> ShoppingItemPricePersistence.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices where itemId = ?.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findByItemId(long itemId, int start, int end, OrderByComparator orderByComparator)
          Returns 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)
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingItemPrice
abstract  void ShoppingItemPricePersistence.cacheResult(ShoppingItemPrice shoppingItemPrice)
          Caches the shopping item price in the entity cache if it is enabled.
static void ShoppingItemPriceUtil.cacheResult(ShoppingItemPrice shoppingItemPrice)
          Caches the shopping item price in the entity cache if it is enabled.
static void ShoppingItemPriceUtil.clearCache(ShoppingItemPrice shoppingItemPrice)
           
static ShoppingItemPrice ShoppingItemPriceUtil.update(ShoppingItemPrice shoppingItemPrice)
           
static ShoppingItemPrice ShoppingItemPriceUtil.update(ShoppingItemPrice shoppingItemPrice, ServiceContext serviceContext)
           
abstract  ShoppingItemPrice ShoppingItemPricePersistence.updateImpl(ShoppingItemPrice shoppingItemPrice)
           
static ShoppingItemPrice ShoppingItemPriceUtil.updateImpl(ShoppingItemPrice shoppingItemPrice)
           
 

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


Liferay 6.2.0