com.liferay.portlet.shopping.service.persistence
Interface ShoppingOrderPersistence
- All Superinterfaces:
- BasePersistence<ShoppingOrder>
- All Known Implementing Classes:
- ShoppingOrderPersistenceImpl
public interface ShoppingOrderPersistence
- extends BasePersistence<ShoppingOrder>
- See Also:
ShoppingOrderPersistenceImpl,
ShoppingOrderUtil- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
void |
cacheResult(List<ShoppingOrder> shoppingOrders)
|
void |
cacheResult(ShoppingOrder shoppingOrder)
|
int |
countAll()
|
int |
countByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
|
int |
countByGroupId(long groupId)
|
int |
countByNumber(String number)
|
int |
countByPPTxnId(String ppTxnId)
|
ShoppingOrder |
create(long orderId)
|
ShoppingOrder |
fetchByNumber(String number)
|
ShoppingOrder |
fetchByNumber(String number,
boolean retrieveFromCache)
|
ShoppingOrder |
fetchByPPTxnId(String ppTxnId)
|
ShoppingOrder |
fetchByPPTxnId(String ppTxnId,
boolean retrieveFromCache)
|
ShoppingOrder |
fetchByPrimaryKey(long orderId)
|
int |
filterCountByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
|
int |
filterCountByGroupId(long groupId)
|
List<ShoppingOrder> |
filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
|
List<ShoppingOrder> |
filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
|
List<ShoppingOrder> |
filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
|
List<ShoppingOrder> |
filterFindByGroupId(long groupId)
|
List<ShoppingOrder> |
filterFindByGroupId(long groupId,
int start,
int end)
|
List<ShoppingOrder> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<ShoppingOrder> |
findAll()
|
List<ShoppingOrder> |
findAll(int start,
int end)
|
List<ShoppingOrder> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
ShoppingOrder |
findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
|
ShoppingOrder |
findByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
|
ShoppingOrder[] |
findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
|
List<ShoppingOrder> |
findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
|
List<ShoppingOrder> |
findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
|
List<ShoppingOrder> |
findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
|
ShoppingOrder |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
|
ShoppingOrder |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
|
ShoppingOrder[] |
findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator orderByComparator)
|
List<ShoppingOrder> |
findByGroupId(long groupId)
|
List<ShoppingOrder> |
findByGroupId(long groupId,
int start,
int end)
|
List<ShoppingOrder> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
ShoppingOrder |
findByNumber(String number)
|
ShoppingOrder |
findByPPTxnId(String ppTxnId)
|
ShoppingOrder |
findByPrimaryKey(long orderId)
|
ShoppingOrder |
remove(long orderId)
|
void |
removeAll()
|
void |
removeByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
|
void |
removeByGroupId(long groupId)
|
void |
removeByNumber(String number)
|
void |
removeByPPTxnId(String ppTxnId)
|
ShoppingOrder |
updateImpl(ShoppingOrder shoppingOrder,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
cacheResult
void cacheResult(ShoppingOrder shoppingOrder)
cacheResult
void cacheResult(List<ShoppingOrder> shoppingOrders)
create
ShoppingOrder create(long orderId)
remove
ShoppingOrder remove(long orderId)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
updateImpl
ShoppingOrder updateImpl(ShoppingOrder shoppingOrder,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
ShoppingOrder findByPrimaryKey(long orderId)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
fetchByPrimaryKey
ShoppingOrder fetchByPrimaryKey(long orderId)
throws SystemException
- Throws:
SystemException
findByGroupId
List<ShoppingOrder> findByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
findByGroupId
List<ShoppingOrder> findByGroupId(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByGroupId
List<ShoppingOrder> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByGroupId_First
ShoppingOrder findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
findByGroupId_Last
ShoppingOrder findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
findByGroupId_PrevAndNext
ShoppingOrder[] findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
filterFindByGroupId
List<ShoppingOrder> filterFindByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
filterFindByGroupId
List<ShoppingOrder> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByGroupId
List<ShoppingOrder> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByNumber
ShoppingOrder findByNumber(String number)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
fetchByNumber
ShoppingOrder fetchByNumber(String number)
throws SystemException
- Throws:
SystemException
fetchByNumber
ShoppingOrder fetchByNumber(String number,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByPPTxnId
ShoppingOrder findByPPTxnId(String ppTxnId)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
fetchByPPTxnId
ShoppingOrder fetchByPPTxnId(String ppTxnId)
throws SystemException
- Throws:
SystemException
fetchByPPTxnId
ShoppingOrder fetchByPPTxnId(String ppTxnId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByG_U_PPPS
List<ShoppingOrder> findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
throws SystemException
- Throws:
SystemException
findByG_U_PPPS
List<ShoppingOrder> findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByG_U_PPPS
List<ShoppingOrder> findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByG_U_PPPS_First
ShoppingOrder findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
findByG_U_PPPS_Last
ShoppingOrder findByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
findByG_U_PPPS_PrevAndNext
ShoppingOrder[] findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
filterFindByG_U_PPPS
List<ShoppingOrder> filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
throws SystemException
- Throws:
SystemException
filterFindByG_U_PPPS
List<ShoppingOrder> filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByG_U_PPPS
List<ShoppingOrder> filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findAll
List<ShoppingOrder> findAll()
throws SystemException
- Throws:
SystemException
findAll
List<ShoppingOrder> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
List<ShoppingOrder> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByGroupId
void removeByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
removeByNumber
void removeByNumber(String number)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
removeByPPTxnId
void removeByPPTxnId(String ppTxnId)
throws SystemException,
NoSuchOrderException
- Throws:
SystemException
NoSuchOrderException
removeByG_U_PPPS
void removeByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
throws SystemException
- Throws:
SystemException
removeAll
void removeAll()
throws SystemException
- Throws:
SystemException
countByGroupId
int countByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
filterCountByGroupId
int filterCountByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
countByNumber
int countByNumber(String number)
throws SystemException
- Throws:
SystemException
countByPPTxnId
int countByPPTxnId(String ppTxnId)
throws SystemException
- Throws:
SystemException
countByG_U_PPPS
int countByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
throws SystemException
- Throws:
SystemException
filterCountByG_U_PPPS
int filterCountByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
throws SystemException
- Throws:
SystemException
countAll
int countAll()
throws SystemException
- Throws:
SystemException