|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.service.persistence.ShoppingItemPriceUtil
@ProviderType public class ShoppingItemPriceUtil
The persistence utility for the shopping item price service. This utility wraps com.liferay.portlet.shopping.service.persistence.impl.ShoppingItemPricePersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
ShoppingItemPricePersistence,
com.liferay.portlet.shopping.service.persistence.impl.ShoppingItemPricePersistenceImpl| Constructor Summary | |
|---|---|
ShoppingItemPriceUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<ShoppingItemPrice> shoppingItemPrices)
Caches the shopping item prices in the entity cache if it is enabled. |
static void |
cacheResult(ShoppingItemPrice shoppingItemPrice)
Caches the shopping item price in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(ShoppingItemPrice shoppingItemPrice)
|
static int |
countAll()
Returns the number of shopping item prices. |
static int |
countByItemId(long itemId)
Returns the number of shopping item prices where itemId = ?. |
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static ShoppingItemPrice |
create(long itemPriceId)
Creates a new shopping item price with the primary key. |
static ShoppingItemPrice |
fetchByItemId_First(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
static ShoppingItemPrice |
fetchByItemId_Last(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
static ShoppingItemPrice |
fetchByPrimaryKey(long itemPriceId)
Returns the shopping item price with the primary key or returns null if it could not be found. |
static Map<Serializable,ShoppingItemPrice> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<ShoppingItemPrice> |
findAll()
Returns all the shopping item prices. |
static List<ShoppingItemPrice> |
findAll(int start,
int end)
Returns a range of all the shopping item prices. |
static List<ShoppingItemPrice> |
findAll(int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns an ordered range of all the shopping item prices. |
static ShoppingItemPrice |
findByItemId_First(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
static ShoppingItemPrice |
findByItemId_Last(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
static ShoppingItemPrice[] |
findByItemId_PrevAndNext(long itemPriceId,
long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?. |
static List<ShoppingItemPrice> |
findByItemId(long itemId)
Returns all the shopping item prices where itemId = ?. |
static List<ShoppingItemPrice> |
findByItemId(long itemId,
int start,
int end)
Returns a range of all the shopping item prices where itemId = ?. |
static List<ShoppingItemPrice> |
findByItemId(long itemId,
int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns an ordered range of all the shopping item prices where itemId = ?. |
static ShoppingItemPrice |
findByPrimaryKey(long itemPriceId)
Returns the shopping item price with the primary key or throws a NoSuchItemPriceException if it could not be found. |
static List<ShoppingItemPrice> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ShoppingItemPrice> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ShoppingItemPrice> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
|
static ShoppingItemPricePersistence |
getPersistence()
|
static ShoppingItemPrice |
remove(long itemPriceId)
Removes the shopping item price with the primary key from the database. |
static void |
removeAll()
Removes all the shopping item prices from the database. |
static void |
removeByItemId(long itemId)
Removes all the shopping item prices where itemId = ? from the database. |
void |
setPersistence(ShoppingItemPricePersistence persistence)
Deprecated. As of 6.2.0 |
static ShoppingItemPrice |
update(ShoppingItemPrice shoppingItemPrice)
|
static ShoppingItemPrice |
update(ShoppingItemPrice shoppingItemPrice,
ServiceContext serviceContext)
|
static ShoppingItemPrice |
updateImpl(ShoppingItemPrice shoppingItemPrice)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShoppingItemPriceUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(ShoppingItemPrice shoppingItemPrice)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)public static List<ShoppingItemPrice> findWithDynamicQuery(DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<ShoppingItemPrice> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<ShoppingItemPrice> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)public static ShoppingItemPrice update(ShoppingItemPrice shoppingItemPrice)
BasePersistence.update(com.liferay.portal.model.BaseModel)
public static ShoppingItemPrice update(ShoppingItemPrice shoppingItemPrice,
ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)public static List<ShoppingItemPrice> findByItemId(long itemId)
itemId - the item ID
public static List<ShoppingItemPrice> findByItemId(long itemId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ShoppingItemPriceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
itemId - the item IDstart - the lower bound of the range of shopping item pricesend - the upper bound of the range of shopping item prices (not inclusive)
public static List<ShoppingItemPrice> findByItemId(long itemId,
int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ShoppingItemPriceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
itemId - the item IDstart - the lower bound of the range of shopping item pricesend - the upper bound of the range of shopping item prices (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static ShoppingItemPrice findByItemId_First(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
throws NoSuchItemPriceException
itemId - the item IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchItemPriceException - if a matching shopping item price could not be found
public static ShoppingItemPrice fetchByItemId_First(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
itemId - the item IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching shopping item price could not be found
public static ShoppingItemPrice findByItemId_Last(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
throws NoSuchItemPriceException
itemId - the item IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchItemPriceException - if a matching shopping item price could not be found
public static ShoppingItemPrice fetchByItemId_Last(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
itemId - the item IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching shopping item price could not be found
public static ShoppingItemPrice[] findByItemId_PrevAndNext(long itemPriceId,
long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
throws NoSuchItemPriceException
itemPriceId - the primary key of the current shopping item priceitemId - the item IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchItemPriceException - if a shopping item price with the primary key could not be foundpublic static void removeByItemId(long itemId)
itemId - the item IDpublic static int countByItemId(long itemId)
itemId - the item ID
public static void cacheResult(ShoppingItemPrice shoppingItemPrice)
shoppingItemPrice - the shopping item pricepublic static void cacheResult(List<ShoppingItemPrice> shoppingItemPrices)
shoppingItemPrices - the shopping item pricespublic static ShoppingItemPrice create(long itemPriceId)
itemPriceId - the primary key for the new shopping item price
public static ShoppingItemPrice remove(long itemPriceId)
throws NoSuchItemPriceException
itemPriceId - the primary key of the shopping item price
NoSuchItemPriceException - if a shopping item price with the primary key could not be foundpublic static ShoppingItemPrice updateImpl(ShoppingItemPrice shoppingItemPrice)
public static ShoppingItemPrice findByPrimaryKey(long itemPriceId)
throws NoSuchItemPriceException
NoSuchItemPriceException if it could not be found.
itemPriceId - the primary key of the shopping item price
NoSuchItemPriceException - if a shopping item price with the primary key could not be foundpublic static ShoppingItemPrice fetchByPrimaryKey(long itemPriceId)
null if it could not be found.
itemPriceId - the primary key of the shopping item price
null if a shopping item price with the primary key could not be foundpublic static Map<Serializable,ShoppingItemPrice> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
public static List<ShoppingItemPrice> findAll()
public static List<ShoppingItemPrice> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ShoppingItemPriceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of shopping item pricesend - the upper bound of the range of shopping item prices (not inclusive)
public static List<ShoppingItemPrice> findAll(int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ShoppingItemPriceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of shopping item pricesend - the upper bound of the range of shopping item prices (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static void removeAll()
public static int countAll()
public static ShoppingItemPricePersistence getPersistence()
@Deprecated public void setPersistence(ShoppingItemPricePersistence persistence)
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||