RetailAttributeHelper Class [AX 2012]

Syntax

class RetailAttributeHelper

Run On

Called

Methods

  Method Description
JJ774676.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ774676.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ774676.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ774676.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ774676.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
JJ774676.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.)
JJ774676.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.)
JJ774676.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ774676.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ774676.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ774676.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ774676.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.)
JJ774676.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ774676.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::createDefaultAttributeValue Finds or creates an attribute value for the supplied attribute, with the attribute linked to an entity through the supplied instance table record id.The optional attribute group parameter is used to determine the default value, if it needs to be created.
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::editHtmlAttributeValue Opens the RetailRichText form for the supplied attribute value.
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::editMediaAttributeValue Opens the RetailRichText form for the supplied attribute value.
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::findOrCreateAttributeValue Finds or creates an attribute value of the supplied attribute type, with the attribute linked to some entity through the supplied instance table record id.The attribute group parameter is used to look for the attribute of the supplied type in, and to determine the default value, if attribute needs to be created.Note the method will not create a value if it could not find an attribute of the specified type in the specified group! An exception will be thrown in this case.
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::getDefaultTextValue Returns text attribute value for attribute group.
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::getRichMediaType Get rich media type by attribute type.
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::getSingleAttributeInGroupByType Looks for an attribute of the specified type within the specified group.If no or more than one attribute is found with the above criteria, the method returns an empty buffer.
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::getStandardAttributeValue
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::getStandardAttributeValueTranslation Retrieves standard attribute value for a product.
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::isAttributeTypeHtml Checks for the HTML attribute type.
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::isAttributeTypeImages Checks for the image attribute type.
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::isAttributeTypeVideos Checks for the videos attribute type.
JJ774676.pubmethod(en-us,AX.60).gif JJ774676.static(en-us,AX.60).gif ::isRichAttributeType Checks for the attribute type is rich media type.

Top

Inheritance Hierarchy

Object Class
  RetailAttributeHelper Class