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

Class ComposePersonFromDataBeanAllCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • ComposePersonFromDataBeanAllCmdImpl

        public ComposePersonFromDataBeanAllCmdImpl()
        Constructor that creates the following command to delegate retrieval of the the detailed person information:

        com.ibm.commerce.member.facade.server.commands.ComposePersonFromDataBeanCmd+IBM_Details

    • Method Detail

      • execute

        public void execute()
                     throws com.ibm.websphere.command.CommandException
        Adds the address book data to the Person.
        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 and resets the detail command.
        Specified by:
        reset in interface com.ibm.websphere.command.Command