| Modifier and Type | Method and Description |
|---|---|
<T extends ReferentialDtoReference> |
DecoratorServiceSupport.getReferentialReferenceDecorator(Class<T> referenceType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferentialReferenceDecorator<R extends ReferentialDtoReference> |
static class |
ReferentialReferenceDecorator.ReferentialReferenceComparatorFromDecorator<R extends ReferentialDtoReference> |
| Modifier and Type | Method and Description |
|---|---|
<DD extends ReferentialDto,RR extends ReferentialDtoReference<DD,RR>> |
FormDefinition.Builder.addProperty(String name,
ReferentialDtoReferenceDefinition<DD,RR> definition) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferentialDtoReference<D extends ReferentialDto,R extends ReferentialDtoReference<D,R>>
Created on 21/11/15.
|
class |
ReferentialDtoReferenceDefinition<D extends ReferentialDto,R extends ReferentialDtoReference<D,R>>
Describe the definition of a reference on a dto.
|
class |
ReferentialDtoReferenceSet<R extends ReferentialDtoReference> |
| Modifier and Type | Method and Description |
|---|---|
static <D extends ReferentialDto,R extends ReferentialDtoReference<D,R>> |
ReferentialDtoReferenceDefinition.builder(Class<D> dtoType,
Class<R> type) |
static <R extends ReferentialDtoReference> |
DtoReferenceCollection.filterContains(Collection<R> references,
Set<String> containsIds) |
static <R extends ReferentialDtoReference> |
DtoReferenceCollection.filterEnabled(Collection<R> references) |
static <R extends ReferentialDtoReference> |
DtoReferenceCollection.filterNotContains(Collection<R> references,
Set<String> containsIds) |
static <R extends ReferentialDtoReference> |
ReferentialDtoReferenceSet.of(Class<R> type,
Collection<R> references,
Date lastUpdate) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Class<? extends ReferentialDtoReference<?,?>>> |
ReferentialDtoReference.filterReferentialReference(Collection<Class<?>> types) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferentialReferenceSetAdapter<R extends ReferentialDtoReference>
Created on 23/11/15.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ReferentialDtoReference<?,?>> |
DtoToReferenceDtoMapping.get(ReferentialDto dto) |
Copyright © 2017–2020 IRD. All rights reserved.