Package org.openwms.common.location
Class LocationMapperImpl
java.lang.Object
org.openwms.common.location.LocationMapperImpl
- All Implemented Interfaces:
LocationMapper
@Generated("org.mapstruct.ap.MappingProcessor")
@Component
public class LocationMapperImpl
extends Object
implements LocationMapper
-
Field Summary
Modifier and TypeFieldDescriptionprivate final AccountMapper
private final LocationGroupMapper
private final LocationTypeMapper
-
Constructor Summary
ConstructorDescriptionLocationMapperImpl
(AccountMapper accountMapper, LocationTypeMapper locationTypeMapper, LocationGroupMapper locationGroupMapper) -
Method Summary
Modifier and TypeMethodDescriptionconvertToMO
(Location eo) convertToVO
(List<Location> eo) convertToVO
(Location eo) convertVO
(LocationVO vo) private String
eoAccountIdentifier
(Location location) private String
eoLocationGroupName
(Location location) private String
eoLocationTypeType
(Location location) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openwms.common.location.LocationMapper
copyForUpdate
-
Field Details
-
accountMapper
-
locationTypeMapper
-
locationGroupMapper
-
-
Constructor Details
-
LocationMapperImpl
@Autowired public LocationMapperImpl(AccountMapper accountMapper, LocationTypeMapper locationTypeMapper, LocationGroupMapper locationGroupMapper)
-
-
Method Details
-
convertVO
- Specified by:
convertVO
in interfaceLocationMapper
-
convertToVO
- Specified by:
convertToVO
in interfaceLocationMapper
-
convertToVO
- Specified by:
convertToVO
in interfaceLocationMapper
-
convertToMO
- Specified by:
convertToMO
in interfaceLocationMapper
-
eoAccountIdentifier
-
eoLocationTypeType
-
eoLocationGroupName
-