- filter(Specification<T>) - Method in class com.dslplatform.patterns.SearchBuilder
-
- 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.
- findAll(Integer, Integer, Iterable<Map.Entry<String, Boolean>>) - Method in class com.dslplatform.client.ClientSearchableRepository
-
- findAll(Integer, Integer) - Method in class com.dslplatform.client.ClientSearchableRepository
-
- findAll() - Method in class com.dslplatform.client.ClientSearchableRepository
-
- findAll(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.
- findAll(Class<T>, Integer, Integer) - Method in interface com.dslplatform.client.DomainProxy
-
Returns a list of all domain objects
with up to limit
results.
- findAll(Class<T>) - Method in interface com.dslplatform.client.DomainProxy
-
Returns a list of all domain objects
- findAll(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.
- findAll(Integer, Integer) - Method in interface com.dslplatform.patterns.SearchableRepository
-
Returns a list of all domain objects
with up to limit
results.
- findAll() - Method in interface com.dslplatform.patterns.SearchableRepository
-
Returns a list of all domain objects
- findTemplater(Class<TIdentifiable>, String, String, boolean) - Method in interface com.dslplatform.client.ReportingProxy
-
Populate template using found domain object.