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

Interface TimestampClientLocationCmd

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


    public interface TimestampClientLocationCmd
    extends com.ibm.commerce.foundation.celadon.common.oagis.CeladonPipelineCmd
    Interface for the TimestampClientLocationCmd. The Timestamp command ensures that nouns that are to be created have a CreationTime and ModificationTime set to the current server time, and nouns that are to be updated have a ModificationTime set to the current server time.
    • 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