Share via


UnitOfMeasureDefaultData Class [AX 2012]

The UnitOfMeasureDefaultData is a specialized version of the SysDefaultData class responsible for creating unit of measure default data.

Syntax

class UnitOfMeasureDefaultData extends SysDefaultData

Run On

Called

Methods

  Method Description
Gg778843.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.)
Gg778843.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.)
Gg778843.pubmethod(en-us,AX.60).gif buffer Retrieves a unit of measure buffer. (Overrides the buffer Method.)
Gg778843.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg778843.protmethod(en-us,AX.60).gif checkNotExistDB Determines whether a record exists in the database. (Inherited from SysDefaultData.)
Gg778843.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.)
Gg778843.pubmethod(en-us,AX.60).gif createdNumDB Calculates the number of records in the UnitOfMeasure table. (Overrides the createdNumDB Method.)
Gg778843.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.)
Gg778843.pubmethod(en-us,AX.60).gif createTable (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif defaultDataParent (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif deleteTable (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif deleteTablePrim (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif description Gets the description of the class. (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif doRecord (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif doTable Populates the UnitOfMeasure table with default data. (Overrides the doTable Method.)
Gg778843.pubmethod(en-us,AX.60).gif enableGridTab (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif enableParmTab (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg778843.protmethod(en-us,AX.60).gif existDB Determines whether a unit of measure exists in the database. (Overrides the existDB Method.)
Gg778843.protmethod(en-us,AX.60).gif existDBKey (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif existTmp Determines whether a unit of measure exists in the temporary table. (Overrides the existTmp Method.)
Gg778843.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg778843.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg778843.protmethod(en-us,AX.60).gif hasAccess (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif helpTxt Defines a help text for the unit of measure default data wizard. (Overrides the helpTxt Method.)
Gg778843.pubmethod(en-us,AX.60).gif init Initializes an instance of the UnitOfMeasureDefaultData class. (Overrides the init Method.)
Gg778843.protmethod(en-us,AX.60).gif initDefaultRecId (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif initRecord (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif initRecordMain (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif initUpdate (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif insertDB (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif insertDBprim (Inherited from SysDefaultData.)
Gg778843.privmethod(en-us,AX.60).gif insertRecord Inserts a unit of measure either in the database or the temporary table.
Gg778843.pubmethod(en-us,AX.60).gif isModified (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif isTmp (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif keyFieldId Retrieves a key field ID. (Overrides the keyFieldId Method.)
Gg778843.protmethod(en-us,AX.60).gif makeRecord (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif makeTmp (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif new Initializes a new instance of the SysDefaultData class. (Inherited from SysDefaultData.)
Gg778843.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.)
Gg778843.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.)
Gg778843.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg778843.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg778843.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the UnitOfMeasureDefaultData class. (Overrides the pack Method.)
Gg778843.pubmethod(en-us,AX.60).gif packBuffer (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif packBufferPrim (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif parmCreateMetricUnits Gets or sets the CreateMetricUnits parameter.
Gg778843.pubmethod(en-us,AX.60).gif parmCreateNoneUnits Gets or sets the CreateNoneUnits parameter.
Gg778843.pubmethod(en-us,AX.60).gif parmCreateUSUnits Gets or sets the CreateUSUnits parameter.
Gg778843.pubmethod(en-us,AX.60).gif parmDefaultDataParent Gets or sets the DefaultDataParent parameter. (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif parmDefaultRecId Gets or sets the DefaultRecId parameter. (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif parmFilename Gets or sets the Filename parameter. (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif parmForm_DS Gets or sets the Form_DS parameter. (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif parmUpdate Gets or sets the Update parameter. (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif postRecordDB (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif preRecordDB (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif recordCreated (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif setBuffer Sets a buffer from the form data source. (Overrides the setBuffer Method.)
Gg778843.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg778843.protmethod(en-us,AX.60).gif setUpdate Sets an update state of the current instance of the UnitOfMeasureDefaultData class.
Gg778843.pubmethod(en-us,AX.60).gif showInSelection (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif sorting (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif suggestFilename (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif suggestUpdate Gives a suggestion if unit of measure data requires an update. (Overrides the suggestUpdate Method.)
Gg778843.pubmethod(en-us,AX.60).gif summaryNo (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif tableId (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg778843.protmethod(en-us,AX.60).gif ttsbegin (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif ttscommit (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the UnitOfMeasureDefaultData class. (Overrides the unpack Method.)
Gg778843.pubmethod(en-us,AX.60).gif unpackBuffer (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif unpackBufferPrim (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif updateChildsUpdate (Inherited from SysDefaultData.)
Gg778843.protmethod(en-us,AX.60).gif updateParm (Inherited from SysDefaultData.)
Gg778843.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.)
Gg778843.pubmethod(en-us,AX.60).gif validateFields (Inherited from SysDefaultData.)
Gg778843.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg778843.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg778843.pubmethod(en-us,AX.60).gif Gg778843.static(en-us,AX.60).gif ::construct Initializes a new instance of the UnitOfMeasureDefaultData class.

Top

Inheritance Hierarchy

Object Class
  SysDefaultData Class
    UnitOfMeasureDefaultData Class