Liferay 6.1.2-ce-ga3

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.getWrappedModel()
           
 ShoppingItemPrice ShoppingItemPriceWrapper.getWrappedShoppingItemPrice()
          Deprecated. Renamed to ShoppingItemPriceWrapper.getWrappedModel()
 ShoppingItemPrice ShoppingItemPriceModel.toEscapedModel()
           
 ShoppingItemPrice ShoppingItemPriceWrapper.toEscapedModel()
           
 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()
           
 List<ShoppingItemPrice> ShoppingItem.getItemPrices()
           
 CacheModel<ShoppingItemPrice> ShoppingItemPriceModel.toCacheModel()
           
 CacheModel<ShoppingItemPrice> ShoppingItemPriceWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingItemPrice
 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.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingItemPrice
 class ShoppingItemPriceBaseImpl
          The extended model base implementation for the ShoppingItemPrice service.
 class ShoppingItemPriceImpl
           
 

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

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

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 ShoppingItemPriceLocalService.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
 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.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.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.createShoppingItemPrice(long itemPriceId)
          Creates a new shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalService.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.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.deleteShoppingItemPrice(long itemPriceId)
          Deletes the shopping item price with the primary key from the database.
 ShoppingItemPrice ShoppingItemPriceLocalService.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
 ShoppingItemPrice ShoppingItemPriceLocalService.fetchShoppingItemPrice(long itemPriceId)
           
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.fetchShoppingItemPrice(long itemPriceId)
           
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.fetchShoppingItemPrice(long itemPriceId)
           
 ShoppingItemPrice ShoppingItemPriceLocalService.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.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.getShoppingItemPrice(long itemPriceId)
          Returns the shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalService.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.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database or adds it if it does not yet exist.
 ShoppingItemPrice ShoppingItemPriceLocalService.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database or adds it if it does not yet exist.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database or adds it if it does not yet exist.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          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
 List<ShoppingItemPrice> ShoppingItemPriceLocalService.getItemPrices(long itemId)
           
 List<ShoppingItemPrice> ShoppingItemPriceLocalServiceWrapper.getItemPrices(long itemId)
           
static List<ShoppingItemPrice> ShoppingItemPriceLocalServiceUtil.getItemPrices(long itemId)
           
 List<ShoppingItemPrice> ShoppingItemPriceLocalService.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.
static List<ShoppingItemPrice> ShoppingItemPriceLocalServiceUtil.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
 ShoppingItemPrice ShoppingItemPriceLocalService.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
 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.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
 ShoppingItemPrice ShoppingItemPriceLocalService.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.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database or adds it if it does not yet exist.
 ShoppingItemPrice ShoppingItemPriceLocalService.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database or adds it if it does not yet exist.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database or adds it if it does not yet exist.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          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)
           
 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 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)
           
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 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 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)
           
 

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.deleteShoppingItemPrice(long itemPriceId)
          Deletes the shopping item price with the primary key from the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.fetchShoppingItemPrice(long itemPriceId)
           
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.getShoppingItemPrice(long itemPriceId)
          Returns the shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database or adds it if it does not yet exist.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price 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 ShoppingItemPrice
 List<ShoppingItemPrice> ShoppingItemPriceLocalServiceBaseImpl.getShoppingItemPrices(int start, int end)
          Returns 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.
 ShoppingItemPrice 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 or adds it if it does not yet exist.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
          Updates the shopping item price in the database or adds it if it does not yet exist.
 

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 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 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)
           
 

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingItemPrice
 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.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.create(long itemPriceId)
          Creates a new shopping item price with the primary key.
 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 = ?.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.fetchByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item price in the ordered set where itemId = ?.
 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 = ?.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.fetchByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item price in the ordered set where itemId = ?.
 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.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.fetchByPrimaryKey(long itemPriceId)
          Returns the shopping item price with the primary key or returns null if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the shopping item price with the primary key or returns null if it could not be found.
 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 = ?.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item price in the ordered set where itemId = ?.
 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 = ?.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item price in the ordered set where itemId = ?.
 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 = ?.
 ShoppingItemPrice[] ShoppingItemPricePersistenceImpl.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 = ?.
 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.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByPrimaryKey(long itemPriceId)
          Returns the shopping item price with the primary key or throws a NoSuchItemPriceException if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns 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)
           
 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.
 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.
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)
           
 ShoppingItemPrice ShoppingItemPricePersistence.updateImpl(ShoppingItemPrice shoppingItemPrice, boolean merge)
           
static ShoppingItemPrice ShoppingItemPriceUtil.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
 List<ShoppingItemPrice> ShoppingItemPricePersistence.findAll()
          Returns all the shopping item prices.
static List<ShoppingItemPrice> ShoppingItemPriceUtil.findAll()
          Returns all the shopping item prices.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.findAll()
          Returns all the shopping item prices.
 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.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.findAll(int start, int end)
          Returns a range of all the shopping item prices.
 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.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping item prices.
 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 = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.findByItemId(long itemId)
          Returns all the shopping item prices where itemId = ?.
 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 = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.findByItemId(long itemId, int start, int end)
          Returns a range of all the shopping item prices where itemId = ?.
 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 = ?.
 List<ShoppingItemPrice> ShoppingItemPricePersistenceImpl.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)
           
 List<ShoppingItemPrice> ShoppingItemPersistence.getShoppingItemPrices(long pk)
          Returns all the shopping item prices associated with the shopping item.
static List<ShoppingItemPrice> ShoppingItemUtil.getShoppingItemPrices(long pk)
          Returns all the shopping item prices associated with the shopping item.
 List<ShoppingItemPrice> ShoppingItemPersistenceImpl.getShoppingItemPrices(long pk)
          Returns all the shopping item prices associated with the shopping item.
 List<ShoppingItemPrice> ShoppingItemPersistence.getShoppingItemPrices(long pk, int start, int end)
          Returns a range of all the shopping item prices associated with the shopping item.
static List<ShoppingItemPrice> ShoppingItemUtil.getShoppingItemPrices(long pk, int start, int end)
          Returns a range of all the shopping item prices associated with the shopping item.
 List<ShoppingItemPrice> ShoppingItemPersistenceImpl.getShoppingItemPrices(long pk, int start, int end)
          Returns a range of all the shopping item prices associated with the shopping item.
 List<ShoppingItemPrice> ShoppingItemPersistence.getShoppingItemPrices(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered 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)
          Returns 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)
          Returns 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
 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.
 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)
           
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)
           
 ShoppingItemPrice ShoppingItemPricePersistence.updateImpl(ShoppingItemPrice shoppingItemPrice, boolean merge)
           
static ShoppingItemPrice ShoppingItemPriceUtil.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
 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.
 void ShoppingItemPricePersistenceImpl.cacheResult(List<ShoppingItemPrice> shoppingItemPrices)
          Caches the shopping item prices in the entity cache if it is enabled.
 void ShoppingItemPricePersistenceImpl.clearCache(List<ShoppingItemPrice> shoppingItemPrices)
           
 

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.1.2-ce-ga3