Class HttpRequestUserSignUpDTOPopulator
- java.lang.Object
-
- de.hybris.platform.ycommercewebservices.populator.HttpRequestUserSignUpDTOPopulator
-
- All Implemented Interfaces:
Populator<javax.servlet.http.HttpServletRequest,UserSignUpWsDTO>
@Component("HttpRequestUserSignUpDTOPopulator") public class HttpRequestUserSignUpDTOPopulator extends java.lang.Object implements Populator<javax.servlet.http.HttpServletRequest,UserSignUpWsDTO>PopulatesUserSignUpWsDTOinstance based on http request parameters:
- uid
- password
- titleCode
- firstName
- lastName
-
-
Constructor Summary
Constructors Constructor Description HttpRequestUserSignUpDTOPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(javax.servlet.http.HttpServletRequest source, UserSignUpWsDTO target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(javax.servlet.http.HttpServletRequest source, UserSignUpWsDTO target) throws ConversionExceptionDescription copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<javax.servlet.http.HttpServletRequest,UserSignUpWsDTO>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-