- 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
-
- 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
ExtDirectStoreReadResult object.
- setAssociationKey(String) - Method in class ch.ralscha.extdirectspring.generator.association.AbstractAssociation
-
The name of the property in the data to read the association from.
- setAssociations(List<AbstractAssociation>) - Method in class ch.ralscha.extdirectspring.generator.ModelBean
-
- setAuthor(String) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setAutoLoad(Boolean) - Method in class ch.ralscha.extdirectspring.generator.association.HasManyAssociation
-
True to automatically load the related store from a remote source when
instantiated.
- 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.
- setComment(String) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Adds a comment to this event.
- setConvert(String) - Method in class ch.ralscha.extdirectspring.generator.ModelFieldBean
-
function which coerces string values in raw data into the field's type
Typical use for a virtual field
http://localhost/ext4.1/docs/index.html#!/api/Ext.data.Field-cfg-convert
Property '
Ext.data.Field.convert' in JS.
- setCreateMethod(String) - Method in class ch.ralscha.extdirectspring.generator.ModelBean
-
Specifies the create method.
- 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
-
- setData(String) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Sets the data part of the Server-Sent Event response.
- setData(Object) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Sets the data part of the Server-Sent Event response.
- setDateFormat(String) - Method in class ch.ralscha.extdirectspring.bean.Field
-
- setDateFormat(String) - Method in class ch.ralscha.extdirectspring.generator.ModelFieldBean
-
Specifies format of date.
- setDefaultExceptionMessage(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
- setDefaultValue(Object) - Method in class ch.ralscha.extdirectspring.generator.ModelFieldBean
-
The default value.
- setDeprecated(boolean) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setDescriptor(String) - Method in class ch.ralscha.extdirectspring.bean.api.RemotingApi
-
- setDestroyMethod(String) - Method in class ch.ralscha.extdirectspring.generator.ModelBean
-
Specifies the destroy method.
- 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.
- setEvent(String) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Name of the event.
- 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.
- setFields(Map<String, ModelFieldBean>) - Method in class ch.ralscha.extdirectspring.generator.ModelBean
-
Overwrites all field definitions with the provided map.
- setFilters(List<Filter>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setForeignKey(String) - Method in class ch.ralscha.extdirectspring.generator.association.AbstractAssociation
-
The name of the foreign key on the associated model that links it to the
owner model.
- setGetterName(String) - Method in class ch.ralscha.extdirectspring.generator.association.BelongsToAssociation
-
The name of the getter function that will be added to the local model's
prototype.
- setGetterName(String) - Method in class ch.ralscha.extdirectspring.generator.association.HasOneAssociation
-
The name of the getter function that will be added to the local model's
prototype.
- 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
-
- setId(String) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Sets the event source's last event ID.
- setIdProperty(String) - Method in class ch.ralscha.extdirectspring.bean.MetaData
-
- setIdProperty(String) - Method in class ch.ralscha.extdirectspring.generator.ModelBean
-
Name of the id property.
- setJsContentType(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Specifies the Content-Type for api.js and api-debug.js.
- 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.
- setMapping(String) - Method in class ch.ralscha.extdirectspring.generator.ModelFieldBean
-
Typical use for a virtual field to extract field data from the model
object
Property '
mapping' in JS.
- 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.ExtDirectStoreReadResult
-
- setMethod(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setMethodComment(String) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setName(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
-
- setName(String) - Method in class ch.ralscha.extdirectspring.generator.association.HasManyAssociation
-
The name of the function to create on the owner model to retrieve the
child store.
- setName(String) - Method in class ch.ralscha.extdirectspring.generator.ModelBean
-
"Classname" of the model.
- setName(String) - Method in class ch.ralscha.extdirectspring.generator.ModelFieldBean
-
Name of the field.
- setPage(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setPaging(boolean) - Method in class ch.ralscha.extdirectspring.generator.ModelBean
-
If true a reader config with root : 'records' will be added to the model
object.
- 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
-
- setPersist(Boolean) - Method in class ch.ralscha.extdirectspring.generator.ModelFieldBean
-
Prevent the value of this field to be serialized or written with
Ext.data.writer.Writer
Typical use for a virtual field
Property '
persist' in JS.
- setPrimaryKey(String) - Method in class ch.ralscha.extdirectspring.generator.association.AbstractAssociation
-
The name of the primary key on the associated model.
- 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
-
- setReadMethod(String) - Method in class ch.ralscha.extdirectspring.generator.ModelBean
-
Specifies the read method.
- setResult(Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
-
- setRetry(Integer) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Sets the retry value.
- 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
-
- setSetterName(String) - Method in class ch.ralscha.extdirectspring.generator.association.BelongsToAssociation
-
The name of the setter function that will be added to the local model's
prototype.
- setSetterName(String) - Method in class ch.ralscha.extdirectspring.generator.association.HasOneAssociation
-
The name of the setter function that will be added to the local model's
prototype.
- 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.
- 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
-
- setType(ModelType) - Method in class ch.ralscha.extdirectspring.generator.ModelFieldBean
-
Type of the field.
- setUpdateMethod(String) - Method in class ch.ralscha.extdirectspring.generator.ModelBean
-
Specifies the update method.
- setUseNull(Boolean) - Method in class ch.ralscha.extdirectspring.generator.ModelFieldBean
-
If true null value is used if value cannot be parsed.
- setValidations(List<AbstractValidation>) - Method in class ch.ralscha.extdirectspring.generator.ModelBean
-
- 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.
- 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
-
- sse(String, String, HttpServletRequest, HttpServletResponse, Locale) - Method in class ch.ralscha.extdirectspring.controller.RouterController
-
- SSEHandler - Class in ch.ralscha.extdirectspring.controller
-
- SSEHandler() - Constructor for class ch.ralscha.extdirectspring.controller.SSEHandler
-
- SSEvent - Class in ch.ralscha.extdirectspring.bean
-
Class represents a response in a Server-Sent Event roundtrip.
- SSEvent() - Constructor for class ch.ralscha.extdirectspring.bean.SSEvent
-
- SSEWriter - Class in ch.ralscha.extdirectspring.controller
-
This class allows you to send server sent events in a streaming fashion.
- SSEWriter(HttpServletResponse) - Constructor for class ch.ralscha.extdirectspring.controller.SSEWriter
-
- 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.
- supports(Class<?>) - Method in enum ch.ralscha.extdirectspring.generator.ModelType
-
- 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.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.generator.IncludeValidation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.generator.ModelAssociationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.generator.ModelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.generator.OutputFormat
-
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.
- 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.
- values() - Static method in enum ch.ralscha.extdirectspring.generator.IncludeValidation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.generator.ModelAssociationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.generator.ModelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.generator.OutputFormat
-
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.
- version - Variable in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-