CreditCardConnectorSetup Class [AX 2012]

The CreditCardConnectorSetup class provides an X++-only interface to the Payment Services SDK Manager for connector setup.

class CreditCardConnectorSetup

Run On

Called

  MethodDescription
JJ788083.protmethod(en-us,AX.60).gif addPropertiesToGroup Adds controls to a group for the specified properties.
JJ788083.protmethod(en-us,AX.60).gif addPropertyToGroup Adds a control to a group for the specified property.
JJ788083.protmethod(en-us,AX.60).gif addToGroup Adds the properties of a connector to a newly created FormGroupControl control.
JJ788083.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ788083.privmethod(en-us,AX.60).gif clrBoolean2Boolean
JJ788083.privmethod(en-us,AX.60).gif clrDecimal2Real
JJ788083.privmethod(en-us,AX.60).gif clrInt2Int
JJ788083.protmethod(en-us,AX.60).gif displayGroupByIndex Makes only the specified group visible.
JJ788083.pubmethod(en-us,AX.60).gif displayGroupByName Makes only the specified group visible.
JJ788083.protmethod(en-us,AX.60).gif displayPropertyValue Sets the value of a control for a given property.
JJ788083.protmethod(en-us,AX.60).gif displayPropertyValues Sets the value of controls for a given connector.
JJ788083.pubmethod(en-us,AX.60).gif displayPropertyValuesFromXmlString Sets the value of controls for a given connector.
JJ788083.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ788083.pubmethod(en-us,AX.60).gif getCount Determines the number of connectors.
JJ788083.pubmethod(en-us,AX.60).gif getIndex Finds the index of a connector.
JJ788083.pubmethod(en-us,AX.60).gif getName Returns the name of a connector.
JJ788083.protmethod(en-us,AX.60).gif getProperties Returns the properties associated with a given connector.
JJ788083.pubmethod(en-us,AX.60).gif getPropertiesAsXmlString Returns the properties associated with a given connector.
JJ788083.protmethod(en-us,AX.60).gif getPropertiesByIndex Returns the properties associated with a given connector.
JJ788083.protmethod(en-us,AX.60).gif getPropertiesByName Returns the properties associated with a given connector.
JJ788083.protmethod(en-us,AX.60).gif getPropertyValue Updates a property with the value from the specified control.
JJ788083.pubmethod(en-us,AX.60).gif getPropertyValuesAsXmlString Returns XML for the property values in the controls of the named connector.
JJ788083.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ788083.protmethod(en-us,AX.60).gif groupToPropertyArray Returns an array of properties that have values from the controls of the specified group.
JJ788083.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ788083.protmethod(en-us,AX.60).gif init Initializes the state of the object.
JJ788083.protmethod(en-us,AX.60).gif initConnector Establishes the internal state of a connector.
JJ788083.protmethod(en-us,AX.60).gif new Initializes a new instance of the CreditCardConnectorSetup class.
JJ788083.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.)
JJ788083.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.)
JJ788083.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ788083.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ788083.pubmethod(en-us,AX.60).gif setParentControl Sets the parent control for all connector groups.
JJ788083.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ788083.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ788083.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.)
JJ788083.pubmethod(en-us,AX.60).gif validatePropertyValues Checks the properties of a connector for correct values.
JJ788083.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ788083.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ788083.pubmethod(en-us,AX.60).gif JJ788083.static(en-us,AX.60).gif ::construct
JJ788083.pubmethod(en-us,AX.60).gif JJ788083.static(en-us,AX.60).gif ::findPropertyByName Locates a property by its namespace and name.
Top

The following rules apply to methods of this class:

  • All indices are 1-based.

  • A connector is known by its name.

    Methods: getName(), getCount(), getIndex()

  • A connector has properties (metadata). A method that deals with metadata has "Property" or "Properties" in its name.

    Methods: getPropertiesByName(), getPropertiesAsXmlString()

  • A method that deals with a collection of property values in the UI has "Group" in its name. Call setParentControl() before you use any of these methods.

    Methods: displayGroupByName()

  • A connector property has a property value. A method that deals with property values has "PropertyValue" or PropertyValues in its name. Call setParentControl() before you use any of these methods.

    Methods: displayPropertyValuesFromXmlString(), getPropertyValuesAsXmlString(), validatePropertyValues()

  • Names (connector names) are the primary mechanism for referring to a connector or groups of property values or properties.

  • There is a one-to-one correspondence between a connector and groups of property values or properties, and the same name is used in all cases.

Object Class
  CreditCardConnectorSetup Class

Community Additions

ADD
Show: