com.yahoo.marketing.apt
Class SellingRulesServiceHttpBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.yahoo.marketing.apt.SellingRulesServiceHttpBindingStub
- All Implemented Interfaces:
- SellingRulesService, java.rmi.Remote, javax.xml.rpc.Stub
public class SellingRulesServiceHttpBindingStub
- extends org.apache.axis.client.Stub
- implements SellingRulesService
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 |
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 |
cachedSerClasses
private java.util.Vector cachedSerClasses
cachedSerQNames
private java.util.Vector cachedSerQNames
cachedSerFactories
private java.util.Vector cachedSerFactories
cachedDeserFactories
private java.util.Vector cachedDeserFactories
_operations
static org.apache.axis.description.OperationDesc[] _operations
SellingRulesServiceHttpBindingStub
public SellingRulesServiceHttpBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
SellingRulesServiceHttpBindingStub
public SellingRulesServiceHttpBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
SellingRulesServiceHttpBindingStub
public SellingRulesServiceHttpBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
_initOperationDesc1
private static void _initOperationDesc1()
_initOperationDesc2
private static void _initOperationDesc2()
_initOperationDesc3
private static void _initOperationDesc3()
_initOperationDesc4
private static void _initOperationDesc4()
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addBookingLimitToPreferredSellingRule
public BookingLimitResponse addBookingLimitToPreferredSellingRule(BookingLimit bookingLimit)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addBookingLimitToPreferredSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
addBookingLimitToStandardSellingRule
public BookingLimitResponse addBookingLimitToStandardSellingRule(BookingLimit bookingLimit)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addBookingLimitToStandardSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
addBookingLimitsToPreferredSellingRule
public BookingLimitResponse[] addBookingLimitsToPreferredSellingRule(BookingLimit[] bookingLimits)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addBookingLimitsToPreferredSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
addBookingLimitsToStandardSellingRule
public BookingLimitResponse[] addBookingLimitsToStandardSellingRule(BookingLimit[] bookingLimits)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addBookingLimitsToStandardSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
addInventoryOptInToStandardSellingRule
public InventoryOptInResponse addInventoryOptInToStandardSellingRule(InventoryOptIn inventoryOptIn)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addInventoryOptInToStandardSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
addInventoryOptInsToStandardSellingRule
public InventoryOptInResponse[] addInventoryOptInsToStandardSellingRule(InventoryOptIn[] inventoryOptIns)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addInventoryOptInsToStandardSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
addSellingRule
public SellingRuleResponse addSellingRule(SellingRule sellingRule)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
addSellingRules
public SellingRuleResponse[] addSellingRules(SellingRule[] sellingRules)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addSellingRules
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
deleteBookingLimit
public BasicResponse deleteBookingLimit(long bookingLimitID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteBookingLimit
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
deleteBookingLimits
public BasicResponse[] deleteBookingLimits(long[] bookingLimitIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteBookingLimits
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
deleteInventoryOptIn
public BasicResponse deleteInventoryOptIn(long inventoryOptInID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteInventoryOptIn
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
deleteInventoryOptIns
public BasicResponse[] deleteInventoryOptIns(long[] inventoryOptInIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteInventoryOptIns
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
deleteSellingRule
public BasicResponse deleteSellingRule(long sellingRuleID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
deleteSellingRules
public BasicResponse[] deleteSellingRules(long[] sellingRuleIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteSellingRules
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getBookingLimit
public BookingLimit getBookingLimit(long bookingLimitID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getBookingLimit
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getBookingLimits
public BookingLimit[] getBookingLimits(long[] bookingLimitIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getBookingLimits
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getBookingLimitsForPreferredSellingRule
public BookingLimit[] getBookingLimitsForPreferredSellingRule()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getBookingLimitsForPreferredSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getBookingLimitsForStandardSellingRule
public BookingLimit[] getBookingLimitsForStandardSellingRule()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getBookingLimitsForStandardSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getInventoryOptIn
public InventoryOptIn getInventoryOptIn(long inventoryOptInID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getInventoryOptIn
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getInventoryOptIns
public InventoryOptIn[] getInventoryOptIns(long[] inventoryOptInIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getInventoryOptIns
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getPreferredSellingRuleID
public long getPreferredSellingRuleID()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getPreferredSellingRuleID
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getSellingRule
public SellingRule getSellingRule(long sellingRuleID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getSellingRules
public SellingRule[] getSellingRules(long[] sellingRuleIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getSellingRules
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getSellingRulesByAccountID
public SellingRule[] getSellingRulesByAccountID()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getSellingRulesByAccountID
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getStandardSellingRuleID
public long getStandardSellingRuleID()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getStandardSellingRuleID
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getSupportedTargetingAttributeTypesForTargetingRule
public TargetingAttributeType[] getSupportedTargetingAttributeTypesForTargetingRule()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getSupportedTargetingAttributeTypesForTargetingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
getTargetingRuleForStandardSellingRule
public TargetingRule getTargetingRuleForStandardSellingRule()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getTargetingRuleForStandardSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
setTargetingRuleForStandardSellingRule
public BasicResponse setTargetingRuleForStandardSellingRule(TargetingRule targetingRule)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
setTargetingRuleForStandardSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
updateBookingLimit
public BookingLimitResponse updateBookingLimit(BookingLimit bookingLimit)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateBookingLimit
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
updateBookingLimits
public BookingLimitResponse[] updateBookingLimits(BookingLimit[] bookingLimits)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateBookingLimits
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
updateInventoryOptIn
public InventoryOptInResponse updateInventoryOptIn(InventoryOptIn inventoryOptIn)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateInventoryOptIn
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
updateInventoryOptIns
public InventoryOptInResponse[] updateInventoryOptIns(InventoryOptIn[] inventoryOptIns)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateInventoryOptIns
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
updateSellingRule
public SellingRuleResponse updateSellingRule(SellingRule sellingRule)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateSellingRule
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault
updateSellingRules
public SellingRuleResponse[] updateSellingRules(SellingRule[] sellingRules)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateSellingRules
in interface SellingRulesService
- Throws:
java.rmi.RemoteException
ApiFault