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

Class ComposeOrganizationFromDataBeanDetailCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • ComposeOrganizationFromDataBeanDetailCmdImpl

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

      • execute

        public void execute()
                     throws com.ibm.websphere.command.CommandException
        Populates the detailed organization 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 organization 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