com.liferay.client.portlet.shopping.service.http
Class Portlet_Shopping_ShoppingCouponServiceSoapBindingStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended bycom.liferay.client.portlet.shopping.service.http.Portlet_Shopping_ShoppingCouponServiceSoapBindingStub
All Implemented Interfaces:
java.rmi.Remote, ShoppingCouponServiceSoap, javax.xml.rpc.Stub

public class Portlet_Shopping_ShoppingCouponServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ShoppingCouponServiceSoap


Field Summary
 
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
 
Constructor Summary
Portlet_Shopping_ShoppingCouponServiceSoapBindingStub()
           
Portlet_Shopping_ShoppingCouponServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portlet_Shopping_ShoppingCouponServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 ShoppingCouponSoap addCoupon(long plid, 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)
           
protected  org.apache.axis.client.Call createCall()
           
 void deleteCoupon(long plid, long couponId)
           
 ShoppingCouponSoap getCoupon(long plid, long couponId)
           
 ShoppingCouponSoap[] search(long plid, long companyId, java.lang.String code, boolean active, java.lang.String discountType, boolean andOperator, int begin, int end)
           
 ShoppingCouponSoap updateCoupon(long plid, 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)
           
 
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
 

Constructor Detail

Portlet_Shopping_ShoppingCouponServiceSoapBindingStub

public Portlet_Shopping_ShoppingCouponServiceSoapBindingStub()
                                                      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

Portlet_Shopping_ShoppingCouponServiceSoapBindingStub

public Portlet_Shopping_ShoppingCouponServiceSoapBindingStub(javax.xml.rpc.Service service)
                                                      throws org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

search

public ShoppingCouponSoap[] search(long plid,
                                   long companyId,
                                   java.lang.String code,
                                   boolean active,
                                   java.lang.String discountType,
                                   boolean andOperator,
                                   int begin,
                                   int end)
                            throws java.rmi.RemoteException
Specified by:
search in interface ShoppingCouponServiceSoap
Throws:
java.rmi.RemoteException

addCoupon

public ShoppingCouponSoap addCoupon(long plid,
                                    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)
                             throws java.rmi.RemoteException
Specified by:
addCoupon in interface ShoppingCouponServiceSoap
Throws:
java.rmi.RemoteException

deleteCoupon

public void deleteCoupon(long plid,
                         long couponId)
                  throws java.rmi.RemoteException
Specified by:
deleteCoupon in interface ShoppingCouponServiceSoap
Throws:
java.rmi.RemoteException

getCoupon

public ShoppingCouponSoap getCoupon(long plid,
                                    long couponId)
                             throws java.rmi.RemoteException
Specified by:
getCoupon in interface ShoppingCouponServiceSoap
Throws:
java.rmi.RemoteException

updateCoupon

public ShoppingCouponSoap updateCoupon(long plid,
                                       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)
                                throws java.rmi.RemoteException
Specified by:
updateCoupon in interface ShoppingCouponServiceSoap
Throws:
java.rmi.RemoteException