|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. Renamed to ShoppingOrderWrapper.getWrappedModel() |
ShoppingOrder |
ShoppingOrderWrapper.toEscapedModel()
|
ShoppingOrder |
ShoppingOrderModel.toEscapedModel()
|
ShoppingOrder |
ShoppingOrderWrapper.toUnescapedModel()
|
ShoppingOrder |
ShoppingOrderModel.toUnescapedModel()
|
Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingOrder | |
---|---|
CacheModel<ShoppingOrder> |
ShoppingOrderWrapper.toCacheModel()
|
CacheModel<ShoppingOrder> |
ShoppingOrderModel.toCacheModel()
|
Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingOrder | |
---|---|
int |
ShoppingOrderWrapper.compareTo(ShoppingOrder shoppingOrder)
|
int |
ShoppingOrderModel.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.model.impl |
---|
Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingOrder | |
---|---|
class |
ShoppingOrderBaseImpl
The extended model base implementation for the ShoppingOrder service. |
class |
ShoppingOrderImpl
|
Methods in com.liferay.portlet.shopping.model.impl that return ShoppingOrder | |
---|---|
ShoppingOrder |
ShoppingOrderCacheModel.toEntityModel()
|
ShoppingOrder |
ShoppingOrderModelImpl.toEscapedModel()
|
static ShoppingOrder |
ShoppingOrderModelImpl.toModel(ShoppingOrderSoap soapModel)
Converts the soap model instance into a normal model instance. |
ShoppingOrder |
ShoppingOrderModelImpl.toUnescapedModel()
|
Methods in com.liferay.portlet.shopping.model.impl that return types with arguments of type ShoppingOrder | |
---|---|
CacheModel<ShoppingOrder> |
ShoppingOrderModelImpl.toCacheModel()
|
static List<ShoppingOrder> |
ShoppingOrderModelImpl.toModels(ShoppingOrderSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingOrder | |
---|---|
int |
ShoppingOrderModelImpl.compareTo(ShoppingOrder shoppingOrder)
|
Uses of ShoppingOrder in com.liferay.portlet.shopping.service |
---|
Methods in com.liferay.portlet.shopping.service that return ShoppingOrder | |
---|---|
ShoppingOrder |
ShoppingOrderLocalService.addLatestOrder(long userId,
long groupId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.addLatestOrder(long userId,
long groupId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.addLatestOrder(long userId,
long groupId)
|
ShoppingOrder |
ShoppingOrderLocalService.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
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. |
ShoppingOrder |
ShoppingOrderLocalService.createShoppingOrder(long orderId)
Creates a new shopping order with the primary key. |
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. |
ShoppingOrder |
ShoppingOrderLocalService.deleteShoppingOrder(long orderId)
Deletes the shopping order with the primary key from the database. |
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. |
ShoppingOrder |
ShoppingOrderLocalService.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order 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. |
ShoppingOrder |
ShoppingOrderLocalService.fetchShoppingOrder(long orderId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.fetchShoppingOrder(long orderId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.fetchShoppingOrder(long orderId)
|
ShoppingOrder |
ShoppingOrderLocalService.getLatestOrder(long userId,
long groupId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getLatestOrder(long userId,
long groupId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getLatestOrder(long userId,
long groupId)
|
ShoppingOrder |
ShoppingOrderLocalService.getOrder(long orderId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getOrder(long orderId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getOrder(long orderId)
|
ShoppingOrder |
ShoppingOrderServiceWrapper.getOrder(long groupId,
long orderId)
|
static ShoppingOrder |
ShoppingOrderServiceUtil.getOrder(long groupId,
long orderId)
|
ShoppingOrder |
ShoppingOrderService.getOrder(long groupId,
long orderId)
|
ShoppingOrder |
ShoppingOrderLocalService.getOrder(String number)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getOrder(String number)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getOrder(String number)
|
ShoppingOrder |
ShoppingOrderLocalService.getPayPalTxnIdOrder(String ppTxnId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getPayPalTxnIdOrder(String ppTxnId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getPayPalTxnIdOrder(String ppTxnId)
|
ShoppingOrder |
ShoppingOrderLocalService.getShoppingOrder(long orderId)
Returns the shopping order with the primary key. |
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. |
ShoppingOrder |
ShoppingOrderLocalService.saveLatestOrder(ShoppingCart cart)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.saveLatestOrder(ShoppingCart cart)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.saveLatestOrder(ShoppingCart cart)
|
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)
|
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)
|
ShoppingOrder |
ShoppingOrderServiceWrapper.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 |
ShoppingOrderService.updateOrder(long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
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 |
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 |
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)
|
ShoppingOrder |
ShoppingOrderLocalService.updateOrder(long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
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)
|
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.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)
|
ShoppingOrder |
ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
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. |
ShoppingOrder |
ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder,
boolean merge)
Updates the shopping order in the database or adds it if it does not yet exist. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.updateShoppingOrder(ShoppingOrder shoppingOrder,
boolean merge)
Updates the shopping order in the database or adds it if it does not yet exist. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.updateShoppingOrder(ShoppingOrder shoppingOrder,
boolean merge)
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 | |
---|---|
List<ShoppingOrder> |
ShoppingOrderLocalService.getShoppingOrders(int start,
int end)
Returns a range of all the shopping orders. |
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. |
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)
|
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)
|
Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingOrder | |
---|---|
ShoppingOrder |
ShoppingOrderLocalService.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
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. |
void |
ShoppingOrderLocalService.deleteOrder(ShoppingOrder order)
|
static void |
ShoppingOrderLocalServiceUtil.deleteOrder(ShoppingOrder order)
|
void |
ShoppingOrderLocalServiceWrapper.deleteOrder(ShoppingOrder order)
|
ShoppingOrder |
ShoppingOrderLocalService.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order 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. |
void |
ShoppingOrderLocalService.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
static void |
ShoppingOrderLocalServiceUtil.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalServiceWrapper.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
ShoppingOrder |
ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
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. |
ShoppingOrder |
ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder,
boolean merge)
Updates the shopping order in the database or adds it if it does not yet exist. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.updateShoppingOrder(ShoppingOrder shoppingOrder,
boolean merge)
Updates the shopping order in the database or adds it if it does not yet exist. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.updateShoppingOrder(ShoppingOrder shoppingOrder,
boolean merge)
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.base |
---|
Methods in com.liferay.portlet.shopping.service.base that return ShoppingOrder | |
---|---|
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.createShoppingOrder(long orderId)
Creates a new shopping order with the primary key. |
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.deleteShoppingOrder(long orderId)
Deletes the shopping order with the primary key from the database. |
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order from the database. |
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.fetchShoppingOrder(long orderId)
|
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.getShoppingOrder(long orderId)
Returns the shopping order with the primary key. |
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.updateShoppingOrder(ShoppingOrder shoppingOrder,
boolean merge)
Updates the shopping order in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.shopping.service.base that return types with arguments of type ShoppingOrder | |
---|---|
List<ShoppingOrder> |
ShoppingOrderLocalServiceBaseImpl.getShoppingOrders(int start,
int end)
Returns a range of all the shopping orders. |
Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingOrder | |
---|---|
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order from the database. |
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
ShoppingOrder |
ShoppingOrderLocalServiceBaseImpl.updateShoppingOrder(ShoppingOrder shoppingOrder,
boolean merge)
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.http |
---|
Methods in com.liferay.portlet.shopping.service.http that return ShoppingOrder | |
---|---|
static ShoppingOrder |
ShoppingOrderServiceHttp.getOrder(HttpPrincipal httpPrincipal,
long groupId,
long orderId)
|
static ShoppingOrder |
ShoppingOrderServiceHttp.updateOrder(HttpPrincipal httpPrincipal,
long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
static ShoppingOrder |
ShoppingOrderServiceHttp.updateOrder(HttpPrincipal httpPrincipal,
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)
|
Uses of ShoppingOrder in com.liferay.portlet.shopping.service.impl |
---|
Methods in com.liferay.portlet.shopping.service.impl that return ShoppingOrder | |
---|---|
ShoppingOrder |
ShoppingOrderLocalServiceImpl.addLatestOrder(long userId,
long groupId)
|
ShoppingOrder |
ShoppingOrderLocalServiceImpl.getLatestOrder(long userId,
long groupId)
|
ShoppingOrder |
ShoppingOrderLocalServiceImpl.getOrder(long orderId)
|
ShoppingOrder |
ShoppingOrderServiceImpl.getOrder(long groupId,
long orderId)
|
ShoppingOrder |
ShoppingOrderLocalServiceImpl.getOrder(String number)
|
ShoppingOrder |
ShoppingOrderLocalServiceImpl.getPayPalTxnIdOrder(String ppTxnId)
|
ShoppingOrder |
ShoppingOrderLocalServiceImpl.saveLatestOrder(ShoppingCart cart)
|
ShoppingOrder |
ShoppingOrderLocalServiceImpl.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 |
ShoppingOrderServiceImpl.updateOrder(long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
ShoppingOrder |
ShoppingOrderServiceImpl.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 |
ShoppingOrderLocalServiceImpl.updateOrder(long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
ShoppingOrder |
ShoppingOrderLocalServiceImpl.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)
|
Methods in com.liferay.portlet.shopping.service.impl that return types with arguments of type ShoppingOrder | |
---|---|
List<ShoppingOrder> |
ShoppingOrderLocalServiceImpl.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.impl with parameters of type ShoppingOrder | |
---|---|
void |
ShoppingOrderLocalServiceImpl.deleteOrder(ShoppingOrder order)
|
void |
ShoppingOrderLocalServiceImpl.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
Uses of ShoppingOrder in com.liferay.portlet.shopping.service.permission |
---|
Methods in com.liferay.portlet.shopping.service.permission with parameters of type ShoppingOrder | |
---|---|
static void |
ShoppingOrderPermission.check(PermissionChecker permissionChecker,
long groupId,
ShoppingOrder order,
String actionId)
|
static boolean |
ShoppingOrderPermission.contains(PermissionChecker permissionChecker,
long groupId,
ShoppingOrder order,
String actionId)
|
Uses of ShoppingOrder in com.liferay.portlet.shopping.service.persistence |
---|
Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingOrder | |
---|---|
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. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.create(long orderId)
Creates a new shopping order with the primary key. |
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 = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.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 = ?. |
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 = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.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 = ?. |
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 = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
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 = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
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. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.fetchByNumber(String number)
Returns the shopping order where number = ? or returns null if it could not be found. |
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. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.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. |
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. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.fetchByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? or returns null if it could not be found. |
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. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.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. |
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. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.fetchByPrimaryKey(long orderId)
Returns the shopping order with the primary key or returns null if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the shopping order with the primary key or returns null if it could not be found. |
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 = ?. |
ShoppingOrder[] |
ShoppingOrderPersistenceImpl.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 = ?. |
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 = ?. |
ShoppingOrder[] |
ShoppingOrderPersistenceImpl.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 = ?. |
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.filterGetByG_U_PPPS_PrevAndNext(Session session,
ShoppingOrder shoppingOrder,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator,
boolean previous)
|
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
ShoppingOrder shoppingOrder,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
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 = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.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 = ?. |
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 = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.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 = ?. |
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 = ?. |
ShoppingOrder[] |
ShoppingOrderPersistenceImpl.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 = ?. |
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 = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
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 = ?. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
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 = ?. |
ShoppingOrder[] |
ShoppingOrderPersistenceImpl.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 = ?. |
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. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.findByNumber(String number)
Returns the shopping order where number = ? 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.findByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? 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 |
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. |
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. |
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.getByG_U_PPPS_PrevAndNext(Session session,
ShoppingOrder shoppingOrder,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator,
boolean previous)
|
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.getByGroupId_PrevAndNext(Session session,
ShoppingOrder shoppingOrder,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
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. |
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 |
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. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.removeByNumber(String number)
Removes the shopping order where number = ? from the database. |
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. |
ShoppingOrder |
ShoppingOrderPersistenceImpl.removeByPPTxnId(String ppTxnId)
Removes the shopping order where ppTxnId = ? from the database. |
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.removeImpl(ShoppingOrder shoppingOrder)
|
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.toUnwrappedModel(ShoppingOrder shoppingOrder)
|
static ShoppingOrder |
ShoppingOrderUtil.update(ShoppingOrder shoppingOrder,
boolean merge)
|
static ShoppingOrder |
ShoppingOrderUtil.update(ShoppingOrder shoppingOrder,
boolean merge,
ServiceContext serviceContext)
|
ShoppingOrder |
ShoppingOrderPersistence.updateImpl(ShoppingOrder shoppingOrder,
boolean merge)
|
static ShoppingOrder |
ShoppingOrderUtil.updateImpl(ShoppingOrder shoppingOrder,
boolean merge)
|
ShoppingOrder |
ShoppingOrderPersistenceImpl.updateImpl(ShoppingOrder shoppingOrder,
boolean merge)
|
Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingOrder | |
---|---|
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.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 = ?. |
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.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 = ?. |
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.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 = ?. |
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.filterFindByGroupId(long groupId)
Returns all the shopping orders that the user has permission to view where groupId = ?. |
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping orders that the user has permission to view where groupId = ?. |
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findAll()
Returns all the shopping orders. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findAll()
Returns all the shopping orders. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.findAll()
Returns all the shopping orders. |
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. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.findAll(int start,
int end)
Returns a range of all the shopping orders. |
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. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.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)
|
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)
|
List<ShoppingOrder> |
ShoppingOrderFinderImpl.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)
|
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.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 = ?. |
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.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 = ?. |
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.findByGroupId(long groupId)
Returns all the shopping orders where groupId = ?. |
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping orders where groupId = ?. |
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 = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistenceImpl.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 | |
---|---|
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. |
void |
ShoppingOrderPersistenceImpl.cacheResult(ShoppingOrder shoppingOrder)
Caches the shopping order in the entity cache if it is enabled. |
protected void |
ShoppingOrderPersistenceImpl.cacheUniqueFindersCache(ShoppingOrder shoppingOrder)
|
static void |
ShoppingOrderUtil.clearCache(ShoppingOrder shoppingOrder)
|
void |
ShoppingOrderPersistenceImpl.clearCache(ShoppingOrder shoppingOrder)
Clears the cache for the shopping order. |
protected void |
ShoppingOrderPersistenceImpl.clearUniqueFindersCache(ShoppingOrder shoppingOrder)
|
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.filterGetByG_U_PPPS_PrevAndNext(Session session,
ShoppingOrder shoppingOrder,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator,
boolean previous)
|
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
ShoppingOrder shoppingOrder,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.getByG_U_PPPS_PrevAndNext(Session session,
ShoppingOrder shoppingOrder,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator,
boolean previous)
|
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.getByGroupId_PrevAndNext(Session session,
ShoppingOrder shoppingOrder,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.removeImpl(ShoppingOrder shoppingOrder)
|
protected ShoppingOrder |
ShoppingOrderPersistenceImpl.toUnwrappedModel(ShoppingOrder shoppingOrder)
|
static ShoppingOrder |
ShoppingOrderUtil.update(ShoppingOrder shoppingOrder,
boolean merge)
|
static ShoppingOrder |
ShoppingOrderUtil.update(ShoppingOrder shoppingOrder,
boolean merge,
ServiceContext serviceContext)
|
ShoppingOrder |
ShoppingOrderPersistence.updateImpl(ShoppingOrder shoppingOrder,
boolean merge)
|
static ShoppingOrder |
ShoppingOrderUtil.updateImpl(ShoppingOrder shoppingOrder,
boolean merge)
|
ShoppingOrder |
ShoppingOrderPersistenceImpl.updateImpl(ShoppingOrder shoppingOrder,
boolean merge)
|
Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingOrder | |
---|---|
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. |
void |
ShoppingOrderPersistenceImpl.cacheResult(List<ShoppingOrder> shoppingOrders)
Caches the shopping orders in the entity cache if it is enabled. |
void |
ShoppingOrderPersistenceImpl.clearCache(List<ShoppingOrder> shoppingOrders)
|
Uses of ShoppingOrder in com.liferay.portlet.shopping.util |
---|
Methods in com.liferay.portlet.shopping.util with parameters of type ShoppingOrder | |
---|---|
static double |
ShoppingUtil.calculateTotal(ShoppingOrder order)
|
static String |
ShoppingUtil.getPayPalRedirectURL(ShoppingPreferences preferences,
ShoppingOrder order,
double total,
String returnURL,
String notifyURL)
|
static String |
ShoppingUtil.getPayPalReturnURL(PortletURL portletURL,
ShoppingOrder order)
|
static String |
ShoppingUtil.getPpPaymentStatus(ShoppingOrder order,
javax.servlet.jsp.PageContext pageContext)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |