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.DeleteAllFilterRulesOperation
           
static class SConfigUtil.DeleteCollectionsOperation
           
static class SConfigUtil.DeleteEntitiesOperation
           
static class SConfigUtil.DeleteFilterRulesOperation
           
static class SConfigUtil.ListCollectionsOperation
           
static class SConfigUtil.ListEntitiesOperation
           
static class SConfigUtil.ListFilterRulesOperation
           
static class SConfigUtil.PutCollectionOperation
           
static class SConfigUtil.PutEntityOperation
           
static class SConfigUtil.PutFilterRulesOperation
           
static class SConfigUtil.UpdateCollectionsOperation
           
static class SConfigUtil.ValidateEntityOperation
           
 
Field Summary
static java.lang.String SCONFIG_SERVICE
           
 
Constructor Summary
SConfigUtil()
           
 
Method Summary
static
<OperationType,ResponseType>
ResponseType
executeSConfigOperation(MDEXState mdexState, RequestIds requestIds, com.endeca.portal.mdex.SConfigUtil.SConfigOperation<ResponseType> op, java.lang.String languageId)
           
static
<OperationType,ResponseType>
ResponseType
executeSConfigOperation(MDEXState mdexState, RequestIds requestIds, com.endeca.portal.mdex.SConfigUtil.SConfigOperation<ResponseType> op, java.lang.String languageId, boolean useIndependentOuterTransaction)
           
 
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,
                                                                                com.endeca.portal.mdex.SConfigUtil.SConfigOperation<ResponseType> op,
                                                                                java.lang.String languageId)
                                            throws DataSourceException,
                                                   java.lang.UnsupportedOperationException
Throws:
DataSourceException
java.lang.UnsupportedOperationException

executeSConfigOperation

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