Uses of Class
de.hybris.platform.commercewebservicescommons.dto.user.UserSignUpWsDTO
-
-
Uses of UserSignUpWsDTO in de.hybris.platform.commercewebservices.core.populator
Methods in de.hybris.platform.commercewebservices.core.populator with parameters of type UserSignUpWsDTO Modifier and Type Method Description voidHttpRequestUserSignUpDTOPopulator. populate(javax.servlet.http.HttpServletRequest source, UserSignUpWsDTO target) -
Uses of UserSignUpWsDTO in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller with parameters of type UserSignUpWsDTO Modifier and Type Method Description UserWsDTOUsersController. createUser(UserSignUpWsDTO user, java.lang.String fields, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of UserSignUpWsDTO in de.hybris.platform.ycommercewebservices.populator
Methods in de.hybris.platform.ycommercewebservices.populator with parameters of type UserSignUpWsDTO Modifier and Type Method Description voidHttpRequestUserSignUpDTOPopulator. populate(javax.servlet.http.HttpServletRequest source, UserSignUpWsDTO target) -
Uses of UserSignUpWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller with parameters of type UserSignUpWsDTO Modifier and Type Method Description UserWsDTOUsersController. createUser(UserSignUpWsDTO user, java.lang.String fields, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
-