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

Class ComposeOrganizationFromDataBeanSummaryCmdImpl

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


    public class ComposeOrganizationFromDataBeanSummaryCmdImpl
    extends ComposeOrganizationFromDataBeanBaseCmdImpl
    implements ComposeOrganizationFromDataBeanCmd
    Populates the Organization SDO with the following summary information:
  • /Organization/OrganizationIdentifier
  • /Organization/OrganizationName
  • /Organization/ParentOrganizationIdentifier
  • /Organization/@type
  • /Organization/@status
  • /Organization/ContactInfo/ContactInfoIdentifier
  • /Organization/ContactInfo/ContactName
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

      • ComposeOrganizationFromDataBeanSummaryCmdImpl

        public ComposeOrganizationFromDataBeanSummaryCmdImpl()
        Constructor
    • Method Detail

      • execute

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