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, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdpublic ServiceAccessRightManagementClientImpl(URL serviceUrl)
protected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub in class ServiceClientImpljavax.xml.rpc.ServiceExceptionpublic void clear()
throws LangridException
clear in interface ServiceAccessRightManagementClientLangridExceptionpublic AccessRightSearchResult searchAccessRights(int startIndex, int maxCount, String userId, String serviceId, Order[] orders) throws LangridException
searchAccessRights in interface ServiceAccessRightManagementClientLangridExceptionpublic AccessRight getMyAccessRight(String serviceId) throws LangridException
getMyAccessRight in interface ServiceAccessRightManagementClientLangridExceptionpublic void setAccessRight(String userId, String serviceId, boolean permitted) throws LangridException
setAccessRight in interface ServiceAccessRightManagementClientLangridExceptionpublic void deleteAccessRight(String userId, String serviceId) throws LangridException
deleteAccessRight in interface ServiceAccessRightManagementClientLangridException