MainAccountEPController Class [AX 2012]

The MainAccountEPController class manages the business logic interaction for controls that apply default values for dimensions in Enterprise Portal (EP).

class MainAccountEPController extends DimensionDefaultingEPController

Run On

Called

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

This also includes the main account.

Community Additions

ADD
Show: