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

Interface ComposeOrganizationFromDataBeanCmd

    • 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

      • setOrganizationDataBean

        void setOrganizationDataBean(com.ibm.commerce.user.beans.OrgEntityDataBean organizationDB)
                              throws ECException
        Sets the organization data bean which is used to compose the Organization SDO
        Parameters:
        organizationDB - UserDataBean
        Throws:
        ECException - if an error occurs
      • setOrganization

        void setOrganization(OrganizationType aOrganizationType)
        Sets a partially populated organization SDO. This is needed when a compose command delegates to multiple other compose commands to build an organization SDO. After the first delegation, the paritally populated organization SDO is then passed to the next delegate compose command.
        Parameters:
        aOrganizationType - the partially populated organization SDO