Changes since
the last release

com.ebay.sdk.call
Class DeleteSellingManagerTemplateCall

java.lang.Object
  extended by com.ebay.sdk.ApiCall
      extended by com.ebay.sdk.call.DeleteSellingManagerTemplateCall

public class DeleteSellingManagerTemplateCall
extends ApiCall

Wrapper class of the DeleteSellingManagerTemplate call of eBay SOAP API.

Title: SOAP API wrapper library.

Description: Contains wrapper classes for eBay SOAP APIs.

Copyright: Copyright (c) 2009

Company: eBay Inc.


Input property: SaleTemplateID - ID of the template to be deleted. You can obtain a SaleTemplateID by calling GetSellingManagerInventory.
Output property: ReturnedDeletedSaleTemplateID - The unique identifier of the template.
Output property: ReturnedDeletedSaleTemplateName - The name of the Selling Manager template.

Version:
1.0
Author:
Ron Murphy

Field Summary
 
Fields inherited from class com.ebay.sdk.ApiCall
apiException, sendReqListeners
 
Constructor Summary
DeleteSellingManagerTemplateCall()
          Constructor.
DeleteSellingManagerTemplateCall(ApiContext apiContext)
          Constructor.
 
Method Summary
 String deleteSellingManagerTemplate()
          Deletes a Selling Manager template.
 String getReturnedDeletedSaleTemplateID()
          Valid after executing the API.
 String getReturnedDeletedSaleTemplateName()
          Valid after executing the API.
 Long getSaleTemplateID()
          Gets the DeleteSellingManagerTemplateRequestType.saleTemplateID.
 void setSaleTemplateID(Long saleTemplateID)
          Sets the DeleteSellingManagerTemplateRequestType.saleTemplateID.
 
Methods inherited from class com.ebay.sdk.ApiCall
addDetailLevel, addSendRequestListener, execute, executeByApiName, getApiContext, getApiException, getBotBlock, getCallRetry, getDetailLevel, getEnableCompression, getEndUserIP, getErrorHandling, getInvocationID, getMessageID, getOutputSelector, getRequestXml, getResponseObject, getResponseXml, getSite, getWarningLevel, hasError, hasWarning, removeSendRequestListener, setApiContext, setBotBlock, setCallRetry, setDetailLevel, setEnableCompression, setEndUserIP, setErrorHandling, setInvocationID, setMessageID, setOutputSelector, setSite, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteSellingManagerTemplateCall

public DeleteSellingManagerTemplateCall()
Constructor.


DeleteSellingManagerTemplateCall

public DeleteSellingManagerTemplateCall(ApiContext apiContext)
Constructor.

Parameters:
apiContext - The ApiContext object to be used to make the call.
Method Detail

deleteSellingManagerTemplate

public String deleteSellingManagerTemplate()
                                    throws ApiException,
                                           SdkException,
                                           Exception
Deletes a Selling Manager template. This call is subject to change without notice; the deprecation process is inapplicable to this call.

Returns:
The String object.
Throws:
ApiException
SdkException
Exception

getSaleTemplateID

public Long getSaleTemplateID()
Gets the DeleteSellingManagerTemplateRequestType.saleTemplateID.

Returns:
Long

setSaleTemplateID

public void setSaleTemplateID(Long saleTemplateID)
Sets the DeleteSellingManagerTemplateRequestType.saleTemplateID.

Parameters:
saleTemplateID - Long

getReturnedDeletedSaleTemplateID

public String getReturnedDeletedSaleTemplateID()
Valid after executing the API. Gets the returned DeleteSellingManagerTemplateResponseType.returnedDeletedSaleTemplateID.

Returns:
String

getReturnedDeletedSaleTemplateName

public String getReturnedDeletedSaleTemplateName()
Valid after executing the API. Gets the returned DeleteSellingManagerTemplateResponseType.returnedDeletedSaleTemplateName.

Returns:
String

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.