Share via


SrsPrintDestinationTokensNone Class [AX 2012]

The SrsPrintDestinationTokensNone class implements a SRS print destination token handler when no tokens are supported.

Syntax

class SrsPrintDestinationTokensNone extends SrsPrintDestinationTokens

Run On

Called

Methods

  Method Description
Dn543643.protmethod(en-us,AX.60).gif addUICtls Add controls to a form to support email tokens and addresses. (Overrides the addUICtls Method.)
Dn543643.protmethod(en-us,AX.60).gif appendAddresses Join two lists of addresses. (Inherited from SrsPrintDestinationTokens.)
Dn543643.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn543643.protmethod(en-us,AX.60).gif emptyToken Returns the empty token. (Inherited from SrsPrintDestinationTokens.)
Dn543643.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn543643.protmethod(en-us,AX.60).gif expandEmailToken Finds the expansion of a token in an email address. (Overrides the expandEmailToken Method.)
Dn543643.protmethod(en-us,AX.60).gif expandFileToken Finds the expansion of a token in a file name. (Overrides the expandFileToken Method.)
Dn543643.protmethod(en-us,AX.60).gif expandPrinterToken Finds the expansion of a token in a printer name. (Overrides the expandPrinterToken Method.)
Dn543643.protmethod(en-us,AX.60).gif expandToken Finds the expansion of a token. (Inherited from SrsPrintDestinationTokens.)
Dn543643.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn543643.pubmethod(en-us,AX.60).gif getUIAddresses Retrieves addresses found in the user interface. (Overrides the getUIAddresses Method.)
Dn543643.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn543643.protmethod(en-us,AX.60).gif makeAddressTokens Converts a list of tokens into a list of address tokens. (Inherited from SrsPrintDestinationTokens.)
Dn543643.pubmethod(en-us,AX.60).gif new Creates a new instance of the class connecting it to next instance in the chain of responsibility. (Overrides the new Method.)
Dn543643.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.)
Dn543643.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.)
Dn543643.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn543643.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn543643.protmethod(en-us,AX.60).gif parmAddressSeparator Gets the AddressSeparator parameter. (Inherited from SrsPrintDestinationTokens.)
Dn543643.pubmethod(en-us,AX.60).gif parmNextTokens Gets or sets the NextTokens parameter. (Inherited from SrsPrintDestinationTokens.)
Dn543643.pubmethod(en-us,AX.60).gif parmParameters Gets or set the Parameters parameter. (Inherited from SrsPrintDestinationTokens.)
Dn543643.protmethod(en-us,AX.60).gif parmTokenDelimiter Gets the TokenDelimiter parameter. (Inherited from SrsPrintDestinationTokens.)
Dn543643.protmethod(en-us,AX.60).gif parmTokenRegex Gets the TokenRegex parameter. (Inherited from SrsPrintDestinationTokens.)
Dn543643.pubmethod(en-us,AX.60).gif parmTokenType Gets the TokenType parameter. (Overrides the parmTokenType Method.)
Dn543643.protmethod(en-us,AX.60).gif parseAddresses Converts a list of semicolon separated strings to a container of tokens and non-tokens. (Inherited from SrsPrintDestinationTokens.)
Dn543643.pubmethod(en-us,AX.60).gif replace Expands tokens found in printer destination settings with their values. (Inherited from SrsPrintDestinationTokens.)
Dn543643.protmethod(en-us,AX.60).gif replaceTokens Expands tokens found in a destination string with their values. (Inherited from SrsPrintDestinationTokens.)
Dn543643.protmethod(en-us,AX.60).gif selectTokens Returns a container of selected tokens from a set of available tokens. (Inherited from SrsPrintDestinationTokens.)
Dn543643.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn543643.protmethod(en-us,AX.60).gif setUIAddresses Updates controls so they contain appropriate tokens from a list of addresses. (Overrides the setUIAddresses Method.)
Dn543643.pubmethod(en-us,AX.60).gif setupUI Adds controls and sets their values. (Inherited from SrsPrintDestinationTokens.)
Dn543643.protmethod(en-us,AX.60).gif tokenNotFound Handles the case when a token is unrecognized. (Inherited from SrsPrintDestinationTokens.)
Dn543643.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn543643.protmethod(en-us,AX.60).gif unsupportedPrintMediumType Throws an exception that identifies unsupported print media. (Inherited from SrsPrintDestinationTokens.)
Dn543643.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.)
Dn543643.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn543643.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

Note to developers: This class should be at the bottom of a chain of responibility for handling tokens.

This is a framework class. Customizing this class may cause problems with future upgrades to the software.

Inheritance Hierarchy

Object Class
  SrsPrintDestinationTokens Class
    SrsPrintDestinationTokensNone Class