com.yahoo.marketing.apt
Class UserServiceHttpBindingStub
java.lang.Object
org.apache.axis.client.Stub
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
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
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
_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