Skip navigation links
C D E F G I J L M N O P R S T V Y 

C

CacheConfig - Class in org.ezand.telldus.rest.config
 
CacheConfig() - Constructor for class org.ezand.telldus.rest.config.CacheConfig
 
cacheManager() - Method in class org.ezand.telldus.rest.config.CacheConfig
 
contextAttributes(SwaggerSettings) - Method in class org.ezand.telldus.rest.config.SwaggerConfig
 
convertCase(String) - Method in class org.ezand.telldus.rest.serializers.RichBooleanSerializer
 

D

device(int) - Method in class org.ezand.telldus.rest.resources.DeviceResource
 
DeviceResource - Class in org.ezand.telldus.rest.resources
 
DeviceResource(TelldusRepository, CacheManager) - Constructor for class org.ezand.telldus.rest.resources.DeviceResource
 
devices() - Method in class org.ezand.telldus.rest.resources.DeviceResource
 
dim(int, int) - Method in class org.ezand.telldus.rest.resources.DeviceResource
 

E

ehCacheCacheManager() - Method in class org.ezand.telldus.rest.config.CacheConfig
 
ErrorResult - Class in org.ezand.telldus.rest.dto
 
ErrorResult() - Constructor for class org.ezand.telldus.rest.dto.ErrorResult
 
ErrorResult(String) - Constructor for class org.ezand.telldus.rest.dto.ErrorResult
 
ErrorResult(LocalDateTime, String) - Constructor for class org.ezand.telldus.rest.dto.ErrorResult
 

F

fail() - Static method in class org.ezand.telldus.rest.dto.Result
 
fail(T) - Static method in class org.ezand.telldus.rest.dto.Result
 

G

GeneralExceptionProvider - Class in org.ezand.telldus.rest.providers
 
GeneralExceptionProvider() - Constructor for class org.ezand.telldus.rest.providers.GeneralExceptionProvider
 
getApiVersion() - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
getContact() - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
getContext(Class) - Method in class org.ezand.telldus.rest.providers.ObjectMapperProvider
 
getController() - Method in class org.ezand.telldus.rest.settings.SwaggerSettings.Packages
 
getDescription() - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
getLicense() - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
getModel() - Method in class org.ezand.telldus.rest.settings.SwaggerSettings.Packages
 
getPackages() - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
getResult() - Method in class org.ezand.telldus.rest.dto.Result
 
getTdtool() - Method in class org.ezand.telldus.rest.settings.TelldusSettings
 
getTermsOfServiceUrl() - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
getTime() - Method in class org.ezand.telldus.rest.dto.ErrorResult
 
getTitle() - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
getTitle() - Method in class org.ezand.telldus.rest.settings.SwaggerSettings.License
 
getUrl() - Method in class org.ezand.telldus.rest.settings.SwaggerSettings.License
 

I

isSuccess() - Method in class org.ezand.telldus.rest.dto.Result
 

J

JerseyConfig - Class in org.ezand.telldus.rest.config
 
JerseyConfig() - Constructor for class org.ezand.telldus.rest.config.JerseyConfig
 

L

License() - Constructor for class org.ezand.telldus.rest.settings.SwaggerSettings.License
 

M

main(String[]) - Static method in class org.ezand.telldus.rest.TelldusApplication
 

N

NotFoundExceptionProvider - Class in org.ezand.telldus.rest.providers
 
NotFoundExceptionProvider() - Constructor for class org.ezand.telldus.rest.providers.NotFoundExceptionProvider
 

O

ObjectMapperProvider - Class in org.ezand.telldus.rest.providers
 
ObjectMapperProvider(JacksonProperties, JsonSerializer<RichBoolean>) - Constructor for class org.ezand.telldus.rest.providers.ObjectMapperProvider
 
OnOffSerializer - Class in org.ezand.telldus.rest.serializers
Serializer that serializes the state to either "on" or "off" if the state is a RichBoolean.
OnOffSerializer(StateSwitchCase) - Constructor for class org.ezand.telldus.rest.serializers.OnOffSerializer
 
org.ezand.telldus.rest - package org.ezand.telldus.rest
 
org.ezand.telldus.rest.config - package org.ezand.telldus.rest.config
 
org.ezand.telldus.rest.dto - package org.ezand.telldus.rest.dto
 
org.ezand.telldus.rest.exception - package org.ezand.telldus.rest.exception
 
org.ezand.telldus.rest.providers - package org.ezand.telldus.rest.providers
 
org.ezand.telldus.rest.resources - package org.ezand.telldus.rest.resources
 
org.ezand.telldus.rest.serializers - package org.ezand.telldus.rest.serializers
 
org.ezand.telldus.rest.settings - package org.ezand.telldus.rest.settings
 

P

Packages() - Constructor for class org.ezand.telldus.rest.settings.SwaggerSettings.Packages
 

R

ResourceNotFoundException - Exception in org.ezand.telldus.rest.exception
 
ResourceNotFoundException() - Constructor for exception org.ezand.telldus.rest.exception.ResourceNotFoundException
 
ResourceNotFoundException(Throwable) - Constructor for exception org.ezand.telldus.rest.exception.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception org.ezand.telldus.rest.exception.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception org.ezand.telldus.rest.exception.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.ezand.telldus.rest.exception.ResourceNotFoundException
 
ResourceNotFoundExceptionProvider - Class in org.ezand.telldus.rest.providers
 
ResourceNotFoundExceptionProvider() - Constructor for class org.ezand.telldus.rest.providers.ResourceNotFoundExceptionProvider
 
Result<T> - Class in org.ezand.telldus.rest.dto
 
