public class RoleManagementBindingStub extends org.apache.axis.client.Stub implements RoleManagement
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 |
---|
RoleManagementBindingStub() |
RoleManagementBindingStub(javax.xml.rpc.Service service) |
RoleManagementBindingStub(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 |
createRole(Role role) |
void |
deleteRole(java.lang.Integer roleId) |
void |
deleteRoles(int[] roleIds) |
Role[] |
findAllRoles() |
Role |
findRoleById(java.lang.Integer roleId) |
Role[] |
findRoleByIds(int[] roleIds) |
Role[] |
findRolesByProject(java.lang.Integer projectId) |
Role[] |
findRolesByProjectAndParticipant(java.lang.Integer projectId,
java.lang.Integer participantId) |
void |
updateRole(Role role) |
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 RoleManagementBindingStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public RoleManagementBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public RoleManagementBindingStub(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 createRole(Role role) throws IOException, java.rmi.RemoteException
createRole
in interface RoleManagement
IOException
java.rmi.RemoteException
public void deleteRole(java.lang.Integer roleId) throws IOException, java.rmi.RemoteException
deleteRole
in interface RoleManagement
IOException
java.rmi.RemoteException
public void deleteRoles(int[] roleIds) throws IOException, java.rmi.RemoteException
deleteRoles
in interface RoleManagement
IOException
java.rmi.RemoteException
public Role[] findAllRoles() throws IOException, java.rmi.RemoteException
findAllRoles
in interface RoleManagement
IOException
java.rmi.RemoteException
public Role findRoleById(java.lang.Integer roleId) throws IOException, java.rmi.RemoteException
findRoleById
in interface RoleManagement
IOException
java.rmi.RemoteException
public Role[] findRoleByIds(int[] roleIds) throws IOException, java.rmi.RemoteException
findRoleByIds
in interface RoleManagement
IOException
java.rmi.RemoteException
public Role[] findRolesByProject(java.lang.Integer projectId) throws IOException, java.rmi.RemoteException
findRolesByProject
in interface RoleManagement
IOException
java.rmi.RemoteException
public Role[] findRolesByProjectAndParticipant(java.lang.Integer projectId, java.lang.Integer participantId) throws IOException, java.rmi.RemoteException
findRolesByProjectAndParticipant
in interface RoleManagement
IOException
java.rmi.RemoteException
public void updateRole(Role role) throws IOException, java.rmi.RemoteException
updateRole
in interface RoleManagement
IOException
java.rmi.RemoteException