RetailConnSchedulerPullSubJobCreation Class [AX 2012]

This class is used to create pull sub jobs for retail scheduler.

Syntax

class RetailConnSchedulerPullSubJobCreation extends RetailConnSchedulerSubJobCreation

Run On

Called

Methods

  Method Description
JJ761335.pubmethod(en-us,AX.60).gif AddToJob Adds to job. (Overrides the AddToJob Method.)
JJ761335.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ761335.protmethod(en-us,AX.60).gif CreateJobLine Sets the value for the RetailConnSchedulerJobLine table object. (Overrides the CreateJobLine Method.)
JJ761335.protmethod(en-us,AX.60).gif CreateSchemaInfo Creates schema information in RetailConnLocationDesignTable and RetailConnLocationDesignTableField. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif CreateSubJob Sets the value for RetailConnSchedulerSubjobTable table object. (Overrides the CreateSubJob Method.)
JJ761335.pubmethod(en-us,AX.60).gif CreateSubJobFieldList Sets the value for RetailConnSchedulerSubjobFieldList table object. (Overrides the CreateSubJobFieldList Method.)
JJ761335.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ761335.privmethod(en-us,AX.60).gif GetPJobID Retrieves the p-jobID for the.
JJ761335.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ761335.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ761335.pubmethod(en-us,AX.60).gif Init Sets the p-subjobID for the RetailConnChannelSchema table object. (Overrides the Init Method.)
JJ761335.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
JJ761335.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.)
JJ761335.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.)
JJ761335.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ761335.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ761335.pubmethod(en-us,AX.60).gif paramAXFieldNames Sets the field names. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif paramAXTableName Sets the table name. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif paramChannelSchema Sets the value for channel schema. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif paramFieldNames Sets the value for field names in the scheduler sub job line. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif paramJobIDs Sets the value for job ID. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif paramReplicateDataAreaID Sets the value for ReplicateDataAreaID field. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif paramReplicationCounterFieldName Initialises the field name.
JJ761335.pubmethod(en-us,AX.60).gif paramSubJobID Sets the value for sub job ID. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif paramSubJobName Ses the value for sub job name. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif paramTableName Sets the value for table name. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif paramTempDBTableName Initialses the table name.
JJ761335.pubmethod(en-us,AX.60).gif Run Creates sub job and sub job field list to create scheduler job line in the table RetailConnSchedulerJobLine. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ761335.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ761335.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.)
JJ761335.protmethod(en-us,AX.60).gif Validate Validate the table name and field name to create new scheduler subjob in RetailConnSchedulerJobLine. (Inherited from RetailConnSchedulerSubJobCreation.)
JJ761335.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ761335.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ761335.pubmethod(en-us,AX.60).gif JJ761335.static(en-us,AX.60).gif ::main Initialses all the required fields for creating a subjobs.

Top

Inheritance Hierarchy

Object Class
  RetailConnSchedulerSubJobCreation Class
    RetailConnSchedulerPullSubJobCreation Class