|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.client.Stub
com.google.api.ads.dfp.axis.v201201.UserServiceSoapBindingStub
public class UserServiceSoapBindingStub
| Field Summary |
|---|
| 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 | |
|---|---|
UserServiceSoapBindingStub()
|
|
UserServiceSoapBindingStub(javax.xml.rpc.Service service)
|
|
UserServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
|
|
| Method Summary | |
|---|---|
protected org.apache.axis.client.Call |
createCall()
|
User |
createUser(User user)
Creates a new User. |
User[] |
createUsers(User[] users)
Creates new User objects. |
Role[] |
getAllRoles()
Returns the Role objects that are defined for the users
of the
network. |
User |
getCurrentUser()
Returns the current User. |
User |
getUser(Long userId)
Returns the User uniquely identified by the given ID. |
UserPage |
getUsersByStatement(Statement filterStatement)
Gets a UserPage of User objects that satisfy
the given
Statement.query. |
UpdateResult |
performUserAction(UserAction userAction,
Statement filterStatement)
Performs actions on User objects that match the given
Statement.query. |
User |
updateUser(User user)
Updates the specified User. |
User[] |
updateUsers(User[] users)
Updates the specified User objects. |
| 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 |
| Constructor Detail |
|---|
public UserServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public UserServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public UserServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault| Method Detail |
|---|
protected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteException
public User createUser(User user)
throws RemoteException,
ApiException
UserServiceInterfaceUser.
The following fields are required:
createUser in interface UserServiceInterfaceuser - the user to create
RemoteException
ApiException
public User[] createUsers(User[] users)
throws RemoteException,
ApiException
UserServiceInterfaceUser objects.
createUsers in interface UserServiceInterfaceusers - the users to create
RemoteException
ApiException
public Role[] getAllRoles()
throws RemoteException,
ApiException
UserServiceInterfaceRole objects that are defined for the users
of the
network.
getAllRoles in interface UserServiceInterfaceRemoteException
ApiException
public User getCurrentUser()
throws RemoteException,
ApiException
UserServiceInterfaceUser.
getCurrentUser in interface UserServiceInterfaceRemoteException
ApiException
public User getUser(Long userId)
throws RemoteException,
ApiException
UserServiceInterfaceUser uniquely identified by the given ID.
getUser in interface UserServiceInterfaceuserId - The optional ID of the user. For current user set to
null.
User uniquely identified by the given ID
RemoteException
ApiException
public UserPage getUsersByStatement(Statement filterStatement)
throws RemoteException,
ApiException
UserServiceInterfaceUserPage of User objects that satisfy
the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
email |
UserRecord.email |
id |
UserRecord.id |
name |
UserRecord.name |
roleId |
UserRecord.roleId
|
rolename |
UserRecord.roleName
|
status |
ACTIVE if User.isActive is true; INACTIVE
otherwise |
getUsersByStatement in interface UserServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of users
RemoteException
ApiException
public UpdateResult performUserAction(UserAction userAction,
Statement filterStatement)
throws RemoteException,
ApiException
UserServiceInterfaceUser objects that match the given
Statement.query.
performUserAction in interface UserServiceInterfaceuserAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of users
RemoteException
ApiException
public User updateUser(User user)
throws RemoteException,
ApiException
UserServiceInterfaceUser.
updateUser in interface UserServiceInterfaceuser - the user to update
RemoteException
ApiException
public User[] updateUsers(User[] users)
throws RemoteException,
ApiException
UserServiceInterfaceUser objects.
updateUsers in interface UserServiceInterfaceusers - the users to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||