|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchOrderException | |
---|---|
com.liferay.portlet.shopping.service.persistence |
Uses of NoSuchOrderException in com.liferay.portlet.shopping.service.persistence |
---|
Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchOrderException | |
---|---|
static ShoppingOrder |
ShoppingOrderUtil.findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Finds the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Finds the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Finds the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Finds the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Finds the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Finds the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Finds the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Finds the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder[] |
ShoppingOrderPersistenceImpl.findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Finds the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first shopping order in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last shopping order in the ordered set where groupId = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator orderByComparator)
Finds the shopping orders before and after the current shopping order in the ordered set where groupId = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator orderByComparator)
Finds the shopping orders before and after the current shopping order in the ordered set where groupId = ?. |
ShoppingOrder[] |
ShoppingOrderPersistenceImpl.findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator orderByComparator)
Finds the shopping orders before and after the current shopping order in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByNumber(String number)
Finds the shopping order where number = ? or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.findByNumber(String number)
Finds the shopping order where number = ? or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByNumber(String number)
Finds the shopping order where number = ? or throws a NoSuchOrderException if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.findByPPTxnId(String ppTxnId)
Finds the shopping order where ppTxnId = ? or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.findByPPTxnId(String ppTxnId)
Finds the shopping order where ppTxnId = ? or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByPPTxnId(String ppTxnId)
Finds the shopping order where ppTxnId = ? or throws a NoSuchOrderException if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.findByPrimaryKey(long orderId)
Finds the shopping order with the primary key or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.findByPrimaryKey(long orderId)
Finds the shopping order with the primary key or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByPrimaryKey(long orderId)
Finds the shopping order with the primary key or throws a NoSuchOrderException if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.remove(long orderId)
Removes the shopping order with the primary key from the database. |
ShoppingOrder |
ShoppingOrderPersistence.remove(long orderId)
Removes the shopping order with the primary key from the database. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.remove(long orderId)
Removes the shopping order with the primary key from the database. |
static void |
ShoppingOrderUtil.removeByNumber(String number)
Removes the shopping order where number = ? from the database. |
void |
ShoppingOrderPersistence.removeByNumber(String number)
Removes the shopping order where number = ? from the database. |
void |
ShoppingOrderPersistenceImpl.removeByNumber(String number)
Removes the shopping order where number = ? from the database. |
static void |
ShoppingOrderUtil.removeByPPTxnId(String ppTxnId)
Removes the shopping order where ppTxnId = ? from the database. |
void |
ShoppingOrderPersistence.removeByPPTxnId(String ppTxnId)
Removes the shopping order where ppTxnId = ? from the database. |
void |
ShoppingOrderPersistenceImpl.removeByPPTxnId(String ppTxnId)
Removes the shopping order where ppTxnId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |