com.yahoo.marketing.apt
Class ApprovalTaskServiceHttpBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.yahoo.marketing.apt.ApprovalTaskServiceHttpBindingStub
All Implemented Interfaces:
ApprovalTaskService, java.rmi.Remote, javax.xml.rpc.Stub

public class ApprovalTaskServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements ApprovalTaskService


Field Summary
(package private) static org.apache.axis.description.OperationDesc[] _operations
           
private  java.util.Vector cachedDeserFactories
           
private  java.util.Vector cachedSerClasses
           
private  java.util.Vector cachedSerFactories
           
private  java.util.Vector cachedSerQNames
           
 
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
ApprovalTaskServiceHttpBindingStub()
           
ApprovalTaskServiceHttpBindingStub(javax.xml.rpc.Service service)
           
ApprovalTaskServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 BasicResponse approveTask(ApprovalAction approvalAction)
           
 BasicResponse[] approveTasks(ApprovalAction[] requests)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse denyTask(ApprovalAction approvalAction)
           
 BasicResponse[] denyTasks(ApprovalAction[] requests)
           
 ApprovalTask getApprovalTask(long approvalTaskID)
           
 long getApprovalTaskCountByAccountID(ApprovalTaskContext context)
           
 ApprovalTask[] getApprovalTasks(long[] approvalTaskIDs)
           
 ApprovalTask[] getApprovalTasksByAccountID(ApprovalTaskContext context, int startElement, int numElements)
           
 ApprovalTask[] getApprovalTasksByApprovalIDs(long[] approvalIDs)
           
 ApprovalTask[] getApprovalTasksByObjectID(ApprovalObjectType type, long objectID)
           
 ApprovalTask[] getApprovalTasksByObjectIDs(ApprovalObjectType type, long[] objectIDs)
           
 
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
 

Field Detail

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
Constructor Detail

ApprovalTaskServiceHttpBindingStub

public ApprovalTaskServiceHttpBindingStub()
                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

ApprovalTaskServiceHttpBindingStub

public ApprovalTaskServiceHttpBindingStub(java.net.URL endpointURL,
                                          javax.xml.rpc.Service service)
                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

ApprovalTaskServiceHttpBindingStub

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

_initOperationDesc1

private static void _initOperationDesc1()

_initOperationDesc2

private static void _initOperationDesc2()

createCall

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

approveTask

public BasicResponse approveTask(ApprovalAction approvalAction)
                          throws java.rmi.RemoteException,
                                 ApiFault
Specified by:
approveTask in interface ApprovalTaskService
Throws:
java.rmi.RemoteException
ApiFault

approveTasks

public BasicResponse[] approveTasks(ApprovalAction[] requests)
                             throws java.rmi.RemoteException,
                                    ApiFault
Specified by:
approveTasks in interface ApprovalTaskService
Throws:
java.rmi.RemoteException
ApiFault

denyTask

public BasicResponse denyTask(ApprovalAction approvalAction)
                       throws java.rmi.RemoteException,
                              ApiFault
Specified by:
denyTask in interface ApprovalTaskService
Throws:
java.rmi.RemoteException
ApiFault

denyTasks

public BasicResponse[] denyTasks(ApprovalAction[] requests)
                          throws java.rmi.RemoteException,
                                 ApiFault
Specified by:
denyTasks in interface ApprovalTaskService
Throws:
java.rmi.RemoteException
ApiFault

getApprovalTask

public ApprovalTask getApprovalTask(long approvalTaskID)
                             throws java.rmi.RemoteException,
                                    ApiFault
Specified by:
getApprovalTask in interface ApprovalTaskService
Throws:
java.rmi.RemoteException
ApiFault

getApprovalTaskCountByAccountID

public long getApprovalTaskCountByAccountID(ApprovalTaskContext context)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Specified by:
getApprovalTaskCountByAccountID in interface ApprovalTaskService
Throws:
java.rmi.RemoteException
ApiFault

getApprovalTasks

public ApprovalTask[] getApprovalTasks(long[] approvalTaskIDs)
                                throws java.rmi.RemoteException,
                                       ApiFault
Specified by:
getApprovalTasks in interface ApprovalTaskService
Throws:
java.rmi.RemoteException
ApiFault

getApprovalTasksByAccountID

public ApprovalTask[] getApprovalTasksByAccountID(ApprovalTaskContext context,
                                                  int startElement,
                                                  int numElements)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Specified by:
getApprovalTasksByAccountID in interface ApprovalTaskService
Throws:
java.rmi.RemoteException
ApiFault

getApprovalTasksByApprovalIDs

public ApprovalTask[] getApprovalTasksByApprovalIDs(long[] approvalIDs)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
getApprovalTasksByApprovalIDs in interface ApprovalTaskService
Throws:
java.rmi.RemoteException
ApiFault

getApprovalTasksByObjectID

public ApprovalTask[] getApprovalTasksByObjectID(ApprovalObjectType type,
                                                 long objectID)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
getApprovalTasksByObjectID in interface ApprovalTaskService
Throws:
java.rmi.RemoteException
ApiFault

getApprovalTasksByObjectIDs

public ApprovalTask[] getApprovalTasksByObjectIDs(ApprovalObjectType type,
                                                  long[] objectIDs)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Specified by:
getApprovalTasksByObjectIDs in interface ApprovalTaskService
Throws:
java.rmi.RemoteException
ApiFault