Class SortDataPopulator
- java.lang.Object
-
- de.hybris.platform.webservicescommons.pagination.converters.SortDataPopulator
-
-
Constructor Summary
Constructors Constructor Description SortDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SortData source, SortWsDTO target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SortData source, SortWsDTO target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SortData,SortWsDTO>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if there is any conversion error
-
-