Result(boolean, T) - Constructor for class org.ezand.telldus.rest.dto.Result
 
richBooleanSerializer() - Method in class org.ezand.telldus.rest.config.TelldusConfig
 
RichBooleanSerializer - Class in org.ezand.telldus.rest.serializers
 
RichBooleanSerializer(StateSwitchCase) - Constructor for class org.ezand.telldus.rest.serializers.RichBooleanSerializer
 

S

SecurityConfig - Class in org.ezand.telldus.rest.config
 
SecurityConfig() - Constructor for class org.ezand.telldus.rest.config.SecurityConfig
 
sensor(int) - Method in class org.ezand.telldus.rest.resources.SensorResource
 
SensorResource - Class in org.ezand.telldus.rest.resources
 
SensorResource(TelldusRepository) - Constructor for class org.ezand.telldus.rest.resources.SensorResource
 
sensors() - Method in class org.ezand.telldus.rest.resources.SensorResource
 
serialize(RichBoolean, JsonGenerator, SerializerProvider) - Method in class org.ezand.telldus.rest.serializers.OnOffSerializer
 
serialize(RichBoolean, JsonGenerator, SerializerProvider) - Method in class org.ezand.telldus.rest.serializers.TrueFalseSerializer
 
serialize(RichBoolean, JsonGenerator, SerializerProvider) - Method in class org.ezand.telldus.rest.serializers.YesNoSerializer
 
setApiVersion(String) - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
setContact(String) - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
setController(String) - Method in class org.ezand.telldus.rest.settings.SwaggerSettings.Packages
 
setDescription(String) - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
setLicense(SwaggerSettings.License) - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
setModel(String) - Method in class org.ezand.telldus.rest.settings.SwaggerSettings.Packages
 
setPackages(SwaggerSettings.Packages) - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
setTdtool(String) - Method in class org.ezand.telldus.rest.settings.TelldusSettings
 
setTermsOfServiceUrl(String) - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
setTitle(String) - Method in class org.ezand.telldus.rest.settings.SwaggerSettings.License
 
setTitle(String) - Method in class org.ezand.telldus.rest.settings.SwaggerSettings
 
setUrl(String) - Method in class org.ezand.telldus.rest.settings.SwaggerSettings.License
 
state(int) - Method in class org.ezand.telldus.rest.resources.DeviceResource
 
StateSwitchCase - Enum in org.ezand.telldus.rest.config
 
stateSwitchCase - Variable in class org.ezand.telldus.rest.serializers.RichBooleanSerializer
 
success() - Static method in class org.ezand.telldus.rest.dto.Result
 
success(T) - Static method in class org.ezand.telldus.rest.dto.Result
 
SwaggerConfig - Class in org.ezand.telldus.rest.config
 
SwaggerConfig() - Constructor for class org.ezand.telldus.rest.config.SwaggerConfig
 
SwaggerResource - Class in org.ezand.telldus.rest.resources
 
SwaggerResource() - Constructor for class org.ezand.telldus.rest.resources.SwaggerResource
 
swaggerServlet() - Method in class org.ezand.telldus.rest.config.SwaggerConfig
 
SwaggerSettings - Class in org.ezand.telldus.rest.settings
 
SwaggerSettings() - Constructor for class org.ezand.telldus.rest.settings.SwaggerSettings
 
SwaggerSettings.License - Class in org.ezand.telldus.rest.settings
 
SwaggerSettings.Packages - Class in org.ezand.telldus.rest.settings
 

T

TelldusApplication - Class in org.ezand.telldus.rest
 
TelldusApplication() - Constructor for class org.ezand.telldus.rest.TelldusApplication
 
TelldusConfig - Class in org.ezand.telldus.rest.config
 
TelldusConfig() - Constructor for class org.ezand.telldus.rest.config.TelldusConfig
 
telldusRepository(TelldusSettings) - Method in class org.ezand.telldus.rest.config.TelldusConfig
 
TelldusSettings - Class in org.ezand.telldus.rest.settings
 
TelldusSettings() - Constructor for class org.ezand.telldus.rest.settings.TelldusSettings
 
toResponse(Throwable) - Method in class org.ezand.telldus.rest.providers.GeneralExceptionProvider
 
toResponse(NotFoundException) - Method in class org.ezand.telldus.rest.providers.NotFoundExceptionProvider
 
toResponse(ResourceNotFoundException) - Method in class org.ezand.telldus.rest.providers.ResourceNotFoundExceptionProvider
 
toString() - Method in class org.ezand.telldus.rest.dto.Result
 
TrueFalseSerializer - Class in org.ezand.telldus.rest.serializers
Serializer that serializes the state to either 'true" or 'false' if the state is a RichBoolean.
TrueFalseSerializer(StateSwitchCase) - Constructor for class org.ezand.telldus.rest.serializers.TrueFalseSerializer
 
turnOff(int) - Method in class org.ezand.telldus.rest.resources.DeviceResource
 
turnOn(int) - Method in class org.ezand.telldus.rest.resources.DeviceResource
 

V

valueOf(String) - Static method in enum org.ezand.telldus.rest.config.StateSwitchCase
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ezand.telldus.rest.config.StateSwitchCase
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YesNoSerializer - Class in org.ezand.telldus.rest.serializers
Serializer that serializes the state to either "yes" or "no" if the state is a RichBoolean.
YesNoSerializer(StateSwitchCase) - Constructor for class org.ezand.telldus.rest.serializers.YesNoSerializer
 
C D E F G I J L M N O P R S T V Y 
Skip navigation links

Copyright © 2015. All rights reserved.