Share via


UnitOfMeasureInternalCodeDefaultData Class [AX 2012]

The UnitOfMeasureInternalCodeDefaultData class is a specialized version of the SysDefaultData class, which is responsible for creating the default data.

Syntax

class UnitOfMeasureInternalCodeDefaultData extends SysDefaultData

Run On

Called

Methods

  Method Description
Gg778862.protmethod(en-us,AX.60).gif accessMenuFunction Calls the accessMenuFunction method of the parent class to obtain the MenuFunction for the current class. (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif addSummary Adds a summary to the parent wizard's summary list view, explaining what the class will create. (Inherited from SysDefaultData.)
Gg778862.privmethod(en-us,AX.60).gif addUnitOfMeasureIdToSymbolMapping Adds a new mapping from the unit of measure ID to the unit of measure symbol.
Gg778862.pubmethod(en-us,AX.60).gif buffer Retrieves a unit of measure internal code buffer. (Overrides the buffer Method.)
Gg778862.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg778862.protmethod(en-us,AX.60).gif checkNotExistDB Determines whether a record exists in the database. (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif checkNotExistTmp Determines whether a record exists in the temporary table. If it does, a warning is put in the Infolog, and the method returns false. (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif createdNumDB Calculates the number of records in the UnitOfMeasureInternalCode table. (Overrides the createdNumDB Method.)
Gg778862.pubmethod(en-us,AX.60).gif createdNumTmp Returns the number of records that are created in temporary mode. This method shouldn't normally be overridden. (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif createTable (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif defaultDataParent (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif deleteTable (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif deleteTablePrim (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif description Gets the description of the class. (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif doRecord (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif doTable Populates the UnitOfMeasureInternalCode table by using default data. (Overrides the doTable Method.)
Gg778862.pubmethod(en-us,AX.60).gif enableGridTab (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif enableParmTab (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg778862.protmethod(en-us,AX.60).gif existDB Indicates whether a unit of measure InternalCode exists in the database. (Overrides the existDB Method.)
Gg778862.protmethod(en-us,AX.60).gif existDBKey (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif existTmp Indicates whether a unit of measure InternalCode exists in the temporary table. (Overrides the existTmp Method.)
Gg778862.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg778862.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg778862.protmethod(en-us,AX.60).gif hasAccess (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif helpTxt (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif init Initializes an instance of the UnitOfMeasureInternalCodeDefaultData class. (Overrides the init Method.)
Gg778862.protmethod(en-us,AX.60).gif initDefaultRecId (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif initRecord (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif initRecordMain (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif initUpdate (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif insertDB (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif insertDBprim (Inherited from SysDefaultData.)
Gg778862.privmethod(en-us,AX.60).gif insertInternalCode Inserts a unit of measure InternalCode either to the database or to the temporary table.
Gg778862.privmethod(en-us,AX.60).gif insertInternalCodesForUnit Inserts unit of measure InternalCodes for the specified unit of measure to the database or to the temporary table.
Gg778862.pubmethod(en-us,AX.60).gif isModified (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif isTmp (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif keyFieldId Retrieves a key field ID. (Overrides the keyFieldId Method.)
Gg778862.protmethod(en-us,AX.60).gif makeRecord (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif makeTmp (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif new Initializes a new instance of the UnitOfMeasureInternalCodeDefaultData class. (Overrides the new Method.)
Gg778862.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.)
Gg778862.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.)
Gg778862.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg778862.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg778862.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the UnitOfMeasureInternalCodeDefaultData class. (Overrides the pack Method.)
Gg778862.pubmethod(en-us,AX.60).gif packBuffer (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif packBufferPrim (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif parmCreateMetricInternalCodes Gets or sets the CreateMetricInternalCodes parameter.
Gg778862.pubmethod(en-us,AX.60).gif parmCreateNoneInternalCodes Gets or sets the CreateNoneInternalCodes parameter.
Gg778862.pubmethod(en-us,AX.60).gif parmCreateUSInternalCodes Gets or sets the CreateUSInternalCodes parameter.
Gg778862.pubmethod(en-us,AX.60).gif parmDefaultDataParent Gets or sets the DefaultDataParent parameter. (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif parmDefaultRecId Gets or sets the DefaultRecId parameter. (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif parmFilename Gets or sets the Filename parameter. (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif parmForm_DS Gets or sets the Form_DS parameter. (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif parmUpdate Gets or sets the Update parameter. (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif postRecordDB (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif preRecordDB Updates a unit of measure InternalCode buffer before inserting it into the database. (Overrides the preRecordDB Method.)
Gg778862.protmethod(en-us,AX.60).gif recordCreated (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif setBuffer Sets a buffer from the form data source. (Overrides the setBuffer Method.)
Gg778862.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg778862.pubmethod(en-us,AX.60).gif showInSelection (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif sorting (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif suggestFilename (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif suggestUpdate (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif summaryNo (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif tableId (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg778862.protmethod(en-us,AX.60).gif ttsbegin (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif ttscommit (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the UnitOfMeasureInternalCodeDefaultData class. (Overrides the unpack Method.)
Gg778862.pubmethod(en-us,AX.60).gif unpackBuffer (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif unpackBufferPrim (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif updateChildsUpdate (Inherited from SysDefaultData.)
Gg778862.protmethod(en-us,AX.60).gif updateParm (Inherited from SysDefaultData.)
Gg778862.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.)
Gg778862.pubmethod(en-us,AX.60).gif validateFields (Inherited from SysDefaultData.)
Gg778862.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg778862.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg778862.pubmethod(en-us,AX.60).gif Gg778862.static(en-us,AX.60).gif ::construct Initializes a new instance of the UnitOfMeasureInternalCodeDefaultData class.

Top

Inheritance Hierarchy

Object Class
  SysDefaultData Class
    UnitOfMeasureInternalCodeDefaultData Class