com.ibm.commerce.member.client.commands

Interface SyncOrganizationCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    SyncOrganizationCmdImpl


    public interface SyncOrganizationCmd
    extends TaskCommand
    This member client task command is used to compose the SyncOrganization SDO from an organization ID or organization access bean and make the SyncOrganizationservice request with it and the invocation service action specified. The default implementation of this command is SyncOrganizationCmdImpl.
    See Also:
    MemberClientFacadeImpl, InvocationService
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
      • ACTION_CREATE_ORGANIZATION

        static final java.lang.String ACTION_CREATE_ORGANIZATION
        The invocation service action CreateOrganization.
        See Also:
        Constant Field Values
      • ACTION_UPDATE_ORGANIZATION

        static final java.lang.String ACTION_UPDATE_ORGANIZATION
        The invocation service action UpdateOrganization.
        See Also:
        Constant Field Values
    • Method Detail

      • setAction

        void setAction(java.lang.String astrAction)
        Sets the invocation service action.
        Parameters:
        astrAction - the invocation service action.
      • setOrganizationId

        void setOrganizationId(java.lang.Long anOrganizationId)
        Sets the organization ID.
        Parameters:
        anOrganizationId - the organization ID.
      • setOrganization

        void setOrganization(OrganizationAccessBean aabOrganization)
        Sets the organization access bean.
        Parameters:
        aabOrganization - the organization access bean.