public class UserManagementBindingStub extends org.apache.axis.client.Stub implements UserManagement
Modifier and Type | Field and Description |
---|---|
(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 |
Constructor and Description |
---|
UserManagementBindingStub() |
UserManagementBindingStub(javax.xml.rpc.Service service) |
UserManagementBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
Modifier and Type | Method and Description |
---|---|
private static void |
_initOperationDesc1() |
protected org.apache.axis.client.Call |
createCall() |
java.lang.Integer |
createParticipant(Participant participant) |
void |
deleteParticipant(java.lang.Integer participantId) |
void |
deleteParticipants(int[] participantIds) |
Participant[] |
findAllParticipants() |
Participant |
findParticipantById(java.lang.Integer participantId) |
Participant[] |
findParticipantsByIds(int[] participantIds) |
Participant[] |
findParticipantsByProject(java.lang.Integer projectId) |
Participant[] |
findParticipantsByProjectAndRoles(java.lang.Integer projectId,
int[] roleIds) |
Participant[] |
findParticipantsByWorkgroup(java.lang.Integer workgroupId) |
void |
updateParticipant(Participant participant) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
static org.apache.axis.description.OperationDesc[] _operations
public UserManagementBindingStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public UserManagementBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public UserManagementBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
private static void _initOperationDesc1()
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.Integer createParticipant(Participant participant) throws IOException, java.rmi.RemoteException
createParticipant
in interface UserManagement
IOException
java.rmi.RemoteException
public void deleteParticipant(java.lang.Integer participantId) throws IOException, java.rmi.RemoteException
deleteParticipant
in interface UserManagement
IOException
java.rmi.RemoteException
public void deleteParticipants(int[] participantIds) throws IOException, java.rmi.RemoteException
deleteParticipants
in interface UserManagement
IOException
java.rmi.RemoteException
public Participant[] findAllParticipants() throws IOException, java.rmi.RemoteException
findAllParticipants
in interface UserManagement
IOException
java.rmi.RemoteException
public Participant findParticipantById(java.lang.Integer participantId) throws IOException, java.rmi.RemoteException
findParticipantById
in interface UserManagement
IOException
java.rmi.RemoteException
public Participant[] findParticipantsByIds(int[] participantIds) throws IOException, java.rmi.RemoteException
findParticipantsByIds
in interface UserManagement
IOException
java.rmi.RemoteException
public Participant[] findParticipantsByProject(java.lang.Integer projectId) throws IOException, java.rmi.RemoteException
findParticipantsByProject
in interface UserManagement
IOException
java.rmi.RemoteException
public Participant[] findParticipantsByProjectAndRoles(java.lang.Integer projectId, int[] roleIds) throws IOException, java.rmi.RemoteException
findParticipantsByProjectAndRoles
in interface UserManagement
IOException
java.rmi.RemoteException
public Participant[] findParticipantsByWorkgroup(java.lang.Integer workgroupId) throws IOException, java.rmi.RemoteException
findParticipantsByWorkgroup
in interface UserManagement
IOException
java.rmi.RemoteException
public void updateParticipant(Participant participant) throws IOException, java.rmi.RemoteException
updateParticipant
in interface UserManagement
IOException
java.rmi.RemoteException