- CachedClassLoader - Class in org.ofbiz.core.util
-
Caching Class Loader
- CachedClassLoader(ClassLoader, String) - Constructor for class org.ofbiz.core.util.CachedClassLoader
-
- cacheLineTable - Variable in class org.ofbiz.core.util.UtilCache
-
A hashtable containing a CacheLine object with a value and a loadTime for each element.
- charInString(char, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if single character c(actually a string) is contained within string s.
- checkBoolean(String) - Static method in class org.ofbiz.core.util.UtilXml
-
- checkBoolean(String, boolean) - Static method in class org.ofbiz.core.util.UtilXml
-
- checkEmpty(String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns the first passed String if not empty, otherwise the second if not empty, otherwise an empty but non-null String.
- checkEmpty(String, String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns the first passed String if not empty, otherwise the second if not empty, otherwise the third if not empty, otherwise an empty but non-null String.
- checkEmpty(String) - Static method in class org.ofbiz.core.util.UtilXml
-
- checkEmpty(String, String) - Static method in class org.ofbiz.core.util.UtilXml
-
- checkEmpty(String, String, String) - Static method in class org.ofbiz.core.util.UtilXml
-
- checkNull(String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Checks to see if the passed string is null, if it is returns an empty but non-null string.
- checkNull(String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns the first passed String if not null, otherwise the second if not null, otherwise an empty but non-null String.
- checkNull(String, String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns the first passed String if not null, otherwise the second if not null, otherwise the third if not null, otherwise an empty but non-null String.
- checkNull(String, String, String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns the first passed String if not null, otherwise the second if not null, otherwise the third if not null, otherwise the fourth if not null, otherwise an empty but non-null String.
- childElementList(Element, String) - Static method in class org.ofbiz.core.util.UtilXml
-
Return a List of Element objects that have the given name and are
immediate children of the given element; if name is null, all child
elements will be included.
- childElementValue(Element, String) - Static method in class org.ofbiz.core.util.UtilXml
-
Return the text (node value) contained by the named child node.
- childElementValue(Element, String, String) - Static method in class org.ofbiz.core.util.UtilXml
-
Return the text (node value) contained by the named child node or a default value if null.
- classCache - Static variable in class org.ofbiz.core.util.ObjectType
-
- className - Variable in class org.ofbiz.core.config.SecurityConfigUtil.SecurityInfo
-
- ClasspathLoader - Class in org.ofbiz.core.config
-
Loads resources from the classpath
- ClasspathLoader() - Constructor for class org.ofbiz.core.config.ClasspathLoader
-
- cleanUpPathPrefix(String) - Static method in class org.ofbiz.core.util.StringUtil
-
Make sure the string starts with a forward slash but does not end with one; converts back-slashes to forward-slashes; if in String is null or empty, returns zero length string.
- clear() - Method in class org.ofbiz.core.util.UtilCache
-
Removes all elements from this cache
- clear() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- clearAllCaches() - Static method in class org.ofbiz.core.util.UtilCache
-
Removes all elements from this cache
- clearCounters() - Method in class org.ofbiz.core.util.UtilCache
-
Clears the hit and miss counters
- clearExpired() - Method in class org.ofbiz.core.util.UtilCache
-
Clears all expired cache entries; also clear any cache entries where the SoftReference in the CacheLine object has been cleared by the gc
- clearExpiredFromAllCaches() - Static method in class org.ofbiz.core.util.UtilCache
-
Clears all expired cache entries from all caches
- clearInitialContext(String) - Static method in class org.ofbiz.core.util.JNDIContextFactory
-
Removes an entry from the JNDI cache.
- clone() - Method in class org.ofbiz.core.util.FlexibleProperties
-
- compare(Map<K, ?>, Map<K, ?>) - Method in class org.ofbiz.core.util.MapComparator
-
- ConfigXMLReader - Class in org.ofbiz.core.util
-
ConfigXMLReader.java - Reads and parses the XML site config files.
- ConfigXMLReader() - Constructor for class org.ofbiz.core.util.ConfigXMLReader
-
- containsKey(Object) - Method in class org.ofbiz.core.util.UtilCache
-
Returns a boolean specifying whether or not an element with the specified key is in the cache.
- containsKey(Object) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- containsValue(Object) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- contextProviderUrl - Variable in class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
-
- ContiguousUSStateCodes - Static variable in class org.ofbiz.core.util.UtilValidate
-
Valid contiguous U.S.
- creditCardDelimiters - Static variable in class org.ofbiz.core.util.UtilValidate
-
non-digit characters which are allowed in credit card numbers
- FATAL - Static variable in class org.ofbiz.core.util.Debug
-
- fatalError(SAXParseException) - Method in class org.ofbiz.core.util.UtilXml.LocalErrorHandler
-
- fatalOn() - Static method in class org.ofbiz.core.util.Debug
-
- FileLoader - Class in org.ofbiz.core.config
-
Loads resources from the file system
- FileLoader() - Constructor for class org.ofbiz.core.config.FileLoader
-
- firstChildElement(Element, String) - Static method in class org.ofbiz.core.util.UtilXml
-
Return the first child Element with the given name; if name is null
returns the first element.
- firstChildElement(Element, String, String, String) - Static method in class org.ofbiz.core.util.UtilXml
-
Return the first child Element with the given name; if name is null
returns the first element.
- FIRSTVISIT - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- FlexibleProperties - Class in org.ofbiz.core.util
-
Simple Class for flexibly working with properties files
- FlexibleProperties() - Constructor for class org.ofbiz.core.util.FlexibleProperties
-
- FlexibleProperties(Properties) - Constructor for class org.ofbiz.core.util.FlexibleProperties
-
- FlexibleProperties(URL) - Constructor for class org.ofbiz.core.util.FlexibleProperties
-
- FlexibleProperties(URL, Properties) - Constructor for class org.ofbiz.core.util.FlexibleProperties
-
- formatDate(Timestamp) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a String timestamp into a nice string
- formatPercentage(Double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a Double representing a percentage into a string
- formatPercentage(double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a double representing a percentage into a string
- formatPrice(Double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a Double representing a price into a string
- formatPrice(double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a double representing a price into a string
- formatQuantity(Long) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an Long representing a quantity into a string
- formatQuantity(long) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an int representing a quantity into a string
- formatQuantity(Integer) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an Integer representing a quantity into a string
- formatQuantity(int) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an int representing a quantity into a string
- formatQuantity(Float) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a Float representing a quantity into a string
- formatQuantity(float) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a float representing a quantity into a string
- formatQuantity(Double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an Double representing a quantity into a string
- formatQuantity(double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an double representing a quantity into a string
- fromClass(Class<?>) - Static method in class org.ofbiz.core.util.UtilURL
-
- fromFilename(String) - Static method in class org.ofbiz.core.util.UtilURL
-
- fromResource(String) - Static method in class org.ofbiz.core.util.UtilURL
-
- fromResource(Class<?>, String) - Static method in class org.ofbiz.core.util.UtilURL
-
- fromResource(String, ClassLoader) - Static method in class org.ofbiz.core.util.UtilURL
-
- fullLocation(String) - Method in class org.ofbiz.core.config.ResourceLoader
-
Just a utility method to be used in loadResource by the implementing class
- GeneralException - Exception in org.ofbiz.core.util
-
Base OFBiz Exception, provides nested exceptions, etc
- GeneralException() - Constructor for exception org.ofbiz.core.util.GeneralException
-
Creates new GeneralException without detail message.
- GeneralException(String) - Constructor for exception org.ofbiz.core.util.GeneralException
-
Constructs an GeneralException with the specified detail message.
- GeneralException(String, Throwable) - Constructor for exception org.ofbiz.core.util.GeneralException
-
Constructs an GeneralException with the specified detail message and nested Exception.
- GeneralException(Throwable) - Constructor for exception org.ofbiz.core.util.GeneralException
-
Constructs an GeneralException with the specified detail message and nested Exception.
- GeneralRuntimeException - Exception in org.ofbiz.core.util
-
Base OFBiz Runtime Exception, provides nested exceptions, etc
- GeneralRuntimeException() - Constructor for exception org.ofbiz.core.util.GeneralRuntimeException
-
Creates new GeneralException without detail message.
- GeneralRuntimeException(String) - Constructor for exception org.ofbiz.core.util.GeneralRuntimeException
-
Constructs an GeneralException with the specified detail message.
- GeneralRuntimeException(String, Throwable) - Constructor for exception org.ofbiz.core.util.GeneralRuntimeException
-
Constructs an GeneralException with the specified detail message and nested Exception.
- GenericConfigException - Exception in org.ofbiz.core.config
-
GenericConfigException
- GenericConfigException() - Constructor for exception org.ofbiz.core.config.GenericConfigException
-
- GenericConfigException(String) - Constructor for exception org.ofbiz.core.config.GenericConfigException
-
- GenericConfigException(String, Throwable) - Constructor for exception org.ofbiz.core.config.GenericConfigException
-
- get(K) - Method in class org.ofbiz.core.util.UtilCache
-
Gets an element from the cache according to the specified key.
- get(Object) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- getCardType(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid number for any accepted credit card, and return the name of that type
- getConfigMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Gets a HashMap of site configuration variables.
- getDayEnd(Timestamp) - Static method in class org.ofbiz.core.util.UtilDateTime
-
- getDayEnd(Timestamp, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
- getDayStart(Timestamp) - Static method in class org.ofbiz.core.util.UtilDateTime
-
- getDayStart(Timestamp, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
- getDefaultProperties() - Method in class org.ofbiz.core.util.FlexibleProperties
-
- getDocument() - Method in class org.ofbiz.core.config.ResourceHandler
-
- getDoPropertyExpansion() - Method in class org.ofbiz.core.util.FlexibleProperties
-
- getExpireTime() - Method in class org.ofbiz.core.util.UtilCache
-
return the current expire time for the cache elements
- getFullLocation() - Method in class org.ofbiz.core.config.ResourceHandler
-
- getHandlerMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Gets a HashMap of handler mappings.
- getHitCount() - Method in class org.ofbiz.core.util.UtilCache
-
Returns the number of successful hits on the cache
- getInitialContext(String) - Static method in class org.ofbiz.core.util.JNDIContextFactory
-
Return the initial context according to the entityengine.xml parameters that correspond to the given prefix
- getInstance(String) - Static method in class org.ofbiz.core.util.ObjectType
-
Returns an instance of the specified class
- getJndiServerInfo(String) - Static method in class org.ofbiz.core.config.JNDIConfigUtil
-
- getLevelFromString(String) - Static method in class org.ofbiz.core.util.Debug
-
Gets an Integer representing the level number from a String representing the level name; will return null if not found
- getLevelFromStringWithDefault(String) - Static method in class org.ofbiz.core.util.Debug
-
Gets an int representing the level number from a String representing the level name; if level not found defaults to Debug.INFO
- getLoader(String, String) - Static method in class org.ofbiz.core.config.ResourceLoader
-
- getLoaderName() - Method in class org.ofbiz.core.config.ResourceHandler
-
- getLocation() - Method in class org.ofbiz.core.config.ResourceHandler
-
- getLog() - Method in class org.ofbiz.core.util.UtilTimer
-
Gets the value of the log member, denoting whether log output is off or not
- getLogger(String) - Static method in class org.ofbiz.core.util.Debug
-
- getMaxSize() - Method in class org.ofbiz.core.util.UtilCache
-
Returns the current maximum number of elements in the cache
- getMessage() - Method in exception org.ofbiz.core.util.GeneralException
-
Returns the detail message, including the message from the nested exception if there is one.
- getMessage() - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Returns the detail message, including the message from the nested exception if there is one.
- getMessage(String, String, Locale) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file corresponding to the given locale.
- getMessage(String, String, Object[], Locale) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file corresponding
to the given locale and replacing argument place holders with the given arguments using the MessageFormat class
- getMessage(String, String, List<?>, Locale) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file corresponding
to the given locale and replacing argument place holders with the given arguments using the MessageFormat class
- getMissCount() - Method in class org.ofbiz.core.util.UtilCache
-
Returns the number of cache misses
- getName() - Method in class org.ofbiz.core.util.UtilCache
-
Getter for the name of the UtilCache instance.
- getNested() - Method in exception org.ofbiz.core.util.GeneralException
-
Returns the nested exception if there is one, or this if there is not.
- getNested() - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Returns the nested exception if there is one, or null if there is not.
- getNextDayStart(Timestamp) - Static method in class org.ofbiz.core.util.UtilDateTime
-
- getNextDefaultIndex(String) - Method in class org.ofbiz.core.util.UtilCache
-
- getNonNestedMessage() - Method in exception org.ofbiz.core.util.GeneralException
-
Returns the detail message, NOT including the message from the nested exception.
- getNonNestedMessage() - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Returns the detail message, NOT including the message from the nested exception.
- getPrintStream() - Static method in class org.ofbiz.core.util.Debug
-
- getPrintWriter() - Static method in class org.ofbiz.core.util.Debug
-
- getProperties(String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the specified resource/properties file
- getProperties(URL) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the specified resource/properties file
- getProperties(String, Locale) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the specified resource/properties file
NOTE: This is NOT fully implemented yet to fulfill all of the requirements
for i18n messages.
- getPropertyNumber(String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
- getPropertyNumber(URL, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
- getPropertyValue(String, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file.
- getPropertyValue(String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file
- getPropertyValue(URL, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file.
- getPropertyValue(URL, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file
- getRequestMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Gets a HashMap of request mappings.
- getResource(String) - Method in class org.ofbiz.core.util.CachedClassLoader
-
- getResourceBundle(String, Locale) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the specified resource/properties file as a ResourceBundle
- getSecurityInfo(String) - Static method in class org.ofbiz.core.config.SecurityConfigUtil
-
Returns the security config for a given name
- getSplitPropertyValue(URL, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of a split property name from the specified resource/properties file
Rather than specifying the property name the value of a name.X property is specified which
will correspond to a value.X property whose value will be returned.
- getStream() - Method in class org.ofbiz.core.config.ResourceHandler
-
- getSubTagValue(Node, String) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Not used right now
- getTruncateIfMissing() - Method in class org.ofbiz.core.util.FlexibleProperties
-
- getURL() - Method in class org.ofbiz.core.util.FlexibleProperties
-
- getUseSoftReference() - Method in class org.ofbiz.core.util.UtilCache
-
Return whether or not the cache lines should use a soft reference to the data
- getValue() - Method in class org.ofbiz.core.util.UtilCache.CacheLine
-
- getViewMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Gets a HashMap of view mappings.
- getXmlDocument() - Static method in class org.ofbiz.core.config.JNDIConfigUtil
-
- getXmlDocument(String) - Static method in class org.ofbiz.core.config.ResourceLoader
-
- getXmlDocument() - Static method in class org.ofbiz.core.config.SecurityConfigUtil
-
Returns the XmlDocument for the security config
- getXmlRootElement() - Static method in class org.ofbiz.core.config.JNDIConfigUtil
-
- getXmlRootElement(String) - Static method in class org.ofbiz.core.config.ResourceLoader
-
- getXmlRootElement() - Static method in class org.ofbiz.core.config.SecurityConfigUtil
-
Returns the XmlRootElement for the security config
- globalBadClassNameSet - Static variable in class org.ofbiz.core.util.CachedClassLoader
-
- globalBadResourceNameSet - Static variable in class org.ofbiz.core.util.CachedClassLoader
-
- globalClassNameClassMap - Static variable in class org.ofbiz.core.util.CachedClassLoader
-
- globalResourceMap - Static variable in class org.ofbiz.core.util.CachedClassLoader
-
- ifNotEmpty(String, String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns pre + base + post if base String is not null or empty, otherwise an empty but non-null String.
- IMPORTANT - Static variable in class org.ofbiz.core.util.Debug
-
- importantOn() - Static method in class org.ofbiz.core.util.Debug
-
- INCLUDE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
URI Config Variables
- INCLUDE_FILE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- INCLUDE_URL - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- INFO - Static variable in class org.ofbiz.core.util.Debug
-
- infoOn() - Static method in class org.ofbiz.core.util.Debug
-
- init(String, String, String) - Method in class org.ofbiz.core.config.ResourceLoader
-
- initialContextFactory - Variable in class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
-
- initialize(Element) - Static method in class org.ofbiz.core.config.JNDIConfigUtil
-
- initialize(Element) - Static method in class org.ofbiz.core.config.SecurityConfigUtil
-
Initializes the security configuration
- instanceOf(Object, Object) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of a sub-class of or properly implements an interface
- instanceOf(Object, String) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of a sub-class of or properly implements an interface
- instanceOf(Object, String, ClassLoader) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of a sub-class of or properly implements an interface
- instanceOf(Object, Class<?>) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of a sub-class of or properly implements an interface
- interfaceOf(Object, String) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object properly implements the specified interface
- interfaceOf(Object, Object) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object properly implements the specified interface
- interfaceOf(Object, Class<?>) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object properly implements the specified interface
- interpolate(String, Properties) - Static method in class org.ofbiz.core.util.FlexibleProperties
-
- interpolate(String, Properties, boolean) - Static method in class org.ofbiz.core.util.FlexibleProperties
-
- interpolate(String, Properties, boolean, ArrayList<String>) - Static method in class org.ofbiz.core.util.FlexibleProperties
-
- interpolateProperties() - Method in class org.ofbiz.core.util.FlexibleProperties
-
- interpolateProperties(Properties) - Static method in class org.ofbiz.core.util.FlexibleProperties
-
- interpolateProperties(Properties, boolean) - Static method in class org.ofbiz.core.util.FlexibleProperties
-
- invalidateDocument(String) - Static method in class org.ofbiz.core.config.ResourceLoader
-
- isAlphabetic(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is letters only.
- isAlphanumeric(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is English letters (A ..
- isAmericanExpress(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid American Express number
- isAnyCard(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid number for any accepted credit card
- isAnyCardMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isCardMatch(String, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid number for the specified type
- isCarteBlanche(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid Carte Blanche number
- isContiguousStateCode(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Return true if s is a valid contiguous U.S.
- isContiguousStateCodeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isContiguousZipCode(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is a valid contiguous U.S.
- isContiguousZipCodeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isCreditCard(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks credit card number with Luhn Mod-10 test
- isCreditCardPrefixMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isCreditCardSuffixMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isDate(String, String, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isDate returns true if string arguments year, month, and day form a valid date.
- isDate(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isDate returns true if string argument date forms a valid date.
- isDateAfterToday - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isDateAfterToday(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isDate returns true if string argument date forms a valid date and is after today.
- isDateMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isDatePrefixMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isDateSuffixMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isDay(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isDay returns true if string s is a valid day number between 1 and 31.
- isDayMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isDigit(char) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if character c is a digit (0 ..
- isDinersClub(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid Diners Club number
- isDiscover(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid Discover number
- isEmail(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Email address must be of form a@b.c -- in other words:
- there must be at least one character before the @
- there must be at least one character before and after the .
- isEmailMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isEmpty() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- isEmpty(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Check whether string s is empty.
- isEmpty(Collection<?>) - Static method in class org.ofbiz.core.util.UtilValidate
-
Check whether collection c is empty.
- isEnRoute(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid EnRoute number
- isFileResource() - Method in class org.ofbiz.core.config.ResourceHandler
-
- isFloat(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
True if string s is an unsigned floating point(real) number.
- isFloatMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isGlobalPath(String) - Method in class org.ofbiz.core.util.CachedClassLoader
-
- isHour(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isHour returns true if string s is a valid number between 0 and 23.
- isHourMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if all characters in string s are numbers.
- isIntegerInRange(String, int, int) - Static method in class org.ofbiz.core.util.UtilValidate
-
isIntegerInRange returns true if string s is an integer
within the range of integer arguments a and b, inclusive.
- isIntegerMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isInternationalPhoneNumber(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isInternationalPhoneNumber returns true if string s is a valid
international phone number.
- isInternationalPhoneNumberMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isJCB(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid JCB number
- isLetter(char) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if character c is an English letter (A ..
- isLetterOrDigit(char) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if character c is a letter or digit.
- isLongMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isMasterCard(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid Master Card number
- isMinute(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isMinute returns true if string s is a valid number between 0 and 59.
- isMinuteMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isMonth(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isMonth returns true if string s is a valid month number between 1 and 12.
- isMonthMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isNegativeInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is an integer < 0.
- isNonnegativeInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is an integer >= 0.
- isNonpositiveInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is an integer <= 0.
- isNotEmpty(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Check whether string s is NOT empty.
- isNotEmpty(Collection<?>) - Static method in class org.ofbiz.core.util.UtilValidate
-
Check whether collection c is NOT empty.
- isNotEmptyMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isNotPoBox(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isNotPoBox returns true if address argument does not contain anything that looks like a a PO Box.
- isOn(int) - Static method in class org.ofbiz.core.util.Debug
-
- isOrSubOf(Object, String) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of or a sub-class of the parent
- isOrSubOf(Object, Object) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of or a sub-class of the parent
- isOrSubOf(Object, Class<?>) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of or a sub-class of the parent
- isPositiveInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is an integer > 0.
- isSecond(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isSecond returns true if string s is a valid number between 0 and 59.
- isSecondMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isSignedDouble(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
True if string s is a signed or unsigned floating point
(real) number.
- isSignedDoubleMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isSignedFloat(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
True if string s is a signed or unsigned floating point
(real) number.
- isSignedFloatMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isSignedInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if all characters are numbers;
first character is allowed to be + or - as well.
- isSignedIntegerMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isSignedLong(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if all characters are numbers;
first character is allowed to be + or - as well.
- isSignedLongMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isSSN(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isSSN returns true if string s is a valid U.S.
- isSSNMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isStateCode(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Return true if s is a valid U.S.
- isStateCodeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isTime(String, String, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isTime returns true if string arguments hour, minute, and second form a valid time.
- isTime(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isTime returns true if string argument time forms a valid time.
- isTimeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isUSPhoneAreaCode(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isUSPhoneAreaCode returns true if string s is a valid U.S.
- isUSPhoneAreaCodeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isUSPhoneMainNumber(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isUSPhoneMainNumber returns true if string s is a valid U.S.
- isUSPhoneMainNumberMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isUSPhoneMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isUSPhoneNumber(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isUSPhoneNumber returns true if string s is a valid U.S.
- isVisa(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid Visa number
- isWhitespace(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is empty or whitespace characters only.
- isYear(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isYear returns true if string s is a valid
Year number.
- isYearMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- isZipCode(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isZIPCode returns true if string s is a valid U.S.
- isZipCodeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
-
- parseLocale(String) - Static method in class org.ofbiz.core.util.UtilMisc
-
Parse a locale string Locale object
- phoneNumberDelimiters - Static variable in class org.ofbiz.core.util.UtilValidate
-
non-digit characters which are allowed in phone numbers
- POSTPROCESSOR - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- prefix - Variable in class org.ofbiz.core.config.ResourceLoader
-
- PREPROCESSOR - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- printStackTrace() - Method in exception org.ofbiz.core.util.GeneralException
-
Prints the composite message to System.err.
- printStackTrace(PrintStream) - Method in exception org.ofbiz.core.util.GeneralException
-
Prints the composite message and the embedded stack trace to the specified stream ps.
- printStackTrace(PrintWriter) - Method in exception org.ofbiz.core.util.GeneralException
-
Prints the composite message and the embedded stack trace to the specified print writer pw.
- printStackTrace() - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Prints the composite message to System.err.
- printStackTrace(PrintStream) - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Prints the composite message and the embedded stack trace to the specified stream ps.
- printStackTrace(PrintWriter) - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Prints the composite message and the embedded stack trace to the specified print writer pw.
- printStream - Static variable in class org.ofbiz.core.util.Debug
-
- printWriter - Static variable in class org.ofbiz.core.util.Debug
-
- propertyValueEquals(String, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Compares the specified property to the compareString, returns true if they are the same, false otherwise
- propertyValueEquals(URL, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Compares the specified property to the compareString, returns true if they are the same, false otherwise
- propertyValueEqualsIgnoreCase(String, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Compares Ignoring Case the specified property to the compareString, returns true if they are the same, false otherwise
- propertyValueEqualsIgnoreCase(URL, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Compares Ignoring Case the specified property to the compareString, returns true if they are the same, false otherwise
- put(K, V) - Method in class org.ofbiz.core.util.UtilCache
-
Puts or loads the passed element into the cache
- put(String, Object) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- putAll(Map<? extends String, ?>) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- secondsSinceLast() - Method in class org.ofbiz.core.util.UtilTimer
-
Returns the number of seconds since the last time timerString was called
- secondsSinceStart() - Method in class org.ofbiz.core.util.UtilTimer
-
Returns the number of seconds since the timer started
- SECURITY - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- SECURITY_AUTH - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- SECURITY_CLASS - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- SECURITY_CONFIG_XML_FILENAME - Static variable in class org.ofbiz.core.config.SecurityConfigUtil
-
The security config filename
- SECURITY_DIRECT - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- SECURITY_EXTVIEW - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- SECURITY_HTTPS - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- SecurityConfigUtil - Class in org.ofbiz.core.config
-
SecurityConfigUtil
This class allows the loading of a security implementation by a security context name.
- SecurityConfigUtil() - Constructor for class org.ofbiz.core.config.SecurityConfigUtil
-
- SecurityConfigUtil.SecurityInfo - Class in org.ofbiz.core.config
-
SecurityInfo
- SecurityConfigUtil.SecurityInfo(Element) - Constructor for class org.ofbiz.core.config.SecurityConfigUtil.SecurityInfo
-
Creates a SecurityInfo for a given element
- securityCredentials - Variable in class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
-
- securityInfos - Static variable in class org.ofbiz.core.config.SecurityConfigUtil
-
- securityPrincipal - Variable in class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
-
- set(int, boolean) - Static method in class org.ofbiz.core.util.Debug
-
- setDefaultProperties(Properties) - Method in class org.ofbiz.core.util.FlexibleProperties
-
- setDoPropertyExpansion(boolean) - Method in class org.ofbiz.core.util.FlexibleProperties
-
- setExpireTime(long) - Method in class org.ofbiz.core.util.UtilCache
-
Sets the expire time for the cache elements.
- setLog(boolean) - Method in class org.ofbiz.core.util.UtilTimer
-
Sets the value of the log member, denoting whether log output is off or not
- setMaxSize(long) - Method in class org.ofbiz.core.util.UtilCache
-
Sets the maximum number of elements in the cache.
- setPrintStream(PrintStream) - Static method in class org.ofbiz.core.util.Debug
-
- setPropertiesParams(String) - Method in class org.ofbiz.core.util.UtilCache
-
- setTruncateIfMissing(boolean) - Method in class org.ofbiz.core.util.FlexibleProperties
-
- setURL(URL) - Method in class org.ofbiz.core.util.FlexibleProperties
-
- setUseSoftReference(boolean) - Method in class org.ofbiz.core.util.UtilCache.CacheLine
-
- setUseSoftReference(boolean) - Method in class org.ofbiz.core.util.UtilCache
-
Set whether or not the cache lines should use a soft reference to the data
- simpleTypeConvert(Object, String, String, Locale) - Static method in class org.ofbiz.core.util.ObjectType
-
Converts the passed object to the named simple type; supported types
include: String, Boolean, Double, Float, Long, Integer, Date (java.sql.Date),
Time, Timestamp;
- SITE_OWNER - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
- size() - Method in class org.ofbiz.core.util.UtilCache
-
Returns the number of elements currently in the cache
- size() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- sortMaps(List<Map<K, V>>, List<? extends K>) - Static method in class org.ofbiz.core.util.UtilMisc
-
Sort a List of Maps by specified consistent keys.
- split(String, String) - Static method in class org.ofbiz.core.util.StringUtil
-
Splits a String on a delimiter into a List of Strings.
- SQL_PACKAGE - Static variable in class org.ofbiz.core.util.ObjectType
-
- SSNDelimiters - Static variable in class org.ofbiz.core.util.UtilValidate
-
non-digit characters which are allowed in Social Security Numbers
- store(String) - Method in class org.ofbiz.core.util.FlexibleProperties
-
- StringUtil - Class in org.ofbiz.core.util
-
Misc String Utility Functions
- StringUtil() - Constructor for class org.ofbiz.core.util.StringUtil
-
- stripCharsInBag(String, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Removes all characters which appear in string bag from string s.
- stripCharsNotInBag(String, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Removes all characters which do NOT appear in string bag from string s.
- stripInitialWhitespace(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Removes initial(leading) whitespace characters from s.
- stripWhitespace(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Removes all whitespace characters from s.
- strToMap(String) - Static method in class org.ofbiz.core.util.StringUtil
-
Creates a Map from an encoded name/value pair string
- timerString(String) - Method in class org.ofbiz.core.util.UtilTimer
-
Creates a string with information including the passed message, the last passed message and the time since the last call, and the time since the beginning
- timerString(String, String) - Method in class org.ofbiz.core.util.UtilTimer
-
Creates a string with information including the passed message, the last passed message and the time since the last call, and the time since the beginning
- timerString(int, String) - Method in class org.ofbiz.core.util.UtilTimer
-
Creates a string with information including the passed message, the time since the last call,
and the time since the beginning.
- timeSinceLast() - Method in class org.ofbiz.core.util.UtilTimer
-
Returns the number of milliseconds since the last time timerString was called
- timeSinceStart() - Method in class org.ofbiz.core.util.UtilTimer
-
Returns the number of milliseconds since the timer started
- TIMING - Static variable in class org.ofbiz.core.util.Debug
-
- timingOn() - Static method in class org.ofbiz.core.util.Debug
-
- toDate(String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a date and time String into a Date
- toDate(String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a date String and a time String into a Date
- toDate(String, String, String, String, String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a Date from separate Strings for month, day, year, hour, minute, and second.
- toDate(int, int, int, int, int, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a Date from separate ints for month, day, year, hour, minute, and second.
- toDateString(Date) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a date String in the format MM/DD/YYYY from a Date
- toDateTimeString(Date) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a combined data and time string in the format "MM/DD/YYYY HH:MM:SS" from a Date.
- toIterator(Collection<T>) - Static method in class org.ofbiz.core.util.UtilMisc
-
Get an iterator from a collection, returning null if collection is null
- toList(T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toList(T, T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toList(T, T, T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toList(T, T, T, T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toList(T, T, T, T, T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toList(T, T, T, T, T, T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toList(Collection<T>) - Static method in class org.ofbiz.core.util.UtilMisc
-
- toMap(String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toMap(String, Object, String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toMap(String, Object, String, Object, String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toMap(String, Object, String, Object, String, Object, String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toMap(String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toMap(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toSqlDate(String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a date String into a java.sql.Date
- toSqlDate(String, String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a java.sql.Date from separate Strings for month, day, year
- toSqlDate(int, int, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a java.sql.Date from separate ints for month, day, year
- toSqlTime(String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a time String into a java.sql.Time
- toSqlTime(String, String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a java.sql.Time from separate Strings for hour, minute, and second.
- toSqlTime(int, int, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a java.sql.Time from separate ints for hour, minute, and second.
- toString() - Method in class org.ofbiz.core.config.ResourceHandler
-
- toString() - Method in class org.ofbiz.core.util.CachedClassLoader
-
- toString() - Method in class org.ofbiz.core.util.FlexibleProperties
-
- toString() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- toTimestamp(String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a date and time String into a Timestamp
- toTimestamp(String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a date String and a time String into a Timestamp
- toTimestamp(String, String, String, String, String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a Timestamp from separate Strings for month, day, year, hour, minute, and second.
- toTimestamp(int, int, int, int, int, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a Timestamp from separate ints for month, day, year, hour, minute, and second.
- toTimeString(Date) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a time String in the format HH:MM:SS from a Date.
- toTimeString(int, int, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a time String in the format HH:MM:SS from a separate ints for hour, minute, and second.
- uppercaseLetters - Static variable in class org.ofbiz.core.util.UtilValidate
-
upper-case letter characters
- urlCache - Static variable in class org.ofbiz.core.util.UtilProperties
-
An instance of the generic cache for storing the FlexibleProperties
corresponding to each properties file keyed by a URL object
- UrlLoader - Class in org.ofbiz.core.config
-
Loads resources from a URL
- UrlLoader() - Constructor for class org.ofbiz.core.config.UrlLoader
-
- urlPkgPrefixes - Variable in class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
-
- useLevelOnCache - Static variable in class org.ofbiz.core.util.Debug
-
- useLog4J - Static variable in class org.ofbiz.core.util.Debug
-
- useSoftReference - Variable in class org.ofbiz.core.util.UtilCache.CacheLine
-
- useSoftReference - Variable in class org.ofbiz.core.util.UtilCache
-
Specifies whether or not to use soft references for this cache, defaults to false
- USStateCodeDelimiter - Static variable in class org.ofbiz.core.util.UtilValidate
-
Delimiter for USStateCodes String
- USStateCodes - Static variable in class org.ofbiz.core.util.UtilValidate
-
Valid U.S.
- UtilCache<K,V> - Class in org.ofbiz.core.util
-
Generalized caching utility.
- UtilCache(String, long, long, boolean) - Constructor for class org.ofbiz.core.util.UtilCache
-
Constructor which specifies the cacheName as well as the maxSize, expireTime and useSoftReference.
- UtilCache(String, long, long) - Constructor for class org.ofbiz.core.util.UtilCache
-
Constructor which specifies the cacheName as well as the maxSize and expireTime.
- UtilCache(long, long) - Constructor for class org.ofbiz.core.util.UtilCache
-
Constructor which specifies the maxSize and expireTime.
- UtilCache(String) - Constructor for class org.ofbiz.core.util.UtilCache
-
This constructor takes a name for the cache, puts itself in the utilCacheTable.
- UtilCache() - Constructor for class org.ofbiz.core.util.UtilCache
-
Default constructor, all members stay at default values as defined in cache.properties, or the defaults in this file if cache.properties is not found, or there are no 'default' entries in it.
- UtilCache.CacheLine<T> - Class in org.ofbiz.core.util
-
- UtilCache.CacheLine(T, boolean) - Constructor for class org.ofbiz.core.util.UtilCache.CacheLine
-
- UtilCache.CacheLine(T, boolean, long) - Constructor for class org.ofbiz.core.util.UtilCache.CacheLine
-
- utilCacheTable - Static variable in class org.ofbiz.core.util.UtilCache
-
A static Map to keep track of all of the UtilCache instances.
- UtilDateTime - Class in org.ofbiz.core.util
-
Utility class for handling java.util.Date, the java.sql data/time classes and related information
- UtilDateTime() - Constructor for class org.ofbiz.core.util.UtilDateTime
-
- UtilFormatOut - Class in org.ofbiz.core.util
-
General output formatting functions - mainly for helping in JSPs
- UtilFormatOut() - Constructor for class org.ofbiz.core.util.UtilFormatOut
-
- UtilMisc - Class in org.ofbiz.core.util
-
UtilMisc - Misc Utility Functions
- UtilMisc() - Constructor for class org.ofbiz.core.util.UtilMisc
-
- UtilMisc.SimpleMap - Class in org.ofbiz.core.util
-
This is meant to be very quick to create and use for small sized maps, perfect for how we usually use UtilMisc.toMap
- UtilMisc.SimpleMap() - Constructor for class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- UtilMisc.SimpleMap(String, Object) - Constructor for class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- UtilMisc.SimpleMap(String, Object, String, Object) - Constructor for class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- UtilMisc.SimpleMap(String, Object, String, Object, String, Object) - Constructor for class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- UtilMisc.SimpleMap(String, Object, String, Object, String, Object, String, Object) - Constructor for class org.ofbiz.core.util.UtilMisc.SimpleMap
-
- UtilProperties - Class in org.ofbiz.core.util
-
Generic Property Accessor with Cache - Utilities for working with properties files
- UtilProperties() - Constructor for class org.ofbiz.core.util.UtilProperties
-
- UtilTimer - Class in org.ofbiz.core.util
-
Timer handling utility
Utility class for simple reporting of the progress of a process.
- UtilTimer() - Constructor for class org.ofbiz.core.util.UtilTimer
-
Default constructor.
- UtilURL - Class in org.ofbiz.core.util
-
URL Utilities - Simple Class for flexibly working with properties files
- UtilURL() - Constructor for class org.ofbiz.core.util.UtilURL
-
- UtilValidate - Class in org.ofbiz.core.util
-
General input/data validation methods
- UtilValidate() - Constructor for class org.ofbiz.core.util.UtilValidate
-
- UtilXml - Class in org.ofbiz.core.util
-
Utilities methods to simplify dealing with JAXP & DOM XML parsing
- UtilXml() - Constructor for class org.ofbiz.core.util.UtilXml
-
- UtilXml.LocalErrorHandler - Class in org.ofbiz.core.util
-
Local error handler for entity resolver to DocumentBuilder parser.
- UtilXml.LocalErrorHandler(String, UtilXml.LocalResolver) - Constructor for class org.ofbiz.core.util.UtilXml.LocalErrorHandler
-
- UtilXml.LocalResolver - Class in org.ofbiz.core.util
-
Local entity resolver to handle J2EE DTDs.
- UtilXml.LocalResolver(EntityResolver) - Constructor for class org.ofbiz.core.util.UtilXml.LocalResolver
-