de.espirit.firstspirit.ui.gadgets.aspects
Interface IntegrityValidating.Problem

Enclosing interface:
IntegrityValidating

public static interface IntegrityValidating.Problem

Integrity problem descriptor.

Since:
4.2.405

Method Summary
 String getMessageCode()
          The resource code for producing a localized problem message.
 Map<String,Object> getMessageContext()
          Get the context required for localizing the problem message.
 

Method Detail

getMessageCode

String getMessageCode()
The resource code for producing a localized problem message.

Returns:
The message's code.
Since:
4.2.405

getMessageContext

Map<String,Object> getMessageContext()
Get the context required for localizing the problem message. The keys of the context are treated as symbolic names of placeholders within the message and the corresponding values to deliver the replacement via Object.toString().

Returns:
The message context.
Since:
4.2.405


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480