- fetch(KEY) - Method in class org.fujion.common.AbstractCache
-
Logic to retrieve the data item from its primary store based on the provided key.
- fileExists(String) - Static method in class org.fujion.common.MiscUtil
-
Returns true if the specified file exists.
- format(Date) - Method in enum org.fujion.common.DateUtil.Format
-
Formats an input date.
- formatAge(Date) - Static method in class org.fujion.common.DateUtil
-
Returns age as a formatted string expressed in days, months, or years, depending on whether
person is an infant (< 2 mos), toddler (> 2 mos, < 2 yrs), or more than 2 years old.
- formatAge(Date, boolean, Date) - Static method in class org.fujion.common.DateUtil
-
Returns age as a formatted string expressed in days, months, or years, depending on whether
person is an infant (< 2 mos), toddler (> 2 mos, < 2 yrs), or more than 2 years old.
- formatAttributes(Node) - Static method in class org.fujion.common.XMLUtil
-
Returns formatted attributes of the node.
- formatDate(Date) - Static method in class org.fujion.common.DateUtil
-
Converts a date/time value to a string, using the format dd-mmm-yyyy hh:mm.
- formatDate(Date, boolean) - Static method in class org.fujion.common.DateUtil
-
Converts a date/time value to a string, using the format dd-mmm-yyyy hh:mm.
- formatDate(Date, boolean, boolean) - Static method in class org.fujion.common.DateUtil
-
Converts a date/time value to a string, using the format dd-mmm-yyyy hh:mm.
- formatDate(Date, String) - Static method in class org.fujion.common.DateUtil
-
Same as formatDate(Date, boolean) except replaces the time separator with the specified
string.
- formatDuration(long) - Static method in class org.fujion.common.DateUtil
-
Formats a duration in ms.
- formatDuration(long, DateUtil.TimeUnit) - Static method in class org.fujion.common.DateUtil
-
Formats a duration in ms to the specified accuracy.
- formatDuration(long, DateUtil.TimeUnit, boolean, boolean) - Static method in class org.fujion.common.DateUtil
-
Formats a duration in ms to the specified accuracy.
- formatElapsed(double) - Static method in class org.fujion.common.DateUtil
-
Return elapsed time in ms to displayable format with units.
- formatElapsed(double, DateUtil.TimeUnit) - Static method in class org.fujion.common.DateUtil
-
Return elapsed time in ms to displayable format with units.
- formatElapsed(double, boolean, boolean, boolean) - Static method in class org.fujion.common.DateUtil
-
Return elapsed time in ms to displayable format with units.
- formatElapsed(double, boolean, boolean, boolean, DateUtil.TimeUnit) - Static method in class org.fujion.common.DateUtil
-
Return elapsed time in ms to displayable format with units.
- formatMessage(String, Locale, Object...) - Static method in class org.fujion.common.StrUtil
-
Formats a message.
- formatMessage(String, Object...) - Static method in class org.fujion.common.StrUtil
-
Formats a message.
- formatNodeName(Node, XMLUtil.TagFormat) - Static method in class org.fujion.common.XMLUtil
-
Returns the formatted name for the node.
- fromList(Iterable<?>) - Static method in class org.fujion.common.StrUtil
-
Builds a newline-delimited string from a list.
- fromList(Iterable<?>, String) - Static method in class org.fujion.common.StrUtil
-
Builds a delimited string from a list.
- fromList(Iterable<?>, String, String) - Static method in class org.fujion.common.StrUtil
-
Builds a delimited string from a list.
- get(KEY) - Method in class org.fujion.common.AbstractCache
-
Get value for specified key.
- get(KEY) - Method in class org.fujion.common.AbstractRegistry
-
Returns the value associated with the specified key.
- get(Object) - Method in class org.fujion.common.RegistryMap
-
- get(int) - Method in class org.fujion.common.WeakList
-
Returns the element referenced at the specified index.
- get(Object) - Method in class org.fujion.common.WeakMap
-
- getAlias(Class<?>) - Static method in class org.fujion.common.JSONUtil
-
Returns an alias given its associated class.
- getAll() - Method in class org.fujion.common.AbstractRegistry
-
Returns a read-only collection of all registry entries.
- getDefaultLocale() - Static method in class org.fujion.common.Localizer
-
Returns the default locale.
- getEndDate() - Method in class org.fujion.common.DateRange
-
Returns the end date.
- getFormatter() - Method in enum org.fujion.common.DateUtil.Format
-
Returns a formatter for this date format.
- getIterator(Iterable<WeakReference<E>>) - Method in class org.fujion.common.WeakCollectionBase
-
- getKey(VALUE) - Method in class org.fujion.common.AbstractRegistry
-
Returns the key to use to store the item.
- getLabel() - Method in class org.fujion.common.DateRange
-
Returns the display label.
- getLabel(String, Object...) - Static method in class org.fujion.common.StrUtil
-
Returns a formatted message given a label identifier.
- getLabel(String, Locale, Object...) - Static method in class org.fujion.common.StrUtil
-
Returns a formatted message given a label identifier.
- getLocale() - Method in interface org.fujion.common.Localizer.ILocaleResolver
-
Returns the default locale when none is specified.
- getLocalTimeZone() - Static method in class org.fujion.common.DateUtil
-
Returns the user's time zone.
- getMapper() - Static method in class org.fujion.common.JSONUtil
-
Returns an instance of the mapper for the default type property.
- getMapper(String) - Static method in class org.fujion.common.JSONUtil
-
Returns an instance of the mapper for the specified type property.
- getMessage(String, Locale, Object...) - Method in class org.fujion.common.BundleMessageSource
-
The first "."-delimited piece of the id is the bundle base with the remainder being the
message key.
- getMessage(String, Locale, Object...) - Static method in class org.fujion.common.Localizer
-
Returns a formatted message given a label identifier.
- getMessage(String, Locale, Object...) - Method in interface org.fujion.common.Localizer.IMessageSource
-
Retrieve a message for the specified locale given its id.
- getNameFromRGB(String) - Static method in class org.fujion.common.ColorUtil
-
Returns the name equivalent of the RGB color.
- getParameterTypes(Object...) - Static method in class org.fujion.common.MiscUtil
-
Returns an array of parameter types given an array of parameters.
- getPattern() - Method in enum org.fujion.common.DateUtil.Format
-
Returns the format pattern.
- getRawEndDate() - Method in class org.fujion.common.DateRange
-
Returns the raw end date.
- getRawStartDate() - Method in class org.fujion.common.DateRange
-
Returns the raw start date.
- getReferent(WeakReference<E>) - Method in class org.fujion.common.WeakCollectionBase
-
- getRGBFromName(String) - Static method in class org.fujion.common.ColorUtil
-
Returns the RGB equivalent of the named color.
- getStartDate() - Method in class org.fujion.common.DateRange
-
Returns the start date.
- getTimeZone() - Static method in class org.fujion.common.Localizer
-
Returns the local time zone.
- getTimeZone() - Method in interface org.fujion.common.Localizer.ITimeZoneResolver
-
Returns the current time zone.
- serialize(Object) - Static method in class org.fujion.common.JSONUtil
-
Serializes an object to JSON format.
- serialize(Object, boolean) - Static method in class org.fujion.common.JSONUtil
-
Serializes an object to JSON format.
- serialize(String, Object) - Static method in class org.fujion.common.JSONUtil
-
Serializes an object to JSON format.
- serialize(String, Object, boolean) - Static method in class org.fujion.common.JSONUtil
-
Serializes an object to JSON format.
- set(int, E) - Method in class org.fujion.common.WeakList
-
Sets a weak reference to the specified element.
- setDateFormat(DateFormat) - Static method in class org.fujion.common.JSONUtil
-
Sets the date format to be used when serializing dates.
- setDateFormat(String, DateFormat) - Static method in class org.fujion.common.JSONUtil
-
Sets the date format to be used when serializing dates.
- setLocaleResolver(Localizer.ILocaleResolver) - Static method in class org.fujion.common.Localizer
-
Sets the resolver used to determine the default locale.
- setTimeZoneResolver(Localizer.ITimeZoneResolver) - Static method in class org.fujion.common.Localizer
-
Sets the resolver used to determine the local time zone.
- size() - Method in class org.fujion.common.AbstractCache
-
Return number of entries.
- size() - Method in class org.fujion.common.AbstractRegistry
-
Return number of entries.
- size() - Method in class org.fujion.common.ProxiedCollection
-
- size() - Method in class org.fujion.common.RegistryMap
-
- size() - Method in class org.fujion.common.WeakList
-
Returns the size of the underlying list.
- size() - Method in class org.fujion.common.WeakMap
-
Returns the size of the underlying list.
- split(String, String) - Static method in class org.fujion.common.StrUtil
-
Splits a string using the specified delimiter.
- split(String, String, int) - Static method in class org.fujion.common.StrUtil
-
Splits a string using the specified delimiter.
- split(String, String, int, boolean) - Static method in class org.fujion.common.StrUtil
-
Splits a string using the specified delimiter.
- SQT - Static variable in class org.fujion.common.StrUtil
-
- strAppend(StringBuilder, String) - Static method in class org.fujion.common.StrUtil
-
Append a value to a string builder, using specified separator.
- strAppend(StringBuilder, String, String) - Static method in class org.fujion.common.StrUtil
-
Append a value to a string builder, using specified separator.
- strAppend(String, String) - Static method in class org.fujion.common.StrUtil
-
Append a value to a text string, using default separator (comma).
- strAppend(String, String, String) - Static method in class org.fujion.common.StrUtil
-
Append a value to a text string, using specified separator.
- stripQuotes(String) - Static method in class org.fujion.common.StrUtil
-
Strip enclosing quotes (double or single) from a string.
- stripTime(Date) - Static method in class org.fujion.common.DateUtil
-
Strips the time component from a date.
- strTruncate(String, int) - Static method in class org.fujion.common.StrUtil
-
Truncates a string if it exceeds a maximum length, appending an ellipsis to the end.
- StrUtil - Class in org.fujion.common
-
Utility methods for managing strings.
- subList(int, int) - Method in class org.fujion.common.WeakList
-
- TIME_UNIT - Static variable in class org.fujion.common.DateUtil
-
Labels for time units.
- toArray() - Method in class org.fujion.common.ProxiedCollection
-
- toArray(S[]) - Method in class org.fujion.common.ProxiedCollection
-
- toArray() - Method in class org.fujion.common.WeakList
-
- toArray(T[]) - Method in class org.fujion.common.WeakList
-
- toBoolean(String) - Static method in class org.fujion.common.StrUtil
-
Converts a text value to a boolean result.
- toCamelCaseLower(String) - Static method in class org.fujion.common.StrUtil
-
Converts a string to lower camel case using whitespace and underscores as word boundaries.
- toCamelCaseUpper(String) - Static method in class org.fujion.common.StrUtil
-
Converts a string to upper camel case using whitespace and underscores as word boundaries.
- toColor(String) - Static method in class org.fujion.common.ColorUtil
-
Returns a Color object that corresponds to the value.
- toColor(String, Color) - Static method in class org.fujion.common.ColorUtil
-
Returns a Color object that corresponds to the value.
- toDate(int, int, int) - Static method in class org.fujion.common.DateUtil
-
Converts day, month, and year to a date.
- toDate(int, int, int, int, int, int) - Static method in class org.fujion.common.DateUtil
-
Converts day, month, year and time parameters to a date.
- today() - Static method in class org.fujion.common.DateUtil
-
Returns a date with the current day (no time).
- toDelimitedStr(String, Object...) - Static method in class org.fujion.common.StrUtil
-
Converts a parameter list into a delimited string
- toDouble(String) - Static method in class org.fujion.common.StrUtil
-
Converts a text value to a double.
- toHL7(Date) - Static method in class org.fujion.common.DateUtil
-
Convert a date to HL7 format.
- toInt(String) - Static method in class org.fujion.common.StrUtil
-
Converts a text value to an integer.
- toList(String) - Static method in class org.fujion.common.StrUtil
-
Converts a string containing a '\n'-delimited list of elements to a string list.
- toList(String, String) - Static method in class org.fujion.common.StrUtil
-
Converts a string containing a delimited list of elements to a string list.
- toList(String, List<String>) - Static method in class org.fujion.common.StrUtil
-
Converts a string containing a '\n'-delimited list of elements to a string list.
- toList(String, List<String>, String) - Static method in class org.fujion.common.StrUtil
-
Converts a string containing a delimited list of elements to a string list.
- toLong(String) - Static method in class org.fujion.common.StrUtil
-
Converts a text value to a long integer.
- toString(Color) - Static method in class org.fujion.common.ColorUtil
-
Converts a color to a web-friendly string format.
- toString() - Method in class org.fujion.common.DateRange
-
Returns the serialized version of the object.
- toString(double) - Static method in class org.fujion.common.NumUtil
-
Converts a double to a string without the trailing fractional zero.
- toString() - Method in class org.fujion.common.QueryStringBuilder
-
- toString(Version.VersionPart) - Method in class org.fujion.common.Version
-
Returns the text representation of the version, padding to the minimum length specified.
- toString() - Method in class org.fujion.common.Version
-
- toString(Document) - Static method in class org.fujion.common.XMLUtil
-
Converts an XML document to a formatted XML string.
- toString(Document, int) - Static method in class org.fujion.common.XMLUtil
-
Converts an XML document to a formatted XML string.
- toUnchecked(Throwable) - Static method in class org.fujion.common.MiscUtil
-
Converts a checked exception to unchecked.
- valueOf(String) - Static method in enum org.fujion.common.DateUtil.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.common.DateUtil.TimeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.common.RegistryMap.DuplicateAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.common.Version.VersionPart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.common.XMLUtil.TagFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.fujion.common.DateUtil.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.common.DateUtil.TimeUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.common.RegistryMap.DuplicateAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.fujion.common.RegistryMap
-
- values() - Static method in enum org.fujion.common.Version.VersionPart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.fujion.common.WeakMap
-
- values() - Static method in enum org.fujion.common.XMLUtil.TagFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in org.fujion.common
-
Representation of a standard 4-part version number in the format:
- Version() - Constructor for class org.fujion.common.Version
-
- Version(String) - Constructor for class org.fujion.common.Version
-
- Version(int) - Constructor for class org.fujion.common.Version
-
- Version(int, int) - Constructor for class org.fujion.common.Version
-
- Version(int, int, int) - Constructor for class org.fujion.common.Version
-
- Version(int, int, int, int) - Constructor for class org.fujion.common.Version
-
- Version.VersionPart - Enum in org.fujion.common
-
Specifies a version part.