|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShoppingCouponSoap | |
---|---|
com.liferay.portlet.shopping.model | |
com.liferay.portlet.shopping.model.impl | |
com.liferay.portlet.shopping.service.http |
Uses of ShoppingCouponSoap in com.liferay.portlet.shopping.model |
---|
Methods in com.liferay.portlet.shopping.model that return ShoppingCouponSoap | |
---|---|
static ShoppingCouponSoap |
ShoppingCouponSoap.toSoapModel(ShoppingCoupon model)
|
static ShoppingCouponSoap[] |
ShoppingCouponSoap.toSoapModels(List<ShoppingCoupon> models)
|
static ShoppingCouponSoap[] |
ShoppingCouponSoap.toSoapModels(ShoppingCoupon[] models)
|
static ShoppingCouponSoap[][] |
ShoppingCouponSoap.toSoapModels(ShoppingCoupon[][] models)
|
Uses of ShoppingCouponSoap in com.liferay.portlet.shopping.model.impl |
---|
Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingCouponSoap | |
---|---|
static ShoppingCoupon |
ShoppingCouponModelImpl.toModel(ShoppingCouponSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<ShoppingCoupon> |
ShoppingCouponModelImpl.toModels(ShoppingCouponSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Uses of ShoppingCouponSoap in com.liferay.portlet.shopping.service.http |
---|
Methods in com.liferay.portlet.shopping.service.http that return ShoppingCouponSoap | |
---|---|
static ShoppingCouponSoap |
ShoppingCouponServiceSoap.addCoupon(String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
static ShoppingCouponSoap |
ShoppingCouponServiceSoap.getCoupon(long groupId,
long couponId)
|
static ShoppingCouponSoap[] |
ShoppingCouponServiceSoap.search(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
|
static ShoppingCouponSoap |
ShoppingCouponServiceSoap.updateCoupon(long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |