final public class FxNoAccess extends FxValue(Code)
A replacement for FxValue objects if the calling user has no access to this value
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at)
Constructor
Parameters: ticket - to get the correct tranlsation of the no access text (if null a fallback will be used) Parameters: wrappedValue - FxValue to wrap
Get the wrapped value ie for save operations.
The real wrapped value is only returned if the calling user is a global supervisor, else the
FxNoAccess value itself is returned
wrapped value or this FxNoAccess value depending on the calling user