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

Class ComposePersonFromDataBeanSummaryCmdImpl

  • All Implemented Interfaces:
    ComposePersonFromDataBeanCmd, com.ibm.websphere.command.Command, java.io.Serializable


    public class ComposePersonFromDataBeanSummaryCmdImpl
    extends ComposePersonFromDataBeanBaseCmdImpl
    implements ComposePersonFromDataBeanCmd
    Populates the Person SDO with the following summary information:
  • /Person/PersonIdentifier
  • /Person/ParentOrganizationIdentifier
  • /Person/ContactInfo/ContactName
  • /Person/ContactInfo/ContactInfoIdentifier
  • /Person/Credential
See Also:
Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • ComposePersonFromDataBeanSummaryCmdImpl

        public ComposePersonFromDataBeanSummaryCmdImpl()
        Constructor
    • Method Detail

      • execute

        public void execute()
                     throws com.ibm.websphere.command.CommandException
        Populates the summary person information.
        Specified by:
        execute in interface com.ibm.websphere.command.Command
        Throws:
        com.ibm.websphere.command.CommandException
        See Also:
        Command.execute()
      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        Checks if the command is ready to execute.
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Returns:
        true if the user data bean is not null; false otherwise
        See Also:
        Command.isReadyToCallExecute()
      • reset

        public void reset()
        Sets the instance variables to null.
        Specified by:
        reset in interface com.ibm.websphere.command.Command