|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. 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.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.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 |
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 |
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 |
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 |
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 |
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[] |
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 |
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 |
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,
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)
|
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> |
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> |
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> |
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> |
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> |
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)
|
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> |
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> |
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. |
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. |
static void |
ShoppingItemPriceUtil.clearCache(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)
|
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. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |