Package org.cyclos.impl.utils.conversion
Class VOFiller<VO extends EntityVO>
- java.lang.Object
-
- org.cyclos.impl.utils.conversion.VOFiller<VO>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description VOadd(Long id)Adds a VO to be filled.<T extends VO>
Tadd(Long id, Class<T> clazz)Adds a VO to be filled.protected abstract List<VO>fetch(Set<Long> ids)Must be implemented to fetch VOS with the given idsvoidfill()Fills all added VOs
-