public class IRoleBDTaskStub extends org.apache.axis.client.Stub implements IRoleBDTask
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
| Constructor and Description |
|---|
IRoleBDTaskStub() |
IRoleBDTaskStub(javax.xml.rpc.Service service) |
IRoleBDTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addRole(RoleBD roleBD) |
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
protected org.apache.axis.client.Call |
createCall() |
void |
deleteRole(java.lang.String keyID) |
void |
detachUsers(java.lang.String roleKeyID,
java.lang.String[] userKeyIDs) |
RoleBD[] |
findManyRoles(java.lang.String[] keyIDs) |
RoleBD |
findRole(java.lang.String keyID) |
UserBD[] |
findUsersByRole(java.lang.String roleKeyID,
boolean inRole) |
RoleBD[] |
getAllRoles() |
void |
updateRole(RoleBD roleBD) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IRoleBDTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IRoleBDTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IRoleBDTaskStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprivate void addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void deleteRole(java.lang.String keyID)
throws java.rmi.RemoteException
deleteRole in interface IRoleBDTaskjava.rmi.RemoteExceptionpublic RoleBD[] findManyRoles(java.lang.String[] keyIDs) throws java.rmi.RemoteException
findManyRoles in interface IRoleBDTaskjava.rmi.RemoteExceptionpublic UserBD[] findUsersByRole(java.lang.String roleKeyID, boolean inRole) throws java.rmi.RemoteException
findUsersByRole in interface IRoleBDTaskjava.rmi.RemoteExceptionpublic RoleBD findRole(java.lang.String keyID) throws java.rmi.RemoteException
findRole in interface IRoleBDTaskjava.rmi.RemoteExceptionpublic RoleBD[] getAllRoles() throws java.rmi.RemoteException
getAllRoles in interface IRoleBDTaskjava.rmi.RemoteExceptionpublic void detachUsers(java.lang.String roleKeyID,
java.lang.String[] userKeyIDs)
throws java.rmi.RemoteException
detachUsers in interface IRoleBDTaskjava.rmi.RemoteExceptionpublic void updateRole(RoleBD roleBD) throws java.rmi.RemoteException
updateRole in interface IRoleBDTaskjava.rmi.RemoteExceptionpublic java.lang.String addRole(RoleBD roleBD) throws java.rmi.RemoteException
addRole in interface IRoleBDTaskjava.rmi.RemoteException