com.liferay.portlet.shopping.service.persistence
Interface ShoppingItemPricePersistence
- All Superinterfaces:
- BasePersistence<ShoppingItemPrice>
public interface ShoppingItemPricePersistence
- extends BasePersistence<ShoppingItemPrice>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
ShoppingItemPricePersistenceImpl
,
ShoppingItemPriceUtil
- Generated:
Method Summary |
void |
cacheResult(java.util.List<ShoppingItemPrice> shoppingItemPrices)
|
void |
cacheResult(ShoppingItemPrice shoppingItemPrice)
|
int |
countAll()
|
int |
countByItemId(long itemId)
|
ShoppingItemPrice |
create(long itemPriceId)
|
ShoppingItemPrice |
fetchByPrimaryKey(long itemPriceId)
|
java.util.List<ShoppingItemPrice> |
findAll()
|
java.util.List<ShoppingItemPrice> |
findAll(int start,
int end)
|
java.util.List<ShoppingItemPrice> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingItemPrice |
findByItemId_First(long itemId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingItemPrice |
findByItemId_Last(long itemId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingItemPrice[] |
findByItemId_PrevAndNext(long itemPriceId,
long itemId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<ShoppingItemPrice> |
findByItemId(long itemId)
|
java.util.List<ShoppingItemPrice> |
findByItemId(long itemId,
int start,
int end)
|
java.util.List<ShoppingItemPrice> |
findByItemId(long itemId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingItemPrice |
findByPrimaryKey(long itemPriceId)
|
ShoppingItemPrice |
remove(long itemPriceId)
|
void |
removeAll()
|
void |
removeByItemId(long itemId)
|
ShoppingItemPrice |
updateImpl(ShoppingItemPrice shoppingItemPrice,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(ShoppingItemPrice shoppingItemPrice)
cacheResult
void cacheResult(java.util.List<ShoppingItemPrice> shoppingItemPrices)
create
ShoppingItemPrice create(long itemPriceId)
remove
ShoppingItemPrice remove(long itemPriceId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchItemPriceException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchItemPriceException
updateImpl
ShoppingItemPrice updateImpl(ShoppingItemPrice shoppingItemPrice,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
ShoppingItemPrice findByPrimaryKey(long itemPriceId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchItemPriceException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchItemPriceException
fetchByPrimaryKey
ShoppingItemPrice fetchByPrimaryKey(long itemPriceId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByItemId
java.util.List<ShoppingItemPrice> findByItemId(long itemId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByItemId
java.util.List<ShoppingItemPrice> findByItemId(long itemId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByItemId
java.util.List<ShoppingItemPrice> findByItemId(long itemId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByItemId_First
ShoppingItemPrice findByItemId_First(long itemId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchItemPriceException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchItemPriceException
findByItemId_Last
ShoppingItemPrice findByItemId_Last(long itemId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchItemPriceException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchItemPriceException
findByItemId_PrevAndNext
ShoppingItemPrice[] findByItemId_PrevAndNext(long itemPriceId,
long itemId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchItemPriceException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchItemPriceException
findAll
java.util.List<ShoppingItemPrice> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<ShoppingItemPrice> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<ShoppingItemPrice> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByItemId
void removeByItemId(long itemId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByItemId
int countByItemId(long itemId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException