|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShoppingOrderPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
ShoppingOrderPersistenceImpl
,
ShoppingOrderUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<ShoppingOrder> shoppingOrders)
|
void |
cacheResult(ShoppingOrder shoppingOrder)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByG_U_PPPS(long groupId,
long userId,
java.lang.String ppPaymentStatus)
|
int |
countByGroupId(long groupId)
|
int |
countByNumber(java.lang.String number)
|
int |
countByPPTxnId(java.lang.String ppTxnId)
|
ShoppingOrder |
create(long orderId)
|
ShoppingOrder |
fetchByNumber(java.lang.String number)
|
ShoppingOrder |
fetchByNumber(java.lang.String number,
boolean retrieveFromCache)
|
ShoppingOrder |
fetchByPPTxnId(java.lang.String ppTxnId)
|
ShoppingOrder |
fetchByPPTxnId(java.lang.String ppTxnId,
boolean retrieveFromCache)
|
ShoppingOrder |
fetchByPrimaryKey(long orderId)
|
java.util.List<ShoppingOrder> |
findAll()
|
java.util.List<ShoppingOrder> |
findAll(int start,
int end)
|
java.util.List<ShoppingOrder> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingOrder |
findByG_U_PPPS_First(long groupId,
long userId,
java.lang.String ppPaymentStatus,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingOrder |
findByG_U_PPPS_Last(long groupId,
long userId,
java.lang.String ppPaymentStatus,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingOrder[] |
findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
java.lang.String ppPaymentStatus,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<ShoppingOrder> |
findByG_U_PPPS(long groupId,
long userId,
java.lang.String ppPaymentStatus)
|
java.util.List<ShoppingOrder> |
findByG_U_PPPS(long groupId,
long userId,
java.lang.String ppPaymentStatus,
int start,
int end)
|
java.util.List<ShoppingOrder> |
findByG_U_PPPS(long groupId,
long userId,
java.lang.String ppPaymentStatus,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingOrder |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingOrder |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingOrder[] |
findByGroupId_PrevAndNext(long orderId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<ShoppingOrder> |
findByGroupId(long groupId)
|
java.util.List<ShoppingOrder> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<ShoppingOrder> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingOrder |
findByNumber(java.lang.String number)
|
ShoppingOrder |
findByPPTxnId(java.lang.String ppTxnId)
|
ShoppingOrder |
findByPrimaryKey(long orderId)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
ShoppingOrder |
remove(long orderId)
|
ShoppingOrder |
remove(ShoppingOrder shoppingOrder)
|
void |
removeAll()
|
void |
removeByG_U_PPPS(long groupId,
long userId,
java.lang.String ppPaymentStatus)
|
void |
removeByGroupId(long groupId)
|
void |
removeByNumber(java.lang.String number)
|
void |
removeByPPTxnId(java.lang.String ppTxnId)
|
ShoppingOrder |
update(ShoppingOrder shoppingOrder)
Deprecated. Use update(ShoppingOrder, boolean merge) . |
ShoppingOrder |
update(ShoppingOrder shoppingOrder,
boolean merge)
Add, update, or merge, the entity. |
ShoppingOrder |
updateImpl(ShoppingOrder shoppingOrder,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(ShoppingOrder shoppingOrder)
void cacheResult(java.util.List<ShoppingOrder> shoppingOrders)
void clearCache()
clearCache
in interface BasePersistence
ShoppingOrder create(long orderId)
ShoppingOrder remove(long orderId) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
ShoppingOrder remove(ShoppingOrder shoppingOrder) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ShoppingOrder update(ShoppingOrder shoppingOrder) throws com.liferay.portal.SystemException
update(ShoppingOrder, boolean merge)
.
com.liferay.portal.SystemException
ShoppingOrder update(ShoppingOrder shoppingOrder, boolean merge) throws com.liferay.portal.SystemException
shoppingOrder
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when shoppingOrder is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
ShoppingOrder updateImpl(ShoppingOrder shoppingOrder, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ShoppingOrder findByPrimaryKey(long orderId) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
ShoppingOrder fetchByPrimaryKey(long orderId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ShoppingOrder findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
ShoppingOrder findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
ShoppingOrder[] findByGroupId_PrevAndNext(long orderId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
ShoppingOrder findByNumber(java.lang.String number) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
ShoppingOrder fetchByNumber(java.lang.String number) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ShoppingOrder fetchByNumber(java.lang.String number, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ShoppingOrder findByPPTxnId(java.lang.String ppTxnId) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
ShoppingOrder fetchByPPTxnId(java.lang.String ppTxnId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ShoppingOrder fetchByPPTxnId(java.lang.String ppTxnId, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findByG_U_PPPS(long groupId, long userId, java.lang.String ppPaymentStatus) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findByG_U_PPPS(long groupId, long userId, java.lang.String ppPaymentStatus, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findByG_U_PPPS(long groupId, long userId, java.lang.String ppPaymentStatus, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ShoppingOrder findByG_U_PPPS_First(long groupId, long userId, java.lang.String ppPaymentStatus, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
ShoppingOrder findByG_U_PPPS_Last(long groupId, long userId, java.lang.String ppPaymentStatus, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
ShoppingOrder[] findByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, java.lang.String ppPaymentStatus, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByNumber(java.lang.String number) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
void removeByPPTxnId(java.lang.String ppTxnId) throws com.liferay.portal.SystemException, NoSuchOrderException
com.liferay.portal.SystemException
NoSuchOrderException
void removeByG_U_PPPS(long groupId, long userId, java.lang.String ppPaymentStatus) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByNumber(java.lang.String number) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByPPTxnId(java.lang.String ppTxnId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_U_PPPS(long groupId, long userId, java.lang.String ppPaymentStatus) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |