Class PreferenceVOMapper
java.lang.Object
org.openwms.core.preferences.PreferenceVOMapper
- Direct Known Subclasses:
PreferenceVOMapperImpl
A PreferenceVOMapper maps between
Preference (domain) and PreferenceVO (API VO).- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate <T extends PreferenceVO>
TfillVO(T p, Preference source) static <T extends PreferenceVO>
PropertyScoperesolveScope(T preference) toDomain(PreferenceVO source) toMO(Preference source) toModuleVO(Preference source) toModuleVOList(Collection<Preference> sources) toRoleVO(Preference source) toRoleVOList(Collection<Preference> sources) toUserVO(Preference source) toUserVOList(Collection<Preference> sources) toVO(Preference source) toVOList(Collection<Preference> sources)
-
Constructor Details
-
PreferenceVOMapper
public PreferenceVOMapper()
-
-
Method Details
-
resolveScope
-
toVO
-
toUserVO
-
toRoleVO
-
toModuleVO
-
fillVO
-
toVOList
-
toUserVOList
-
toRoleVOList
-
toModuleVOList
-
toDomain
-
toMO
-