Modifier and Type | Method and Description |
---|---|
UserProperty |
UserPropertiesService.getProperty(User user,
java.lang.String key) |
UserProperty |
UserPropertiesServiceImpl.getProperty(User user,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<UserProperty> |
UserPropertiesService.getProperties(User user) |
java.util.Set<UserProperty> |
UserPropertiesServiceImpl.getProperties(User user) |
Modifier and Type | Method and Description |
---|---|
boolean |
UserPropertiesService.removeProperty(User user,
UserProperty property) |
boolean |
UserPropertiesServiceImpl.removeProperty(User user,
UserProperty property) |
void |
UserPropertiesService.setProperty(User user,
UserProperty property) |
void |
UserPropertiesServiceImpl.setProperty(User user,
UserProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
UserPropertiesService.setProperties(User user,
java.util.Set<UserProperty> properties) |
void |
UserPropertiesServiceImpl.setProperties(User user,
java.util.Set<UserProperty> properties) |
Modifier and Type | Method and Description |
---|---|
UserProperty |
User.getProperty(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<UserProperty> |
User.getProperties()
Usually you would not want to call this directly.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setProperties(java.util.Set<UserProperty> properties)
Usually you would not want to call this directly.
|
Modifier and Type | Method and Description |
---|---|
UserProperty |
Dto2UserPropertyGenerator.createPoso(UserPropertyDto dto) |
UserProperty |
Dto2UserPropertyGenerator.createUnmanagedPoso(UserPropertyDto dto) |
UserProperty |
Dto2UserPropertyGenerator.instantiatePoso() |
UserProperty |
Dto2UserPropertyGenerator.loadAndMergePoso(UserPropertyDto dto) |
UserProperty |
Dto2UserPropertyGenerator.loadPoso(UserPropertyDto dto) |
Modifier and Type | Method and Description |
---|---|
UserPropertyDto |
UserProperty2DtoGenerator.createDto(UserProperty poso,
DtoView here,
DtoView referenced) |
UserPropertyDto |
UserProperty2DtoGenerator.instantiateDto(UserProperty poso) |
void |
Dto2UserPropertyGenerator.mergePoso(UserPropertyDto dto,
UserProperty poso) |
void |
Dto2UserPropertyGenerator.mergeUnmanagedPoso(UserPropertyDto dto,
UserProperty poso) |
void |
Dto2UserPropertyGenerator.postProcessCreate(UserPropertyDto dto,
UserProperty poso) |
void |
Dto2UserPropertyGenerator.postProcessCreateUnmanaged(UserPropertyDto dto,
UserProperty poso) |
void |
Dto2UserPropertyGenerator.postProcessInstantiate(UserProperty poso) |
void |
Dto2UserPropertyGenerator.postProcessLoad(UserPropertyDto dto,
UserProperty poso) |
void |
Dto2UserPropertyGenerator.postProcessMerge(UserPropertyDto dto,
UserProperty poso) |
Modifier and Type | Method and Description |
---|---|
void |
UserPropertyChangedHook.afterUserPropertyChange(User user,
UserProperty oldValue,
UserProperty newValue) |
void |
UserPropertyChangedHook.beforeUserPropertyChange(User user,
UserProperty oldValue,
UserProperty newValue) |
Modifier and Type | Method and Description |
---|---|
UserProperty |
UserPropertiesServiceMockup.getProperty(User user,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<UserProperty> |
UserPropertiesServiceMockup.getProperties(User user) |
Modifier and Type | Method and Description |
---|---|
boolean |
UserPropertiesServiceMockup.removeProperty(User user,
UserProperty property) |
void |
UserPropertiesServiceMockup.setProperty(User user,
UserProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
UserPropertiesServiceMockup.setProperties(User user,
java.util.Set<UserProperty> properties) |