Share via


AifServiceClassGenerator Class [AX 2012]

The AifServiceClassGenerator class generates the Service Class.

Syntax

class AifServiceClassGenerator extends AifClassGeneratorBase

Run On

Called

Methods

  Method Description
Gg743176.protmethod(en-us,AX.60).gif addAttributes Adds attributes to the class or interface declaration. (Inherited from AifClassGeneratorBase.)
Gg743176.protmethod(en-us,AX.60).gif addClassDeclaration Adds the class declaration to the newly generated class. (Inherited from AifClassGeneratorBase.)
Gg743176.protmethod(en-us,AX.60).gif addClassVariable Adds a new class level variable. (Inherited from AifClassGeneratorBase.)
Gg743176.privmethod(en-us,AX.60).gif addConstructMethod Microsoft internal use only.
Gg743176.protmethod(en-us,AX.60).gif addCreateMethod Adds the create method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addCustomCode Adds custom code to the generated class. (Overrides the addCustomCode Method.)
Gg743176.protmethod(en-us,AX.60).gif addCustomOperationMethods Adds custom operations to the service class.
Gg743176.privmethod(en-us,AX.60).gif addCustomProcessEntityDocumentMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif addCustomProcessEntityListDocumentMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif addCustomQueryDocumentMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif addCustomQueryEntityKeysDocumentMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif addCustomReceiveDocumentMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif addCustomReceiveListDocumentMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif addCustomSendDocumentListMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif addCustomSendDocumentMethod Microsoft internal use only.
Gg743176.protmethod(en-us,AX.60).gif addDeclaration Adds the class or interface declaration to the generated class or interface. (Inherited from AifClassGeneratorBase.)
Gg743176.protmethod(en-us,AX.60).gif addDeleteMethod Adds the delete method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addDocumentation Adds custom code to class documentation. (Overrides the addDocumentation Method.)
Gg743176.protmethod(en-us,AX.60).gif addFindAsOfMethod Adds the findAsOf method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addFindKeysAsOfMethod Adds the findKeysAsOf method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addFindKeysMethod Adds the findKeys method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addFindKeysRangeMethod Adds the findKeysRange method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addFindMethod Adds the find method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addFindRangeMethod Adds the findRange method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addGetChangedKeysMethod Adds the GetChangedKeys method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addGetKeysMethod Adds the GetKeys method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addInterfaceDeclaration Adds the class declaration for the interface being generated. (Inherited from AifClassGeneratorBase.)
Gg743176.privmethod(en-us,AX.60).gif addMethods Adds the required methods to the generated code.
Gg743176.privmethod(en-us,AX.60).gif addProtectedConstructor Microsoft internal use only.
Gg743176.protmethod(en-us,AX.60).gif addReadAsOfMethod Adds the readAsOf method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addReadMethod Adds the read method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addReadRangeMethod Adds the readRange method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addToDeclaration Contains changes to be made to the default class declaration, which is empty. (Inherited from AifClassGeneratorBase.)
Gg743176.protmethod(en-us,AX.60).gif addUpdateMethod Adds the update method to the generated class.
Gg743176.protmethod(en-us,AX.60).gif addVariables Provides a location to add class variables. (Inherited from AifClassGeneratorBase.)
Gg743176.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg743176.protmethod(en-us,AX.60).gif classExists Determines whether the class to be generated already exists. (Inherited from AifClassGeneratorBase.)
Gg743176.protmethod(en-us,AX.60).gif clearClass Microsoft internal use only. (Inherited from AifClassGeneratorBase.)
Gg743176.protmethod(en-us,AX.60).gif compileAndSave Compiles and saves the newly generated class (Inherited from AifClassGeneratorBase.)
Gg743176.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg743176.pubmethod(en-us,AX.60).gif generate Generates or regenerates the class. (Inherited from AifClassGeneratorBase.)
Gg743176.privmethod(en-us,AX.60).gif getDocumentObjectInstantiationCode Retrieves the code to initialize a new document object.
Gg743176.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg743176.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg743176.protmethod(en-us,AX.60).gif methodExists Determines whether the specified method already exists. (Inherited from AifClassGeneratorBase.)
Gg743176.pubmethod(en-us,AX.60).gif new Microsoft internal use only. (Overrides the new Method.)
Gg743176.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.)
Gg743176.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.)
Gg743176.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg743176.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg743176.pubmethod(en-us,AX.60).gif parmAddCreateOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddCustomOperations Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddDeleteOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddFindAsOfOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddFindKeysAsOfOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddFindKeysOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddFindKeysRangeOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddFindOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddFindRangeOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddGetChangedKeysOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddGetKeysOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddReadAsOfOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddReadOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddReadRangeOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAddUpdateOperation Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAllowExistingClass Gets or sets the value of the _allowExistingClass parameter. (Inherited from AifClassGeneratorBase.)
Gg743176.pubmethod(en-us,AX.60).gif parmAxdClassName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmAxdInstanceName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmBaseClassName Gets or sets the value of the ClassName parameter. (Inherited from AifClassGeneratorBase.)
Gg743176.pubmethod(en-us,AX.60).gif parmBaseInterfaceName Gets or sets the value of the ClassName parameter. (Inherited from AifClassGeneratorBase.)
Gg743176.pubmethod(en-us,AX.60).gif parmClassName Gets or sets the value of the ClassName parameter. (Inherited from AifClassGeneratorBase.)
Gg743176.pubmethod(en-us,AX.60).gif parmCreateMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmCustomOperations Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmDeleteMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmDocumentClassName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmDocumentInstanceName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmFindAsOfMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmFindKeysAsOfMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmFindKeysMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmFindKeysRangeMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmFindMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmFindRangeMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmGetChangedKeysMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmGetKeysMethodName Microsoft internal use only.
Gg743176.protmethod(en-us,AX.60).gif parmInterfacesImplemented Gets or sets the current instance of the Set class. (Inherited from AifClassGeneratorBase.)
Gg743176.pubmethod(en-us,AX.60).gif parmIsAbstract Gets or sets the value of the _isAbstract parameter. (Inherited from AifClassGeneratorBase.)
Gg743176.protmethod(en-us,AX.60).gif parmIsInterface Gets or sets the value of the _isInterface parameter. (Inherited from AifClassGeneratorBase.)
Gg743176.pubmethod(en-us,AX.60).gif parmReadAsOfMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmReadMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmReadRangeMethodName Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif parmRegenerate Gets or sets the value of the _regenerate parameter. (Inherited from AifClassGeneratorBase.)
Gg743176.pubmethod(en-us,AX.60).gif parmUpdateMethodName Microsoft internal use only.
Gg743176.protmethod(en-us,AX.60).gif postProcess Microsoft internal use only. (Inherited from AifClassGeneratorBase.)
Gg743176.protmethod(en-us,AX.60).gif preProcess Microsoft internal use only. (Inherited from AifClassGeneratorBase.)
Gg743176.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg743176.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg743176.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.)
Gg743176.protmethod(en-us,AX.60).gif validateGenerationParameters Validates the generation parameter. (Overrides the validateGenerationParameters Method.)
Gg743176.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg743176.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg743176.privmethod(en-us,AX.60).gif Gg743176.static(en-us,AX.60).gif ::checkCreateMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif Gg743176.static(en-us,AX.60).gif ::checkDeleteMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif Gg743176.static(en-us,AX.60).gif ::checkFindKeysMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif Gg743176.static(en-us,AX.60).gif ::checkFindMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif Gg743176.static(en-us,AX.60).gif ::checkGetChangedKeysMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif Gg743176.static(en-us,AX.60).gif ::checkGetKeysMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif Gg743176.static(en-us,AX.60).gif ::checkReadMethod Microsoft internal use only.
Gg743176.privmethod(en-us,AX.60).gif Gg743176.static(en-us,AX.60).gif ::checkUpdateMethod Microsoft internal use only.
Gg743176.pubmethod(en-us,AX.60).gif Gg743176.static(en-us,AX.60).gif ::getServiceParameters Microsoft internal use only.

Top

Inheritance Hierarchy

Object Class
  AifClassGeneratorBase Class
    AifServiceClassGenerator Class