IMC Epclient 5.0.3
A B C D E F G H I L M N P R S T U Y

A

ABcdFmt - class at.spardat.enterprise.fmt.ABcdFmt.
A IFmt class capable of formatting and parsing numbers.
ABcdFmt() - Constructor for class at.spardat.enterprise.fmt.ABcdFmt
 
ABcdFmtDefault - class at.spardat.enterprise.fmt.ABcdFmtDefault.
This implementation allows to parse and format internationalized numbers.
ABcdFmtDefault(int, int, int, Locale) - Constructor for class at.spardat.enterprise.fmt.ABcdFmtDefault
Constructs an ABcdFmt.
ABcdFmtPattern - class at.spardat.enterprise.fmt.ABcdFmtPattern.
In order to parse numbers, ABcdFmtDefault is used.
ABcdFmtPattern(String, int, int, int, Locale) - Constructor for class at.spardat.enterprise.fmt.ABcdFmtPattern
Constructor
ABcdFmtRange - class at.spardat.enterprise.fmt.ABcdFmtRange.
Extends ABcdFmt to allow restricting the number range by providing an upper and lower limit.
ABcdFmtRange(int, int, int, double, double, Locale) - Constructor for class at.spardat.enterprise.fmt.ABcdFmtRange
Constructs the format object.
ADateFmt - class at.spardat.enterprise.fmt.ADateFmt.
This class supports formatting and parsig ADates.
ADateFmt() - Constructor for class at.spardat.enterprise.fmt.ADateFmt
 
