public class ServiceCallUtils extends Object implements IServiceCallUtils
Constructor and Description |
---|
ServiceCallUtils() |
Modifier and Type | Method and Description |
---|---|
CachedDataBinder |
getAliasMap(IdcClient client, IdcContext superuser)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
getAliasMap(IdcClient client, IdcContext superuser, ITrace trace)
Get the Alias list from the Content Server.
|
DataResultSet |
getDocInfo(DataBinder docBinder)
get the DataResultSet for DOC_INFO
|
List<DataObject> |
getDocInfoRows(DataBinder docBinder)
get the rows of the DOC_INFO resultset
|
CachedDataBinder |
getServerEnvironment(IdcClient client, IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
getServerEnvironment(IdcClient client, IdcContext userContext, ITrace trace)
Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts
|
String |
getUser(DataBinder binder)
get the username
|
CachedDataBinder |
getUserPermissions(IdcClient client, IdcContext userContext)
Deprecated.
this method swallows IdcClientExceptions
|
CachedDataBinder |
getUserPermissions(IdcClient client, IdcContext userContext, ITrace trace)
Get the user's permissions from Content Server
|
protected ILog m_log
public String getUser(DataBinder binder)
getUser
in interface IServiceCallUtils
binder
-public DataResultSet getDocInfo(DataBinder docBinder)
getDocInfo
in interface IServiceCallUtils
docBinder
-public List<DataObject> getDocInfoRows(DataBinder docBinder)
getDocInfoRows
in interface IServiceCallUtils
docBinder
-public CachedDataBinder getUserPermissions(IdcClient client, IdcContext userContext)
getUserPermissions
in interface IServiceCallUtils
client
-userContext
-public CachedDataBinder getUserPermissions(IdcClient client, IdcContext userContext, ITrace trace) throws IdcClientException
getUserPermissions
in interface IServiceCallUtils
client
-userContext
-trace
-IdcClientException
public CachedDataBinder getServerEnvironment(IdcClient client, IdcContext userContext)
getServerEnvironment
in interface IServiceCallUtils
client
-userContext
-public CachedDataBinder getServerEnvironment(IdcClient client, IdcContext userContext, ITrace trace) throws IdcClientException
getServerEnvironment
in interface IServiceCallUtils
client
-userContext
-trace
-IdcClientException
public CachedDataBinder getAliasMap(IdcClient client, IdcContext superuser)
getAliasMap
in interface IServiceCallUtils
client
-superuser
-public CachedDataBinder getAliasMap(IdcClient client, IdcContext superuser, ITrace trace) throws IdcClientException
getAliasMap
in interface IServiceCallUtils
client
-superuser
-IdcClientException