Share via


DimensionDefaultingEPController Class [AX 2012]

The DimensionDefaultingEPController class manages the business logic interaction for dimension defaulting controls in Enterprise Portal (EP).

Syntax

class DimensionDefaultingEPController extends DimensionControllerObject

Run On

Called

Methods

  Method Description
Gg725957.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg725957.pubmethod(en-us,AX.60).gif currentSegmentCount Retrieves the number of segments to display.
Gg725957.protmethod(en-us,AX.60).gif DimensionLinkAllowFieldEdit Rises when a field is being made editable for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg725957.protmethod(en-us,AX.60).gif DimensionLinkMarkFieldOptional Rises when a field is being made optional for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg725957.protmethod(en-us,AX.60).gif DimensionLinkSetFieldValue Rises when a field value is being set for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg725957.protmethod(en-us,AX.60).gif DimensionLinkShowField Rises when a field is being shown for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg725957.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg725957.pubmethod(en-us,AX.60).gif getAttributeNameFieldName Gets the field name for the field that contains the name of the specified segment.
Gg725957.pubmethod(en-us,AX.60).gif getAttributeValueFieldName Gets the field name for the field that contains the value of the specified segment.
Gg725957.protmethod(en-us,AX.60).gif getAttributeValueSet Gets a container of all dimension attribute values and backing entity instances for the specified value set. (Inherited from DimensionControllerObject.)
Gg725957.protmethod(en-us,AX.60).gif getDimAttributeViewContract Gets an instance of the DimensionAttributeViewContract class for the specified DimensionAttribute record ID.
Gg725957.protmethod(en-us,AX.60).gif getDimensionAttributeIdByIndex Gets the dimension attribute ID of the specified index in the control.
Gg725957.pubmethod(en-us,AX.60).gif getLookupDataSet Gets a data set to use for lookups in the EP.
Gg725957.pubmethod(en-us,AX.60).gif getLookupQuery Gets a query to use for the specified index.
Gg725957.pubmethod(en-us,AX.60).gif getSegmentByIndex Gets the EP segment at the specified control index.
Gg725957.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg725957.pubmethod(en-us,AX.60).gif getUpdatedDimensionAttributeValueSetId Gets the RecId value of a record in the DimensionAttributeValueSet table that represents the current combination.
Gg725957.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg725957.protmethod(en-us,AX.60).gif loadDimensionAttributes
Gg725957.pubmethod(en-us,AX.60).gif loadDimensionAttributeValueSet Loads a dimension attribute value set into the control.
Gg725957.pubmethod(en-us,AX.60).gif new Initializes a new instance of the DimensionDefaultingEPController class.
Gg725957.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.)
Gg725957.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.)
Gg725957.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg725957.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg725957.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the DimensionDefaultingEPController class.
Gg725957.pubmethod(en-us,AX.60).gif parmDataAreaId Gets or sets the DataAreaId parameter.
Gg725957.pubmethod(en-us,AX.60).gif parmShowNoDefaultLabelForEmptyValue Gets or sets the ShowNoDefaultLabelForEmptyValue parameter.
Gg725957.pubmethod(en-us,AX.60).gif parmValueErrorTolerance Gets or sets the ValueErrorTolerance parameter.
Gg725957.pubmethod(en-us,AX.60).gif parmValueFilterDate Gets or sets the ValueFilterDate parameter.
Gg725957.pubmethod(en-us,AX.60).gif segmentValueChanged Updates the cached data when a segment value is changed in the control.
Gg725957.privmethod(en-us,AX.60).gif setSegmentForEmptyValue
Gg725957.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg725957.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg725957.pubmethod(en-us,AX.60).gif unpack Deserializes the pack parameter value to an instance of the DimensionDefaultingEPController class.
Gg725957.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.)
Gg725957.privmethod(en-us,AX.60).gif validateValueBasedOnValueErrorTolerance
Gg725957.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg725957.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  DimensionControllerObject Class
    DimensionDefaultingEPController Class
      MainAccountEPController Class