com.ibm.commerce.order.commands

Class SetOrderTemplateCmd.Group

  • java.lang.Object
    • com.ibm.commerce.order.commands.SetOrderTemplateCmd.Group
  • Enclosing interface:
    SetOrderTemplateCmd


    public static class SetOrderTemplateCmd.Group
    extends java.lang.Object
    The SetOrderTemplate enumeration group.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Group() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void setMemberId(java.lang.Long anMemberId)
      This method sets the member to be used in resolving the order abbreviation(s).
      void setOrderAbbreviations(java.lang.String[] astrOrderAbbreviations)
      This method sets the order abbreviations.
      void setStoreId(java.lang.Integer anStoreId)
      This method sets the store to be used in resolving the order abbreviation(s).
      void setUsage(java.lang.Integer anUsage)
      This method sets the usage of the order template(s).
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ibStoreId

        public boolean ibStoreId
      • inMemberId

        public java.lang.Long inMemberId
      • inStoreId

        public java.lang.Integer inStoreId
      • inUsage

        public java.lang.Integer inUsage
      • istrOrderAbbreviations

        public java.lang.String[] istrOrderAbbreviations
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • setMemberId

        public void setMemberId(java.lang.Long anMemberId)
        This method sets the member to be used in resolving the order abbreviation(s).
        Default: null (use the current user to resolve the order abbreviation(s))
        Parameters:
        anMemberId - A Long that specifies the member to be used in resolving the order abbreviation(s).
      • setOrderAbbreviations

        public void setOrderAbbreviations(java.lang.String[] astrOrderAbbreviations)
        This method sets the order abbreviations.
        Parameters:
        astrOrderAbbreviations - A String[] that represents the order abbreviations.
      • setStoreId

        public void setStoreId(java.lang.Integer anStoreId)
        This method sets the store to be used in resolving the order abbreviation(s).
        Default: null (use the current store to resolve the order abbreviation(s))
        Parameters:
        anStoreId - An Integer that specifies the store to be used in resolving the order abbreviation(s).
      • setUsage

        public void setUsage(java.lang.Integer anUsage)
        This method sets the usage of the order template(s).
        Parameters:
        anUsage - An Integer that specifies the usage of the order template(s).