com.ibm.commerce.store.commands

Interface AddStoreRelationshipCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.TaskCommand
    All Known Implementing Classes:
    AddStoreRelationshipCmdImpl


    public interface AddStoreRelationshipCmd
    extends com.ibm.commerce.command.TaskCommand
    Interface for the command used to add a store relationship
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright statement.
      static java.lang.String defaultCommandClassName
      The default implementation class name.
      static java.lang.String NAME
      The full class name for this interface file.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Integer getRelatedStore()
      Gets the related store id
      java.lang.Float getSequence()
      Gets the sequence
      java.lang.Integer getState()
      Gets the state
      java.lang.Integer getStore()
      Gets the store id
      java.lang.String getStoreRelationshipType()
      Gets the store relationship type
      void setRelatedStore(java.lang.Integer relatedStoreId)
      Sets the related store id
      void setSequence(java.lang.Float sequence)
      Sets the sequence
      void setState(java.lang.Integer state)
      Sets the state
      void setStore(java.lang.Integer storeId)
      Sets the store id
      void setStoreRelationshipType(java.lang.String storeRelationshipType)
      Sets the store relationship type
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.command.CacheableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        Copyright statement.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name. This is used if there is no record found in the CMDREG table.
      • NAME

        static final java.lang.String NAME
        The full class name for this interface file.
    • Method Detail

      • getRelatedStore

        java.lang.Integer getRelatedStore()
        Gets the related store id
        Returns:
        the related store id
      • getSequence

        java.lang.Float getSequence()
        Gets the sequence
        Returns:
        the sequence
      • getState

        java.lang.Integer getState()
        Gets the state
        Returns:
        the state
      • getStore

        java.lang.Integer getStore()
        Gets the store id
        Returns:
        the store id
      • getStoreRelationshipType

        java.lang.String getStoreRelationshipType()
        Gets the store relationship type
        Returns:
        the store relationship type
      • setRelatedStore

        void setRelatedStore(java.lang.Integer relatedStoreId)
        Sets the related store id
        Parameters:
        relatedStoreId - the related store id
      • setSequence

        void setSequence(java.lang.Float sequence)
        Sets the sequence
        Parameters:
        sequence - the sequence
      • setState

        void setState(java.lang.Integer state)
        Sets the state
        Parameters:
        state - the state
      • setStore

        void setStore(java.lang.Integer storeId)
        Sets the store id
        Parameters:
        the - store id
      • setStoreRelationshipType

        void setStoreRelationshipType(java.lang.String storeRelationshipType)
        Sets the store relationship type
        Parameters:
        storeRelationshipType - the store relationship type