com.yahoo.marketing.apt
Class UserServiceHttpBindingStub

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

public class UserServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements UserService


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
UserServiceHttpBindingStub()
           
UserServiceHttpBindingStub(javax.xml.rpc.Service service)
           
UserServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
private static void _initOperationDesc3()
           
 UserResponse[] addUsersToAccount(User[] users)
           
 UserResponse addUserToAccount(User user)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse deleteRolesForUser(long userID)
           
 BasicResponse disableUser(long userID)
           
 BasicResponse[] disableUsers(long[] userIDs)
           
 BasicResponse enableUser(long userID)
           
 BasicResponse[] enableUsers(long[] userIDs)
           
 Capability[] getCapabilitiesForRole(Role role)
           
 Role[] getMyRoles()
           
 User getMyUser()
           
 Role[] getRolesForAgencyUser(long userID, long agencyContractID)
           
 Role[] getRolesForUser(long userID)
           
 User getUser(long userID)
           
 long getUserCountByAccountID()
           
 User[] getUsers(long[] userIDs)
           
 User[] getUsersByAccountID(int startElement, int numElements)
           
 BasicResponse resetUserPassword(long userID)
           
 BasicResponse setRolesForAgencyUser(long userID, Role[] roles, long agencyContractID)
           
 BasicResponse setRolesForUser(long userID, Role[] roles)
           
 boolean testUsername(java.lang.String userName)
           
 BasicResponse updateMyEmail(java.lang.String email)
           
 UserResponse updateUser(User user)
           
 UserResponse[] updateUsers(User[] users)
           
 
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

UserServiceHttpBindingStub

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

UserServiceHttpBindingStub

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

UserServiceHttpBindingStub

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

_initOperationDesc3

private static void _initOperationDesc3()

createCall

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

addUserToAccount

public UserResponse addUserToAccount(User user)
                              throws java.rmi.RemoteException,
                                     ApiFault
Specified by:
addUserToAccount in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

addUsersToAccount

public UserResponse[] addUsersToAccount(User[] users)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
addUsersToAccount in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

deleteRolesForUser

public BasicResponse deleteRolesForUser(long userID)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
deleteRolesForUser in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

disableUser

public BasicResponse disableUser(long userID)
                          throws java.rmi.RemoteException,
                                 ApiFault
Specified by:
disableUser in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

disableUsers

public BasicResponse[] disableUsers(long[] userIDs)
                             throws java.rmi.RemoteException,
                                    ApiFault
Specified by:
disableUsers in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

enableUser

public BasicResponse enableUser(long userID)
                         throws java.rmi.RemoteException,
                                ApiFault
Specified by:
enableUser in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

enableUsers

public BasicResponse[] enableUsers(long[] userIDs)
                            throws java.rmi.RemoteException,
                                   ApiFault
Specified by:
enableUsers in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

getCapabilitiesForRole

public Capability[] getCapabilitiesForRole(Role role)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
getCapabilitiesForRole in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

getMyRoles

public Role[] getMyRoles()
                  throws java.rmi.RemoteException,
                         ApiFault
Specified by:
getMyRoles in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

getMyUser

public User getMyUser()
               throws java.rmi.RemoteException,
                      ApiFault
Specified by:
getMyUser in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

getRolesForAgencyUser

public Role[] getRolesForAgencyUser(long userID,
                                    long agencyContractID)
                             throws java.rmi.RemoteException,
                                    ApiFault
Specified by:
getRolesForAgencyUser in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

getRolesForUser

public Role[] getRolesForUser(long userID)
                       throws java.rmi.RemoteException,
                              ApiFault
Specified by:
getRolesForUser in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

getUser

public User getUser(long userID)
             throws java.rmi.RemoteException,
                    ApiFault
Specified by:
getUser in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

getUserCountByAccountID

public long getUserCountByAccountID()
                             throws java.rmi.RemoteException,
                                    ApiFault
Specified by:
getUserCountByAccountID in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

getUsers

public User[] getUsers(long[] userIDs)
                throws java.rmi.RemoteException,
                       ApiFault
Specified by:
getUsers in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

getUsersByAccountID

public User[] getUsersByAccountID(int startElement,
                                  int numElements)
                           throws java.rmi.RemoteException,
                                  ApiFault
Specified by:
getUsersByAccountID in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

resetUserPassword

public BasicResponse resetUserPassword(long userID)
                                throws java.rmi.RemoteException,
                                       ApiFault
Specified by:
resetUserPassword in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

setRolesForAgencyUser

public BasicResponse setRolesForAgencyUser(long userID,
                                           Role[] roles,
                                           long agencyContractID)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
setRolesForAgencyUser in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

setRolesForUser

public BasicResponse setRolesForUser(long userID,
                                     Role[] roles)
                              throws java.rmi.RemoteException,
                                     ApiFault
Specified by:
setRolesForUser in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

testUsername

public boolean testUsername(java.lang.String userName)
                     throws java.rmi.RemoteException,
                            ApiFault
Specified by:
testUsername in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

updateMyEmail

public BasicResponse updateMyEmail(java.lang.String email)
                            throws java.rmi.RemoteException,
                                   ApiFault
Specified by:
updateMyEmail in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

updateUser

public UserResponse updateUser(User user)
                        throws java.rmi.RemoteException,
                               ApiFault
Specified by:
updateUser in interface UserService
Throws:
java.rmi.RemoteException
ApiFault

updateUsers

public UserResponse[] updateUsers(User[] users)
                           throws java.rmi.RemoteException,
                                  ApiFault
Specified by:
updateUsers in interface UserService
Throws:
java.rmi.RemoteException
ApiFault