|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchOrderException | |
|---|---|
| com.liferay.portlet.shopping.service.persistence | |
| com.liferay.portlet.shopping.service.persistence.impl | |
| Uses of NoSuchOrderException in com.liferay.portlet.shopping.service.persistence |
|---|
| Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchOrderException | |
|---|---|
static ShoppingOrder[] |
ShoppingOrderUtil.filterFindByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.filterFindByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.filterFindByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.filterFindByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns 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<ShoppingOrder> orderByComparator)
Returns 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<ShoppingOrder> orderByComparator)
Returns 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<ShoppingOrder> orderByComparator)
Returns 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<ShoppingOrder> orderByComparator)
Returns 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<ShoppingOrder> orderByComparator)
Returns 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<ShoppingOrder> orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByGroupId_First(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns 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<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByNumber(String number)
Returns the shopping order where number = ? or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.findByNumber(String number)
Returns the shopping order where number = ? or throws a NoSuchOrderException if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.findByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.findByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? or throws a NoSuchOrderException if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.findByPrimaryKey(long orderId)
Returns the shopping order with the primary key or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.findByPrimaryKey(long orderId)
Returns 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. |
static ShoppingOrder |
ShoppingOrderUtil.removeByNumber(String number)
Removes the shopping order where number = ? from the database. |
ShoppingOrder |
ShoppingOrderPersistence.removeByNumber(String number)
Removes the shopping order where number = ? from the database. |
static ShoppingOrder |
ShoppingOrderUtil.removeByPPTxnId(String ppTxnId)
Removes the shopping order where ppTxnId = ? from the database. |
ShoppingOrder |
ShoppingOrderPersistence.removeByPPTxnId(String ppTxnId)
Removes the shopping order where ppTxnId = ? from the database. |
| Uses of NoSuchOrderException in com.liferay.portlet.shopping.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.shopping.service.persistence.impl that throw NoSuchOrderException | |
|---|---|
ShoppingOrder[] |
ShoppingOrderPersistenceImpl.filterFindByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder[] |
ShoppingOrderPersistenceImpl.filterFindByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the first 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<ShoppingOrder> orderByComparator)
Returns the last 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<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
ShoppingOrder[] |
ShoppingOrderPersistenceImpl.findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByNumber(String number)
Returns the shopping order where number = ? or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByPrimaryKey(long orderId)
Returns the shopping order with the primary key or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the shopping order with the primary key or throws a NoSuchModelException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.remove(long orderId)
Removes the shopping order with the primary key from the database. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.remove(Serializable primaryKey)
Removes the shopping order with the primary key from the database. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.removeByNumber(String number)
Removes the shopping order where number = ? from the database. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.removeByPPTxnId(String ppTxnId)
Removes the shopping order where ppTxnId = ? from the database. |
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||