Share via


DOCommerceConnector Class [AX 2012]

The DOCommerceConnector class is the connector class for Commerce Services for Microsoft Dynamics ERP.

Syntax

class DOCommerceConnector extends DOCommonServiceConnector

Run On

Called

Methods

  Method Description
Gg769508.pubmethod(en-us,AX.60).gif addEntitiesToGroups Adds the entities to the group.
Gg769508.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif cloneCatalog Copies items from the source catalog to the target catalog.
Gg769508.pubmethod(en-us,AX.60).gif createCatalogs Creates catalogs.
Gg769508.pubmethod(en-us,AX.60).gif createDescriptors
Gg769508.pubmethod(en-us,AX.60).gif createDimensionGroups
Gg769508.pubmethod(en-us,AX.60).gif createEntityGroups
Gg769508.pubmethod(en-us,AX.60).gif deleteCatalogItems
Gg769508.pubmethod(en-us,AX.60).gif deleteCategories Deletes the categories.
Gg769508.pubmethod(en-us,AX.60).gif deleteDescriptors
Gg769508.pubmethod(en-us,AX.60).gif deleteDimensionGroups
Gg769508.pubmethod(en-us,AX.60).gif deleteEntityGroups
Gg769508.pubmethod(en-us,AX.60).gif deleteImages
Gg769508.pubmethod(en-us,AX.60).gif deleteOnlineStores Deletes the online stores.
Gg769508.pubmethod(en-us,AX.60).gif deletePricingRules
Gg769508.pubmethod(en-us,AX.60).gif deleteTaxCodes
Gg769508.pubmethod(en-us,AX.60).gif deleteTaxGroups
Gg769508.pubmethod(en-us,AX.60).gif deleteVariants
Gg769508.pubmethod(en-us,AX.60).gif dispose (Inherited from DOCommonServiceConnector.)
Gg769508.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg769508.privmethod(en-us,AX.60).gif getServiceConnector
Gg769508.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif getTypeName (Overrides the getTypeName Method.)
Gg769508.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif initialize (Overrides the initialize Method.)
Gg769508.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif parmSubscriptionId Gets or sets the SubscriptionId parameter.
Gg769508.pubmethod(en-us,AX.60).gif readAttributeDescriptors
Gg769508.pubmethod(en-us,AX.60).gif readCatalogs Reads catalogs.
Gg769508.pubmethod(en-us,AX.60).gif readCompanies
Gg769508.pubmethod(en-us,AX.60).gif readCustomers
Gg769508.pubmethod(en-us,AX.60).gif readDescriptors
Gg769508.pubmethod(en-us,AX.60).gif readMarketplaces
Gg769508.pubmethod(en-us,AX.60).gif readOnlineStores
Gg769508.pubmethod(en-us,AX.60).gif readOrders
Gg769508.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif updateCatalogItems
Gg769508.pubmethod(en-us,AX.60).gif updateCatalogs Updates the catalogs.
Gg769508.pubmethod(en-us,AX.60).gif updateCategories Updates the categories.
Gg769508.pubmethod(en-us,AX.60).gif updateCompanies
Gg769508.pubmethod(en-us,AX.60).gif updateCustomers
Gg769508.pubmethod(en-us,AX.60).gif updateDescriptors Updates the descriptors.
Gg769508.pubmethod(en-us,AX.60).gif updateDimensionGroups
Gg769508.pubmethod(en-us,AX.60).gif updateDimensions
Gg769508.pubmethod(en-us,AX.60).gif updateEntityGroups
Gg769508.pubmethod(en-us,AX.60).gif updateImages
Gg769508.pubmethod(en-us,AX.60).gif updateOrders
Gg769508.pubmethod(en-us,AX.60).gif updatePricingRules
Gg769508.pubmethod(en-us,AX.60).gif updateShipments
Gg769508.pubmethod(en-us,AX.60).gif updateShippingOptionDescriptors
Gg769508.pubmethod(en-us,AX.60).gif updateTaxCodes
Gg769508.pubmethod(en-us,AX.60).gif updateTaxGroups
Gg769508.pubmethod(en-us,AX.60).gif updateVariants
Gg769508.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg769508.pubmethod(en-us,AX.60).gif Gg769508.static(en-us,AX.60).gif ::construct
Gg769508.pubmethod(en-us,AX.60).gif Gg769508.static(en-us,AX.60).gif ::construct_Client
Gg769508.pubmethod(en-us,AX.60).gif Gg769508.static(en-us,AX.60).gif ::construct_Server

Top

Inheritance Hierarchy

Object Class
  DOCommonServiceConnector Class
    DOCommerceConnector Class