A B C D E F G I L M N P R S T U V W

A

addCustomProperty(String, Object) - Method in class ch.ralscha.extdirectspring.bean.Field
 
addCustomProperty(String, Object) - Method in class ch.ralscha.extdirectspring.bean.MetaData
 
addErrors(BindingResult) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Creates a errors property in the response if there are any errors in the bindingResult Sets the success flag to false if there are errors
addErrors(Locale, MessageSource, BindingResult) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Creates a errors property in the response if there are any errors in the bindingResult Sets the success flag to false if there are errors
addField(Field) - Method in class ch.ralscha.extdirectspring.bean.MetaData
 
addFields(List<Field>) - Method in class ch.ralscha.extdirectspring.bean.MetaData
 
addResultProperty(String, Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Add additional property to the response
afterPropertiesSet() - Method in class ch.ralscha.extdirectspring.controller.RouterController
 
api(String, String, String, String, String, boolean, String, HttpServletRequest, HttpServletResponse) - Method in class ch.ralscha.extdirectspring.api.ApiController
Method that handles api.js calls.
ApiController - Class in ch.ralscha.extdirectspring.api
Spring managed controller that handles /api.jsp and /api-debug.js requests
ApiController() - Constructor for class ch.ralscha.extdirectspring.api.ApiController
 

B

BaseResponse - Class in ch.ralscha.extdirectspring.bean
 
BaseResponse() - Constructor for class ch.ralscha.extdirectspring.bean.BaseResponse
 
BooleanFilter - Class in ch.ralscha.extdirectspring.filter
 
BooleanFilter(String, boolean) - Constructor for class ch.ralscha.extdirectspring.filter.BooleanFilter
 
build() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Builds the response object
buildAndWriteUploadResponse(HttpServletResponse) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Builds and writes the response to the OutputStream of the response.

C

ch.ralscha.extdirectspring.annotation - package ch.ralscha.extdirectspring.annotation
 
ch.ralscha.extdirectspring.api - package ch.ralscha.extdirectspring.api
 
ch.ralscha.extdirectspring.bean - package ch.ralscha.extdirectspring.bean
 
ch.ralscha.extdirectspring.controller - package ch.ralscha.extdirectspring.controller
 
ch.ralscha.extdirectspring.filter - package ch.ralscha.extdirectspring.filter
 
ch.ralscha.extdirectspring.util - package ch.ralscha.extdirectspring.util
 
Comparison - Enum in ch.ralscha.extdirectspring.filter
 
Configuration - Class in ch.ralscha.extdirectspring.controller
Configuration class to configure the way exception messages get sent back to the client If there is a mapping for the exception in exceptionToMessage and the value is not null send this value.
Configuration() - Constructor for class ch.ralscha.extdirectspring.controller.Configuration
 
createFilter(Map<String, Object>) - Static method in class ch.ralscha.extdirectspring.filter.Filter
 

D

DataType - Enum in ch.ralscha.extdirectspring.bean
 
DateFilter - Class in ch.ralscha.extdirectspring.filter
 
DateFilter(String, String, Comparison) - Constructor for class ch.ralscha.extdirectspring.filter.DateFilter
 
deserializeJsonToObject(String, TypeReference<T>) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Creates a object from a json String.
deserializeJsonToObject(String, Class<T>) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Creates a object from a json String.

E

equal(Object, Object) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Checks if two objects are equal.
ExtDirectFormLoadResult - Class in ch.ralscha.extdirectspring.bean
Class representing the result of a form load request
ExtDirectFormLoadResult() - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
ExtDirectFormLoadResult(Object) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
ExtDirectFormLoadResult(Object, boolean) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
ExtDirectMethod - Annotation Type in ch.ralscha.extdirectspring.annotation
Annotation for methods whose implement a call
ExtDirectMethodType - Enum in ch.ralscha.extdirectspring.annotation
Enumeration of all possible remote method types.
ExtDirectPollResponse - Class in ch.ralscha.extdirectspring.bean
Class representing the response of a poll request
ExtDirectPollResponse() - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
ExtDirectRawJsonStoreResponse - Class in ch.ralscha.extdirectspring.bean
Special response of a DirectStore request.
ExtDirectRawJsonStoreResponse() - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectRawJsonStoreResponse
 
ExtDirectRawJsonStoreResponse(Collection<String>) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectRawJsonStoreResponse
 
ExtDirectRawJsonStoreResponse(Integer, Collection<String>) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectRawJsonStoreResponse
 
ExtDirectRawJsonStoreResponse(Integer, Collection<String>, Boolean) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectRawJsonStoreResponse
 
ExtDirectRequest - Class in ch.ralscha.extdirectspring.bean
Class representing the request of a Ext.Direct call
ExtDirectRequest() - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
ExtDirectResponse - Class in ch.ralscha.extdirectspring.bean
Class representing the response of a Ext.Direct call
ExtDirectResponse(ExtDirectRequest) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
ExtDirectResponse(HttpServletRequest) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
ExtDirectResponseBuilder - Class in ch.ralscha.extdirectspring.bean
An utility class that helps building a ExtDirectResponse.
ExtDirectResponseBuilder(HttpServletRequest) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Creates a builder that builds the response object needed for form handler and form upload handler methods.
ExtDirectSpringUtil - Class in ch.ralscha.extdirectspring.util
Utility class
ExtDirectStoreReadRequest - Class in ch.ralscha.extdirectspring.bean
Class representing the request of a DirectStore read call
ExtDirectStoreReadRequest() - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
ExtDirectStoreResponse<T> - Class in ch.ralscha.extdirectspring.bean
Class representing the response of a DirectStore request
ExtDirectStoreResponse() - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
ExtDirectStoreResponse(Collection<T>) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
ExtDirectStoreResponse(Integer, Collection<T>) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
ExtDirectStoreResponse(Integer, Collection<T>, Boolean) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 

F

Field - Class in ch.ralscha.extdirectspring.bean
 
Field(String) - Constructor for class ch.ralscha.extdirectspring.bean.Field
 
Filter - Class in ch.ralscha.extdirectspring.filter
 
Filter(String) - Constructor for class ch.ralscha.extdirectspring.filter.Filter
 
findMethodInfo(ApplicationContext, String, String) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Retrieves a methodInfo from a method in a spring managed bean.
findMethodWithAnnotation(Method, Class<? extends Annotation>) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Find a method that is annotated with a specific annotation.
fromString(String) - Static method in enum ch.ralscha.extdirectspring.bean.SortDirection
 
fromString(String) - Static method in enum ch.ralscha.extdirectspring.filter.Comparison
 

G

get(String, String) - Method in enum ch.ralscha.extdirectspring.util.MethodInfoCache
Get a method from the MethodCache.
getAction() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
getAction() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
getCollectionType() - Method in class ch.ralscha.extdirectspring.util.MethodInfo
 
getCollectionType() - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
getComparison() - Method in class ch.ralscha.extdirectspring.filter.DateFilter
 
getComparison() - Method in class ch.ralscha.extdirectspring.filter.NumericFilter
 
getData() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
getData() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
getData() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
getDefaultExceptionMessage() - Method in class ch.ralscha.extdirectspring.controller.Configuration
 
getDefaultValue() - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
getDir() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getExceptionToMessage() - Method in class ch.ralscha.extdirectspring.controller.Configuration
 
getField() - Method in class ch.ralscha.extdirectspring.filter.Filter
 
getFieldData() - Method in class ch.ralscha.extdirectspring.bean.Field
 
getFilters() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getForwardPath() - Method in class ch.ralscha.extdirectspring.util.MethodInfo
 
getGroupBy() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getGroupDir() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getLimit() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getMessage() - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
 
getMessage(Throwable) - Method in class ch.ralscha.extdirectspring.controller.Configuration
 
getMetaData() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
getMetaData() - Method in class ch.ralscha.extdirectspring.bean.MetaData
 
getMethod() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
getMethod() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
getMethod() - Method in class ch.ralscha.extdirectspring.util.MethodInfo
 
getName() - Method in enum ch.ralscha.extdirectspring.bean.DataType
 
getName() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
getName() - Method in enum ch.ralscha.extdirectspring.bean.SortDirection
 
getName() - Method in enum ch.ralscha.extdirectspring.filter.Comparison
 
getName() - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
getParameters() - Method in class ch.ralscha.extdirectspring.util.MethodInfo
 
getQuery() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getRecords() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRawJsonStoreResponse
 
getRecords() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
getResult() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
getSort() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getStart() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getSupportedClass() - Method in enum ch.ralscha.extdirectspring.util.SupportedParameterTypes
 
getTid() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
getTid() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
getTotal() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
getType() - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
 
getType() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
getType() - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
getValue() - Method in class ch.ralscha.extdirectspring.filter.BooleanFilter
 
getValue() - Method in class ch.ralscha.extdirectspring.filter.DateFilter
 
getValue() - Method in class ch.ralscha.extdirectspring.filter.ListFilter
 
getValue() - Method in class ch.ralscha.extdirectspring.filter.NumericFilter
 
getValue() - Method in class ch.ralscha.extdirectspring.filter.StringFilter
 
getWhere() - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
 

I

invoke(ApplicationContext, String, MethodInfo, Object[]) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Invokes a method on a Spring managed bean.
isAscendingGroupSort() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
isAscendingSort() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
isDescendingGroupSort() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
isDescendingSort() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
isHasRequestParamAnnotation() - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
isRequired() - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
isSendExceptionMessage() - Method in class ch.ralscha.extdirectspring.controller.Configuration
 
isSendStacktrace() - Method in class ch.ralscha.extdirectspring.controller.Configuration
 
isSuccess() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
isSuccess() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
isSupported(Class<?>) - Static method in enum ch.ralscha.extdirectspring.util.SupportedParameterTypes
Checks if the class is a supported parameter type
isSupportedParameter() - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
isType(ExtDirectMethodType) - Method in class ch.ralscha.extdirectspring.util.MethodInfo
 

L

ListFilter - Class in ch.ralscha.extdirectspring.filter
 
ListFilter(String, List<String>) - Constructor for class ch.ralscha.extdirectspring.filter.ListFilter
 

M

message - Variable in class ch.ralscha.extdirectspring.bean.BaseResponse
 
MetaData - Class in ch.ralscha.extdirectspring.bean
 
MetaData() - Constructor for class ch.ralscha.extdirectspring.bean.MetaData
 
MethodInfo - Class in ch.ralscha.extdirectspring.util
Object holds information about a method like the method itself and a list of parameters
MethodInfo(Class<?>, Method) - Constructor for class ch.ralscha.extdirectspring.util.MethodInfo
 
MethodInfoCache - Enum in ch.ralscha.extdirectspring.util
A simple cache for methods with key beanName/methodName

N

NumericFilter - Class in ch.ralscha.extdirectspring.filter
 
NumericFilter(String, Number, Comparison) - Constructor for class ch.ralscha.extdirectspring.filter.NumericFilter
 

P

ParameterInfo - Class in ch.ralscha.extdirectspring.util
Object holds information about a parameter like the name, type and the attributes of a RequestParam annotation
ParameterInfo() - Constructor for class ch.ralscha.extdirectspring.util.ParameterInfo
 
poll(String, String, String, HttpServletRequest, HttpServletResponse, Locale) - Method in class ch.ralscha.extdirectspring.controller.RouterController
 
put(String, String, Class<?>, Method) - Method in enum ch.ralscha.extdirectspring.util.MethodInfoCache
Put a method into the MethodCache.

R

resolveParameter(Class<?>, HttpServletRequest, HttpServletResponse, Locale) - Static method in enum ch.ralscha.extdirectspring.util.SupportedParameterTypes
 
router(String, String) - Method in class ch.ralscha.extdirectspring.controller.RouterController
 
router(HttpServletRequest, HttpServletResponse, Locale, String) - Method in class ch.ralscha.extdirectspring.controller.RouterController
 
RouterController - Class in ch.ralscha.extdirectspring.controller
Main router controller who handles polling, form handler and normal Ext.Direct calls
RouterController(ApplicationContext, ConversionService) - Constructor for class ch.ralscha.extdirectspring.controller.RouterController
 

S

serializeObjectToJson(Object) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Converts a object into a String containing the json representation of this object.
serializeObjectToJson(Object, boolean) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Converts a object into a String containing the json representation of this object.
setAction(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
setAction(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
setAllowBlank(boolean) - Method in class ch.ralscha.extdirectspring.bean.Field
 
setApplicationContext(ApplicationContext) - Method in class ch.ralscha.extdirectspring.api.ApiController
 
setCollectionType(Class<?>) - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
setConfiguration(Configuration) - Method in class ch.ralscha.extdirectspring.controller.RouterController
 
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
 
setDefaultValue(String) - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
setDir(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
setExceptionToMessage(Map<Class<?>, String>) - Method in class ch.ralscha.extdirectspring.controller.Configuration
 
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
 
setHasRequestParamAnnotation(boolean) - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
setIdProperty(String) - Method in class ch.ralscha.extdirectspring.bean.MetaData
 
setLimit(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
setMessage(String) - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
 
setMetaData(MetaData) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
setMethod(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
setMethod(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
setName(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
setName(String) - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
setPagingParameter(int, int) - Method in class ch.ralscha.extdirectspring.bean.MetaData
 
setQuery(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
setRecords(Collection<T>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
setRequired(boolean) - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
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
 
setSortInfo(String, SortDirection) - Method in class ch.ralscha.extdirectspring.bean.MetaData
 
setStart(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
setSuccess(boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
setSuccess(Boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
setSupportedParameter(boolean) - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
setTid(int) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
setTid(int) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
setTotal(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
setType(String) - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
 
setType(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
setType(DataType) - Method in class ch.ralscha.extdirectspring.bean.Field
 
setType(Class<?>) - Method in class ch.ralscha.extdirectspring.util.ParameterInfo
 
setWhere(String) - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
 
SortDirection - Enum in ch.ralscha.extdirectspring.bean
 
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
SupportedParameterTypes - Enum in ch.ralscha.extdirectspring.util
Enum of all supported parameter types

T

toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRawJsonStoreResponse
 
toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
toString() - Method in class ch.ralscha.extdirectspring.filter.BooleanFilter
 
toString() - Method in class ch.ralscha.extdirectspring.filter.DateFilter
 
toString() - Method in class ch.ralscha.extdirectspring.filter.ListFilter
 
toString() - Method in class ch.ralscha.extdirectspring.filter.NumericFilter
 
toString() - Method in class ch.ralscha.extdirectspring.filter.StringFilter
 
type - Variable in class ch.ralscha.extdirectspring.bean.BaseResponse
 

U

unsuccessful() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Sets success flag to false

V

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.MethodInfoCache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.ralscha.extdirectspring.util.SupportedParameterTypes
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.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.SupportedParameterTypes
Returns an array containing the constants of this enum type, in the order they are declared.

W

where - Variable in class ch.ralscha.extdirectspring.bean.BaseResponse
 

A B C D E F G I L M N P R S T U V W

Copyright © 2010-2011. All Rights Reserved.