Share via


DimensionAttributeValueSetStorage Class [AX 2012]

The DimensionAttributeValueSetStorage class manages the storage of the DimensionAttributeValueSet table and the DimensionAttributeValueSetItem table.

Syntax

class DimensionAttributeValueSetStorage

Run On

Called

Methods

  Method Description
Gg733718.pubmethod(en-us,AX.60).gif addItem Adds the specified DimensionAttributeValue object to the set.
Gg733718.pubmethod(en-us,AX.60).gif addItemDisplayValue Adds a value to the displayValueArray array.
Gg733718.pubmethod(en-us,AX.60).gif addItemValues Adds the specified values to the set.
Gg733718.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg733718.pubmethod(en-us,AX.60).gif containsDimensionAttribute Checks whether the set contains the specified attribute.
Gg733718.pubmethod(en-us,AX.60).gif containsDimensionAttributeValue Checks whether the set contains the specified value.
Gg733718.pubmethod(en-us,AX.60).gif elements Retrieves the number of elements in the set.
Gg733718.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg733718.pubmethod(en-us,AX.60).gif getAttributeByIndex Retrieves the dimension attribute ID at the specified index in the set.
Gg733718.pubmethod(en-us,AX.60).gif getDisplayValueByDimensionAttribute
Gg733718.pubmethod(en-us,AX.60).gif getDisplayValueByIndex
Gg733718.pubmethod(en-us,AX.60).gif getHashKeyByIndex Retrieves the hash key at the specified index of the set.
Gg733718.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg733718.pubmethod(en-us,AX.60).gif getValueByDimensionAttribute Retrieves the value ID associated with the specified dimension attribute ID.
Gg733718.pubmethod(en-us,AX.60).gif getValueByIndex Retrieves the value at the specified index in the set.
Gg733718.privmethod(en-us,AX.60).gif getValueSetHash Retrieves an instance of a Binary object as a hash of the record ID values in the value set.
Gg733718.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg733718.pubmethod(en-us,AX.60).gif isEqualTo Indicates whether the specified set is equal to this set based on contained values.
Gg733718.pubmethod(en-us,AX.60).gif new Initializes a new instance of the DimensionAttributeValueSetStorage class.
Gg733718.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.)
Gg733718.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.)
Gg733718.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg733718.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg733718.pubmethod(en-us,AX.60).gif removeAt Removes the value at the specified index from the set.
Gg733718.pubmethod(en-us,AX.60).gif removeDimensionAttribute Removes the specified dimension attribute from the set.
Gg733718.pubmethod(en-us,AX.60).gif removeDimensionAttributeValue Removes the dimension attribute value from the set.
Gg733718.pubmethod(en-us,AX.60).gif save Saves the value set if it does not yet exist and returns the ID.
Gg733718.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg733718.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg733718.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.)
Gg733718.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg733718.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg733718.pubmethod(en-us,AX.60).gif Gg733718.static(en-us,AX.60).gif ::equals Indicates whether the two specified instances are equal based on contained values.
Gg733718.pubmethod(en-us,AX.60).gif Gg733718.static(en-us,AX.60).gif ::find Retrieves a new instance of the DimensionAttributeValueSetStorage class that contains the set of value items related to the specified ID.
Gg733718.pubmethod(en-us,AX.60).gif Gg733718.static(en-us,AX.60).gif ::getDisplayStringForAttributeValue Retrieves the display string for the specified DimensionAttributeValue record.
Gg733718.pubmethod(en-us,AX.60).gif Gg733718.static(en-us,AX.60).gif ::getHash Retrieves a hash value of the specified string.
Gg733718.pubmethod(en-us,AX.60).gif Gg733718.static(en-us,AX.60).gif ::getHashFromArray Returns a hash value of the specified values by using the SHA1 hash algorithm.
Gg733718.privmethod(en-us,AX.60).gif Gg733718.static(en-us,AX.60).gif ::saveValueSetOnServer Saves the value set and returns the ID.

Top

Inheritance Hierarchy

Object Class
  DimensionAttributeValueSetStorage Class