Namespace: Consultingwerk.SmartFramework
Class 
MessageFormatter Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:MessageFormatter
Purpose:Provides methods that return a message structure to be
expanded on the client using the IMessageProvider
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Aug 12 21:50:52 CEST 2013
Notes:Does not actually call into the IMessageProvider to return
the user-friendly message
See https://consultingwerk.atlassian.net/wiki/spaces/SCL/pages/8093758/Accessing+Messages+from+the+SmartFramework+Message+table



Top Method Summary
Options Name Purpose
+ CHARACTER GetMessage (character, Enum) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, Enum, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, Enum, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, Enum, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, Enum, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, Enum, character, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, Enum, character, character, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, Enum, character, character, character, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, Enum, character, character, character, character, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, Enum, character, character, character, character, character, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, integer) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, integer, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, integer, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, integer, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, integer, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, integer, character, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, integer, character, character, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, integer, character, character, character, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, integer, character, character, character, character, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider
+ CHARACTER GetMessage (character, integer, character, character, character, character, character, character, character, character, character) Returns a message structure to be expanded on the client using the IMessageProvider


Method Detail
Top

PUBLIC CHARACTER GetMessage (character, Enum)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
poMessageNumber Consultingwerk.Enum
The message number to return
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, Enum, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
poMessageNumber Consultingwerk.Enum
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, Enum, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
poMessageNumber Consultingwerk.Enum
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, Enum, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
poMessageNumber Consultingwerk.Enum
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, Enum, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
poMessageNumber Consultingwerk.Enum
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, Enum, character, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
poMessageNumber Consultingwerk.Enum
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
pcMessageParam5 CHARACTER
The fifth parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, Enum, character, character, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
poMessageNumber Consultingwerk.Enum
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
pcMessageParam5 CHARACTER
The fifth parameter for the message
pcMessageParam6 CHARACTER
The sixt parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, Enum, character, character, character, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
poMessageNumber Consultingwerk.Enum
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
pcMessageParam5 CHARACTER
The fifth parameter for the message
pcMessageParam6 CHARACTER
The sixt parameter for the message
pcMessageParam7 CHARACTER
The seventh parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, Enum, character, character, character, character, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
poMessageNumber Consultingwerk.Enum
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
pcMessageParam5 CHARACTER
The fifth parameter for the message
pcMessageParam6 CHARACTER
The sixt parameter for the message
pcMessageParam7 CHARACTER
The seventh parameter for the message
pcMessageParam8 CHARACTER
The eigth parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, Enum, character, character, character, character, character, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
poMessageNumber Consultingwerk.Enum
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
pcMessageParam5 CHARACTER
The fifth parameter for the message
pcMessageParam6 CHARACTER
The sixt parameter for the message
pcMessageParam7 CHARACTER
The seventh parameter for the message
pcMessageParam8 CHARACTER
The eigth parameter for the message
pcMessageParam9 CHARACTER
The ninth parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, integer)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
piMessageNumber INTEGER
The message number to return
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, integer, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
piMessageNumber INTEGER
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, integer, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
piMessageNumber INTEGER
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, integer, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
piMessageNumber INTEGER
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, integer, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
piMessageNumber INTEGER
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, integer, character, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
piMessageNumber INTEGER
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
pcMessageParam5 CHARACTER
The fifth parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, integer, character, character, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
piMessageNumber INTEGER
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
pcMessageParam5 CHARACTER
The fifth parameter for the message
pcMessageParam6 CHARACTER
The sixt parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, integer, character, character, character, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
piMessageNumber INTEGER
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
pcMessageParam5 CHARACTER
The fifth parameter for the message
pcMessageParam6 CHARACTER
The sixt parameter for the message
pcMessageParam7 CHARACTER
The seventh parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, integer, character, character, character, character, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
piMessageNumber INTEGER
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
pcMessageParam5 CHARACTER
The fifth parameter for the message
pcMessageParam6 CHARACTER
The sixt parameter for the message
pcMessageParam7 CHARACTER
The seventh parameter for the message
pcMessageParam8 CHARACTER
The eigth parameter for the message
Returns CHARACTER
The message structure
Top

PUBLIC CHARACTER GetMessage (character, integer, character, character, character, character, character, character, character, character, character)

Purpose: Returns a message structure to be expanded on the client using the
IMessageProvider
Notes:

Parameters:
pcMessageGroup CHARACTER
The message group to return
piMessageNumber INTEGER
The message number to return
pcMessageParam1 CHARACTER
The first parameter for the message
pcMessageParam2 CHARACTER
The second parameter for the message
pcMessageParam3 CHARACTER
The third parameter for the message
pcMessageParam4 CHARACTER
The fourth parameter for the message
pcMessageParam5 CHARACTER
The fifth parameter for the message
pcMessageParam6 CHARACTER
The sixt parameter for the message
pcMessageParam7 CHARACTER
The seventh parameter for the message
pcMessageParam8 CHARACTER
The eigth parameter for the message
pcMessageParam9 CHARACTER
The ninth parameter for the message
Returns CHARACTER
The message structure


©2006-2020 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       04.02.2020 23:22:58