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