Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X Z 

A

addDimension(String) - Method in class com.dslplatform.patterns.CubeBuilder
 
addDimensions(Collection<String>) - Method in class com.dslplatform.patterns.CubeBuilder
 
addFact(String) - Method in class com.dslplatform.patterns.CubeBuilder
 
addFacts(Collection<String>) - Method in class com.dslplatform.patterns.CubeBuilder
 
AggregateDomainEvent<T extends AggregateRoot> - Interface in com.dslplatform.patterns
Domain event which should be used when there is an action to be applied on a single aggregate root.
AggregateRoot - Interface in com.dslplatform.patterns
Aggregate root is a meaningful object in the domain.
analyze(Class<TResult>) - Method in class com.dslplatform.patterns.CubeBuilder
Returns a list of domain objects which satisfy the specification if it was set, otherwise all of them.
AndroidGeomConverter - Class in com.dslplatform.client.json
 
AndroidGeomConverter() - Constructor for class com.dslplatform.client.json.AndroidGeomConverter
 
appendLimitOffsetOrder(String, Integer, Integer, Iterable<Map.Entry<String, Boolean>>, Boolean) - Static method in class com.dslplatform.client.Utils
 
ApplicationProxy - Interface in com.dslplatform.client
Proxy service to remote RPC-like API.
ARRAY_END - Static variable in class com.dslplatform.client.json.JsonWriter
 
ARRAY_START - Static variable in class com.dslplatform.client.json.JsonWriter
 
ascending(String) - Method in class com.dslplatform.client.GenericSearchBuilder
Order results ascending by specified property.
ascending(String) - Method in class com.dslplatform.patterns.CubeBuilder
Order result ascending using a provided property
ascending(String) - Method in class com.dslplatform.patterns.SearchBuilder
Order result ascending using a provided property

B

BinaryConverter - Class in com.dslplatform.client.json
 
BinaryConverter() - Constructor for class com.dslplatform.client.json.BinaryConverter
 
BoolConverter - Class in com.dslplatform.client.json
 
BoolConverter() - Constructor for class com.dslplatform.client.json.BoolConverter
 
Bootstrap - Class in com.dslplatform.client
DSL client Java initialization.
Bootstrap() - Constructor for class com.dslplatform.client.Bootstrap
 
builder() - Method in class com.dslplatform.client.ClientSearchableRepository
 
builder() - Method in interface com.dslplatform.patterns.SearchableRepository
Returns an instance of search builder for this repository.
Bytes - Class in com.dslplatform.patterns
Allow reuse of same byte[] by specifying custom length Array is valid only up until specified length.
Bytes(byte[], int) - Constructor for class com.dslplatform.patterns.Bytes
Create a new instance of Bytes object by providing used array and length which indicates end of valid data.

C

calcHash() - Method in class com.dslplatform.client.json.JsonReader
 
checkArrayEnd() - Method in class com.dslplatform.client.json.JsonReader
 
checkLength(String, int) - Static method in class com.dslplatform.client.Guards
 
checkLength(Iterable<String>, int) - Static method in class com.dslplatform.client.Guards
 
checkLength(String[], int) - Static method in class com.dslplatform.client.Guards
 
checkLength(List<String>, int) - Static method in class com.dslplatform.client.Guards
 
checkNulls(Iterable<T>) - Static method in class com.dslplatform.client.Guards
 
checkNulls(T[]) - Static method in class com.dslplatform.client.Guards
 
checkNulls(List<T>) - Static method in class com.dslplatform.client.Guards
 
checkScale(BigDecimal, int) - Static method in class com.dslplatform.client.Guards
 
checkScale(BigDecimal[], int) - Static method in class com.dslplatform.client.Guards
 
checkScale(List<BigDecimal>, int) - Static method in class com.dslplatform.client.Guards
 
checkScale(Iterable<BigDecimal>, int) - Static method in class com.dslplatform.client.Guards
 
ClientPersistableRepository<T extends AggregateRoot> - Class in com.dslplatform.client
Common base implementation for persistable repository.
ClientPersistableRepository(Class<T>, ServiceLocator) - Constructor for class com.dslplatform.client.ClientPersistableRepository
Generated class will provide class manifest and locator
ClientRepository<T extends Identifiable> - Class in com.dslplatform.client
Common base implementation for repository.
ClientRepository(Class<T>, ServiceLocator) - Constructor for class com.dslplatform.client.ClientRepository
Generated class will provide class manifest and locator
ClientSearchableRepository<T extends Searchable> - Class in com.dslplatform.client
Common base implementation for searchable repository.
ClientSearchableRepository(Class<T>, ServiceLocator) - Constructor for class com.dslplatform.client.ClientSearchableRepository
Generated class will provide class manifest and locator
close() - Method in class com.dslplatform.client.json.JsonWriter
 
com.dslplatform.client - package com.dslplatform.client
 
com.dslplatform.client.exceptions - package com.dslplatform.client.exceptions
 
com.dslplatform.client.json - package com.dslplatform.client.json
 
com.dslplatform.patterns - package com.dslplatform.patterns
 
com.dslplatform.storage - package com.dslplatform.storage
 
COMMA - Static variable in class com.dslplatform.client.json.JsonWriter
 
compareBigDecimal(Iterable<BigDecimal>, Iterable<BigDecimal>) - Static method in class com.dslplatform.client.Guards
 
compareBigDecimal(BigDecimal[], BigDecimal[]) - Static method in class com.dslplatform.client.Guards
 
compareBigDecimal(Set<BigDecimal>, Set<BigDecimal>) - Static method in class com.dslplatform.client.Guards
 
compareBinary(Iterable<byte[]>, Iterable<byte[]>) - Static method in class com.dslplatform.client.Guards
 
compareBinary(byte[][], byte[][]) - Static method in class com.dslplatform.client.Guards
 
compareBinary(Set<byte[]>, Set<byte[]>) - Static method in class com.dslplatform.client.Guards
 
compareQueue(Queue<T>, Queue<T>) - Static method in class com.dslplatform.client.Guards
 
content - Variable in class com.dslplatform.patterns.Bytes
Byte array which can be reused
copyTo(OutputStream) - Method in class com.dslplatform.patterns.Bytes
Copy bytes to output stream.
count(Specification<T>) - Method in class com.dslplatform.client.ClientSearchableRepository
 
count() - Method in class com.dslplatform.client.ClientSearchableRepository
 
count(Class<T>) - Method in interface com.dslplatform.client.DomainProxy
Returns a total number of domain objects.
count(Specification<T>) - Method in interface com.dslplatform.client.DomainProxy
Returns a number of elements satisfying provided specification.
count(Specification<T>) - Method in interface com.dslplatform.patterns.SearchableRepository
Returns a number of elements satisfying provided specification.
count() - Method in interface com.dslplatform.patterns.SearchableRepository
Returns a total number of domain objects.
create(TAggregate) - Method in interface com.dslplatform.client.CrudProxy
Creates a new aggregate root on the remote server.
createReport(TReport, String) - Method in interface com.dslplatform.client.ReportingProxy
Creates a document from a report.
crudProxy - Variable in class com.dslplatform.client.ClientRepository
 
CrudProxy - Interface in com.dslplatform.client
Proxy service to remote CRUD REST-like API.
CubeBuilder<T extends Identifiable> - Class in com.dslplatform.patterns
Utility class for building olap cube analysis.
CubeBuilder(String, ServiceLocator) - Constructor for class com.dslplatform.patterns.CubeBuilder
 

