Package | Description |
---|---|
net.datenwerke.security.client.usermanager.dto | |
net.datenwerke.security.service.usermanager.entities.dtogen |
Modifier and Type | Method and Description |
---|---|
SexDto |
UserDto.getSex() |
static SexDto |
SexDto.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SexDto[] |
SexDto.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PropertyAccessor<UserDto,SexDto> |
UserDto.getSexPropertyAccessor() |
Modifier and Type | Method and Description |
---|---|
void |
UserDto.setSex(SexDto sex) |
Modifier and Type | Method and Description |
---|---|
SexDto |
Sex2DtoGenerator.createDto(Sex poso,
DtoView here,
DtoView referenced) |
SexDto |
Sex2DtoGenerator.instantiateDto(Sex poso) |
Modifier and Type | Method and Description |
---|---|
Sex |
Dto2SexGenerator.createPoso(SexDto dto) |
Sex |
Dto2SexGenerator.createUnmanagedPoso(SexDto dto) |
Sex |
Dto2SexGenerator.loadAndMergePoso(SexDto dto) |
Sex |
Dto2SexGenerator.loadPoso(SexDto dto) |
void |
Dto2SexGenerator.mergePoso(SexDto dto,
Sex poso) |
void |
Dto2SexGenerator.mergeUnmanagedPoso(SexDto dto,
Sex poso) |
void |
Dto2SexGenerator.postProcessCreate(SexDto dto,
Sex poso) |
void |
Dto2SexGenerator.postProcessCreateUnmanaged(SexDto dto,
Sex poso) |
void |
Dto2SexGenerator.postProcessLoad(SexDto dto,
Sex poso) |
void |
Dto2SexGenerator.postProcessMerge(SexDto dto,
Sex poso) |