- selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
-
Selects handler methods for the given handler type.
- setAction(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setAllowBlank(boolean) - Method in class ch.ralscha.extdirectspring.bean.Field
-
- setAlwaysWrapStoreResponse(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
If alwaysWrapStoreResponse is true, responses of STORE_READ and
STORE_MODIFY methods are always wrapped in an
ExtDirectStoreResponse object.
- setData(Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
-
- setData(Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
-
- setData(Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setDateFormat(String) - Method in class ch.ralscha.extdirectspring.bean.Field
-
- setDefaultExceptionMessage(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
- setDescriptor(String) - Method in class ch.ralscha.extdirectspring.bean.api.RemotingApi
-
- setDir(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setEnableBuffer(Object) - Method in class ch.ralscha.extdirectspring.bean.api.RemotingApi
-
- setEnableBuffer(Object) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
true or false to enable or disable combining of method calls.
- setException(Exception) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
-
Creates an "exception" response.
- setExceptionToMessage(Map<Class<?>, String>) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the new exception-to-message map.
- setFilters(List<Filter>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setGroupBy(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setGroupDir(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setGroups(List<GroupInfo>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setIdProperty(String) - Method in class ch.ralscha.extdirectspring.bean.MetaData
-
- setLimit(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setMapper(ObjectMapper) - Method in class ch.ralscha.extdirectspring.util.JsonHandler
-
Sets a new instance of ObjectMapper.
- setMaxRetries(Integer) - Method in class ch.ralscha.extdirectspring.bean.api.RemotingApi
-
- setMaxRetries(Integer) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the number of times the client will try to send a message to the
server before throwing a failure.
- setMessage(String) - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
-
Sets an error message if type is "exception".
- setMetaData(MetaData) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
-
- setMethod(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setName(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
-
- setPage(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setPagingParameter(int, int) - Method in class ch.ralscha.extdirectspring.bean.MetaData
-
- setParams(Map<String, Object>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setQuery(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setResult(Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
-
- setSendExceptionMessage(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
- setSendStacktrace(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
- setSort(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setSorters(List<SortInfo>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setSortInfo(String, SortDirection) - Method in class ch.ralscha.extdirectspring.bean.MetaData
-
- setStart(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setStreamResponse(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
If streamResponse is true, the JSON response will be directly written
into the ServletResponse.getOutputStream() without setting
the Content-Length header.
- setSuccess(boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
-
- setSuccess(boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
-
Sets success flag to the provided parameter.
- setSynchronizeOnSession(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
If synchronizeOnSession is true, execution of all methods is synchronized
on the session object.
- setTid(int) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setTimeout(Integer) - Method in class ch.ralscha.extdirectspring.bean.api.RemotingApi
-
- setTimeout(Integer) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the timeout in milliseconds for remote calls.
- setType(String) - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
-
Sets the type of the response.
- setType(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setType(DataType) - Method in class ch.ralscha.extdirectspring.bean.Field
-
- setWhere(String) - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
-
Contains a detailed description (stacktrace) of the error if type is
"exception" and sendStacktrace is set to true in
Configuration.
- SortDirection - Enum in ch.ralscha.extdirectspring.bean
-
Enumeration of possible sort directions.
- SortInfo - Class in ch.ralscha.extdirectspring.bean
-
Class contains information about the property/field on which to sort and if
sort is ascending or descending.
- SortInfo(String, SortDirection) - Constructor for class ch.ralscha.extdirectspring.bean.SortInfo
-
- StringFilter - Class in ch.ralscha.extdirectspring.filter
-
- StringFilter(String, String) - Constructor for class ch.ralscha.extdirectspring.filter.StringFilter
-
- successful() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
-
Sets success flag to true.
- SupportedParameters - Enum in ch.ralscha.extdirectspring.util
-
Enum of all supported parameter types.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.annotation.ExtDirectMethodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.bean.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.bean.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.filter.Comparison
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.util.ApiCache
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.util.MethodInfoCache
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.util.SupportedParameters
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ch.ralscha.extdirectspring.annotation.ExtDirectMethodType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.bean.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.bean.SortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.filter.Comparison
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.util.ApiCache
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.util.MethodInfoCache
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.util.SupportedParameters
-
Returns an array containing the constants of this enum type, in
the order they are declared.