com.ibm.commerce.member.facade.server.commands

Interface ComposePersonFromDataBeanCmd

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • setUserDataBean

        void setUserDataBean(UserDataBean userDB)
                      throws ECException
        Sets the user data bean which is used to compose the Person SDO
        Parameters:
        userDB - UserDataBean
        Throws:
        ECException - if an error occurs
      • setPerson

        void setPerson(PersonType aPersonType)
        Sets a partially populated person SDO. This is needed when a compose command delegates to multiple other compose commands to build a person SDO. After the first delegation, the paritally populated person SDO is then passed to the next delegate compose command. For example IBM_All access profile is composed of IBM_Details and IBM_CheckoutProfile.
        Parameters:
        aPersonType - the partially populated person SDO