com.liferay.client.soap.portlet.shopping.service.http
Class Portlet_Shopping_ShoppingCouponServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.shopping.service.http.Portlet_Shopping_ShoppingCouponServiceSoapBindingStub
- All Implemented Interfaces:
- ShoppingCouponServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_Shopping_ShoppingCouponServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements ShoppingCouponServiceSoap
Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Method Summary |
ShoppingCouponSoap |
addCoupon(java.lang.String code,
boolean autoCode,
java.lang.String name,
java.lang.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,
java.lang.String limitCategories,
java.lang.String limitSkus,
double minOrder,
double discount,
java.lang.String discountType,
ServiceContext serviceContext)
|
protected org.apache.axis.client.Call |
createCall()
|
void |
deleteCoupon(long groupId,
long couponId)
|
ShoppingCouponSoap |
getCoupon(long groupId,
long couponId)
|
ShoppingCouponSoap[] |
search(long groupId,
long companyId,
java.lang.String code,
boolean active,
java.lang.String discountType,
boolean andOperator,
int start,
int end)
|
ShoppingCouponSoap |
updateCoupon(long couponId,
java.lang.String name,
java.lang.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,
java.lang.String limitCategories,
java.lang.String limitSkus,
double minOrder,
double discount,
java.lang.String discountType,
ServiceContext serviceContext)
|
Methods inherited from class org.apache.axis.client.Stub |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Shopping_ShoppingCouponServiceSoapBindingStub
public Portlet_Shopping_ShoppingCouponServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_Shopping_ShoppingCouponServiceSoapBindingStub
public Portlet_Shopping_ShoppingCouponServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_Shopping_ShoppingCouponServiceSoapBindingStub
public Portlet_Shopping_ShoppingCouponServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
search
public ShoppingCouponSoap[] search(long groupId,
long companyId,
java.lang.String code,
boolean active,
java.lang.String discountType,
boolean andOperator,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
search
in interface ShoppingCouponServiceSoap
- Throws:
java.rmi.RemoteException
addCoupon
public ShoppingCouponSoap addCoupon(java.lang.String code,
boolean autoCode,
java.lang.String name,
java.lang.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,
java.lang.String limitCategories,
java.lang.String limitSkus,
double minOrder,
double discount,
java.lang.String discountType,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addCoupon
in interface ShoppingCouponServiceSoap
- Throws:
java.rmi.RemoteException
deleteCoupon
public void deleteCoupon(long groupId,
long couponId)
throws java.rmi.RemoteException
- Specified by:
deleteCoupon
in interface ShoppingCouponServiceSoap
- Throws:
java.rmi.RemoteException
getCoupon
public ShoppingCouponSoap getCoupon(long groupId,
long couponId)
throws java.rmi.RemoteException
- Specified by:
getCoupon
in interface ShoppingCouponServiceSoap
- Throws:
java.rmi.RemoteException
updateCoupon
public ShoppingCouponSoap updateCoupon(long couponId,
java.lang.String name,
java.lang.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,
java.lang.String limitCategories,
java.lang.String limitSkus,
double minOrder,
double discount,
java.lang.String discountType,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateCoupon
in interface ShoppingCouponServiceSoap
- Throws:
java.rmi.RemoteException