|
|
|
LOGICAL AppendEventHandlerMethod (character, character, character, RepositoryEventDescriptor)
|
Appends a client-side event handler method to a Logic Object class
|
|
|
|
LOGICAL AppendServerSideEventHandlerMethod (character, character, character, character, RepositoryEventDescriptor)
|
Appends a server-side event handler method to a Business Task class
|
|
|
|
CHARACTER GenerateLogicObject (character, character, character, character, logical)
|
Generates the Logic Object class of a repository container
|
|
|
|
CHARACTER GenerateServerSideEventHandler (character, character, character, character, character, character, logical)
|
Generates the server-side event handler Business Task of a repository container
|
|
|
|
CHARACTER GetDatasetName (character)
|
Returns the name of the ProDataset a server-side event handler class operates on
|
|
|
|
CHARACTER GetDataSourceEntityName (character)
|
Returns the Business Entity a MetaDataSource object master is bound to
|
|
|
|
INTEGER GetMethodLineNumber (character, character)
|
Returns the line number a method of the given class file is declared in
|
|
|
|
LOGICAL HasMethod (character, character)
|
Returns if the given class file already declares a method of that name
|
|
|
|
CHARACTER ProposeMethodName (character, character, character, character)
|
Returns the proposed name of an event handler method
|
|
|
|
ResolveDataset (character, character, character)
|
Resolves the ProDataset include file and dataset name of a Business Entity
|