OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Server.App.Core.TMaintenanceLogonMessage Class Reference

Reads and saves the Logon Message. More...

Inheritance diagram for Ict.Petra.Server.App.Core.TMaintenanceLogonMessage:
Ict.Common.Remoting.Server.IMaintenanceLogonMessage

Public Member Functions

String GetLogonMessage (String ALanguageCode, TDBTransaction ATransaction)
 Returns the Logon Message for a certain LanguageCode. More...
 
String GetLogonMessage (string AUserID, Boolean AReturnEnglishIfNotFound, TDBTransaction ATransaction)
 overload. language code is part of TPetraPrincipal More...
 
String GetLogonMessageLanguage (String ALanguageCode, Boolean AReturnEnglishIfNotFound, TDBTransaction ATransaction)
 Returns the Logon Message for a certain LanguageCode. More...
 
string GetLogonMessage (string AUserID, bool AReturnEnglishIfNotFound, TDBTransaction ATransaction)
 get a welcome message More...
 

Detailed Description

Reads and saves the Logon Message.

Member Function Documentation

◆ GetLogonMessage() [1/3]

String Ict.Petra.Server.App.Core.TMaintenanceLogonMessage.GetLogonMessage ( String  ALanguageCode,
TDBTransaction  ATransaction 
)
inline

Returns the Logon Message for a certain LanguageCode.

Parameters
ALanguageCodeLanguageCode for which the LogonMessage should be returned
ATransactionInstantiated DB Transaction.
Returns
The LogonMessage, or an empty String if no LogonMessage was found for the specified LanguageCode

◆ GetLogonMessage() [2/3]

string Ict.Common.Remoting.Server.IMaintenanceLogonMessage.GetLogonMessage ( string  AUserID,
bool  AReturnEnglishIfNotFound,
TDBTransaction  ATransaction 
)
inherited

get a welcome message

◆ GetLogonMessage() [3/3]

String Ict.Petra.Server.App.Core.TMaintenanceLogonMessage.GetLogonMessage ( string  AUserID,
Boolean  AReturnEnglishIfNotFound,
TDBTransaction  ATransaction 
)
inline

overload. language code is part of TPetraPrincipal

Parameters
AUserID
AReturnEnglishIfNotFound
ATransactionInstantiated DB Transaction.
Returns

◆ GetLogonMessageLanguage()

String Ict.Petra.Server.App.Core.TMaintenanceLogonMessage.GetLogonMessageLanguage ( String  ALanguageCode,
Boolean  AReturnEnglishIfNotFound,
TDBTransaction  ATransaction 
)
inline

Returns the Logon Message for a certain LanguageCode.

Parameters
ALanguageCodeLanguageCode for which the LogonMessage should be returned
AReturnEnglishIfNotFoundReturns the LogonMessage in English if no LogonMessage was found for the specified LanguageCode
ATransactionInstantiated DB Transaction.
Returns
The LogonMessage

The documentation for this class was generated from the following file: