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.AxisFault
public IRoleBDTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IRoleBDTaskStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
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() throws java.rmi.RemoteException
java.rmi.RemoteException
public void deleteRole(java.lang.String keyID) throws java.rmi.RemoteException
deleteRole
in interface IRoleBDTask
java.rmi.RemoteException
public RoleBD[] findManyRoles(java.lang.String[] keyIDs) throws java.rmi.RemoteException
findManyRoles
in interface IRoleBDTask
java.rmi.RemoteException
public UserBD[] findUsersByRole(java.lang.String roleKeyID, boolean inRole) throws java.rmi.RemoteException
findUsersByRole
in interface IRoleBDTask
java.rmi.RemoteException
public RoleBD findRole(java.lang.String keyID) throws java.rmi.RemoteException
findRole
in interface IRoleBDTask
java.rmi.RemoteException
public RoleBD[] getAllRoles() throws java.rmi.RemoteException
getAllRoles
in interface IRoleBDTask
java.rmi.RemoteException
public void detachUsers(java.lang.String roleKeyID, java.lang.String[] userKeyIDs) throws java.rmi.RemoteException
detachUsers
in interface IRoleBDTask
java.rmi.RemoteException
public void updateRole(RoleBD roleBD) throws java.rmi.RemoteException
updateRole
in interface IRoleBDTask
java.rmi.RemoteException
public java.lang.String addRole(RoleBD roleBD) throws java.rmi.RemoteException
addRole
in interface IRoleBDTask
java.rmi.RemoteException