com.ibm.commerce.location.facade.server.commands

Interface FilterClientLocationCmd

  • All Superinterfaces:
    com.ibm.commerce.foundation.celadon.common.oagis.CeladonPipelineCmd, com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    FilterClientLocationCmdImpl


    public interface FilterClientLocationCmd
    extends com.ibm.commerce.foundation.celadon.common.oagis.CeladonPipelineCmd
    Interface for the FilterClientLocationCmd. The Filter command determines whether pending create, update, or delete operations are actually performed in the data service.

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

      • Methods inherited from interface com.ibm.commerce.foundation.celadon.common.oagis.CeladonPipelineCmd

        getNounsToBeCreated, getNounsToBeDeleted, getNounsToBeUpdated, setNounsToBeCreated, setNounsToBeDeleted, setNounsToBeUpdated
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
    • Field Detail

      • COPYRIGHT

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