public class ServiceAccessRightManagementClientImpl extends ServiceClientImpl implements ServiceAccessRightManagementClient
Constructor and Description |
---|
ServiceAccessRightManagementClientImpl(URL serviceUrl) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
protected org.apache.axis.client.Stub |
createStub(URL url) |
void |
deleteAccessRight(String userId,
String serviceId) |
AccessRight |
getMyAccessRight(String serviceId) |
AccessRightSearchResult |
searchAccessRights(int startIndex,
int maxCount,
String userId,
String serviceId,
Order[] orders) |
void |
setAccessRight(String userId,
String serviceId,
boolean permitted) |
addRequestHeader, convert, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, invoke, setPassword, setUpService, setUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
public ServiceAccessRightManagementClientImpl(URL serviceUrl)
protected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub
in class ServiceClientImpl
javax.xml.rpc.ServiceException
public void clear() throws LangridException
clear
in interface ServiceAccessRightManagementClient
LangridException
public AccessRightSearchResult searchAccessRights(int startIndex, int maxCount, String userId, String serviceId, Order[] orders) throws LangridException
searchAccessRights
in interface ServiceAccessRightManagementClient
LangridException
public AccessRight getMyAccessRight(String serviceId) throws LangridException
getMyAccessRight
in interface ServiceAccessRightManagementClient
LangridException
public void setAccessRight(String userId, String serviceId, boolean permitted) throws LangridException
setAccessRight
in interface ServiceAccessRightManagementClient
LangridException
public void deleteAccessRight(String userId, String serviceId) throws LangridException
deleteAccessRight
in interface ServiceAccessRightManagementClient
LangridException