|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface ShoppingItemPricePersistence
The persistence interface for the shopping item price service.
Caching information and settings can be found in portal.properties
com.liferay.portlet.shopping.service.persistence.impl.ShoppingItemPricePersistenceImpl,
ShoppingItemPriceUtil| Method Summary | |
|---|---|
void |
cacheResult(List<ShoppingItemPrice> shoppingItemPrices)
Caches the shopping item prices in the entity cache if it is enabled. |
void |
cacheResult(ShoppingItemPrice shoppingItemPrice)
Caches the shopping item price in the entity cache if it is enabled. |
int |
countAll()
Returns the number of shopping item prices. |
int |
countByItemId(long itemId)
Returns the number of shopping item prices where itemId = ?. |
ShoppingItemPrice |
create(long itemPriceId)
Creates a new shopping item price with the primary key. |
ShoppingItemPrice |
fetchByItemId_First(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice |
fetchByItemId_Last(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice |
fetchByPrimaryKey(long itemPriceId)
Returns the shopping item price with the primary key or returns null if it could not be found. |
Map<Serializable,ShoppingItemPrice> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<ShoppingItemPrice> |
findAll()
Returns all the shopping item prices. |
List<ShoppingItemPrice> |
findAll(int start,
int end)
Returns a range of all the shopping item prices. |
List<ShoppingItemPrice> |
findAll(int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns an ordered range of all the shopping item prices. |
ShoppingItemPrice |
findByItemId_First(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice |
findByItemId_Last(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
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 = ?. |
List<ShoppingItemPrice> |
findByItemId(long itemId)
Returns all the shopping item prices where itemId = ?. |
List<ShoppingItemPrice> |
findByItemId(long itemId,
int start,
int end)
Returns a range of all the shopping item prices where itemId = ?. |
List<ShoppingItemPrice> |
findByItemId(long itemId,
int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns an ordered range of all the shopping item prices where itemId = ?. |
ShoppingItemPrice |
findByPrimaryKey(long itemPriceId)
Returns the shopping item price with the primary key or throws a NoSuchItemPriceException if it could not be found. |
ShoppingItemPrice |
remove(long itemPriceId)
Removes the shopping item price with the primary key from the database. |
void |
removeAll()
Removes all the shopping item prices from the database. |
void |
removeByItemId(long itemId)
Removes all the shopping item prices where itemId = ? from the database. |
ShoppingItemPrice |
updateImpl(ShoppingItemPrice shoppingItemPrice)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
| Method Detail |
|---|
List<ShoppingItemPrice> findByItemId(long itemId)
itemId - the item ID
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)
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)
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
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
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
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
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 foundvoid removeByItemId(long itemId)
itemId - the item IDint countByItemId(long itemId)
itemId - the item ID
void cacheResult(ShoppingItemPrice shoppingItemPrice)
shoppingItemPrice - the shopping item pricevoid cacheResult(List<ShoppingItemPrice> shoppingItemPrices)
shoppingItemPrices - the shopping item pricesShoppingItemPrice create(long itemPriceId)
itemPriceId - the primary key for the new shopping item price
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 foundShoppingItemPrice updateImpl(ShoppingItemPrice shoppingItemPrice)
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 foundShoppingItemPrice 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 foundMap<Serializable,ShoppingItemPrice> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<ShoppingItemPrice>List<ShoppingItemPrice> findAll()
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)
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)
void removeAll()
int countAll()
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||