Package org.openwms.wms.inventory.spi
Interface PackagingUnitTransformer
public interface PackagingUnitTransformer
A PackagingUnitTransformer is used by Controllers of the presentation tier to convert PackagingUnit Entities into PackagingUnit
 ViewObjects and transform or enrich those with additional information, like hyperlinks or remove unnecessary information.
- Author:
 - Heiko Scherrer
 
- 
Method Summary
Modifier and TypeMethodDescriptionenrichWithLinks(PackagingUnit... eos) Takes severalPackagingUnitentities and converts and transforms them intoPackagingUnitVOinstances. 
- 
Method Details
- 
enrichWithLinks
Takes severalPackagingUnitentities and converts and transforms them intoPackagingUnitVOinstances.- Parameters:
 eos- The entities to transform- Returns:
 - The transformed, converted and perhaps enriched view objects
 
 
 -