|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShoppingOrderPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByG_U_PPPS(long groupId,
long userId,
java.lang.String ppPaymentStatus)
|
int |
countByGroupId(long groupId)
|
int |
countByNumber(java.lang.String number)
|
ShoppingOrder |
create(long orderId)
|
ShoppingOrder |
fetchByNumber(java.lang.String number)
|
ShoppingOrder |
fetchByPrimaryKey(long orderId)
|
java.util.List<ShoppingOrder> |
findAll()
|
java.util.List<ShoppingOrder> |
findAll(int begin,
int end)
|
java.util.List<ShoppingOrder> |
findAll(int begin,
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 begin,
int end)
|
java.util.List<ShoppingOrder> |
findByG_U_PPPS(long groupId,
long userId,
java.lang.String ppPaymentStatus,
int begin,
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 begin,
int end)
|
java.util.List<ShoppingOrder> |
findByGroupId(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ShoppingOrder |
findByNumber(java.lang.String number)
|
ShoppingOrder |
findByPrimaryKey(long orderId)
|
java.util.List<ShoppingOrder> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<ShoppingOrder> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
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)
|
ShoppingOrder |
update(ShoppingOrder shoppingOrder)
Deprecated. Use update(ShoppingOrder shoppingOrder, boolean merge) . |
ShoppingOrder |
update(ShoppingOrder shoppingOrder,
boolean merge)
Add, update, or merge, the entity. |
ShoppingOrder |
updateImpl(ShoppingOrder shoppingOrder,
boolean merge)
|
Method Detail |
---|
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 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 begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findByGroupId(long groupId, int begin, 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
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 begin, 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 begin, 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<ShoppingOrder> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, 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 begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ShoppingOrder> findAll(int begin, 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 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 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 |