| Modifier and Type | Class and Description |
|---|---|
class |
DtoReferenceBinder<D extends IdDto,R extends DtoReference<D,R>>
Created by tchemit on 28/08/17.
|
| Modifier and Type | Method and Description |
|---|---|
static <BeanType extends IdDto> |
IdHelper.exists(Collection<BeanType> source,
String id) |
static <BeanType extends IdDto> |
IdHelper.findById(Collection<BeanType> source,
String id) |
static <BeanType extends IdDto> |
IdHelper.newIdPredicate(String id) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IdDto> |
DataNotFoundException.getType() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IdHelper.isActivityLonglineObs(IdDto dto) |
static boolean |
IdHelper.isActivitySeine(IdDto dto) |
static boolean |
IdHelper.isFloatingObject(IdDto dto) |
static boolean |
IdHelper.isSetLonglineObs(IdDto dto) |
static boolean |
IdHelper.isSetSeine(IdDto dto) |
static boolean |
IdHelper.isTrip(IdDto dto) |
| Constructor and Description |
|---|
DataNotFoundException(Class<? extends IdDto> type,
String id) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommentableDto |
class |
DataDto |
class |
DataListDto<D extends CommentableDto,C extends DataDto>
Created by tchemit on 02/10/17.
|
class |
OpenableDto |
class |
TripMapDto |
| Modifier and Type | Class and Description |
|---|---|
class |
Form<R extends IdDto> |
class |
FormDefinition<D extends IdDto>
For a given of type
FormDefinition.type, define all dependencies of referential set it need. |
static class |
FormDefinition.Builder<D extends IdDto> |
| Modifier and Type | Method and Description |
|---|---|
static <D extends IdDto> |
FormDefinition.builder(Class<D> type) |
static <R extends IdDto> |
Form.newFormDto(Class<R> type,
R object) |
| Modifier and Type | Class and Description |
|---|---|
class |
DtoReference<D extends IdDto,R extends DtoReference<D,R>>
Created on 21/11/15.
|
class |
DtoReferenceDefinition<D extends IdDto,R extends DtoReference<D,R>>
Describe the definition of a reference on a dto.
|
static class |
DtoReferenceDefinition.Builder<D extends IdDto,R extends DtoReference<D,R>,X extends DtoReferenceDefinition<D,R>> |
| Modifier and Type | Class and Description |
|---|---|
class |
DataDtoReference<D extends DataDto,R extends DataDtoReference<D,R>>
Created on 21/11/15.
|
class |
DtoReference<D extends IdDto,R extends DtoReference<D,R>>
Created on 21/11/15.
|
class |
ReferentialDtoReference<D extends ReferentialDto,R extends ReferentialDtoReference<D,R>>
Created on 21/11/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
I18nReferentialDto |
class |
ReferentialDto |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IdDto> |
ApplicationDataContextSupport.getCache() |
Map<String,IdDto> |
ApplicationSelectedDataContext.getCache() |
Set<Class<? extends IdDto>> |
ApplicationOpenDataIdContext.getOpenTypes() |
Set<Class<? extends IdDto>> |
ApplicationDataContextSupport.getOpenTypes() |
Set<Class<? extends IdDto>> |
ApplicationDataContextSupport.getSelectedTypes() |
Set<Class<? extends IdDto>> |
ApplicationSelectedDataIdContext.getSelectedTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationDataContextSupport.add(IdDto dto) |
void |
ApplicationSelectedDataContext.add(IdDto dto) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ApplicationOpenDataIdContext.canOpen(Class<? extends IdDto> dtoType) |
boolean |
ApplicationDataContextSupport.canOpen(Class<? extends IdDto> dtoType)
Test if we can open the given type.
|
void |
ApplicationOpenDataIdContext.close(Class<? extends IdDto> dtoType) |
void |
ApplicationDataContextSupport.close(Class<? extends IdDto> dtoType) |
String |
ApplicationOpenDataIdContext.getKey(Class<? extends IdDto> dtoType) |
String |
ApplicationDataContextSupport.getKey(Class<? extends IdDto> dtoType) |
String |
ApplicationSelectedDataIdContext.getKey(Class<? extends IdDto> dtoType) |
String |
ApplicationOpenDataIdContext.getOpenId(Class<? extends IdDto> dtoType) |
String |
ApplicationDataContextSupport.getOpenId(Class<? extends IdDto> dtoType) |
String[] |
ApplicationOpenDataIdContext.getOpenIds(Class<? extends IdDto> dtoType) |
String[] |
ApplicationDataContextSupport.getOpenIds(Class<? extends IdDto> dtoType) |
String |
ApplicationOpenDataIdContext.getOpenProperty(Class<? extends IdDto> dtoType) |
String |
ApplicationDataContextSupport.getOpenProperty(Class<? extends IdDto> dtoType) |
String |
ApplicationDataContextSupport.getSelectedId(Class<? extends IdDto> dtoType) |
String |
ApplicationSelectedDataIdContext.getSelectedId(Class<? extends IdDto> dtoType) |
String |
ApplicationDataContextSupport.getSelectedProperty(Class<? extends IdDto> dtoType) |
String |
ApplicationSelectedDataIdContext.getSelectedProperty(Class<? extends IdDto> dtoType) |
boolean |
ApplicationOpenDataIdContext.isOpen(Class<? extends IdDto> dtoType) |
boolean |
ApplicationDataContextSupport.isOpen(Class<? extends IdDto> dtoType) |
boolean |
ApplicationOpenDataIdContext.isOpenId(Class<? extends IdDto> dtoType,
String id) |
boolean |
ApplicationDataContextSupport.isOpenId(Class<? extends IdDto> dtoType,
String id) |
boolean |
ApplicationDataContextSupport.isSelected(Class<? extends IdDto> dtoType) |
boolean |
ApplicationSelectedDataIdContext.isSelected(Class<? extends IdDto> dtoType) |
boolean |
ApplicationDataContextSupport.isSelectedId(Class<? extends IdDto> dtoType,
String id) |
boolean |
ApplicationSelectedDataIdContext.isSelectedId(Class<? extends IdDto> dtoType,
String id) |
boolean |
ApplicationDataContextSupport.isSelectedOpen(Class<? extends IdDto> dtoType) |
boolean |
ApplicationSelectedDataIdContext.isSelectedOpen(Class<? extends IdDto> dtoType) |
void |
ApplicationOpenDataIdContext.open(Class<? extends IdDto> dtoType,
String id) |
void |
ApplicationDataContextSupport.open(Class<? extends IdDto> dtoType,
String id) |
void |
ApplicationOpenDataIdContext.setOpenId(Class<? extends IdDto> dtoType,
String id) |
void |
ApplicationDataContextSupport.setOpenId(Class<? extends IdDto> dtoType,
String id) |
void |
ApplicationDataContextSupport.setSelectedId(Class<? extends IdDto> dtoType,
String id) |
void |
ApplicationSelectedDataIdContext.setSelectedId(Class<? extends IdDto> dtoType,
String id) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdDtoDefinition<D extends IdDto,R extends DtoReference<D,R>>
Created by tchemit on 03/12/17.
|
| Modifier and Type | Method and Description |
|---|---|
static <D extends IdDto,R extends DtoReference<D,R>> |
DtoModuleHelper.fromDto(Class<D> dtoType) |
<D extends IdDto,R extends DtoReference<D,R>> |
DtoModuleHelper.getDefinition(Class<D> dtoType) |
static <D extends IdDto> |
DtoModuleHelper.getOptionalFormDefinition(Class<? extends IdDto> dtoType) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends IdDto>> |
DtoModuleHelper.getDtoTypes() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Class<? extends DataDto>> |
DtoModuleHelper.filterDataDto(Collection<Class<? extends IdDto>> types) |
static Set<Class<? extends ReferentialDto>> |
DtoModuleHelper.filterReferentialDto(Collection<Class<? extends IdDto>> types) |
static <D extends IdDto> |
DtoModuleHelper.getOptionalFormDefinition(Class<? extends IdDto> dtoType) |
| Constructor and Description |
|---|
DataDtoDefinition(Class<? extends IdDto> parentDtoType,
Class<D> dtoType,
Class<R> referenceType,
int selectedPriority,
int openPriority) |
IdDtoDefinition(Class<? extends IdDto> parentDtoType,
Class<D> dtoType,
Class<R> referenceType,
int selectedPriority,
int openPriority) |
ReferentialDtoDefinition(Class<? extends IdDto> parentDtoType,
Class<D> dtoType,
Class<R> referenceType,
int selectedPriority,
int openPriority) |
Copyright © 2008–2017 IRD. All rights reserved.