- serialize(Collection<String>, JsonGenerator, SerializerProvider) - Method in class ch.ralscha.extdirectspring.bean.EdJsonStoreResult.CollectionStringSerializer
-
- serialize(Map<String, List<Action>>, JsonGenerator, SerializerProvider) - Method in class ch.ralscha.extdirectspring.util.MapActionSerializer
-
- setAction(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setActionNs(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the name of the namespace in which the actions will reside.
- 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
ExtDirectStoreResult object.
- setApiNs(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the name of the namespace in which the remotingApiVar variable will reside.
- setAuthor(String) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setBaseRouterUrl(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
If not null the
ApiController does not use the url of the request to
determine the router url instead he uses the value of this variable as the base and
adds /router and /poll.
The fullRouterUrl setting is ignored when this variable is not null
- setBatchedMethodsExecutionPolicy(BatchedMethodsExecutionPolicy) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Specifies how batched methods sent from the client should be executed on the
server.
- setBatchedMethodsExecutorService(ExecutorService) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the thread pool used for executing batched methods concurrently.
- setBufferLimit(Integer) - Method in class ch.ralscha.extdirectspring.bean.api.RemotingApi
-
- setBufferLimit(Integer) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
The maximum number of requests to batch together.
- setConversionService(ConversionService) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
- 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
-
- setDeprecated(boolean) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- 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
-
- setFrameDomain(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the passed domain to be included in the file upload's temporary frame.
- setFrameDomainScript(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Updates the script that is used to set the domain values on the file upload frame.
- setFullRouterUrl(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Specifies if the router property should contain the full URL including protocol,
server name, port number, and server path (true) or only the server path (false)
- 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
-
- setJsContentType(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Specifies the Content-Type for api.js and api-debug.js.
- setJsonHandler(JsonHandler) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
- setJsonView(Class<?>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
-
- setJsonView(Class<?>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
-
Sets a specific JSON View (filter) that Jackson uses to serialize the response.
- setJsonView(Class<?>) - Method in class ch.ralscha.extdirectspring.bean.JsonViewHint
-
- 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".
- setMessage(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResult
-
Beware, for this message to be accessible in your callback operation,
you must add in your model definition the messageProperty value
- setMetadata(Map<String, Object>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setMetaData(MetaData) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResult
-
- setMethod(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setMethodComment(String) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setModel(Object) - Method in class ch.ralscha.extdirectspring.bean.ModelAndJsonView
-
- 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
-
- setParameters(Map<String, String>) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setParams(Map<String, Object>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setPollingUrlsVar(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Changes the name of the polling urls object variable
- setProviderType(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the type of the provider.
- setQuery(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setRecords(Collection<T>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResult
-
- setRemotingApiVar(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Changes the name of the remoting api variable.
- setResult(Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
-
- setReturnMethod(Map<String, String>) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- 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.bean.ExtDirectResponse
-
- 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.ExtDirectFormPostResult
-
- setSuccess(boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
-
Sets success flag to the provided parameter.
- setSuccess(Boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResult
-
- 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.
- setTotal(Long) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResult
-
- 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
-
- setVersion(String) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- 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.
- sort() - Method in class ch.ralscha.extdirectspring.bean.api.RemotingApi
-
- 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, String, Comparison) - Constructor for class ch.ralscha.extdirectspring.filter.StringFilter
-
- success() - Method in class ch.ralscha.extdirectspring.bean.EdFormLoadResult
-
- success(Object) - Static method in class ch.ralscha.extdirectspring.bean.EdFormLoadResult
-
- success() - Method in class ch.ralscha.extdirectspring.bean.EdFormPostResult.Builder
-
- success() - Static method in class ch.ralscha.extdirectspring.bean.EdFormPostResult
-
- success(Map<String, Object>) - Static method in class ch.ralscha.extdirectspring.bean.EdFormPostResult
-
- success() - Method in class ch.ralscha.extdirectspring.bean.EdJsonStoreResult
-
- success(String) - Static method in class ch.ralscha.extdirectspring.bean.EdJsonStoreResult
-
- success(String[]) - Static method in class ch.ralscha.extdirectspring.bean.EdJsonStoreResult
-
- success(Collection<String>) - Static method in class ch.ralscha.extdirectspring.bean.EdJsonStoreResult
-
- success(Collection<String>, Long) - Static method in class ch.ralscha.extdirectspring.bean.EdJsonStoreResult
-
- success(Collection<String>, Class<?>) - Static method in class ch.ralscha.extdirectspring.bean.EdJsonStoreResult
-
- success(Collection<String>, Long, Class<?>) - Static method in class ch.ralscha.extdirectspring.bean.EdJsonStoreResult
-
- success() - Method in class ch.ralscha.extdirectspring.bean.EdStoreResult
-
- success(T) - Static method in class ch.ralscha.extdirectspring.bean.EdStoreResult
-
- success(T[]) - Static method in class ch.ralscha.extdirectspring.bean.EdStoreResult
-
- success(Collection<T>) - Static method in class ch.ralscha.extdirectspring.bean.EdStoreResult
-
- success(Collection<T>, Long) - Static method in class ch.ralscha.extdirectspring.bean.EdStoreResult
-
- success(Collection<T>, Class<?>) - Static method in class ch.ralscha.extdirectspring.bean.EdStoreResult
-
- success(Collection<T>, Long, Class<?>) - Static method in class ch.ralscha.extdirectspring.bean.EdStoreResult
-
- successful() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
-
Sets success flag to true.
- 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.controller.BatchedMethodsExecutionPolicy
-
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.
- 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.controller.BatchedMethodsExecutionPolicy
-
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.
- version - Variable in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-