RetailConnReplicationJob_DataDirector Class [AX 2012]

The RetailConnReplicationJob_DataDirector class makes sure that replications are performed on the data director client.

Syntax

class RetailConnReplicationJob_DataDirector extends RetailConnReplicationJob

Run On

Called

Methods

  Method Description
Hh811500.pubmethod(en-us,AX.60).gif addActionLinkFilter
Hh811500.pubmethod(en-us,AX.60).gif addNormalLinkFilters
Hh811500.pubmethod(en-us,AX.60).gif addReceiversToLoc Adds the receivers list to the distribution locations. (Overrides the addReceiversToLoc Method.)
Hh811500.pubmethod(en-us,AX.60).gif bufferSourceCounter Creates a temporary table source to save the ID values of the connection.
Hh811500.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh811500.pubmethod(en-us,AX.60).gif closeControlSession
Hh811500.pubmethod(en-us,AX.60).gif commitLogLines
Hh811500.pubmethod(en-us,AX.60).gif createGlobalDistSubGroupCombList Inserts the receivers list into RetailConnDistributionGroupMember table. (Overrides the createGlobalDistSubGroupCombList Method.)
Hh811500.pubmethod(en-us,AX.60).gif createGlobalReceiverList Creates a list of receivers in RetailConnDistributionLocation table. (Overrides the createGlobalReceiverList Method.)
Hh811500.pubmethod(en-us,AX.60).gif createPrimaryKeyArray Adds the primary key elements to the primary key array.
Hh811500.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh811500.pubmethod(en-us,AX.60).gif errorHandler Sets the error message to be displayed. (Overrides the errorHandler Method.)
Hh811500.pubmethod(en-us,AX.60).gif getLastError Returns the appropriate error message. (Overrides the getLastError Method.)
Hh811500.pubmethod(en-us,AX.60).gif getLogSourceCounters
Hh811500.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh811500.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh811500.pubmethod(en-us,AX.60).gif initGlobals Creates the global receivers and distributors subgroup list. (Overrides the initGlobals Method.)
Hh811500.pubmethod(en-us,AX.60).gif initProgress Runs the class to intialize the form. (Overrides the initProgress Method.)
Hh811500.pubmethod(en-us,AX.60).gif isSystemField Checks whether the fieldId is a system field. (Overrides the isSystemField Method.)
Hh811500.pubmethod(en-us,AX.60).gif loadAllFieldList Loads all the field lists from the distribution tables. (Overrides the loadAllFieldList Method.)
Hh811500.pubmethod(en-us,AX.60).gif loadExcludedFieldList Loads all the field lists into the scheduler tables excluding the lists which are already in sub job field lists. (Overrides the loadExcludedFieldList Method.)
Hh811500.pubmethod(en-us,AX.60).gif loadFieldList Loads the field lists into the scheduler tables. (Overrides the loadFieldList Method.)
Hh811500.pubmethod(en-us,AX.60).gif new Initializes a new instance of the RetailConnReplicationJob_DataDirector class.
Hh811500.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.)
Hh811500.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.)
Hh811500.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh811500.pubmethod(en-us,AX.60).gif onAfterHandleGroup Adds the receiver list as a package and sends it to client using the connection. (Overrides the onAfterHandleGroup Method.)
Hh811500.pubmethod(en-us,AX.60).gif onAfterHandleTable Ends the connection with the client.
Hh811500.pubmethod(en-us,AX.60).gif onBeforeHandleGroup creates a client connection and sets the jobID and message to the client. (Overrides the onBeforeHandleGroup Method.)
Hh811500.pubmethod(en-us,AX.60).gif onBeforeTableDelete Sets the request to the client for deletion of the table fields.
Hh811500.pubmethod(en-us,AX.60).gif onBeforeTableUpdate Sets the conditions and parameters of the scheduler tables to the client before updating the table.
Hh811500.pubmethod(en-us,AX.60).gif openControlSession Requests to open the control session.
Hh811500.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh811500.pubmethod(en-us,AX.60).gif parmAOSProfile Gets or sets the AOSProfile parameter. (Inherited from RetailConnReplicationJob.)
Hh811500.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from RetailConnReplicationJob.)
Hh811500.pubmethod(en-us,AX.60).gif parmIgnoreReplicationRestrictions Gets or sets the IgnoreReplicationRestrictions parameter. (Inherited from RetailConnReplicationJob.)
Hh811500.pubmethod(en-us,AX.60).gif parmLocationList Gets or sets the LocationList parameter. (Overrides the parmLocationList Method.)
Hh811500.pubmethod(en-us,AX.60).gif parmOnlyTargetLocation Gets or sets the OnlyTargetLocation parameter. (Inherited from RetailConnReplicationJob.)
Hh811500.pubmethod(en-us,AX.60).gif primaryKeyNoPos
Hh811500.pubmethod(en-us,AX.60).gif processJobByAction Processes the jobs and performs insertions or deletions based on the request.
Hh811500.pubmethod(en-us,AX.60).gif processNormalJob Processes all the sub jobs and deletes the records in the linked replications.
Hh811500.pubmethod(en-us,AX.60).gif processNormalJobByPull Processes the jobs by retrieving data by using replication counters.
Hh811500.pubmethod(en-us,AX.60).gif replicate Process all location groups for all "By Actions" jobs and updates the source counter with the last processed job data.
Hh811500.pubmethod(en-us,AX.60).gif replicateDataAreaId Sending company in from location into the dataAreaId at the to location if selected on the subjob.
Hh811500.pubmethod(en-us,AX.60).gif run Connects to the client and process all location groups for all "By Actions" jobs and updates the scheduler tables. (Overrides the run Method.)
Hh811500.pubmethod(en-us,AX.60).gif runJobByAction
Hh811500.pubmethod(en-us,AX.60).gif schedulerJobTable Gets or sets the schedulerJobTable parameter. (Inherited from RetailConnReplicationJob.)
Hh811500.pubmethod(en-us,AX.60).gif setPackageNumber Sets the package number that is to be sent to client. (Overrides the setPackageNumber Method.)
Hh811500.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh811500.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh811500.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.)
Hh811500.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh811500.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh811500.pubmethod(en-us,AX.60).gif Hh811500.static(en-us,AX.60).gif ::GetDefaultNullValueStringByType

Top

Remarks

Uses the RetailConnDataDirectorClient class to use the data client functionality.

Inheritance Hierarchy

Object Class
  RetailConnReplicationJob Class
    RetailConnReplicationJob_DataDirector Class