D

DateConverter - Class in com.dslplatform.client.json
 
DateConverter() - Constructor for class com.dslplatform.client.json.DateConverter
 
delete(Iterable<T>) - Method in class com.dslplatform.client.ClientPersistableRepository
 
delete(T[]) - Method in class com.dslplatform.client.ClientPersistableRepository
 
delete(T) - Method in class com.dslplatform.client.ClientPersistableRepository
 
delete(Class<TAggregate>, String) - Method in interface com.dslplatform.client.CrudProxy
Deletes an existing aggregate root from the remote server.
delete(Iterable<T>) - Method in interface com.dslplatform.patterns.PersistableRepository
Bulk delete.
delete(T[]) - Method in interface com.dslplatform.patterns.PersistableRepository
 
delete(T) - Method in interface com.dslplatform.patterns.PersistableRepository
Deleting an aggregate.
delete() - Method in class com.dslplatform.storage.S3
Remote data from the remote S3 server.
delete(String, String) - Method in interface com.dslplatform.storage.S3Repository
Delete remote stream using bucket and key
descending(String) - Method in class com.dslplatform.client.GenericSearchBuilder
Order results descending by specified property.
descending(String) - Method in class com.dslplatform.patterns.CubeBuilder
Order result descending using a provided property
descending(String) - Method in class com.dslplatform.patterns.SearchBuilder
Order result descending using a provided property
deserialize(JsonReader) - Static method in class com.dslplatform.client.json.BinaryConverter
 
deserialize(JsonReader) - Static method in class com.dslplatform.client.json.BoolConverter
 
deserialize(Class<TResult>, byte[], int) - Method in class com.dslplatform.client.json.DslJsonSerialization
 
deserialize(JavaType, String) - Method in class com.dslplatform.client.json.JacksonJsonSerialization
 
deserialize(JavaType, byte[]) - Method in class com.dslplatform.client.json.JacksonJsonSerialization
 
deserialize(JavaType, byte[], int) - Method in class com.dslplatform.client.json.JacksonJsonSerialization
 
deserialize(Class<T>, byte[]) - Method in class com.dslplatform.client.json.JacksonJsonSerialization
 
deserialize(Class<T>, String) - Method in class com.dslplatform.client.json.JacksonJsonSerialization
 
deserialize(JavaType, InputStream) - Method in class com.dslplatform.client.json.JacksonJsonSerialization
 
deserialize(Class<T>, byte[], int) - Method in class com.dslplatform.client.json.JacksonJsonSerialization
 
deserialize(JsonReader, ServiceLocator) - Method in interface com.dslplatform.client.json.JsonReader.ReadJsonObject
 
deserialize(JsonReader) - Static method in class com.dslplatform.client.json.MapConverter
 
deserialize(JsonReader) - Static method in class com.dslplatform.client.json.StringConverter
 
deserialize(JsonReader) - Static method in class com.dslplatform.client.json.UUIDConverter
 
deserialize(JsonReader) - Static method in class com.dslplatform.client.json.XmlConverter
 
deserialize(Class<T>, byte[], int) - Method in interface com.dslplatform.client.JsonSerialization
Try to deserialize provided JSON byte array input into specified object.
deserializeCollection(JsonReader) - Static method in class com.dslplatform.client.json.BinaryConverter
 
deserializeCollection(JsonReader, Collection<byte[]>) - Static method in class com.dslplatform.client.json.BinaryConverter
 
deserializeCollection(JsonReader) - Static method in class com.dslplatform.client.json.BoolConverter
 
deserializeCollection(JsonReader, Collection<Boolean>) - Static method in class com.dslplatform.client.json.BoolConverter
 
deserializeCollection(JsonReader.ReadObject<S>) - Method in class com.dslplatform.client.json.JsonReader
 
deserializeCollection(JsonReader.ReadObject<S>, Collection<T>) - Method in class com.dslplatform.client.json.JsonReader
 
deserializeCollection(JsonReader.ReadJsonObject<T>) - Method in class com.dslplatform.client.json.JsonReader
 
deserializeCollection(JsonReader.ReadJsonObject<T>, Collection<T>) - Method in class com.dslplatform.client.json.JsonReader
 
deserializeCollection(JsonReader) - Static method in class com.dslplatform.client.json.MapConverter
 
deserializeCollection(JsonReader, Collection<Map<String, String>>) - Static method in class com.dslplatform.client.json.MapConverter
 
deserializeCollection(JsonReader) - Static method in class com.dslplatform.client.json.StringConverter
 
deserializeCollection(JsonReader, Collection<String>) - Static method in class com.dslplatform.client.json.StringConverter
 
deserializeCollection(JsonReader) - Static method in class com.dslplatform.client.json.UUIDConverter
 
deserializeCollection(JsonReader, Collection<UUID>) - Static method in class com.dslplatform.client.json.UUIDConverter
 
deserializeCollection(JsonReader) - Static method in class com.dslplatform.client.json.XmlConverter
 
deserializeCollection(JsonReader, Collection<Element>) - Static method in class com.dslplatform.client.json.XmlConverter
 
deserializeDateTime(JsonReader) - Static method in class com.dslplatform.client.json.DateConverter
 
deserializeDateTimeCollection(JsonReader) - Static method in class com.dslplatform.client.json.DateConverter
 
deserializeDateTimeCollection(JsonReader, Collection<DateTime>) - Static method in class com.dslplatform.client.json.DateConverter
 
deserializeDateTimeNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.DateConverter
 
deserializeDateTimeNullableCollection(JsonReader, Collection<DateTime>) - Static method in class com.dslplatform.client.json.DateConverter
 
