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 Object
implements Populator<javax.servlet.http.HttpServletRequest,UserSignUpWsDTO>
Populates
UserSignUpWsDTO instance based on http request parameters:- uid
- password
- titleCode
- firstName
- lastName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(javax.servlet.http.HttpServletRequest source, UserSignUpWsDTO target) Populate the target instance with values from the source instance.
-
Constructor Details
-
HttpRequestUserSignUpDTOPopulator
public HttpRequestUserSignUpDTOPopulator()
-
-
Method Details
-
populate
public void populate(javax.servlet.http.HttpServletRequest source, UserSignUpWsDTO target) throws ConversionException Description 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
-