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

Class ComposePersonFromDataBeanDetailCmdImpl

    • 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
    • Constructor Summary

      Constructors 
      Constructor and Description
      ComposePersonFromDataBeanDetailCmdImpl()
      Constructor that creates the following command to delegate retrieval of the summary person information: com.ibm.commerce.member.facade.server.commands.ComposePersonFromDataBeanCmd+IBM_Summary
    • Field Detail

      • COPYRIGHT

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

      • ComposePersonFromDataBeanDetailCmdImpl

        public ComposePersonFromDataBeanDetailCmdImpl()
        Constructor that creates the following command to delegate retrieval of the summary person information: com.ibm.commerce.member.facade.server.commands.ComposePersonFromDataBeanCmd+IBM_Summary
    • Method Detail

      • execute

        public void execute()
                     throws com.ibm.websphere.command.CommandException
        Populates the detailed 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 and resets the summary command.
        Specified by:
        reset in interface com.ibm.websphere.command.Command