deserializeDecimal(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeDecimalCollection(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeDecimalCollection(JsonReader, Collection<BigDecimal>) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeDecimalNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeDecimalNullableCollection(JsonReader, Collection<BigDecimal>) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeDouble(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeDoubleCollection(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeDoubleCollection(JsonReader, Collection<Double>) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeDoubleNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeDoubleNullableCollection(JsonReader, Collection<Double>) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeFloat(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeFloatCollection(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeFloatCollection(JsonReader, Collection<Float>) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeFloatNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeFloatNullableCollection(JsonReader, Collection<Float>) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeHistoryList(Class<TResult>, byte[], int) - Method in class com.dslplatform.client.json.DslJsonSerialization
 
deserializeHistoryList(Class<T>, byte[], int) - Method in class com.dslplatform.client.json.JacksonJsonSerialization
 
deserializeHistoryList(Class<T>, byte[], int) - Method in interface com.dslplatform.client.JsonSerialization
To work around JVM erasure specify history element type.
deserializeImage(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeImage(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeImageCollection(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeImageCollection(JsonReader, Collection<Bitmap>) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeImageCollection(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeImageCollection(JsonReader, Collection<BufferedImage>) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeImageNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeImageNullableCollection(JsonReader, Collection<Bitmap>) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeImageNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeImageNullableCollection(JsonReader, Collection<BufferedImage>) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeInt(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeIntCollection(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeIntCollection(JsonReader, Collection<Integer>) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeIntNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeIntNullableCollection(JsonReader, Collection<Integer>) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeIp(JsonReader) - Static method in class com.dslplatform.client.json.NetConverter
 
deserializeIpCollection(JsonReader) - Static method in class com.dslplatform.client.json.NetConverter
 
deserializeIpCollection(JsonReader, Collection<InetAddress>) - Static method in class com.dslplatform.client.json.NetConverter
 
deserializeIpNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.NetConverter
 
deserializeIpNullableCollection(JsonReader, Collection<InetAddress>) - Static method in class com.dslplatform.client.json.NetConverter
 
deserializeList(Class<TResult>, byte[], int) - Method in class com.dslplatform.client.json.DslJsonSerialization
 
deserializeList(Class<T>, byte[], int) - Method in class com.dslplatform.client.json.JacksonJsonSerialization
 
deserializeList(JsonReader) - Static method in class com.dslplatform.client.json.ObjectConverter
 
deserializeList(Class<T>, byte[], int) - Method in interface com.dslplatform.client.JsonSerialization
To work around JVM erasure specify list element type.
deserializeLocalDate(JsonReader) - Static method in class com.dslplatform.client.json.DateConverter
 
deserializeLocalDateCollection(JsonReader) - Static method in class com.dslplatform.client.json.DateConverter
 
deserializeLocalDateCollection(JsonReader, Collection<LocalDate>) - Static method in class com.dslplatform.client.json.DateConverter
 
deserializeLocalDateNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.DateConverter
 
deserializeLocalDateNullableCollection(JsonReader, Collection<LocalDate>) - Static method in class com.dslplatform.client.json.DateConverter
 
deserializeLocation(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeLocation(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeLocationCollection(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeLocationCollection(JsonReader, Collection<PointF>) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeLocationCollection(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeLocationCollection(JsonReader, Collection<Point2D>) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeLocationNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeLocationNullableCollection(JsonReader, Collection<PointF>) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeLocationNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeLocationNullableCollection(JsonReader, Collection<Point2D>) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeLong(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeLongCollection(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeLongCollection(JsonReader, Collection<Long>) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeLongNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeLongNullableCollection(JsonReader, Collection<Long>) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeMap(JsonReader) - Static method in class com.dslplatform.client.json.ObjectConverter
 
deserializeNullable(JsonReader) - Static method in class com.dslplatform.client.json.StringConverter
 
deserializeNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.BinaryConverter
 
deserializeNullableCollection(JsonReader, Collection<byte[]>) - Static method in class com.dslplatform.client.json.BinaryConverter
 
deserializeNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.BoolConverter
 
deserializeNullableCollection(JsonReader, Collection<Boolean>) - Static method in class com.dslplatform.client.json.BoolConverter
 
deserializeNullableCollection(JsonReader.ReadObject<S>) - Method in class com.dslplatform.client.json.JsonReader
 
deserializeNullableCollection(JsonReader.ReadObject<S>, Collection<T>) - Method in class com.dslplatform.client.json.JsonReader
 
deserializeNullableCollection(JsonReader.ReadJsonObject<T>) - Method in class com.dslplatform.client.json.JsonReader
 
deserializeNullableCollection(JsonReader.ReadJsonObject<T>, Collection<T>) - Method in class com.dslplatform.client.json.JsonReader
 
deserializeNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.MapConverter
 
deserializeNullableCollection(JsonReader, Collection<Map<String, String>>) - Static method in class com.dslplatform.client.json.MapConverter
 
deserializeNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.StringConverter
 
deserializeNullableCollection(JsonReader, Collection<String>) - Static method in class com.dslplatform.client.json.StringConverter
 
deserializeNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.UUIDConverter
 
deserializeNullableCollection(JsonReader, Collection<UUID>) - Static method in class com.dslplatform.client.json.UUIDConverter
 
deserializeNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.XmlConverter
 
deserializeNullableCollection(JsonReader, Collection<Element>) - Static method in class com.dslplatform.client.json.XmlConverter
 
deserializeNumber(JsonReader) - Static method in class com.dslplatform.client.json.NumberConverter
 
deserializeObject(JsonReader) - Static method in class com.dslplatform.client.json.ObjectConverter
 
deserializePoint(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializePoint(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializePointCollection(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializePointCollection(JsonReader, Collection<Point>) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializePointCollection(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializePointCollection(JsonReader, Collection<Point>) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializePointNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializePointNullableCollection(JsonReader, Collection<Point>) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializePointNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializePointNullableCollection(JsonReader, Collection<Point>) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeRectangle(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeRectangle(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeRectangleCollection(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeRectangleCollection(JsonReader, Collection<Rect>) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeRectangleCollection(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeRectangleCollection(JsonReader, Collection<Rectangle2D>) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeRectangleNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeRectangleNullableCollection(JsonReader, Collection<Rect>) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
deserializeRectangleNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeRectangleNullableCollection(JsonReader, Collection<Rectangle2D>) - Static method in class com.dslplatform.client.json.GeomConverter
 
deserializeS3(JsonReader) - Static method in class com.dslplatform.client.json.StorageConverter
 
deserializeS3Collection(JsonReader) - Static method in class com.dslplatform.client.json.StorageConverter
 
deserializeS3Collection(JsonReader, Collection<S3>) - Static method in class com.dslplatform.client.json.StorageConverter
 
deserializeS3NullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.StorageConverter
 
deserializeS3NullableCollection(JsonReader, Collection<S3>) - Static method in class com.dslplatform.client.json.StorageConverter
 
deserializeUri(JsonReader) - Static method in class com.dslplatform.client.json.NetConverter
 
deserializeUriCollection(JsonReader) - Static method in class com.dslplatform.client.json.NetConverter
 
deserializeUriCollection(JsonReader, Collection<URI>) - Static method in class com.dslplatform.client.json.NetConverter
 
deserializeUriNullableCollection(JsonReader) - Static method in class com.dslplatform.client.json.NetConverter
 
deserializeUriNullableCollection(JsonReader, Collection<URI>) - Static method in class com.dslplatform.client.json.NetConverter
 
doesntStartsWith(String, String) - Method in class com.dslplatform.client.GenericSearchBuilder
Define !startsWith [ not property.startsWith(value) ] condition for specification.
doesntStartsWith(String, String, boolean) - Method in class com.dslplatform.client.GenericSearchBuilder
Define !startsWith and case sensitivity [ not property.startsWith(value, case sensitivity) ] condition for specification.
DomainEvent - Interface in com.dslplatform.patterns
Domain event represents an meaningful business event that occurred in the system.
DomainEventStore - Interface in com.dslplatform.patterns
Service for submitting domain events to the application server.
domainProxy - Variable in class com.dslplatform.client.ClientSearchableRepository
 
DomainProxy - Interface in com.dslplatform.client
Proxy service to remote REST-like API for basic domain operations such as searching, counting and event sourcing.
DslJsonSerialization - Class in com.dslplatform.client.json
 
DslJsonSerialization(ServiceLocator) - Constructor for class com.dslplatform.client.json.DslJsonSerialization
 

E

Either<T> - Class in com.dslplatform.patterns
 
EitherCallback<T> - Interface in com.dslplatform.patterns
 
EMPTY - Static variable in class com.dslplatform.patterns.Bytes
Helper object for providing zero length object (instead of null object)
EMPTY_BINARY - Static variable in class com.dslplatform.client.Utils
 
equal(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
Define equal (=) condition for specification.
ESCAPE - Static variable in class com.dslplatform.client.json.JsonWriter
 
execute(Class<TResult>, String, TArgument) - Method in interface com.dslplatform.client.StandardProxy
Executes a remote service (server implementation for IServerService<TArgument, TResult>).
explainError() - Method in class com.dslplatform.patterns.Either
 

F

fail(Throwable) - Static method in class com.dslplatform.patterns.Either
 
fail(String) - Static method in class com.dslplatform.patterns.Either
 
fillName() - Method in class com.dslplatform.client.json.JsonReader
 
filter(Specification<T>) - Method in class com.dslplatform.patterns.SearchBuilder
Provide search predicate for filtering results.
find(Iterable<String>) - Method in class com.dslplatform.client.ClientRepository
 
find(String[]) - Method in class com.dslplatform.client.ClientRepository
 
find(String) - Method in class com.dslplatform.client.ClientRepository
 
find(Class<T>, String[]) - Method in interface com.dslplatform.client.DomainProxy
Returns a list of domain objects uniquely represented with their URIs.
find(Class<T>, Iterable<String>) - Method in interface com.dslplatform.client.DomainProxy
Returns a list of domain objects uniquely represented with their URIs.
find(Iterable<String>) - Method in interface com.dslplatform.patterns.Repository
Returns a list of domain objects uniquely represented with their URIs.
find(String[]) - Method in interface com.dslplatform.patterns.Repository
 
find(String) - Method in interface com.dslplatform.patterns.Repository
Returns a domain object uniquely represented with its URI.
findTemplater(Class<T>, String, String, boolean) - Method in interface com.dslplatform.client.ReportingProxy
Populates a template using a found domain object.
flush() - Method in class com.dslplatform.client.json.JsonWriter
 

G

GenericSearchBuilder<T extends Searchable> - Class in com.dslplatform.client
In case when specification is not defined on the server, client side generic search builder can be used.
GenericSearchBuilder(Class<T>, ServiceLocator) - Constructor for class com.dslplatform.client.GenericSearchBuilder
Create new instance of generic search builder by providing domain object type and locator
GeomConverter - Class in com.dslplatform.client.json
 
GeomConverter() - Constructor for class com.dslplatform.client.json.GeomConverter
 
get(Class<TResult>, String, int[]) - Method in interface com.dslplatform.client.ApplicationProxy
When the remote service doesn't require any arguments it can be called using the get method.
get() - Method in class com.dslplatform.patterns.Either
 
get(String, String) - Method in interface com.dslplatform.storage.S3Repository
Load remote stream using bucket and key
getAction() - Method in class com.dslplatform.patterns.Snapshot
Which action was performed (INSERT|UPDATE|DELETE)
getAt() - Method in class com.dslplatform.patterns.Snapshot
Date and time when snapshot was created.
getBucket() - Method in class com.dslplatform.storage.S3
Bucket under which data will be saved.
getBytes() - Method in class com.dslplatform.storage.S3
Get bytes saved on the remote server.
getContent() - Method in class com.dslplatform.storage.S3
Get bytes saved on the remote server.
getCurrentIndex() - Method in class com.dslplatform.client.json.JsonReader
 
getExpectedCode() - Method in exception com.dslplatform.client.exceptions.HttpUnexpectedCodeException
 
getHeaders() - Method in exception com.dslplatform.client.exceptions.HttpException
 
getHeaders() - Method in interface com.dslplatform.client.HttpHeaderProvider
 
getHeaders() - Method in class com.dslplatform.client.SettingsHeaderProvider
 
getHistory(Class<TAggregate>, Iterable<String>) - Method in interface com.dslplatform.client.ReportingProxy
Gets an aggregate root's history.
getKey() - Method in class com.dslplatform.storage.S3
Key for bucket in which the data was saved.
getLastName() - Method in class com.dslplatform.client.json.JsonReader
 
getLength() - Method in class com.dslplatform.storage.S3
Byte length of data.
getLocator() - Static method in class com.dslplatform.client.Bootstrap
Static service locator which was initialized.
getMetadata() - Method in class com.dslplatform.storage.S3
For convenience, various metadata can be associated with the remote data.
getMimeType() - Method in class com.dslplatform.storage.S3
For convenience, remote data can be assigned a mime type.
getName() - Method in class com.dslplatform.storage.S3
For convenience, remote data can be assigned a name.
getNextToken() - Method in class com.dslplatform.client.json.JsonReader
 
getReceivedCode() - Method in exception com.dslplatform.client.exceptions.HttpException
 
getReceivedCode() - Method in exception com.dslplatform.client.exceptions.HttpSecurityException
 
getReleaseDate() - Static method in class com.dslplatform.client.Bootstrap
Get release date of this library.
getSnapshots() - Method in class com.dslplatform.patterns.History
Sequence of persisted snapshots.
getStream() - Method in class com.dslplatform.storage.S3
Get stream saved on the remote server.
getTokenStart() - Method in class com.dslplatform.client.json.JsonReader
 
getURI() - Method in class com.dslplatform.patterns.History
getURI() - Method in interface com.dslplatform.patterns.Identifiable
Domain object identity.
getURI() - Method in class com.dslplatform.storage.S3
 
getValue() - Method in class com.dslplatform.patterns.Snapshot
Instance of an aggregate root at that time
getVersion() - Static method in class com.dslplatform.client.Bootstrap
Get version info of this library.
greaterThen(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
Define greater then (>) condition for specification.
greaterThenOrEqual(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
Define greater then or equal (>=) condition for specification.
Guards - Class in com.dslplatform.client
 
Guards() - Constructor for class com.dslplatform.client.Guards
 

H

HAS_JACKSON - Static variable in class com.dslplatform.client.Utils
 
History<T extends AggregateRoot> - Class in com.dslplatform.patterns
Aggregation of single aggregate root snapshots.
History(List<Snapshot<T>>) - Constructor for class com.dslplatform.patterns.History
 
HttpException - Exception in com.dslplatform.client.exceptions
 
HttpException(String, int, Map<String, List<String>>) - Constructor for exception com.dslplatform.client.exceptions.HttpException
 
HttpHeaderProvider - Interface in com.dslplatform.client
 
HttpSecurityException - Exception in com.dslplatform.client.exceptions
 
HttpSecurityException(String, int, Map<String, List<String>>) - Constructor for exception com.dslplatform.client.exceptions.HttpSecurityException
 
HttpServerErrorException - Exception in com.dslplatform.client.exceptions
 
HttpServerErrorException(String, int, Map<String, List<String>>) - Constructor for exception com.dslplatform.client.exceptions.HttpServerErrorException
 
HttpUnexpectedCodeException - Exception in com.dslplatform.client.exceptions
 
HttpUnexpectedCodeException(String, int[], int, Map<String, List<String>>) - Constructor for exception com.dslplatform.client.exceptions.HttpUnexpectedCodeException
 

I

Identifiable - Interface in com.dslplatform.patterns
A domain object is uniquely represented by its URI.
in(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
Define in ( value in collection property ) condition for specification.
init(Properties, Map<Class<?>, Object>) - Static method in class com.dslplatform.client.Bootstrap
Initialize service locator using provided Properties configuration and components specified in initialComponents param.
init(Properties) - Static method in class com.dslplatform.client.Bootstrap
Initialize service locator using provided Properties configuration.
init(InputStream) - Static method in class com.dslplatform.client.Bootstrap
Initialize service locator using provided dsl-project.properties stream.
init(String) - Static method in class com.dslplatform.client.Bootstrap
Initialize service locator using provided dsl-project.properties path.
insert(T[]) - Method in class com.dslplatform.client.ClientPersistableRepository
 
insert(Iterable<T>) - Method in class com.dslplatform.client.ClientPersistableRepository
 
insert(T) - Method in class com.dslplatform.client.ClientPersistableRepository
 
insert(Iterable<T>) - Method in interface com.dslplatform.patterns.PersistableRepository
Bulk insert.
insert(T[]) - Method in interface com.dslplatform.patterns.PersistableRepository
 
insert(T) - Method in interface com.dslplatform.patterns.PersistableRepository
Insert a single aggregate.
inValue(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
Define in [ property in collection value ] condition for specification.
IS_ANDROID - Static variable in class com.dslplatform.client.Utils
 
isSuccess() - Method in class com.dslplatform.patterns.Either
 

J

JacksonJsonSerialization - Class in com.dslplatform.client.json
 
JacksonJsonSerialization(ServiceLocator) - Constructor for class com.dslplatform.client.json.JacksonJsonSerialization
 
JsonObject - Interface in com.dslplatform.client.json
 
JsonReader - Class in com.dslplatform.client.json
 
JsonReader(byte[], ServiceLocator) - Constructor for class com.dslplatform.client.json.JsonReader
 
JsonReader(byte[], ServiceLocator, char[]) - Constructor for class com.dslplatform.client.json.JsonReader
 
JsonReader(byte[], int, ServiceLocator) - Constructor for class com.dslplatform.client.json.JsonReader
 
JsonReader(byte[], int, ServiceLocator, char[]) - Constructor for class com.dslplatform.client.json.JsonReader
 
JsonReader.ReadJsonObject<T extends JsonObject> - Interface in com.dslplatform.client.json
 
JsonSerialization - Interface in com.dslplatform.client
JSON serialization library wrapper.
JsonWriter - Class in com.dslplatform.client.json
 
JsonWriter() - Constructor for class com.dslplatform.client.json.JsonWriter
 
JsonWriter(int) - Constructor for class com.dslplatform.client.json.JsonWriter
 
JsonWriter(byte[]) - Constructor for class com.dslplatform.client.json.JsonWriter
 

L

last() - Method in class com.dslplatform.client.json.JsonReader
 
length - Variable in class com.dslplatform.patterns.Bytes
Length which specifies valid data in array
lessThen(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
Define less then (<) condition for specification.
lessThenOrEqual(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
Define less then or equal (<=) condition for specification.
limit(int) - Method in class com.dslplatform.client.GenericSearchBuilder
Limit the number of results which will be performed.
limit(int) - Method in class com.dslplatform.patterns.SearchBuilder
Define a maximum number of results

M

main(String[]) - Static method in class com.dslplatform.client.Bootstrap
This is a library and main should not be called.
manifest - Variable in class com.dslplatform.client.ClientSearchableRepository
 
MapConverter - Class in com.dslplatform.client.json
 
MapConverter() - Constructor for class com.dslplatform.client.json.MapConverter
 
mapToXml(Map<String, Object>) - Static method in class com.dslplatform.client.json.XmlConverter
 
MIN_DATE_TIME - Static variable in class com.dslplatform.client.json.DateConverter
 
MIN_DATE_TIME - Static variable in class com.dslplatform.client.Utils
 
MIN_LOCAL_DATE - Static variable in class com.dslplatform.client.json.DateConverter
 
MIN_LOCAL_DATE - Static variable in class com.dslplatform.client.Utils
 
MIN_UUID - Static variable in class com.dslplatform.client.json.UUIDConverter
 
MIN_UUID - Static variable in class com.dslplatform.client.Utils
 

N

NetConverter - Class in com.dslplatform.client.json
 
NetConverter() - Constructor for class com.dslplatform.client.json.NetConverter
 
nonEqual(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
Define not equal (!=) condition for specification.
notIn(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
Define not in ( not value in collection property ) condition for specification.
notInValue(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
Define in [ not property in collection value ] condition for specification.
NumberConverter - Class in com.dslplatform.client.json
 
NumberConverter() - Constructor for class com.dslplatform.client.json.NumberConverter
 

O

OBJECT_END - Static variable in class com.dslplatform.client.json.JsonWriter
 
OBJECT_START - Static variable in class com.dslplatform.client.json.JsonWriter
 
ObjectConverter - Class in com.dslplatform.client.json
 
ObjectConverter() - Constructor for class com.dslplatform.client.json.ObjectConverter
 
offset(int) - Method in class com.dslplatform.client.GenericSearchBuilder
Skip initial number of results.
offset(int) - Method in class com.dslplatform.patterns.SearchBuilder
Define a number of results to be skipped.
olapCube(String, Specification<TSource>, String, Iterable<String>, Iterable<String>, Iterable<Map.Entry<String, Boolean>>) - Method in interface com.dslplatform.client.ReportingProxy
Perform data analysis on the specified data source.
olapCube(String, String, Iterable<String>, Iterable<String>, Iterable<Map.Entry<String, Boolean>>) - Method in interface com.dslplatform.client.ReportingProxy
Perform data analysis on specified data source.
olapCube(Class<TResult>, String, Specification<TDomainObject>, Iterable<String>, Iterable<String>, Iterable<Map.Entry<String, Boolean>>) - Method in interface com.dslplatform.client.StandardProxy
Performs data analysis on a specified data source.
olapCube(Class<TResult>, String, Iterable<String>, Iterable<String>, Iterable<Map.Entry<String, Boolean>>) - Method in interface com.dslplatform.client.StandardProxy
Performs data analysis on a specified data source.
onCompleted(Either<T>) - Method in interface com.dslplatform.patterns.EitherCallback
 

P

persist(Iterable<T>, Iterable<Map.Entry<T, T>>, Iterable<T>) - Method in class com.dslplatform.client.ClientPersistableRepository
 
persist(T[], Map.Entry<T, T>[], T[]) - Method in class com.dslplatform.client.ClientPersistableRepository
 
persist(Iterable<TAggregate>, Iterable<Map.Entry<TAggregate, TAggregate>>, Iterable<TAggregate>) - Method in interface com.dslplatform.client.StandardProxy
Applies local changes to the remote server.
persist(Iterable<T>, Iterable<Map.Entry<T, T>>, Iterable<T>) - Method in interface com.dslplatform.patterns.PersistableRepository
Apply local changes to the remote server.
persist(T[], Map.Entry<T, T>[], T[]) - Method in interface com.dslplatform.patterns.PersistableRepository
 
PersistableRepository<T extends AggregateRoot> - Interface in com.dslplatform.patterns
Service for doing CRUD operations.
populate(Class<TResult>, TReport) - Method in interface com.dslplatform.client.ReportingProxy
Populates a report.
populate(String, T) - Method in interface com.dslplatform.patterns.TemplaterService
Returns a document generated from template named file populated with aggregate.
populate(Class<T>, String) - Method in interface com.dslplatform.patterns.TemplaterService
Returns a document generated from template named file populated with aggregate.
populate(String, Specification<T>) - Method in interface com.dslplatform.patterns.TemplaterService
Returns a document generated from template named file populated with data which satisfies search predicate.
populatePdf(String, T) - Method in interface com.dslplatform.patterns.TemplaterService
Returns a document generated from template named file populated with aggregate and converted to PDF format.
populatePdf(Class<T>, String) - Method in interface com.dslplatform.patterns.TemplaterService
Returns a document generated from template named file populated with manifest and converted to PDF format.
populatePdf(String, Specification<T>) - Method in interface com.dslplatform.patterns.TemplaterService
Returns a document generated from template named file populated with data described with search predicate and converted to PDF format.
positionInStream() - Method in class com.dslplatform.client.json.JsonReader
 
post(Class<TResult>, String, TArgument, int[]) - Method in interface com.dslplatform.client.ApplicationProxy
When the remote service requires arguments a message with the serialized payload will be sent.

Q

QUOTE - Static variable in class com.dslplatform.client.json.JsonWriter
 

R

read(Class<T>, String) - Method in interface com.dslplatform.client.CrudProxy
Gets a domain object from the remote server using provided identity.
read() - Method in class com.dslplatform.client.json.JsonReader
 
readBase64() - Method in class com.dslplatform.client.json.JsonReader
 
readNext() - Method in class com.dslplatform.client.json.JsonReader
 
readNumber() - Method in class com.dslplatform.client.json.JsonReader
 
readSimpleQuote() - Method in class com.dslplatform.client.json.JsonReader
 
readSimpleString() - Method in class com.dslplatform.client.json.JsonReader
 
readString() - Method in class com.dslplatform.client.json.JsonReader
 
Report<T> - Interface in com.dslplatform.patterns
Report object should be used for reducing round-trips from server.
ReportingProxy - Interface in com.dslplatform.client
Proxy service to reporting operations such as document generation, report population and history lookup.
Repository<T extends Identifiable> - Interface in com.dslplatform.patterns
Service for finding identifiable domain objects.
reset() - Method in class com.dslplatform.client.json.JsonWriter
 
resolve(Class<T>) - Method in interface com.dslplatform.patterns.ServiceLocator
Resolve a service registered in the locator.

S

S3 - Class in com.dslplatform.storage
Data structure for working with S3 binaries.
S3() - Constructor for class com.dslplatform.storage.S3
Create new instance of S3.
S3(S3Repository) - Constructor for class com.dslplatform.storage.S3
Create new instance of S3.
S3(InputStream) - Constructor for class com.dslplatform.storage.S3
Create new instance of S3 from provided stream.
S3(String) - Constructor for class com.dslplatform.storage.S3
 
S3(String, String) - Constructor for class com.dslplatform.storage.S3
 
S3(InputStream, long) - Constructor for class com.dslplatform.storage.S3
Create new instance of S3 from provided stream.
S3(byte[]) - Constructor for class com.dslplatform.storage.S3
Create new instance of S3 from provided byte array.
S3(ServiceLocator, String, String, long, String, String, Map<String, String>) - Constructor for class com.dslplatform.storage.S3
 
S3Repository - Interface in com.dslplatform.storage
S3 can be used to offload large binaries from the application server.
search(Specification<T>, Integer, Integer, Iterable<Map.Entry<String, Boolean>>) - Method in class com.dslplatform.client.ClientSearchableRepository
 
search(Specification<T>, Integer, Integer) - Method in class com.dslplatform.client.ClientSearchableRepository
 
search(Specification<T>) - Method in class com.dslplatform.client.ClientSearchableRepository
 
search(Integer, Integer, Iterable<Map.Entry<String, Boolean>>) - Method in class com.dslplatform.client.ClientSearchableRepository
 
search(Integer, Integer) - Method in class com.dslplatform.client.ClientSearchableRepository
 
search() - Method in class com.dslplatform.client.ClientSearchableRepository
 
search(Specification<T>, Integer, Integer, Iterable<Map.Entry<String, Boolean>>) - Method in interface com.dslplatform.client.DomainProxy
Returns a list of domain objects satisfying specification with up to limit results.
search(Specification<T>, Integer, Integer) - Method in interface com.dslplatform.client.DomainProxy
Returns a list of domain objects satisfying specification with up to limit results.
search(Specification<T>) - Method in interface com.dslplatform.client.DomainProxy
Returns a list of domain objects satisfying specification
search(Class<T>, Integer, Integer, Iterable<Map.Entry<String, Boolean>>) - Method in interface com.dslplatform.client.DomainProxy
Returns a list of all domain objects with up to limit results.
search(Class<T>, Integer, Integer) - Method in interface com.dslplatform.client.DomainProxy
Returns a list of all domain objects with up to limit results.
search(Class<T>) - Method in interface com.dslplatform.client.DomainProxy
Returns a list of all domain objects
search() - Method in class com.dslplatform.client.GenericSearchBuilder
Ask server to provide domain objects which satisfy defined conditions in requested order if custom order was provided.
search(Specification<T>, Integer, Integer, Iterable<Map.Entry<String, Boolean>>) - Method in interface com.dslplatform.patterns.SearchableRepository
Returns a list of domain objects satisfying specification with up to limit results.
search(Specification<T>, Integer, Integer) - Method in interface com.dslplatform.patterns.SearchableRepository
Returns a list of domain objects satisfying specification with up to limit results.
search(Specification<T>) - Method in interface com.dslplatform.patterns.SearchableRepository
Returns a list of domain objects satisfying specification
search(Integer, Integer, Iterable<Map.Entry<String, Boolean>>) - Method in interface com.dslplatform.patterns.SearchableRepository
Returns a list of all domain objects with up to limit results.
search(Integer, Integer) - Method in interface com.dslplatform.patterns.SearchableRepository
Returns a list of all domain objects with up to limit results.
search() - Method in interface com.dslplatform.patterns.SearchableRepository
Returns a list of all domain objects
search() - Method in class com.dslplatform.patterns.SearchBuilder
Returns a list of domain objects which satisfy specification if it was set, otherwise all of them.
Searchable - Interface in com.dslplatform.patterns
Domain object that can be queried from the remote server.
SearchableRepository<T extends Searchable> - Interface in com.dslplatform.patterns
Service for searching and counting domain objects.
SearchBuilder<T extends Searchable> - Class in com.dslplatform.patterns
Utility class for building a search over a searchable repository.
SearchBuilder(SearchableRepository<T>) - Constructor for class com.dslplatform.patterns.SearchBuilder
Constructor for SearchBuilder which requires a repository to perform a search.
searchTemplater(Class<TSearchable>, String, Specification<TSearchable>, boolean) - Method in interface com.dslplatform.client.ReportingProxy
Populates a template using domain objects which satisfies a specification.
SEMI - Static variable in class com.dslplatform.client.json.JsonWriter
 
serialize(Bitmap, JsonWriter) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
serialize(byte[], JsonWriter) - Static method in class com.dslplatform.client.json.BinaryConverter
 
serialize(boolean, JsonWriter) - Static method in class com.dslplatform.client.json.BoolConverter
 
serialize(boolean[], JsonWriter) - Static method in class com.dslplatform.client.json.BoolConverter
 
serialize(DateTime, JsonWriter) - Static method in class com.dslplatform.client.json.DateConverter
 
serialize(LocalDate, JsonWriter) - Static method in class com.dslplatform.client.json.DateConverter
 
serialize(JsonWriter, T[]) - Method in class com.dslplatform.client.json.DslJsonSerialization
 
serialize(JsonWriter, List<T>) - Method in class com.dslplatform.client.json.DslJsonSerialization
 
serialize(JsonWriter, Collection<T>) - Method in class com.dslplatform.client.json.DslJsonSerialization
 
serialize(JsonWriter, Class<?>, Object) - Method in class com.dslplatform.client.json.DslJsonSerialization
 
serialize(Object) - Method in class com.dslplatform.client.json.DslJsonSerialization
 
serialize(Writer, Object) - Method in class com.dslplatform.client.json.DslJsonSerialization
 
serialize(JsonWriter, Object) - Method in class com.dslplatform.client.json.DslJsonSerialization
 
serialize(Image, JsonWriter) - Static method in class com.dslplatform.client.json.GeomConverter
 
serialize(OutputStream, Object) - Static method in class com.dslplatform.client.json.JacksonJsonSerialization
 
serialize(Object) - Method in class com.dslplatform.client.json.JacksonJsonSerialization
 
serialize(Writer, Object) - Method in class com.dslplatform.client.json.JacksonJsonSerialization
 
serialize(JsonWriter, boolean) - Method in interface com.dslplatform.client.json.JsonObject
 
serialize(T[]) - Method in class com.dslplatform.client.json.JsonWriter
 
serialize(List<T>) - Method in class com.dslplatform.client.json.JsonWriter
 
serialize(Map<String, String>, JsonWriter) - Static method in class com.dslplatform.client.json.MapConverter
 
serialize(URI, JsonWriter) - Static method in class com.dslplatform.client.json.NetConverter
 
serialize(InetAddress, JsonWriter) - Static method in class com.dslplatform.client.json.NetConverter
 
serialize(double, JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serialize(double[], JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serialize(float, JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serialize(float[], JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serialize(int, JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serialize(int[], JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serialize(short[], JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serialize(long, JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serialize(long[], JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serialize(BigDecimal, JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serialize(S3, JsonWriter) - Static method in class com.dslplatform.client.json.StorageConverter
 
serialize(String, JsonWriter) - Static method in class com.dslplatform.client.json.StringConverter
 
serialize(List<String>, JsonWriter) - Static method in class com.dslplatform.client.json.StringConverter
 
serialize(UUID, JsonWriter) - Static method in class com.dslplatform.client.json.UUIDConverter
 
serialize(Element, JsonWriter) - Static method in class com.dslplatform.client.json.XmlConverter
 
serialize(Object) - Method in interface com.dslplatform.client.JsonSerialization
Serialize object if possible.
serialize(Writer, Object) - Method in interface com.dslplatform.client.JsonSerialization
Serialize object if possible to an existing Writer.
serializeBytes(Object) - Static method in class com.dslplatform.client.json.JacksonJsonSerialization
 
serializeLocation(PointF, JsonWriter) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
serializeLocation(Point2D, JsonWriter) - Static method in class com.dslplatform.client.json.GeomConverter
 
serializeLocationNullable(PointF, JsonWriter) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
serializeLocationNullable(Point2D, JsonWriter) - Static method in class com.dslplatform.client.json.GeomConverter
 
serializeMap(Map<String, Object>, JsonWriter) - Static method in class com.dslplatform.client.json.ObjectConverter
 
serializeNullable(Boolean, JsonWriter) - Static method in class com.dslplatform.client.json.BoolConverter
 
serializeNullable(DateTime, JsonWriter) - Static method in class com.dslplatform.client.json.DateConverter
 
serializeNullable(LocalDate, JsonWriter) - Static method in class com.dslplatform.client.json.DateConverter
 
serializeNullable(Map<String, String>, JsonWriter) - Static method in class com.dslplatform.client.json.MapConverter
 
serializeNullable(URI, JsonWriter) - Static method in class com.dslplatform.client.json.NetConverter
 
serializeNullable(InetAddress, JsonWriter) - Static method in class com.dslplatform.client.json.NetConverter
 
serializeNullable(Double, JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serializeNullable(Float, JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serializeNullable(Integer, JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serializeNullable(Long, JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serializeNullable(BigDecimal, JsonWriter) - Static method in class com.dslplatform.client.json.NumberConverter
 
serializeNullable(String, JsonWriter) - Static method in class com.dslplatform.client.json.StringConverter
 
serializeNullable(UUID, JsonWriter) - Static method in class com.dslplatform.client.json.UUIDConverter
 
serializeNullable(Element, JsonWriter) - Static method in class com.dslplatform.client.json.XmlConverter
 
serializePoint(Point, JsonWriter) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
serializePoint(Point, JsonWriter) - Static method in class com.dslplatform.client.json.GeomConverter
 
serializePointNullable(Point, JsonWriter) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
serializePointNullable(Point, JsonWriter) - Static method in class com.dslplatform.client.json.GeomConverter
 
serializeRectangle(Rect, JsonWriter) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
serializeRectangle(Rectangle2D, JsonWriter) - Static method in class com.dslplatform.client.json.GeomConverter
 
serializeRectangleNullable(Rect, JsonWriter) - Static method in class com.dslplatform.client.json.AndroidGeomConverter
 
serializeRectangleNullable(Rectangle2D, JsonWriter) - Static method in class com.dslplatform.client.json.GeomConverter
 
serializeShort(String, JsonWriter) - Static method in class com.dslplatform.client.json.StringConverter
 
serializeShortNullable(String, JsonWriter) - Static method in class com.dslplatform.client.json.StringConverter
 
serializeString(Object) - Static method in class com.dslplatform.client.json.JacksonJsonSerialization
 
serializeTo(Writer, Object) - Static method in class com.dslplatform.client.json.JacksonJsonSerialization
 
ServiceLocator - Interface in com.dslplatform.patterns
Service for resolving other services.
setMimeType(String) - Method in class com.dslplatform.storage.S3
For convenience, remote data can be assigned a mime type.
setName(String) - Method in class com.dslplatform.storage.S3
For convenience, remote data can be assigned a name.
setScale(BigDecimal, int) - Static method in class com.dslplatform.client.Guards
 
setScale(Set<BigDecimal>, int) - Static method in class com.dslplatform.client.Guards
 
setScale(BigDecimal[], int) - Static method in class com.dslplatform.client.Guards
 
setScale(List<BigDecimal>, int) - Static method in class com.dslplatform.client.Guards
 
setScale(Stack<BigDecimal>, int) - Static method in class com.dslplatform.client.Guards
 
setScale(Vector<BigDecimal>, int) - Static method in class com.dslplatform.client.Guards
 
setScale(LinkedList<BigDecimal>, int) - Static method in class com.dslplatform.client.Guards
 
SettingsHeaderProvider - Class in com.dslplatform.client
 
SettingsHeaderProvider(Properties) - Constructor for class com.dslplatform.client.SettingsHeaderProvider
 
size() - Method in class com.dslplatform.client.json.JsonWriter
 
skip(int) - Method in class com.dslplatform.client.GenericSearchBuilder
Skip initial number of results.
skip() - Method in class com.dslplatform.client.json.JsonReader
 
skip(int) - Method in class com.dslplatform.patterns.SearchBuilder
Define a number of results to be skipped.
Snapshot<T extends AggregateRoot> - Class in com.dslplatform.patterns
Snapshot of some past state of an aggregate root
Snapshot(DateTime, String, T) - Constructor for class com.dslplatform.patterns.Snapshot
 
Specification<T extends Searchable> - Interface in com.dslplatform.patterns
Search predicate which can be used to filter domain objects from the remote server using searchable repository.
standardProxy - Variable in class com.dslplatform.client.ClientPersistableRepository
 
StandardProxy - Interface in com.dslplatform.client
Proxy service to various domain operations such as bulk persistence, data analysis and remote service calls.
startsWith(String, String) - Method in class com.dslplatform.client.GenericSearchBuilder
Define startsWith [ property.startsWith(value) ] condition for specification.
startsWith(String, String, boolean) - Method in class com.dslplatform.client.GenericSearchBuilder
Define startsWith and case sensitivity [ property.startsWith(value, case sensitivity) ] condition for specification.
StorageConverter - Class in com.dslplatform.client.json
 
StorageConverter() - Constructor for class com.dslplatform.client.json.StorageConverter
 
StringConverter - Class in com.dslplatform.client.json
 
StringConverter() - Constructor for class com.dslplatform.client.json.StringConverter
 
submit(TEvent) - Method in interface com.dslplatform.client.DomainProxy
Sends a domain event to the server.
submit(TEvent, String) - Method in interface com.dslplatform.client.DomainProxy
Apply domain event to a single aggregate.
submit(T) - Method in interface com.dslplatform.patterns.DomainEventStore
Sends a domain event to the server.
submit(TEvent, String) - Method in interface com.dslplatform.patterns.DomainEventStore
Applies a domain event to a single aggregate.
submit(TEvent, TAggregate) - Method in interface com.dslplatform.patterns.DomainEventStore
Helper method for sending domain event to the server.
success(T) - Static method in class com.dslplatform.patterns.Either
 

T

take(int) - Method in class com.dslplatform.client.GenericSearchBuilder
Limit the number of results which will be performed.
take(int) - Method in class com.dslplatform.patterns.SearchBuilder
Define a maximum number of results.
TemplaterService - Interface in com.dslplatform.patterns
Service for creating documents based on templates and data.
tmp - Variable in class com.dslplatform.client.json.JsonWriter
 
toByteArray() - Method in class com.dslplatform.client.json.JsonWriter
 
toByteArray() - Method in class com.dslplatform.patterns.Bytes
Utility method for returning byte[] of the actual size.
toBytes() - Method in class com.dslplatform.client.json.JsonWriter
 
toStream(OutputStream) - Method in class com.dslplatform.client.json.JsonWriter
 
toString() - Method in class com.dslplatform.client.json.JsonReader
 
toString() - Method in class com.dslplatform.client.json.JsonWriter
 
toUtf8() - Method in class com.dslplatform.patterns.Bytes
Utility method for displaying byte[] as UTF-8 string.

U

update(Iterable<T>) - Method in class com.dslplatform.client.ClientPersistableRepository
 
update(T[]) - Method in class com.dslplatform.client.ClientPersistableRepository
 
update(T) - Method in class com.dslplatform.client.ClientPersistableRepository
 
update(TAggregate) - Method in interface com.dslplatform.client.CrudProxy
Modifies an existing aggregate root on the remote server.
update(Iterable<T>) - Method in interface com.dslplatform.patterns.PersistableRepository
Bulk update.
update(T[]) - Method in interface com.dslplatform.patterns.PersistableRepository
 
update(T) - Method in interface com.dslplatform.patterns.PersistableRepository
Changing state of an aggregate root.
upload(ByteArrayInputStream) - Method in class com.dslplatform.storage.S3
Upload provided stream to remote S3 server.
upload(InputStream, long) - Method in class com.dslplatform.storage.S3
Upload provided stream to remote S3 server.
upload(String, InputStream, long) - Method in class com.dslplatform.storage.S3
Upload provided stream to remote S3 server.
upload(byte[]) - Method in class com.dslplatform.storage.S3
Upload provided bytes to remote S3 server.
upload(String, byte[]) - Method in class com.dslplatform.storage.S3
Upload provided bytes to remote S3 server.
upload(String, String, InputStream, long, Map<String, String>) - Method in interface com.dslplatform.storage.S3Repository
Upload stream defined by bucket and key.
Utils - Class in com.dslplatform.client
 
Utils() - Constructor for class com.dslplatform.client.Utils
 
UUIDConverter - Class in com.dslplatform.client.json
 
UUIDConverter() - Constructor for class com.dslplatform.client.json.UUIDConverter
 

V

valueDoesntStartsWith(String, String) - Method in class com.dslplatform.client.GenericSearchBuilder
Define !startsWith [ not value.startsWith(property) ] condition for specification.
valueDoesntStartsWith(String, String, boolean) - Method in class com.dslplatform.client.GenericSearchBuilder
Define !startsWith and case sensitivity [ not value.startsWith(property, case sensitivity) ] condition for specification.
valueStartsWith(String, String) - Method in class com.dslplatform.client.GenericSearchBuilder
Define startsWith [ value.startsWith(property) ] condition for specification.
valueStartsWith(String, String, boolean) - Method in class com.dslplatform.client.GenericSearchBuilder
Define startsWith and case sensitivity [ value.startsWith(property, case sensitivity) ] condition for specification.

W

wasFalse() - Method in class com.dslplatform.client.json.JsonReader
 
wasLastName(String) - Method in class com.dslplatform.client.json.JsonReader
 
wasNull() - Method in class com.dslplatform.client.json.JsonReader
 
wasTrue() - Method in class com.dslplatform.client.json.JsonReader
 
whyNot() - Method in class com.dslplatform.patterns.Either
 
with(Specification<T>) - Method in class com.dslplatform.patterns.CubeBuilder
 
with(Specification<T>) - Method in class com.dslplatform.patterns.SearchBuilder
Provide search predicate for filtering results.
write(int) - Method in class com.dslplatform.client.json.JsonWriter
 
write(char[], int, int) - Method in class com.dslplatform.client.json.JsonWriter
 
write(String, int, int) - Method in class com.dslplatform.client.json.JsonWriter
 
writeAscii(String) - Method in class com.dslplatform.client.json.JsonWriter
 
writeAscii(String, int) - Method in class com.dslplatform.client.json.JsonWriter
 
writeAscii(byte[]) - Method in class com.dslplatform.client.json.JsonWriter
 
writeAscii(byte[], int) - Method in class com.dslplatform.client.json.JsonWriter
 
writeBinary(byte[]) - Method in class com.dslplatform.client.json.JsonWriter
 
writeBuffer(int, int) - Method in class com.dslplatform.client.json.JsonWriter
 
writeBuffer(int) - Method in class com.dslplatform.client.json.JsonWriter
 
writeByte(byte) - Method in class com.dslplatform.client.json.JsonWriter
 
writeNull() - Method in class com.dslplatform.client.json.JsonWriter
 
writeString(String) - Method in class com.dslplatform.client.json.JsonWriter
 

X

XmlConverter - Class in com.dslplatform.client.json
 
XmlConverter() - Constructor for class com.dslplatform.client.json.XmlConverter
 

Z

ZERO_0 - Static variable in class com.dslplatform.client.Utils
 
ZERO_1 - Static variable in class com.dslplatform.client.Utils
 
ZERO_2 - Static variable in class com.dslplatform.client.Utils
 
ZERO_3 - Static variable in class com.dslplatform.client.Utils
 
A B C D E F G H I J L M N O P Q R S T U V W X Z 
Skip navigation links