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