Technical Details of Application Class Implementations
The data library calls the appropriate application class based on the class and package information registered with the implementation. The application class is instantiated automatically and the specified application class method is invoked. The application class constructor must be coded to accept an instance of the AccessMethod class.
For example:
class LeadOppMetrics
method LeadOppMetrics(&_oAccessMethod As EOCF_CLF_DL:Runtime:AccessMethods:
Access Method);
method LeadCountbyBO();
private instance EOCF_CLF_DL:Runtime:AccessMethods:AccessMethod
&ioAccess Method;
end-class; The AccessMethod object enables the application class to access values for all the implementation binds (input parameters) that are needed by the implementation and all the information about the term being resolved.