|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShoppingOrder | |
|---|---|
| com.liferay.portlet.shopping.model | |
| com.liferay.portlet.shopping.service | |
| com.liferay.portlet.shopping.service.persistence | |
| Uses of ShoppingOrder in com.liferay.portlet.shopping.model |
|---|
| Classes in com.liferay.portlet.shopping.model that implement ShoppingOrder | |
|---|---|
class |
ShoppingOrderWrapper
This class is a wrapper for ShoppingOrder. |
| Methods in com.liferay.portlet.shopping.model that return ShoppingOrder | |
|---|---|
ShoppingOrder |
ShoppingOrderWrapper.getWrappedModel()
|
ShoppingOrder |
ShoppingOrderWrapper.getWrappedShoppingOrder()
Deprecated. As of 6.1.0, replaced by ShoppingOrderWrapper.getWrappedModel() |
abstract ShoppingOrder |
ShoppingOrderModel.toEscapedModel()
|
ShoppingOrder |
ShoppingOrderWrapper.toEscapedModel()
|
abstract ShoppingOrder |
ShoppingOrderModel.toUnescapedModel()
|
ShoppingOrder |
ShoppingOrderWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingOrder | |
|---|---|
abstract CacheModel<ShoppingOrder> |
ShoppingOrderModel.toCacheModel()
|
CacheModel<ShoppingOrder> |
ShoppingOrderWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingOrder | |
|---|---|
abstract int |
ShoppingOrderModel.compareTo(ShoppingOrder shoppingOrder)
|
int |
ShoppingOrderWrapper.compareTo(ShoppingOrder shoppingOrder)
|
static ShoppingOrderSoap |
ShoppingOrderSoap.toSoapModel(ShoppingOrder model)
|
static ShoppingOrderSoap[] |
ShoppingOrderSoap.toSoapModels(ShoppingOrder[] models)
|
static ShoppingOrderSoap[][] |
ShoppingOrderSoap.toSoapModels(ShoppingOrder[][] models)
|
| Method parameters in com.liferay.portlet.shopping.model with type arguments of type ShoppingOrder | |
|---|---|
static ShoppingOrderSoap[] |
ShoppingOrderSoap.toSoapModels(List<ShoppingOrder> models)
|
| Constructors in com.liferay.portlet.shopping.model with parameters of type ShoppingOrder | |
|---|---|
ShoppingOrderWrapper(ShoppingOrder shoppingOrder)
|
|
| Uses of ShoppingOrder in com.liferay.portlet.shopping.service |
|---|
| Methods in com.liferay.portlet.shopping.service that return ShoppingOrder | |
|---|---|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.addLatestOrder(long userId,
long groupId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.addLatestOrder(long userId,
long groupId)
|
abstract ShoppingOrder |
ShoppingOrderLocalService.addLatestOrder(long userId,
long groupId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
abstract ShoppingOrder |
ShoppingOrderLocalService.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.createShoppingOrder(long orderId)
Creates a new shopping order with the primary key. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.createShoppingOrder(long orderId)
Creates a new shopping order with the primary key. |
abstract ShoppingOrder |
ShoppingOrderLocalService.createShoppingOrder(long orderId)
Creates a new shopping order with the primary key. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.deleteShoppingOrder(long orderId)
Deletes the shopping order with the primary key from the database. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.deleteShoppingOrder(long orderId)
Deletes the shopping order with the primary key from the database. |
abstract ShoppingOrder |
ShoppingOrderLocalService.deleteShoppingOrder(long orderId)
Deletes the shopping order with the primary key from the database. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order from the database. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order from the database. |
abstract ShoppingOrder |
ShoppingOrderLocalService.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order from the database. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.fetchShoppingOrder(long orderId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.fetchShoppingOrder(long orderId)
|
abstract ShoppingOrder |
ShoppingOrderLocalService.fetchShoppingOrder(long orderId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getLatestOrder(long userId,
long groupId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getLatestOrder(long userId,
long groupId)
|
abstract ShoppingOrder |
ShoppingOrderLocalService.getLatestOrder(long userId,
long groupId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getOrder(long orderId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getOrder(long orderId)
|
abstract ShoppingOrder |
ShoppingOrderLocalService.getOrder(long orderId)
|
abstract ShoppingOrder |
ShoppingOrderService.getOrder(long groupId,
long orderId)
|
static ShoppingOrder |
ShoppingOrderServiceUtil.getOrder(long groupId,
long orderId)
|
ShoppingOrder |
ShoppingOrderServiceWrapper.getOrder(long groupId,
long orderId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getOrder(String number)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getOrder(String number)
|
abstract ShoppingOrder |
ShoppingOrderLocalService.getOrder(String number)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getPayPalTxnIdOrder(String ppTxnId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getPayPalTxnIdOrder(String ppTxnId)
|
abstract ShoppingOrder |
ShoppingOrderLocalService.getPayPalTxnIdOrder(String ppTxnId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getShoppingOrder(long orderId)
Returns the shopping order with the primary key. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getShoppingOrder(long orderId)
Returns the shopping order with the primary key. |
abstract ShoppingOrder |
ShoppingOrderLocalService.getShoppingOrder(long orderId)
Returns the shopping order with the primary key. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.saveLatestOrder(ShoppingCart cart)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.saveLatestOrder(ShoppingCart cart)
|
abstract ShoppingOrder |
ShoppingOrderLocalService.saveLatestOrder(ShoppingCart cart)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.updateLatestOrder(long userId,
long groupId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.updateLatestOrder(long userId,
long groupId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
abstract ShoppingOrder |
ShoppingOrderLocalService.updateLatestOrder(long userId,
long groupId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
abstract ShoppingOrder |
ShoppingOrderService.updateOrder(long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
static ShoppingOrder |
ShoppingOrderServiceUtil.updateOrder(long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
ShoppingOrder |
ShoppingOrderServiceWrapper.updateOrder(long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
abstract ShoppingOrder |
ShoppingOrderService.updateOrder(long groupId,
long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
static ShoppingOrder |
ShoppingOrderServiceUtil.updateOrder(long groupId,
long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
ShoppingOrder |
ShoppingOrderServiceWrapper.updateOrder(long groupId,
long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.updateOrder(long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.updateOrder(long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
abstract ShoppingOrder |
ShoppingOrderLocalService.updateOrder(long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.updateOrder(long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.updateOrder(long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
abstract ShoppingOrder |
ShoppingOrderLocalService.updateOrder(long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
abstract ShoppingOrder |
ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingOrder | |
|---|---|
static List<ShoppingOrder> |
ShoppingOrderLocalServiceUtil.getShoppingOrders(int start,
int end)
Returns a range of all the shopping orders. |
List<ShoppingOrder> |
ShoppingOrderLocalServiceWrapper.getShoppingOrders(int start,
int end)
Returns a range of all the shopping orders. |
abstract List<ShoppingOrder> |
ShoppingOrderLocalService.getShoppingOrders(int start,
int end)
Returns a range of all the shopping orders. |
static List<ShoppingOrder> |
ShoppingOrderLocalServiceUtil.search(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end)
|
List<ShoppingOrder> |
ShoppingOrderLocalServiceWrapper.search(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end)
|
abstract List<ShoppingOrder> |
ShoppingOrderLocalService.search(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end)
|
| Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingOrder | |
|---|---|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
abstract ShoppingOrder |
ShoppingOrderLocalService.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
static void |
ShoppingOrderLocalServiceUtil.deleteOrder(ShoppingOrder order)
|
void |
ShoppingOrderLocalServiceWrapper.deleteOrder(ShoppingOrder order)
|
abstract void |
ShoppingOrderLocalService.deleteOrder(ShoppingOrder order)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order from the database. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order from the database. |
abstract ShoppingOrder |
ShoppingOrderLocalService.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order from the database. |
static void |
ShoppingOrderLocalServiceUtil.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalServiceWrapper.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
abstract void |
ShoppingOrderLocalService.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
abstract ShoppingOrder |
ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
| Uses of ShoppingOrder in com.liferay.portlet.shopping.service.persistence |
|---|
| Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingOrder | |
|---|---|
abstract ShoppingOrder |
ShoppingOrderPersistence.create(long orderId)
Creates a new shopping order with the primary key. |
static ShoppingOrder |
ShoppingOrderUtil.create(long orderId)
Creates a new shopping order with the primary key. |
abstract ShoppingOrder |
ShoppingOrderPersistence.fetchByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
abstract ShoppingOrder |
ShoppingOrderPersistence.fetchByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
abstract ShoppingOrder |
ShoppingOrderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
abstract ShoppingOrder |
ShoppingOrderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
abstract ShoppingOrder |
ShoppingOrderPersistence.fetchByNumber(String number)
Returns the shopping order where number = ? or returns null if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByNumber(String number)
Returns the shopping order where number = ? or returns null if it could not be found. |
abstract ShoppingOrder |
ShoppingOrderPersistence.fetchByNumber(String number,
boolean retrieveFromCache)
Returns the shopping order where number = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByNumber(String number,
boolean retrieveFromCache)
Returns the shopping order where number = ? or returns null if it could not be found, optionally using the finder cache. |
abstract ShoppingOrder |
ShoppingOrderPersistence.fetchByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? or returns null if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? or returns null if it could not be found. |
abstract ShoppingOrder |
ShoppingOrderPersistence.fetchByPPTxnId(String ppTxnId,
boolean retrieveFromCache)
Returns the shopping order where ppTxnId = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByPPTxnId(String ppTxnId,
boolean retrieveFromCache)
Returns the shopping order where ppTxnId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract ShoppingOrder |
ShoppingOrderPersistence.fetchByPrimaryKey(long orderId)
Returns the shopping order with the primary key or returns null if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByPrimaryKey(long orderId)
Returns the shopping order with the primary key or returns null if it could not be found. |
abstract ShoppingOrder[] |
ShoppingOrderPersistence.filterFindByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator 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.filterFindByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator 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 = ?. |
abstract ShoppingOrder[] |
ShoppingOrderPersistence.filterFindByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator 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.filterFindByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator 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 = ?. |
abstract ShoppingOrder |
ShoppingOrderPersistence.findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
abstract ShoppingOrder |
ShoppingOrderPersistence.findByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the last 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)
Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
abstract ShoppingOrder[] |
ShoppingOrderPersistence.findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator 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.findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
abstract ShoppingOrder |
ShoppingOrderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
abstract ShoppingOrder |
ShoppingOrderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
abstract ShoppingOrder[] |
ShoppingOrderPersistence.findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?. |
abstract ShoppingOrder |
ShoppingOrderPersistence.findByNumber(String number)
Returns the shopping order where number = ? or throws a NoSuchOrderException if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.findByNumber(String number)
Returns the shopping order where number = ? or throws a NoSuchOrderException if it could not be found. |
abstract ShoppingOrder |
ShoppingOrderPersistence.findByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? 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. |
abstract 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.findByPrimaryKey(long orderId)
Returns the shopping order with the primary key or throws a NoSuchOrderException if it could not be found. |
abstract ShoppingOrder |
ShoppingOrderPersistence.remove(long orderId)
Removes the shopping order with the primary key from the database. |
static ShoppingOrder |
ShoppingOrderUtil.remove(long orderId)
Removes the shopping order with the primary key from the database. |
abstract ShoppingOrder |
ShoppingOrderPersistence.removeByNumber(String number)
Removes the shopping order where number = ? from the database. |
static ShoppingOrder |
ShoppingOrderUtil.removeByNumber(String number)
Removes the shopping order where number = ? from the database. |
abstract ShoppingOrder |
ShoppingOrderPersistence.removeByPPTxnId(String ppTxnId)
Removes the shopping order where ppTxnId = ? from the database. |
static ShoppingOrder |
ShoppingOrderUtil.removeByPPTxnId(String ppTxnId)
Removes the shopping order where ppTxnId = ? from the database. |
static ShoppingOrder |
ShoppingOrderUtil.update(ShoppingOrder shoppingOrder)
|
static ShoppingOrder |
ShoppingOrderUtil.update(ShoppingOrder shoppingOrder,
ServiceContext serviceContext)
|
abstract ShoppingOrder |
ShoppingOrderPersistence.updateImpl(ShoppingOrder shoppingOrder)
|
static ShoppingOrder |
ShoppingOrderUtil.updateImpl(ShoppingOrder shoppingOrder)
|
| Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingOrder | |
|---|---|
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
Returns a range of all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
Returns a range of all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByGroupId(long groupId)
Returns all the shopping orders that the user has permission to view where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByGroupId(long groupId)
Returns all the shopping orders that the user has permission to view where groupId = ?. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping orders that the user has permission to view where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping orders that the user has permission to view where groupId = ?. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ?. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.findAll()
Returns all the shopping orders. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findAll()
Returns all the shopping orders. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.findAll(int start,
int end)
Returns a range of all the shopping orders. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findAll(int start,
int end)
Returns a range of all the shopping orders. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders. |
static List<ShoppingOrder> |
ShoppingOrderFinderUtil.findByG_C_U_N_PPPS(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
abstract List<ShoppingOrder> |
ShoppingOrderFinder.findByG_C_U_N_PPPS(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
Returns a range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
Returns a range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.findByGroupId(long groupId)
Returns all the shopping orders where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByGroupId(long groupId)
Returns all the shopping orders where groupId = ?. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping orders where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping orders where groupId = ?. |
abstract List<ShoppingOrder> |
ShoppingOrderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ShoppingOrder> |
ShoppingOrderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ShoppingOrder> |
ShoppingOrderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingOrder | |
|---|---|
abstract void |
ShoppingOrderPersistence.cacheResult(ShoppingOrder shoppingOrder)
Caches the shopping order in the entity cache if it is enabled. |
static void |
ShoppingOrderUtil.cacheResult(ShoppingOrder shoppingOrder)
Caches the shopping order in the entity cache if it is enabled. |
static void |
ShoppingOrderUtil.clearCache(ShoppingOrder shoppingOrder)
|
static ShoppingOrder |
ShoppingOrderUtil.update(ShoppingOrder shoppingOrder)
|
static ShoppingOrder |
ShoppingOrderUtil.update(ShoppingOrder shoppingOrder,
ServiceContext serviceContext)
|
abstract ShoppingOrder |
ShoppingOrderPersistence.updateImpl(ShoppingOrder shoppingOrder)
|
static ShoppingOrder |
ShoppingOrderUtil.updateImpl(ShoppingOrder shoppingOrder)
|
| Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingOrder | |
|---|---|
abstract void |
ShoppingOrderPersistence.cacheResult(List<ShoppingOrder> shoppingOrders)
Caches the shopping orders in the entity cache if it is enabled. |
static void |
ShoppingOrderUtil.cacheResult(List<ShoppingOrder> shoppingOrders)
Caches the shopping orders in the entity cache if it is enabled. |
|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||