InventTransMarkingMap Class [AX 2012]

This class implements local storage for the inventory marking data.

Syntax

class InventTransMarkingMap extends Map

Run On

Called

Methods

  Method Description
JJ784063.pubmethod(en-us,AX.60).gif addMarking Adds marking parameters to the local storage.
JJ784063.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ784063.pubmethod(en-us,AX.60).gif definitionString Returns a string that contains the definition of the map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif domainSet Creates a set of the key (domain) values in a map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif domainType Determines the type of the key (domain) values in a map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif elements Returns the number of elements in the map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif empty Determines whether the map contains any (key, value) pairs. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ784063.pubmethod(en-us,AX.60).gif exists Determines whether a particular value exists as a key in the map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif getEnumerator Creates an enumerator for the map which allows you to traverse the map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ784063.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ784063.pubmethod(en-us,AX.60).gif insert Inserts an element (keyValue, valueValue pair) in the map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif keySet Returns a set that contains the key values from a map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif keyType Returns the type of the key values in a map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif lookup Returns the value mapped to by a particular key value. (Inherited from Map.)
JJ784063.privmethod(en-us,AX.60).gif new Creates a new map. (Overrides the new Method.)
JJ784063.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.)
JJ784063.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.)
JJ784063.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ784063.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ784063.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the Map class. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif rangeSet Returns a set that contains the values (ranges) mapped to by the keys in a map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif rangeType Determines the type of the values (ranges) mapped to by the keys in a map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif remove Removes a (key, value) pair from a map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ784063.pubmethod(en-us,AX.60).gif toString Returns a description of the (key, value) pairs in the map. (Inherited from Map.)
JJ784063.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.)
JJ784063.pubmethod(en-us,AX.60).gif valueSet Returns a set that contains the values mapped to by the keys in a map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif valueType Returns the type of the values that are mapped to by the keys in a map. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ784063.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Map.)
JJ784063.pubmethod(en-us,AX.60).gif JJ784063.static(en-us,AX.60).gif ::construct Creates an instance of the InventTransMarkingMap class.

Top

Inheritance Hierarchy

Object Class
  Map Class
    InventTransMarkingMap Class