Share via


RetailConnActionGenerator Class [AX 2012]

The RetailConnActionGenerator class processes the unprocessed actions by creating actions in the DRMActionTable table.

Syntax

class RetailConnActionGenerator

Run On

Server

Methods

  Method Description
Hh811093.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh811093.pubmethod(en-us,AX.60).gif checkActionsAlreadyCreated Checks for the actions already created.
Hh811093.pubmethod(en-us,AX.60).gif convert Create actions from pre-actions and clears global cache.
Hh811093.pubmethod(en-us,AX.60).gif createActions Creates records into the RetailConnPreactionTable table.
Hh811093.pubmethod(en-us,AX.60).gif createChildQuery Builds a query by joining child datasources with parent datasources.
Hh811093.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh811093.pubmethod(en-us,AX.60).gif findDistribution Finds for the record in the distribution table.
Hh811093.pubmethod(en-us,AX.60).gif getNoFilter Retrieves the distribution group ID value and distribution subgroup ID value.
Hh811093.pubmethod(en-us,AX.60).gif getQueryMapKey Gets the query details for the location.
Hh811093.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh811093.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh811093.pubmethod(en-us,AX.60).gif initDistributionQuery Constructs the query based on the parameters.
Hh811093.pubmethod(en-us,AX.60).gif initLinkRelationsDistributionQuery Links the relations into a container.
Hh811093.pubmethod(en-us,AX.60).gif initTableDistributionDownQuery Retrieves the down distributions if they are already set in global cache; otherwise, the query is built to collect the distributions into a container and they are set to the global cache.
Hh811093.pubmethod(en-us,AX.60).gif initTableDistributionLinkTableQuery Retrieves the links if the global cache is set; otherwise, the links are retrieved by using the query and sets them in the global cache.
Hh811093.pubmethod(en-us,AX.60).gif initTableDistributionUpQuery Retrieves the up distributions if they are already set in global cache; otherwise, the query is built to create a container and they are set to the global cache.
Hh811093.pubmethod(en-us,AX.60).gif inserAction Indicates whether the specified record exists in the DRMActionTable table.
Hh811093.pubmethod(en-us,AX.60).gif joinDataSources Joins the target and source datasources.
Hh811093.pubmethod(en-us,AX.60).gif markActionsAlreadyGenerated Marks the action which are already generated.
Hh811093.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Hh811093.pubmethod(en-us,AX.60).gif noFilterExists Indicates whether there is a filter on the group ID and subgroup ID values.
Hh811093.pubmethod(en-us,AX.60).gif noFilterGroupId Gets the filter on the group ID of the preaction.
Hh811093.pubmethod(en-us,AX.60).gif noFilterSubgroupId Gets the filter on the subgroup ID of the preaction.
Hh811093.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.)
Hh811093.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.)
Hh811093.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh811093.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh811093.pubmethod(en-us,AX.60).gif parmDoNotReplicateTablesFilter Specifies the IDs of tables which would be skipped in table-distribution
Hh811093.pubmethod(en-us,AX.60).gif parmForceLinkdown Forces all pre-actions to be linked-down regardless of the link-down setting on them.
Hh811093.pubmethod(en-us,AX.60).gif parmPreactionsToProcess Gets or sets the PreactionsToProcess parameter.
Hh811093.pubmethod(en-us,AX.60).gif run Creates and processes the actions for the unprocessed preactions and updates them in the DRMSchedulerJobTable table.
Hh811093.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh811093.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh811093.pubmethod(en-us,AX.60).gif traverseDown Traverses down and creates the preactions for the child tables and records.
Hh811093.pubmethod(en-us,AX.60).gif traverseDownRecur Traverses down and creates the preactions for the child tables and records.
Hh811093.pubmethod(en-us,AX.60).gif traverseUp Traverses up and creates the preactions for the parent records.
Hh811093.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.)
Hh811093.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh811093.pubmethod(en-us,AX.60).gif writeLog Writes the log error message into a log file.
Hh811093.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh811093.pubmethod(en-us,AX.60).gif Hh811093.static(en-us,AX.60).gif ::main Provides an entry point for the RetailConnActionGenerator class when it is called from a menu item.

Top

Inheritance Hierarchy

Object Class
  RetailConnActionGenerator Class