UnitOfMeasureTranslationDefaultData Class [AX 2012]
The UnitOfMeasureTranslationDefaultData class is a specialized version of the SysDefaultData class responsible for creating unit of measure translations default data.
Syntax
class UnitOfMeasureTranslationDefaultData extends SysDefaultData
Run On
Called
Methods
Method | Description | |
---|---|---|
accessMenuFunction | Calls the accessMenuFunction method of the parent class to obtain the MenuFunction for the current class. (Inherited from SysDefaultData.) | |
addSummary | Adds a summary to the parent wizard's summary list view, explaining what the class will create. (Inherited from SysDefaultData.) | |
addUnitOfMeasureIdToSymbolMapping | Adds a new mapping from the unit of measure ID to the unit of measure symbol. | |
buffer | Retrieves a unit of measure translation buffer. (Overrides the buffer Method.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
checkNotExistDB | Determines whether a record exists in the database. (Inherited from SysDefaultData.) | |
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.) | |
createdNumDB | Calculates the number of records in the UnitOfMeasureTranslation table. (Overrides the createdNumDB Method.) | |
createdNumTmp | Returns the number of records that are created in temporary mode. This method shouldn't normally be overridden. (Inherited from SysDefaultData.) | |
createTable | (Inherited from SysDefaultData.) | |
defaultDataParent | (Inherited from SysDefaultData.) | |
deleteTable | (Inherited from SysDefaultData.) | |
deleteTablePrim | (Inherited from SysDefaultData.) | |
description | Gets the description of the class. (Inherited from SysDefaultData.) | |
doRecord | (Inherited from SysDefaultData.) | |
doTable | Populates the UnitOfMeasureTranslation table with default data. (Overrides the doTable Method.) | |
enableGridTab | (Inherited from SysDefaultData.) | |
enableParmTab | (Inherited from SysDefaultData.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
existDB | Determines whether a unit of measure translation exists in the database. (Overrides the existDB Method.) | |
existDBKey | (Inherited from SysDefaultData.) | |
existTmp | Determines whether a unit of measure translation exists in the temporary table. (Overrides the existTmp Method.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
hasAccess | (Inherited from SysDefaultData.) | |
helpTxt | (Inherited from SysDefaultData.) | |
init | Initializes an instance of the UnitOfMeasureTranslationDefaultData class. (Overrides the init Method.) | |
initDefaultRecId | (Inherited from SysDefaultData.) | |
initRecord | (Inherited from SysDefaultData.) | |
initRecordMain | (Inherited from SysDefaultData.) | |
initUpdate | (Inherited from SysDefaultData.) | |
insertDB | (Inherited from SysDefaultData.) | |
insertDBprim | (Inherited from SysDefaultData.) | |
insertTranslation | Inserts a unit of measure translation either to the database or to the temporary table. | |
insertTranslationsForUnit | Inserts unit of measure translations for the specified unit of measure either to the database or to the temporary table. | |
isModified | (Inherited from SysDefaultData.) | |
isTmp | (Inherited from SysDefaultData.) | |
keyFieldId | Retrieves a key field ID. (Overrides the keyFieldId Method.) | |
makeRecord | (Inherited from SysDefaultData.) | |
makeTmp | (Inherited from SysDefaultData.) | |
new | Initializes a new instance of the UnitOfMeasureTranslationDefaultData class. (Overrides the new Method.) | |
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.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
pack | Serializes the current instance of the UnitOfMeasureTranslationDefaultData class. (Overrides the pack Method.) | |
packBuffer | (Inherited from SysDefaultData.) | |
packBufferPrim | (Inherited from SysDefaultData.) | |
parmCreateMetricTranslations | Gets or sets the CreateMetricTranslations parameter. | |
parmCreateNoneTranslations | Gets or sets the CreateNoneTranslations parameter. | |
parmCreateUSTranslations | Gets or sets the CreateUSTranslations parameter. | |
parmDefaultDataParent | Gets or sets the DefaultDataParent parameter. (Inherited from SysDefaultData.) | |
parmDefaultRecId | Gets or sets the DefaultRecId parameter. (Inherited from SysDefaultData.) | |
parmFilename | Gets or sets the Filename parameter. (Inherited from SysDefaultData.) | |
parmForm_DS | Gets or sets the Form_DS parameter. (Inherited from SysDefaultData.) | |
parmUpdate | Gets or sets the Update parameter. (Inherited from SysDefaultData.) | |
postRecordDB | (Inherited from SysDefaultData.) | |
preRecordDB | Updates a unit of measure translation buffer before inserting it into the database. (Overrides the preRecordDB Method.) | |
recordCreated | (Inherited from SysDefaultData.) | |
setBuffer | Sets a buffer from the form data source. (Overrides the setBuffer Method.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
showInSelection | (Inherited from SysDefaultData.) | |
sorting | (Inherited from SysDefaultData.) | |
suggestFilename | (Inherited from SysDefaultData.) | |
suggestUpdate | (Inherited from SysDefaultData.) | |
summaryNo | (Inherited from SysDefaultData.) | |
tableId | (Inherited from SysDefaultData.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
ttsbegin | (Inherited from SysDefaultData.) | |
ttscommit | (Inherited from SysDefaultData.) | |
unpack | Deserializes the _packedClass parameter value to an instance of the UnitOfMeasureTranslationDefaultData class. (Overrides the unpack Method.) | |
unpackBuffer | (Inherited from SysDefaultData.) | |
unpackBufferPrim | (Inherited from SysDefaultData.) | |
updateChildsUpdate | (Inherited from SysDefaultData.) | |
updateParm | (Inherited from SysDefaultData.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validateFields | (Inherited from SysDefaultData.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Initializes a new instance of the UnitOfMeasureTranslationDefaultData class. |
Top
Inheritance Hierarchy
Object Class
SysDefaultData Class
UnitOfMeasureTranslationDefaultData Class