public class Portal_RoleServiceSoapBindingStub extends org.apache.axis.client.Stub implements RoleServiceSoap
| Constructor and Description |
|---|
Portal_RoleServiceSoapBindingStub() |
Portal_RoleServiceSoapBindingStub(javax.xml.rpc.Service service) |
Portal_RoleServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
RoleSoap |
addRole(java.lang.String className,
long classPK,
java.lang.String name,
java.lang.String[] titleMapLanguageIds,
java.lang.String[] titleMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int type,
java.lang.String subtype,
ServiceContext serviceContext) |
RoleSoap |
addRole(java.lang.String name,
java.lang.String[] titleMapLanguageIds,
java.lang.String[] titleMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int type) |
void |
addUserRoles(long userId,
long[] roleIds) |
protected org.apache.axis.client.Call |
createCall() |
void |
deleteRole(long roleId) |
RoleSoap |
fetchRole(long roleId) |
RoleSoap[] |
getGroupRoles(long groupId) |
RoleSoap |
getRole(long roleId) |
RoleSoap |
getRole(long companyId,
java.lang.String name) |
RoleSoap[] |
getRoles(int type,
java.lang.String subtype) |
RoleSoap[] |
getRoles(long companyId,
int[] types) |
RoleSoap[] |
getUserGroupGroupRoles(long userId,
long groupId) |
RoleSoap[] |
getUserGroupRoles(long userId,
long groupId) |
RoleSoap[] |
getUserRelatedRoles(long userId,
GroupSoap[] groups) |
RoleSoap[] |
getUserRoles(long userId) |
boolean |
hasUserRole(long userId,
long companyId,
java.lang.String name,
boolean inherited) |
boolean |
hasUserRoles(long userId,
long companyId,
java.lang.String[] names,
boolean inherited) |
void |
unsetUserRoles(long userId,
long[] roleIds) |
RoleSoap |
updateRole(long roleId,
java.lang.String name,
java.lang.String[] titleMapLanguageIds,
java.lang.String[] titleMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
java.lang.String subtype,
ServiceContext serviceContext) |
_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, setUsernamepublic Portal_RoleServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portal_RoleServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portal_RoleServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic RoleSoap addRole(java.lang.String name, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, int type) throws java.rmi.RemoteException
addRole in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap addRole(java.lang.String className, long classPK, java.lang.String name, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, int type, java.lang.String subtype, ServiceContext serviceContext) throws java.rmi.RemoteException
addRole in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic void addUserRoles(long userId,
long[] roleIds)
throws java.rmi.RemoteException
addUserRoles in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic void deleteRole(long roleId)
throws java.rmi.RemoteException
deleteRole in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap fetchRole(long roleId) throws java.rmi.RemoteException
fetchRole in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap[] getGroupRoles(long groupId) throws java.rmi.RemoteException
getGroupRoles in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap getRole(long roleId) throws java.rmi.RemoteException
getRole in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap getRole(long companyId, java.lang.String name) throws java.rmi.RemoteException
getRole in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap[] getRoles(int type, java.lang.String subtype) throws java.rmi.RemoteException
getRoles in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap[] getRoles(long companyId, int[] types) throws java.rmi.RemoteException
getRoles in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap[] getUserGroupGroupRoles(long userId, long groupId) throws java.rmi.RemoteException
getUserGroupGroupRoles in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap[] getUserGroupRoles(long userId, long groupId) throws java.rmi.RemoteException
getUserGroupRoles in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap[] getUserRelatedRoles(long userId, GroupSoap[] groups) throws java.rmi.RemoteException
getUserRelatedRoles in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap[] getUserRoles(long userId) throws java.rmi.RemoteException
getUserRoles in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic boolean hasUserRole(long userId,
long companyId,
java.lang.String name,
boolean inherited)
throws java.rmi.RemoteException
hasUserRole in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic boolean hasUserRoles(long userId,
long companyId,
java.lang.String[] names,
boolean inherited)
throws java.rmi.RemoteException
hasUserRoles in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic void unsetUserRoles(long userId,
long[] roleIds)
throws java.rmi.RemoteException
unsetUserRoles in interface RoleServiceSoapjava.rmi.RemoteExceptionpublic RoleSoap updateRole(long roleId, java.lang.String name, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String subtype, ServiceContext serviceContext) throws java.rmi.RemoteException
updateRole in interface RoleServiceSoapjava.rmi.RemoteException