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

G

getChildCount() - Method in class at.spardat.enterprise.exc.NotificationList
Returns the number of Notifications contained in this that are direct childs of this.
getCode() - Method in class at.spardat.enterprise.exc.BaseException
Returns the code.
getCode() - Method in interface at.spardat.enterprise.exc.INotification
Returns the code.
getCode() - Method in class at.spardat.enterprise.exc.Notification
Returns the code set.
getDMY(GregorianCalendar) - Static method in class at.spardat.enterprise.util.DateUtil
Returns components out of GregorianCalendar.
getDetail() - Method in class at.spardat.enterprise.exc.BaseException
Returns the detail throwable.
getDoubleToken(StringSplitter, String) - Method in class at.spardat.enterprise.fmt.FmtFactory
Helper method that extracts the next token that must be a double as required by Double.parseDouble and throws an Exception if there are no more tokens.
getFirstNonEmptyMessage(boolean) - Method in class at.spardat.enterprise.exc.BaseException
This method takes into account that BaseExceptions might be nested and the outermost exceptions might have empty messages.
getInstance(int, int, int, Locale) - Static method in class at.spardat.enterprise.fmt.ABcdFmt
Factory method that returns an internationalization capable instance of ABcdFmt.
getInstance(int, int, int, double, double, Locale) - Static method in class at.spardat.enterprise.fmt.ABcdFmt
Factory method that returns an internationalization capable instance of ABcdFmt, where upper and lower limits for the accepted value are provided.
getInstance(String, int, int, int, Locale) - Static method in class at.spardat.enterprise.fmt.ABcdFmt
Factory method that returns an instance of ABcdFmt that is specified using a format-string as defined in java.text.DecimalFormat.
getInstance(int, Locale) - Static method in class at.spardat.enterprise.fmt.ADateFmt
Returns an IFmt providing a style and a locale.
getInstance(int, Locale, int, int) - Static method in class at.spardat.enterprise.fmt.ADateFmt
Returns an IFmt providing a style and a locale.
getInstance(int, Locale, String, String) - Static method in class at.spardat.enterprise.fmt.ADateFmt
Returns an IFmt providing a style and a locale.
getInstance(int, Locale, int, int, String, String) - Static method in class at.spardat.enterprise.fmt.ADateFmt
Returns an IFmt providing a style and a locale.
getInstance(String) - Static method in class at.spardat.enterprise.fmt.ADateFmt
Constructs an ADateFmt providing a pattern as specified in java.text.SimpleDateFormat.
getInstance(String, int) - Static method in class at.spardat.enterprise.fmt.ADateFmt
Constructs an ADateFmt providing a pattern as specified in java.text.SimpleDateFormat.
getInstance(String, int, Locale) - Static method in class at.spardat.enterprise.fmt.ADateFmt
Constructs an ADateFmt providing a pattern as specified in java.text.SimpleDateFormat.
getInstance(int) - Static method in class at.spardat.enterprise.fmt.AStringFmt
Returns a String formatter to limit the input length.
getInstance(int, int) - Static method in class at.spardat.enterprise.fmt.AStringFmt
Returns a String formatter to limit the input length.
getInstance(int, String) - Static method in class at.spardat.enterprise.fmt.AStringFmt
Returns a String formatter to limit the input length.
getInstance(int, String, int) - Static method in class at.spardat.enterprise.fmt.AStringFmt
Returns a String formatter to limit the input length.
getInstance(int, String, int, String, String, String) - Static method in class at.spardat.enterprise.fmt.AStringFmt
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) for input validation.
getInstance(int, int, Locale) - Static method in class at.spardat.enterprise.fmt.ATimeStampFmt
Returns a localized formatter instance parametrized with styles
getInstance(String, Locale) - Static method in class at.spardat.enterprise.fmt.ATimeStampFmt
Returns a non localized formatter where you have to provide the pattern yourself.
getInstance(String, int, Locale) - Static method in class at.spardat.enterprise.fmt.ATimeStampFmt
Returns a non localized formatter where you have to provide the pattern yourself.
getIntToken(StringSplitter, String) - Method in class at.spardat.enterprise.fmt.FmtFactory
Helper method that extracts the next token that must be an integer and throws an exception if there is no more token.
getIntToken2(StringSplitter, String) - Method in class at.spardat.enterprise.fmt.FmtFactory
Same as getIntToken, except that if the token is inf or empty, then -1 is returned.
getMax() - Method in class at.spardat.enterprise.fmt.ADateFmt
Returns the upper bound for a date that is specified relatively to the current date. -1 is yesterday, 0 is today and 1 denotes tomorrow.
getMaxAfterC() - Method in class at.spardat.enterprise.fmt.ABcdFmtDefault
Returns maximum number of digits after decimal separator or -1, if number of digits after decimal separator is unrestricted.
getMaxAgeMillis() - Method in class at.spardat.enterprise.cache.ICacheDescriptor
Returns the maximum time in milliseconds a cache entry should be accessible in the chache.
getMaxAgeMillis() - Method in class at.spardat.enterprise.cache.TransparentCacheDescriptor
 
getMaxAgeSpreadPct() - Method in class at.spardat.enterprise.cache.ICacheDescriptor
If the value provided by this method is not zero, the time a cache entry resides in the cache before it is beeing evicted is spread to a percentage around getMaxAgeMillis().
getMaxAgeSpreadPct() - Method in class at.spardat.enterprise.cache.TransparentCacheDescriptor
 
