Class OrderManagementSettings

  • All Implemented Interfaces:
    com.sforce.ws.bind.XMLizable

    public class OrderManagementSettings
    extends Metadata
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Constructor Detail

      • OrderManagementSettings

        public OrderManagementSettings()
        Constructor
    • Method Detail

      • getEnableB2CIntegration

        public boolean getEnableB2CIntegration()
      • isEnableB2CIntegration

        public boolean isEnableB2CIntegration()
      • setEnableB2CIntegration

        public void setEnableB2CIntegration​(boolean enableB2CIntegration)
      • setEnableB2CIntegration

        protected void setEnableB2CIntegration​(com.sforce.ws.parser.XmlInputStream __in,
                                               com.sforce.ws.bind.TypeMapper __typeMapper)
                                        throws java.io.IOException,
                                               com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableB2CSelfService

        public boolean getEnableB2CSelfService()
      • isEnableB2CSelfService

        public boolean isEnableB2CSelfService()
      • setEnableB2CSelfService

        public void setEnableB2CSelfService​(boolean enableB2CSelfService)
      • setEnableB2CSelfService

        protected void setEnableB2CSelfService​(com.sforce.ws.parser.XmlInputStream __in,
                                               com.sforce.ws.bind.TypeMapper __typeMapper)
                                        throws java.io.IOException,
                                               com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableDuplicateManagement

        public boolean getEnableDuplicateManagement()
      • isEnableDuplicateManagement

        public boolean isEnableDuplicateManagement()
      • setEnableDuplicateManagement

        public void setEnableDuplicateManagement​(boolean enableDuplicateManagement)
      • setEnableDuplicateManagement

        protected void setEnableDuplicateManagement​(com.sforce.ws.parser.XmlInputStream __in,
                                                    com.sforce.ws.bind.TypeMapper __typeMapper)
                                             throws java.io.IOException,
                                                    com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableOMAutomation

        public boolean getEnableOMAutomation()
      • isEnableOMAutomation

        public boolean isEnableOMAutomation()
      • setEnableOMAutomation

        public void setEnableOMAutomation​(boolean enableOMAutomation)
      • setEnableOMAutomation

        protected void setEnableOMAutomation​(com.sforce.ws.parser.XmlInputStream __in,
                                             com.sforce.ws.bind.TypeMapper __typeMapper)
                                      throws java.io.IOException,
                                             com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableOrderManagement

        public boolean getEnableOrderManagement()
      • isEnableOrderManagement

        public boolean isEnableOrderManagement()
      • setEnableOrderManagement

        public void setEnableOrderManagement​(boolean enableOrderManagement)
      • setEnableOrderManagement

        protected void setEnableOrderManagement​(com.sforce.ws.parser.XmlInputStream __in,
                                                com.sforce.ws.bind.TypeMapper __typeMapper)
                                         throws java.io.IOException,
                                                com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnablePersonAccountsForShoppers

        public boolean getEnablePersonAccountsForShoppers()
      • isEnablePersonAccountsForShoppers

        public boolean isEnablePersonAccountsForShoppers()
      • setEnablePersonAccountsForShoppers

        public void setEnablePersonAccountsForShoppers​(boolean enablePersonAccountsForShoppers)
      • setEnablePersonAccountsForShoppers

        protected void setEnablePersonAccountsForShoppers​(com.sforce.ws.parser.XmlInputStream __in,
                                                          com.sforce.ws.bind.TypeMapper __typeMapper)
                                                   throws java.io.IOException,
                                                          com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getInitOMAutomation

        public boolean getInitOMAutomation()
      • isInitOMAutomation

        public boolean isInitOMAutomation()
      • setInitOMAutomation

        public void setInitOMAutomation​(boolean initOMAutomation)
      • setInitOMAutomation

        protected void setInitOMAutomation​(com.sforce.ws.parser.XmlInputStream __in,
                                           com.sforce.ws.bind.TypeMapper __typeMapper)
                                    throws java.io.IOException,
                                           com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • write

        public void write​(javax.xml.namespace.QName __element,
                          com.sforce.ws.parser.XmlOutputStream __out,
                          com.sforce.ws.bind.TypeMapper __typeMapper)
                   throws java.io.IOException
        Specified by:
        write in interface com.sforce.ws.bind.XMLizable
        Overrides:
        write in class Metadata
        Throws:
        java.io.IOException
      • writeFields

        protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException
        Overrides:
        writeFields in class Metadata
        Throws:
        java.io.IOException
      • load

        public void load​(com.sforce.ws.parser.XmlInputStream __in,
                         com.sforce.ws.bind.TypeMapper __typeMapper)
                  throws java.io.IOException,
                         com.sforce.ws.ConnectionException
        Specified by:
        load in interface com.sforce.ws.bind.XMLizable
        Overrides:
        load in class Metadata
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • loadFields

        protected void loadFields​(com.sforce.ws.parser.XmlInputStream __in,
                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                           throws java.io.IOException,
                                  com.sforce.ws.ConnectionException
        Overrides:
        loadFields in class Metadata
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Metadata