Class 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>
    Populates UserSignUpWsDTO instance based on http request parameters:
    • uid
    • password
    • titleCode
    • firstName
    • lastName
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void populate​(javax.servlet.http.HttpServletRequest source, UserSignUpWsDTO target)
      Populate the target instance with values from the source instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpRequestUserSignUpDTOPopulator

        public HttpRequestUserSignUpDTOPopulator()
    • Method Detail

      • populate

        public void populate​(javax.servlet.http.HttpServletRequest source,
                             UserSignUpWsDTO target)
                      throws ConversionException
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<javax.servlet.http.HttpServletRequest,​UserSignUpWsDTO>
        Parameters:
        source - the source object
        target - the target to fill
        Throws:
        ConversionException - if an error occurs