Package org.openwms.core.preferences
Class PreferenceVOMapper
java.lang.Object
org.openwms.core.preferences.PreferenceVOMapper
- Direct Known Subclasses:
PreferenceVOMapperImpl
A PreferenceVOMapper maps between
Preference (domain) and PreferenceVO (API VO).
Replaces the Dozer-based PreferenceVOConverter.- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends PreferenceVO>
PropertyScoperesolveScope(T preference) toDomain(PreferenceVO source) toMO(Preference source) toUserVO(Preference source) toUserVOList(Collection<Preference> sources) toVO(Preference source) toVOList(Collection<Preference> sources)
-
Constructor Details
-
PreferenceVOMapper
public PreferenceVOMapper()
-
-
Method Details
-
resolveScope
-
toVO
-
toUserVO
-
toVOList
-
toUserVOList
-
toDomain
-
toMO
-