|
Options |
Name |
Purpose |
|
|
#
|
AfterGenerateSourceHandler (Object, EventArgs)
|
Event handler for the AfterGenerateSource event of the
BusinessEntityDatasetController Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
LONGCHAR BuildFillChildTableCall (character, character, integer)
|
Builds the calls to the child table fill methods Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
DefineQueryAndBuffer (character, character[], character, character, character, character, character, character[], character[], integer, integer)
|
Defines the query and buffer names for a table Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
DisplayStatus (character)
|
Displays a status message in the Business Entity Designer Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
CHARACTER FindOutputFolder ()
|
Returns the output folder (source code folder for business logic) Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
CHARACTER FixQueryCase (character)
|
Corrects the case of ABL keywords in a query string Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
GenerateDataAccessQueries ()
|
Generates the DataAccess Fetch include and parameter classes Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
+
|
GenerateDataAccessQueries (dataset)
|
Generates the Constants include file Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
LONGCHAR GenerateFillChildTablesMethod (character, integer, integer)
|
Generates the Fill method for static query Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
CHARACTER GetExcludeFields (character, character)
|
Returns the exclude field list for the named temp-table, for a db buffer Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
CHARACTER GetFieldMapping (character, character)
|
Returns the field mapping pairs for the named temp-table, for a db buffer Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
+
|
CHARACTER GetStaticQueryNames (character, character, ClassName)
|
Determines the method name and parameter object type/package used for the generated static data access query Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
+
|
CHARACTER PrettifyName (character)
|
Removes any "-" or "_" characters from a table or field name, and CamelCases
the result; so "order-master" becomes "OrderMaster" Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
CHARACTER RelationTypeConversion (character, character, character)
|
Returns the ABL function required for the data-type
conversion of the parent field to match the child field Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
+
|
Shutdown ()
|
Method called when the Business Entity Designer will get closed Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
CHARACTER SourceDefaultQuery (character)
|
Builds the "default" SourceDefaultQuery for a Business Entity temp-table Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
+
|
Startup (dataset, IBusinessEntityDatasetController, IBusinessEntityDesignerPluginManager)
|
Method called when the Business Entity Designer is starting and
has loaded the plugin.
|
|
|
#
|
Startup (IBusinessEntityDatasetController, IBusinessEntityDesignerPluginManager)
|
Method called when the Business Entity Designer is starting and
has loaded the plugin. Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|
|
|
#
|
LONGCHAR UpdateDataAccess (character, character, character, character, character)
|
Adds the static query include to the DataAccess class, if needed Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractStaticDataAccessQueryPlugin
|