getMaxBeforeC() - Method in class at.spardat.enterprise.fmt.ABcdFmtDefault
Return maximum number of digits before decimal separator or -1, if number of digits before decimal separator is unrestricted.
getMaxDate() - Method in class at.spardat.enterprise.fmt.ADateFmt
Returns the upper bound for a date in the format yyyyMMdd, or null if no such restriction is set.
getMaxLen() - Method in class at.spardat.enterprise.fmt.AStringFmt
Returns the maximum length a string accepted by this formatter may have.
getMaxSize() - Method in class at.spardat.enterprise.cache.ICacheDescriptor
Returns the maximum number of cached entries in the described cache.
getMaxSize() - Method in class at.spardat.enterprise.cache.TransparentCacheDescriptor
 
getMaxValue() - Method in class at.spardat.enterprise.fmt.ABcdFmtRange
Returns the largest value accepted.
getMessage() - Method in class at.spardat.enterprise.exc.BaseException
 
getMessage(boolean) - Method in class at.spardat.enterprise.exc.BaseException
Returns the message of this, optionally praefixed by classname and a colon.
getMessage() - Method in interface at.spardat.enterprise.exc.INotification
Returns a fully descriptive text of this notification.
getMessage() - Method in class at.spardat.enterprise.exc.Notification
 
getMessage() - Method in class at.spardat.enterprise.fmt.FmtParseException
 
getMetric(String) - Static method in class at.spardat.enterprise.util.NumberUtil
Parses a provided number in the so called canonic number format and returns some information about it.
getMin() - Method in class at.spardat.enterprise.fmt.ADateFmt
Returns the lower bound for a date that is specified relatively to the current date. -1 is yesterday, 0 is today and 1 denotes tomorrow.
getMinDate() - Method in class at.spardat.enterprise.fmt.ADateFmt
Returns the lower bound for a date in the format yyyyMMdd, or null if no such restriction is set.
getMinLen() - Method in class at.spardat.enterprise.fmt.AStringFmt
Returns the minimum length.
getMinValue() - Method in class at.spardat.enterprise.fmt.ABcdFmtRange
Returns the smallest value accepted.
getName() - Method in class at.spardat.enterprise.cache.ICacheDescriptor
Returns the name of the described cache.
getName() - Method in class at.spardat.enterprise.cache.TransparentCacheDescriptor
 
getNotificationCount() - Method in class at.spardat.enterprise.exc.NotificationList
Returns the number of Notifications contained in the subtree rooted at this that are not NotificationLists.
getNumRanges() - Method in class at.spardat.enterprise.fmt.AStringFmtRange
 
getOwnStackTrace() - Method in class at.spardat.enterprise.exc.BaseException
Returns the result of calling printStackTrace on super.
getPattern() - Method in class at.spardat.enterprise.fmt.ADateFmtMediumSmart
Returns the pattern set.
getProperty(String) - Static method in class at.spardat.enterprise.util.Props
Returns a system-property for a given key or null if there is no such property set.
getProperty(String, String) - Static method in class at.spardat.enterprise.util.Props
Returns the system-property for a given key.
getPropertySafe(String) - Static method in class at.spardat.enterprise.util.Props
Returns a system-property for a given key and throws a RuntimeException if the property is not set.
getReaction() - Method in class at.spardat.enterprise.exc.BaseException
 
getReaction() - Method in interface at.spardat.enterprise.exc.INotification
Returns the permissible user reaction to the notification which is one of the constants starting with R_.
getReaction() - Method in class at.spardat.enterprise.exc.Notification
 
getShortMessage() - Method in class at.spardat.enterprise.exc.BaseException
 
getShortMessage() - Method in interface at.spardat.enterprise.exc.INotification
Returns a short text explaining this notification.
getShortMessage() - Method in class at.spardat.enterprise.exc.Notification
 
getStackOfThis() - Method in class at.spardat.enterprise.exc.BaseException
Returns the stack trace of this with a corrected header.
getString() - Method in class at.spardat.enterprise.util.StringSplitter
Returns the input string set at construction time.
getStyle(StringSplitter) - Method in class at.spardat.enterprise.fmt.FmtFactory
Extracts the next token from ss, expects a list of style-strings that are separated by ampersands.
getStyle() - Method in class at.spardat.enterprise.fmt.IFmt
Returns the style-property.
getStylePart(String) - Method in class at.spardat.enterprise.fmt.FmtFactory
Looks up the hashmap of predefined styles and returns the integer-value or throws a RuntimeException if the style is not in the hashmap.
getToken(StringSplitter, String) - Method in class at.spardat.enterprise.fmt.FmtFactory
Helper method to extract the next token or to throw an exception if there is no more token.
getType() - Method in class at.spardat.enterprise.exc.BaseException
 
getType() - Method in interface at.spardat.enterprise.exc.INotification
Returns the type of this notification, that is one of the constants with praefix T_.
getType() - Method in class at.spardat.enterprise.exc.Notification
 
getType() - Method in class at.spardat.enterprise.exc.NotificationList
Returns the type.
getUIMessage(Locale) - Method in class at.spardat.enterprise.fmt.AParseException
Returns an UI displayable message explaing the reason for this exception.
getUIMessage(Locale) - Method in class at.spardat.enterprise.fmt.FmtParseException
Returns an UI displayable message explaing the reason for this exception.

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