RetailConnSchedulerSubJobCreation Class [AX 2012]

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

Syntax

class RetailConnSchedulerSubJobCreation

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  RetailConnSchedulerSubJobCreation Class
    RetailConnSchedulerPullSubJobCreation Class