com.endeca.portal.mdex
Class SConfigUtil

java.lang.Object
  extended by com.endeca.portal.mdex.SConfigUtil

public class SConfigUtil
extends java.lang.Object


Nested Class Summary
static class SConfigUtil.DeleteOperation
           
static class SConfigUtil.ListOperation
           
static class SConfigUtil.PutOperation
           
 
Field Summary
static java.lang.String SCONFIG_SERVICE
           
 
Constructor Summary
SConfigUtil()
           
 
Method Summary
static
<OperationType,ResponseType>
ResponseType
executeSConfigOperation(MDEXState mdexState, RequestIds requestIds, boolean cacheEnabled, com.endeca.portal.mdex.SConfigUtil.SConfigOperation<ResponseType> op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCONFIG_SERVICE

public static final java.lang.String SCONFIG_SERVICE
See Also:
Constant Field Values
Constructor Detail

SConfigUtil

public SConfigUtil()
Method Detail

executeSConfigOperation

public static <OperationType,ResponseType> ResponseType executeSConfigOperation(MDEXState mdexState,
                                                                                RequestIds requestIds,
                                                                                boolean cacheEnabled,
                                                                                com.endeca.portal.mdex.SConfigUtil.SConfigOperation<ResponseType> op)
                                            throws DataSourceException,
                                                   java.lang.UnsupportedOperationException
Throws:
DataSourceException
java.lang.UnsupportedOperationException