ADateFmtJavaUtilText - class at.spardat.enterprise.fmt.ADateFmtJavaUtilText.
This class wraps the default behaviour of the JDK regarding formatting and parsing of Dates.
ADateFmtJavaUtilText(int, Locale) - Constructor for class at.spardat.enterprise.fmt.ADateFmtJavaUtilText
Constructs an ADateFmt providing a style and a locale.
ADateFmtJavaUtilText(String, int) - Constructor for class at.spardat.enterprise.fmt.ADateFmtJavaUtilText
Constructs an ADateFmt providing a pattern as specified in java.text.SimpleDateFormat.
ADateFmtJavaUtilText(String, int, Locale) - Constructor for class at.spardat.enterprise.fmt.ADateFmtJavaUtilText
Constructs an ADateFmt providing a pattern as specified in java.text.SimpleDateFormat.
ADateFmtMediumSmart - class at.spardat.enterprise.fmt.ADateFmtMediumSmart.
This class is a high speed implementation for parsing and formatting dates, like the MEDIUM format of DateFormat.
ADateFmtMediumSmart(String, int) - Constructor for class at.spardat.enterprise.fmt.ADateFmtMediumSmart
Constructs using a pattern as defined in the class header.
AParseException - exception at.spardat.enterprise.fmt.AParseException.
This exception is thrown by method IFmt.parse(java.lang.String) if an external string cannot be converted to an internal.
AParseException() - Constructor for class at.spardat.enterprise.fmt.AParseException
Empty constructor.
AParseException(String) - Constructor for class at.spardat.enterprise.fmt.AParseException
Constructs and provides the localized text that should be displayed to the end-user.
AStringFmt - class at.spardat.enterprise.fmt.AStringFmt.
A formatter to validate the length and char set in strings.
AStringFmt(int) - Constructor for class at.spardat.enterprise.fmt.AStringFmt
Constructs a length limited String formatter.
AStringFmt(int, int) - Constructor for class at.spardat.enterprise.fmt.AStringFmt
Constructs a length limited String formatter.
AStringFmtRange - class at.spardat.enterprise.fmt.AStringFmtRange.
This class defines a formatter which accepts characters from character ranges.
AStringFmtRange(int, String) - Constructor for class at.spardat.enterprise.fmt.AStringFmtRange
Constructs a String range formatter.
AStringFmtRange(int, String, int) - Constructor for class at.spardat.enterprise.fmt.AStringFmtRange
Constructs a String range formatter.
AStringFmtRangeRegEx - class at.spardat.enterprise.fmt.AStringFmtRangeRegEx.
A formatter based at java.util.regex.
AStringFmtRangeRegEx(int, String, int, String, String, String) - Constructor for class at.spardat.enterprise.fmt.AStringFmtRangeRegEx
Returns a String formatter to limit the input length, the range of valid characters and a regular expression (according to the java.util.regex packet) against which the input is vlaidated.
AStringFmtRangeRegEx(int, String, String, String, String) - Constructor for class at.spardat.enterprise.fmt.AStringFmtRangeRegEx
Returns a String formatter to limit the input length, the range of valid characters and a regular expression (according to the java.util.regex packet) against which the input is vlaidated.
ATimeStampFmt - class at.spardat.enterprise.fmt.ATimeStampFmt.
Converts between internal and external format of ATimeStamps.
ATimeStampFmt(int, int, Locale) - Constructor for class at.spardat.enterprise.fmt.ATimeStampFmt
Constructor for ATimeStampFmt.
ATimeStampFmt(String, Locale, int) - Constructor for class at.spardat.enterprise.fmt.ATimeStampFmt
Constructs a ATimeStampFmt using a java.text.SimpleDateFormat pattern.
AppException - exception at.spardat.enterprise.exc.AppException.
This class is used to throw application-level exceptions.
AppException(String, Object[]) - Constructor for class at.spardat.enterprise.exc.AppException
Constructs and sets the message of this from a one parameter java.text.MessageFormat compatible string.
AppException(String, Object, Object) - Constructor for class at.spardat.enterprise.exc.AppException
Constructs and sets the message of this from a two parameter java.text.MessageFormat compatible string.
AppException(String, Object) - Constructor for class at.spardat.enterprise.exc.AppException
Constructs and sets the message of this from a one parameter java.text.MessageFormat compatible string.
AppException(String) - Constructor for class at.spardat.enterprise.exc.AppException
Constructs and sets the message to the provided value.
AppException(Throwable, String) - Constructor for class at.spardat.enterprise.exc.AppException
Constructs and sets the message and the detail exception to the provided value.
AppException(Throwable) - Constructor for class at.spardat.enterprise.exc.AppException
Constructs with a detail exception and an empty message.
AppException(Throwable, String, Object[]) - Constructor for class at.spardat.enterprise.exc.AppException
Constructs and sets the message of this from a one parameter java.text.MessageFormat compatible string.
AppException(Throwable, String, Object, Object) - Constructor for class at.spardat.enterprise.exc.AppException
Constructs and sets the message of this from a two parameter java.text.MessageFormat compatible string.
AppException(Throwable, String, Object) - Constructor for class at.spardat.enterprise.exc.AppException
Constructs and sets the message of this from a one parameter java.text.MessageFormat compatible string.
accept(Object) - Method in interface at.spardat.enterprise.cache.ICache.IKeyFilter
The implementor gets a key-object and has to respond with true or false.
add(INotification) - Method in class at.spardat.enterprise.exc.NotificationList
Adds a provided notification to the end of the list of notifications.
appendIntString(int, int, StringBuffer) - Static method in class at.spardat.enterprise.util.NumberUtil
Converts a nonnegative integer to a string, left-pads with zeros up to a given length and appends the result to a StringBuffer.
appendN(char, int, StringBuffer) - Static method in class at.spardat.enterprise.util.StringUtil
appends n times a given character to a StringBuffer
at.spardat.enterprise.cache - package at.spardat.enterprise.cache
This package implements a thread safe cache.
at.spardat.enterprise.exc - package at.spardat.enterprise.exc
This package provides support for application level notifications (errors, warnings, informations) that a piece of business logic wants to inform its caller of.
at.spardat.enterprise.fmt - package at.spardat.enterprise.fmt
This package provides formatting and validation support for AtomicAttrVals, primarely to get UI-specific, localized encodings of AtomicAttrVals.
at.spardat.enterprise.util - package at.spardat.enterprise.util
This package contains very basic utility methods for String and Date manipulation.

IMC Epclient 5.0.3
A B C D E F G H I L M N P R S T U Y