RetailCatalogProductAttributeFormHelper Class [AX 2012]

Helper class for the RetailCatalogProductAttributeValue form.

Syntax

class RetailCatalogProductAttributeFormHelper

Run On

Called

Methods

  Method Description
JJ797899.pubmethod(en-us,AX.60).gif addProductAttributeControls Adds controls to a FormGroupControl based on RetailTmpCatalogProductAttributes records.
JJ797899.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ797899.pubmethod(en-us,AX.60).gif editButtonClicked Handles media attribute value editing.
JJ797899.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ797899.pubmethod(en-us,AX.60).gif findOrCreateInstanceValue Finds or creates a catalog instance value for an attribute.
JJ797899.pubmethod(en-us,AX.60).gif getSnapshotValue Gets snapshotted attribute value string.
JJ797899.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ797899.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ797899.protmethod(en-us,AX.60).gif new Initializes a new instance of the RetailCatalogProductAttributeFormHelper class.
JJ797899.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.)
JJ797899.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.)
JJ797899.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ797899.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ797899.protmethod(en-us,AX.60).gif parmCatalogProduct Gets or sets the CatalogProduct parameter.
JJ797899.privmethod(en-us,AX.60).gif parmChannelHierarchyDateTime Gets or sets the ChannelHierarchyDateTime parameter.
JJ797899.protmethod(en-us,AX.60).gif parmFormRun Gets or sets the FormRun parameter.
JJ797899.protmethod(en-us,AX.60).gif parmInternalOrg Gets or sets the InternalOrg parameter.
JJ797899.protmethod(en-us,AX.60).gif parmProduct Gets or sets the Product parameter.
JJ797899.protmethod(en-us,AX.60).gif parmReadOnlyMode Gets or sets the ReadOnlyMode parameter.
JJ797899.protmethod(en-us,AX.60).gif parmTmpCatalogProductAttributes Gets or sets the TmpCatalogProductAttributes parameter.
JJ797899.pubmethod(en-us,AX.60).gif populateTempTable Populates the RetailTmpCatalogProductAttributes temporary table given on object contruction with attributes and current values for the CatalogProduct given on object contruction.
JJ797899.pubmethod(en-us,AX.60).gif saveProductAttributeValues Saves the current values of product attributes from the controls added by addProductAttributeControls method to the database.
JJ797899.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ797899.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ797899.privmethod(en-us,AX.60).gif updateCatalogProductAttributeValue Updates catalog product attribute value.
JJ797899.pubmethod(en-us,AX.60).gif updateInternalOrgProdAttributeGroupCtrl Updates the internal organization product attribute controls.
JJ797899.privmethod(en-us,AX.60).gif updateInternalOrgProductAttributeValue Updates product attribute value for internal organization i.e. channel.
JJ797899.privmethod(en-us,AX.60).gif updateSnapshotProductAttributeValue
JJ797899.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.)
JJ797899.pubmethod(en-us,AX.60).gif useSnapshot Check whether to use snapshotted attribute values.
JJ797899.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ797899.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ797899.pubmethod(en-us,AX.60).gif JJ797899.static(en-us,AX.60).gif ::newFromCatalogProduct Constructs an object of the class.
JJ797899.pubmethod(en-us,AX.60).gif JJ797899.static(en-us,AX.60).gif ::newFromInternalOrgProduct Constructs an object of the class.

Top

Inheritance Hierarchy

Object Class
  RetailCatalogProductAttributeFormHelper Class