Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W Y 

A

accept(File, String) - Method in class com.databasesandlife.util.FilenameExtensionFilter
 
accept(DropTargetDragEvent) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
acquire(DbTransaction) - Method in class com.databasesandlife.util.jdbc.DbMutex
 
add(T) - Method in class com.databasesandlife.util.wicket.GroupedDropDownChoice.DropDownChoiceGroup
 
addMonths(int) - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
addPostgresTypeForEnum(Class<? extends Enum<?>>, String) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
addRollbackListener(DbTransaction.RollbackListener) - Method in class com.databasesandlife.util.jdbc.DbTransaction
For example, during insert in jOOQ:
addTask(Runnable...) - Method in class com.databasesandlife.util.ThreadPool
 
addTasks(Collection<Runnable>) - Method in class com.databasesandlife.util.ThreadPool
 
addTaskWithDependencies(List<Runnable>, Runnable) - Method in class com.databasesandlife.util.ThreadPool
 
addThreadAppender(Thread, AppenderSkeleton) - Method in class com.databasesandlife.util.PerThreadLog4jAppender
 
advanceIfNecessary() - Method in class com.databasesandlife.util.CompositeIterator
 
afterQueryExecuted() - Method in class com.databasesandlife.util.jdbc.ResultSetIterator
Can be overridden to do things just after the ResultSet has been executed but before any rows have been read.
append(String) - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage.OutOfHeapString
 
append(LoggingEvent) - Method in class com.databasesandlife.util.PerThreadLog4jAppender
 
appenderForThread - Variable in class com.databasesandlife.util.PerThreadLog4jAppender
 
appendIn(Appendable, List<? super V>, String, Collection<? extends V>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
Writes "foo IN (?,?,?)"
appendInsertStatement(StringBuilder, List<Object>, String, Map<String, ?>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
appendSetClauses(StringBuilder, List<Object>, Map<String, ?>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
appendToString(OutOfHeapTemporaryStorage.OutOfHeapString, String) - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage
 
ArrayOfMapsLineHandler() - Constructor for class com.databasesandlife.util.CsvParser.ArrayOfMapsLineHandler
 
AskUserForLatitudeLongitudePanel - Class in com.databasesandlife.util.wicket
Asks the user for latitude and longitude via the HTML5 Geolocation API.
AskUserForLatitudeLongitudePanel(String, AskUserForLatitudeLongitudePanel.LatitudeLongitudeListener) - Constructor for class com.databasesandlife.util.wicket.AskUserForLatitudeLongitudePanel
 
AskUserForLatitudeLongitudePanel.LatitudeLongitudeListener - Interface in com.databasesandlife.util.wicket
 
assertNoOtherElements(Node, String...) - Static method in class com.databasesandlife.util.DomParser
 
assertParametersSuffice(Collection<String>, CharSequence, String) - Static method in class com.databasesandlife.util.PlaintextParameterReplacer
 
attempt(Runnable) - Method in class com.databasesandlife.util.jdbc.DbTransaction
Sets a savepoint as is necessary on PostgreSQL, runs the code, then rolls back to the savepoint on RuntimeException or discards the savepoint on success.
autoRefreshCallback(AjaxRequestTarget) - Method in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
 
autoRefreshingIntervalMultiplier - Variable in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
 
autoRefreshIntervalSeconds - Variable in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
 

B

bcrypt - Variable in class com.databasesandlife.util.BCryptPassword
 
BCryptPassword - Class in com.databasesandlife.util
Wraps a string containing a BCrypt encrypted password.
BCryptPassword(String) - Constructor for class com.databasesandlife.util.BCryptPassword
 
BCryptPassword(CleartextPassword) - Constructor for class com.databasesandlife.util.BCryptPassword
 
BCryptPasswordConverter - Class in com.databasesandlife.util.jooq
 
BCryptPasswordConverter() - Constructor for class com.databasesandlife.util.jooq.BCryptPasswordConverter
 
beautifyUrl(String) - Static method in class com.databasesandlife.util.WebEncodingUtils
Takes "New York" and returns "new-york"
blockerTasks - Variable in class com.databasesandlife.util.ThreadPool
 
BooleanSetModel<E> - Class in com.databasesandlife.util.wicket
A model modeling "true" or "false" based upon whether an element is in a Set.
BooleanSetModel(Set<E>, E) - Constructor for class com.databasesandlife.util.wicket.BooleanSetModel
 
byteArray - Variable in class com.databasesandlife.util.InputOutputStreamUtil.Response
 
ByteArrayAttachment(String, String, byte[]) - Constructor for class com.databasesandlife.util.EmailTemplate.ByteArrayAttachment
 
byteLength - Variable in class com.databasesandlife.util.OutOfHeapTemporaryStorage.OutOfHeapString
 
bytes - Variable in class com.databasesandlife.util.EmailTemplate.ByteArrayAttachment
 
bytesToHex(byte[]) - Static method in class com.databasesandlife.util.MD5Hex
 

C

CachingFutureModel<T extends Serializable> - Class in com.databasesandlife.util.wicket
Can be used simple as a cache of a Future, or also as a Wicket model.
CachingFutureModel() - Constructor for class com.databasesandlife.util.wicket.CachingFutureModel
 
CachingTableModel - Class in com.databasesandlife.util.swing
If you have a table model which is too slow, you can wrap it in a CachingTableModel.
CachingTableModel(TableModel) - Constructor for class com.databasesandlife.util.swing.CachingTableModel
 
calculateMonthSpanCount(YearMonth, YearMonth) - Static method in class com.databasesandlife.util.YearMonth
Deprecated.
From Jan to Feb is 2
calculateYearsDifference(YearMonthDay) - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
candidateDropTarget - Variable in class com.databasesandlife.util.swing.MasterDetailTreeNode
if root, candidate drop target, otherwise null
CannotConnectToDatabaseException(String) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.CannotConnectToDatabaseException
 
CannotConnectToDatabaseException(String, Throwable) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.CannotConnectToDatabaseException
 
CellRenderer() - Constructor for class com.databasesandlife.util.swing.MasterDetailTreeNode.CellRenderer
 
cells - Variable in class com.databasesandlife.util.swing.CachingTableModel
 
center(Window) - Method in class com.databasesandlife.util.awt.WindowCenterer
Takes a window and centers it.
centerAndResizeToNearlyMaximized(Window) - Method in class com.databasesandlife.util.awt.WindowCenterer
Takes a window and makes ot 0.75x the size of the screen, then centers it
centerBig(Window) - Method in class com.databasesandlife.util.awt.WindowCenterer
Nearly-maximizes a Window in the center of the screen.
change(MasterDetailTreeNode) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
characters(char[], int, int) - Method in class com.databasesandlife.util.DomVariableExpander
 
characters(char[], int, int) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
children - Variable in class com.databasesandlife.util.swing.MasterDetailTreeNode
Contains children if loaded, or null meaning not yet loaded
children() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
ClassConverter - Class in com.databasesandlife.util.jooq
 
ClassConverter() - Constructor for class com.databasesandlife.util.jooq.ClassConverter
 
cleartext - Variable in class com.databasesandlife.util.CleartextPassword
 
CleartextPassword - Class in com.databasesandlife.util
Wraps a string containing a cleartext password.
CleartextPassword(String) - Constructor for class com.databasesandlife.util.CleartextPassword
 
CleartextPasswordConverter - Class in com.databasesandlife.util.wicket
Wicket Converter for CleartextPassword.
CleartextPasswordConverter() - Constructor for class com.databasesandlife.util.wicket.CleartextPasswordConverter
 
cloneElementAndSetNamespace(Document, Element, String) - Static method in class com.databasesandlife.util.DomElementReplacer
 
close() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
close() - Method in class com.databasesandlife.util.PerThreadLog4jAppender
 
close() - Method in class com.databasesandlife.util.Timer
 
closeConnection() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
closeStrategy - Variable in class com.databasesandlife.util.jdbc.ResultSetIterator
 
coalesce(T...) - Static method in class com.databasesandlife.util.Coalescor
Deprecated.
 
Coalescor - Class in com.databasesandlife.util
Deprecated.
Use Optional instead, as its Optional.orElse(Object) method returns a non-null object that the IntelliJ can verify as non-null.
Coalescor() - Constructor for class com.databasesandlife.util.Coalescor
Deprecated.
 
columnCount - Variable in class com.databasesandlife.util.swing.CachingTableModel
 
com.databasesandlife.util - package com.databasesandlife.util
 
com.databasesandlife.util.awt - package com.databasesandlife.util.awt
 
com.databasesandlife.util.gwt.dropdownhierarchy.client - package com.databasesandlife.util.gwt.dropdownhierarchy.client
 
com.databasesandlife.util.gwtsafe - package com.databasesandlife.util.gwtsafe
 
com.databasesandlife.util.hibernate - package com.databasesandlife.util.hibernate
 
com.databasesandlife.util.jdbc - package com.databasesandlife.util.jdbc
 
com.databasesandlife.util.jooq - package com.databasesandlife.util.jooq
 
com.databasesandlife.util.swing - package com.databasesandlife.util.swing
 
com.databasesandlife.util.wicket - package com.databasesandlife.util.wicket
Wicket components.
commit() - Method in class com.databasesandlife.util.EmailTransaction
 
commit() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
compare(UUID, UUID) - Method in class com.databasesandlife.util.UuidTreeSet.UuidComparator
 
compareTo(YearMonth) - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
compareTo(YearMonthDay) - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
CompositeIterable<T> - Class in com.databasesandlife.util
Wraps a number of iterables into a single iterable.
CompositeIterable(Iterable<? extends Iterable<? extends T>>) - Constructor for class com.databasesandlife.util.CompositeIterable
 
CompositeIterator<T> - Class in com.databasesandlife.util
Takes an array of iterators, and returns their results one after another.
CompositeIterator(Iterator<T>[]) - Constructor for class com.databasesandlife.util.CompositeIterator
 
config - Variable in class com.databasesandlife.util.EmailTransaction
 
ConfigurationException - Exception in com.databasesandlife.util.gwtsafe
Indicates that in some way a configuration file loaded by DomParser is incorrect.
ConfigurationException(String) - Constructor for exception com.databasesandlife.util.gwtsafe.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.databasesandlife.util.gwtsafe.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception com.databasesandlife.util.gwtsafe.ConfigurationException
 
connection - Variable in class com.databasesandlife.util.jdbc.DbTransaction
 
constraintName - Variable in exception com.databasesandlife.util.jdbc.DbTransaction.UniqueConstraintViolation
 
contains(Element, String) - Static method in class com.databasesandlife.util.DomElementReplacer
 
contents - Variable in class com.databasesandlife.util.wicket.CachingFutureModel
 
contentType - Variable in class com.databasesandlife.util.InputOutputStreamUtil.Response
 
convertInput() - Method in class com.databasesandlife.util.wicket.GroupedDropDownChoice
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.CleartextPasswordConverter
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.InternetAddressConverter
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.UrlConverter
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.UuidConverter
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.YearMonthDayConverter
Deprecated.
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.YouTubeVideoIdConverter
 
convertToString(CleartextPassword, Locale) - Method in class com.databasesandlife.util.wicket.CleartextPasswordConverter
 
convertToString(InternetAddress, Locale) - Method in class com.databasesandlife.util.wicket.InternetAddressConverter
 
convertToString(URL, Locale) - Method in class com.databasesandlife.util.wicket.UrlConverter
 
convertToString(UUID, Locale) - Method in class com.databasesandlife.util.wicket.UuidConverter
 
convertToString(YearMonthDay, Locale) - Method in class com.databasesandlife.util.wicket.YearMonthDayConverter
Deprecated.
 
convertToString(YouTubeVideoId, Locale) - Method in class com.databasesandlife.util.wicket.YouTubeVideoIdConverter
 
copyBytesFromInputToOutputStream(OutputStream, InputStream) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
Deprecated.
use Apache Commons, IOUtils.copy(InputStream, OutputStream) instead
countingUpDurationSeconds - Variable in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
 
countingUpRefreshIntervalSeconds - Variable in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
 
CountingUpThenAutoRefreshingLabel - Class in com.databasesandlife.util.wicket
A <span> label which firstly counts up towards its model's value, and secondly auto-refreshes that value.
CountingUpThenAutoRefreshingLabel(String) - Constructor for class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
 
createExample() - Static method in class com.databasesandlife.util.gwt.dropdownhierarchy.client.ExampleDropDownHierarchy
 
CsvParser - Class in com.databasesandlife.util
Parses CSV files.
CsvParser() - Constructor for class com.databasesandlife.util.CsvParser
 
CsvParser.ArrayOfMapsLineHandler - Class in com.databasesandlife.util
 
CsvParser.CsvLineHandler - Interface in com.databasesandlife.util
 
CsvParser.MalformedCsvException - Exception in com.databasesandlife.util
 
currentSelfUpdatingBehavior - Variable in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
 

D

dataModel - Variable in class com.databasesandlife.util.wicket.EmptyListIsSpecialWrapperModel
 
DateTextField<T> - Class in com.databasesandlife.util.wicket
<input type="date"> field.
DateTextField(String, IModel<T>) - Constructor for class com.databasesandlife.util.wicket.DateTextField
 
day - Variable in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
DbMutex - Class in com.databasesandlife.util.jdbc
Maintains a table full of mutexes as described here
DbMutex(String) - Constructor for class com.databasesandlife.util.jdbc.DbMutex
 
DbQueryable - Interface in com.databasesandlife.util.jdbc
 
DbQueryResultRowIterator(ResultSet) - Constructor for class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRowIterator
 
DbQueryResultSet() - Constructor for class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultSet
 
DbTransaction - Class in com.databasesandlife.util.jdbc
Represents a transaction against a database.
DbTransaction(String) - Constructor for class com.databasesandlife.util.jdbc.DbTransaction
 
DbTransaction.CannotConnectToDatabaseException - Exception in com.databasesandlife.util.jdbc
 
DbTransaction.DbQueryResultRow - Class in com.databasesandlife.util.jdbc
 
DbTransaction.DbQueryResultRowIterator - Class in com.databasesandlife.util.jdbc
 
DbTransaction.DbQueryResultSet - Class in com.databasesandlife.util.jdbc
 
DbTransaction.DbServerProduct - Enum in com.databasesandlife.util.jdbc
 
DbTransaction.DbTransactionFactory - Interface in com.databasesandlife.util.jdbc
 
DbTransaction.ForeignKeyConstraintViolation - Exception in com.databasesandlife.util.jdbc
 
DbTransaction.RollbackListener - Interface in com.databasesandlife.util.jdbc
 
DbTransaction.SqlException - Exception in com.databasesandlife.util.jdbc
 
DbTransaction.UniqueConstraintViolation - Exception in com.databasesandlife.util.jdbc
 
defaultCharset - Variable in class com.databasesandlife.util.CsvParser
 
defaultDetailPanel - Variable in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
deleteNode0(MasterDetailTreeNode) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Deletes a node, which must be a member of this's children.
deleteOrThrowForeignKeyConstraintViolation(String, String, Object...) - Method in class com.databasesandlife.util.jdbc.DbTransaction
For normal delete where you don't expect a possible foreign key constraint violation, use DbTransaction.execute(String, Object...) instead
desiredFields - Variable in class com.databasesandlife.util.CsvParser
 
destinationHandler - Variable in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
detach() - Method in class com.databasesandlife.util.wicket.BooleanSetModel
 
detach() - Method in class com.databasesandlife.util.wicket.EmptyListIsSpecialWrapperModel
 
detach() - Method in class com.databasesandlife.util.wicket.GetterModel
Deprecated.
 
detach() - Method in class com.databasesandlife.util.wicket.MapModel
 
detach() - Method in class com.databasesandlife.util.wicket.OptionalSingleValueChosenDropDown.EmptyStringIntroducingModel
 
detach() - Method in class com.databasesandlife.util.wicket.SingleEntryModelAdaptor
 
detailPanelContainer - Variable in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
DisappearingFeedbackPanel - Class in com.databasesandlife.util.wicket
Same as a FeedbackPanel but: The whole component is deleted from the markup in case there are no messages to display.
DisappearingFeedbackPanel(String, IFeedbackMessageFilter) - Constructor for class com.databasesandlife.util.wicket.DisappearingFeedbackPanel
 
DisappearingFeedbackPanel(String) - Constructor for class com.databasesandlife.util.wicket.DisappearingFeedbackPanel
 
DisplayNoneRemover - Class in com.databasesandlife.util.wicket
Removes "display:none" from an HTML tag.
DisplayNoneRemover() - Constructor for class com.databasesandlife.util.wicket.DisplayNoneRemover
 
DomElementReplacer - Class in com.databasesandlife.util
Takes a DOM and an element name; each time that element name is found it is replaced with a specified other element (which may contain other elements).
DomElementReplacer() - Constructor for class com.databasesandlife.util.DomElementReplacer
 
DomParser - Class in com.databasesandlife.util
 
DomParser() - Constructor for class com.databasesandlife.util.DomParser
 
DomVariableExpander - Class in com.databasesandlife.util
Takes a XML element (containing text and sub-nodes), and expands variables like ${xyz}.
DomVariableExpander(DomVariableExpander.VariableSyntax, Map<String, String>, TransformerHandler) - Constructor for class com.databasesandlife.util.DomVariableExpander
 
DomVariableExpander.VariableNotFoundException - Exception in com.databasesandlife.util
 
DomVariableExpander.VariableSyntax - Enum in com.databasesandlife.util
 
dotdotdot(String, int) - Static method in class com.databasesandlife.util.WebEncodingUtils
 
dragEnter(DropTargetDragEvent) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
dragExit(DropTargetEvent) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
dragOver(DropTargetDragEvent) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
drop(DropTargetDropEvent) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
dropActionChanged(DropTargetDragEvent) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
DropDownChoiceGroup(String, List<T>) - Constructor for class com.databasesandlife.util.wicket.GroupedDropDownChoice.DropDownChoiceGroup
 
DropDownChoiceGroup(String) - Constructor for class com.databasesandlife.util.wicket.GroupedDropDownChoice.DropDownChoiceGroup
 
DropDownHierarchy<N> - Class in com.databasesandlife.util.gwt.dropdownhierarchy.client
Displays a hierarchical choice as a series of drop-downs.
DropDownHierarchy(DropDownHierarchy.NonLeafNode<N>, N) - Constructor for class com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy
 
DropDownHierarchy.ChangeListener<N> - Interface in com.databasesandlife.util.gwt.dropdownhierarchy.client
 
DropDownHierarchy.LeafNode<N> - Interface in com.databasesandlife.util.gwt.dropdownhierarchy.client
 
DropDownHierarchy.Node<N> - Interface in com.databasesandlife.util.gwt.dropdownhierarchy.client
 
DropDownHierarchy.NodeNotFoundException - Exception in com.databasesandlife.util.gwt.dropdownhierarchy.client
 
DropDownHierarchy.NonLeafNode<N> - Interface in com.databasesandlife.util.gwt.dropdownhierarchy.client
 

E

EmailSendingConfiguration(EmailTransaction.SmtpServerConfiguration) - Constructor for class com.databasesandlife.util.EmailTransaction.EmailSendingConfiguration
 
EmailTemplate - Class in com.databasesandlife.util
Represents a directory in the classpath, which contains text and potentially graphics, in multiple languages and multiple formats, for outgoing notification emails.
EmailTemplate(Package) - Constructor for class com.databasesandlife.util.EmailTemplate
 
EmailTemplate(String) - Constructor for class com.databasesandlife.util.EmailTemplate
 
EmailTemplate.Attachment - Interface in com.databasesandlife.util
 
EmailTemplate.ByteArrayAttachment - Class in com.databasesandlife.util
 
EmailTemplate.FileAttachmentJavamailDataSource - Class in com.databasesandlife.util
 
EmailTemplate.FileNotFoundInEmailTemplateDirectoryException - Exception in com.databasesandlife.util
 
EmailTransaction - Class in com.databasesandlife.util
An transaction allowing emails to be sent over SMTP
EmailTransaction(EmailTransaction.EmailSendingConfiguration) - Constructor for class com.databasesandlife.util.EmailTransaction
 
EmailTransaction.EmailSendingConfiguration - Class in com.databasesandlife.util
 
EmailTransaction.MxSmtpConfiguration - Class in com.databasesandlife.util
 
EmailTransaction.SmtpServerAddress - Class in com.databasesandlife.util
 
EmailTransaction.SmtpServerConfiguration - Class in com.databasesandlife.util
 
EmailTransaction.TlsSmtpServerAddress - Class in com.databasesandlife.util
 
EmptyListIsSpecialWrapperModel<T> - Class in com.databasesandlife.util.wicket
Wraps an underlying model, but sets a pre-defined list in the case the user doesn't enter anything.
EmptyListIsSpecialWrapperModel(List<T>, IModel<List<T>>) - Constructor for class com.databasesandlife.util.wicket.EmptyListIsSpecialWrapperModel
 
emptyValues - Variable in class com.databasesandlife.util.wicket.EmptyListIsSpecialWrapperModel
 
encodeGetParameters(Map<String, ?>) - Static method in class com.databasesandlife.util.WebEncodingUtils
 
encodeHtml(String) - Static method in class com.databasesandlife.util.WebEncodingUtils
 
encodeLinksToHtml(CharSequence) - Static method in class com.databasesandlife.util.wicket.MultilineLabelWithClickableLinks
Takes some plain text and returns HTML with URLs marked up as clickable links.
end(String) - Static method in class com.databasesandlife.util.Timer
Deprecated.
use try (Timer ignored = new Timer("...")) { .. } instead
endDocument() - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
endElement(String, String, String) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
endOfDataRegex - Variable in class com.databasesandlife.util.CsvParser
 
endPrefixMapping(String) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
equals(Object) - Method in class com.databasesandlife.util.BCryptPassword
 
equals(Object) - Method in class com.databasesandlife.util.CleartextPassword
 
equals(Object) - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
equals(Object) - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
ErrorAttributeAppender - Class in com.databasesandlife.util.wicket
 
ErrorAttributeAppender() - Constructor for class com.databasesandlife.util.wicket.ErrorAttributeAppender
 
EverSlowingAbstractAjaxTimerBehavior - Class in com.databasesandlife.util.wicket
The component will get updated, but ever less often.
EverSlowingAbstractAjaxTimerBehavior() - Constructor for class com.databasesandlife.util.wicket.EverSlowingAbstractAjaxTimerBehavior
 
ExampleDropDownHierarchy - Class in com.databasesandlife.util.gwt.dropdownhierarchy.client
 
ExampleDropDownHierarchy() - Constructor for class com.databasesandlife.util.gwt.dropdownhierarchy.client.ExampleDropDownHierarchy
 
exceptionOrNull - Variable in class com.databasesandlife.util.ThreadPool
 
execute(String, Object...) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
execute(CharSequence, List<?>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
execute() - Method in class com.databasesandlife.util.ThreadPool
 
executingTasks - Variable in class com.databasesandlife.util.ThreadPool
 
Executor - Class in com.databasesandlife.util
 
Executor() - Constructor for class com.databasesandlife.util.Executor
 
Executor.ProcessStreamReaderRunnable - Class in com.databasesandlife.util
 
Executor.ReturnCodeNotZeroException - Exception in com.databasesandlife.util
 
existsSubProperties(Properties, String) - Static method in class com.databasesandlife.util.PropertiesUtil
Determines if getSubProperties would return an empty Properties or not.
expand(DomVariableExpander.VariableSyntax, Map<String, String>, Node) - Static method in class com.databasesandlife.util.DomVariableExpander
 
expand(Map<String, String>, CharSequence) - Method in enum com.databasesandlife.util.DomVariableExpander.VariableSyntax
 
expandAllChildren() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
expandJTreeNode(JTree, TreeModel, MasterDetailTreeNode, int) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
expandVelocityTemplate(String, Locale, String, Map<String, ? extends Object>) - Method in class com.databasesandlife.util.EmailTemplate
Will find a file like "body.velocity.utf8.txt"
extension - Variable in class com.databasesandlife.util.FilenameExtensionFilter
 
extraHeaders - Variable in class com.databasesandlife.util.EmailTransaction.EmailSendingConfiguration
 

F

fac - Variable in class com.databasesandlife.util.jdbc.ReadOnlyReconnectingDbConnection
 
fetchChildren() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Create and return children.
fetchNewPkValue() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
fieldSeparator - Variable in class com.databasesandlife.util.CsvParser
 
fieldSeparatorRegexp - Variable in class com.databasesandlife.util.CsvParser
 
FilenameExtensionFilter - Class in com.databasesandlife.util
 
FilenameExtensionFilter(String) - Constructor for class com.databasesandlife.util.FilenameExtensionFilter
 
FileNotFoundInEmailTemplateDirectoryException(String) - Constructor for exception com.databasesandlife.util.EmailTemplate.FileNotFoundInEmailTemplateDirectoryException
 
findAnyLeafNodeUnder(DropDownHierarchy.Node<N>) - Static method in class com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy
 
findFile(String) - Method in class com.databasesandlife.util.EmailTemplate
 
findFile(String, Locale, String) - Method in class com.databasesandlife.util.EmailTemplate
 
findLeafForId(DropDownHierarchy.NonLeafNode<N>, N) - Method in class com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy
 
ForeignKeyConstraintViolation() - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.ForeignKeyConstraintViolation
 
ForeignKeyConstraintViolation(Throwable) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.ForeignKeyConstraintViolation
 
format(String) - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
formatDurationNanos(long) - Static method in class com.databasesandlife.util.Timer
 
from(File) - Static method in class com.databasesandlife.util.DomParser
 
from(InputStream) - Static method in class com.databasesandlife.util.DomParser
 
from(String) - Method in class com.databasesandlife.util.jooq.BCryptPasswordConverter
 
from(String) - Method in class com.databasesandlife.util.jooq.ClassConverter
 
from(Byte) - Method in class com.databasesandlife.util.jooq.MySqlBooleanConverter
 
from(LocalDateTime) - Method in class com.databasesandlife.util.jooq.UtcInstantConverter
 
fromType() - Method in class com.databasesandlife.util.jooq.BCryptPasswordConverter
 
fromType() - Method in class com.databasesandlife.util.jooq.ClassConverter
 
fromType() - Method in class com.databasesandlife.util.jooq.MySqlBooleanConverter
 
fromType() - Method in class com.databasesandlife.util.jooq.UtcInstantConverter
 
Future<T> - Class in com.databasesandlife.util
A future is the response of a calculation which is done in the background (in a thread).
Future() - Constructor for class com.databasesandlife.util.Future
 
future - Variable in class com.databasesandlife.util.wicket.CachingFutureModel
 
Future.FutureComputationTimedOutException - Exception in com.databasesandlife.util
 
Future.FuturePopulationException - Exception in com.databasesandlife.util
An exception occurred during the population of this future
Future.IterableFuture<I> - Class in com.databasesandlife.util
An iterable whose values are computed in the background.
FutureComputationTimedOutException() - Constructor for exception com.databasesandlife.util.Future.FutureComputationTimedOutException
 

G

Gender - Enum in com.databasesandlife.util
 
get() - Method in class com.databasesandlife.util.Future
Returns the object, waiting for its computation to be completed if necessary.
getAcceptableDropActions() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Returns a bitmask of acceptable actions such as DnDConstants.ACTION_COPY.
getAcceptableDropFlavors() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Returns array of Flavors which can be accepted, in the case a drag & drop attempts to drop on this node.
getBinaryStream(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
for the bytea/blob data type - returns the stream, does not convert to byte[]
getBoolean(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getByteArray(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
for the bytea/blob data type - returns byte[]
getCachedPropertiesForResourceName(String) - Static method in class com.databasesandlife.util.PropertiesUtil
 
getChildAt(int) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
getChildCount() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
getChildren() - Method in interface com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy.NonLeafNode
 
getChildren() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
getCleartext() - Method in class com.databasesandlife.util.CleartextPassword
 
getColumnCount() - Method in class com.databasesandlife.util.swing.CachingTableModel
 
getColumnName(int) - Method in class com.databasesandlife.util.swing.CachingTableModel
 
getColumnNames() - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getConnection() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
getContentType() - Method in class com.databasesandlife.util.EmailTemplate.FileAttachmentJavamailDataSource
 
getConverter(Class<C>) - Method in class com.databasesandlife.util.wicket.DateTextField
 
getConverter(Class<C>) - Method in class com.databasesandlife.util.wicket.TimeTextField
 
getDate(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getDelta(long) - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
getDisplayName() - Method in interface com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy.Node
 
getDisplayValue(T) - Method in class com.databasesandlife.util.wicket.LambdaDisplayValueChoiceRenderer
 
getDouble(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getElementFromXPath(Document, String) - Static method in class com.databasesandlife.util.DomParser
 
getElementFromXPath(Element, String) - Static method in class com.databasesandlife.util.DomParser
 
getElementsFromXPath(Document, String) - Static method in class com.databasesandlife.util.DomParser
 
getElementsFromXPath(Element, String) - Static method in class com.databasesandlife.util.DomParser
 
getEmailBodyForTesting(int) - Method in class com.databasesandlife.util.EmailTransaction
 
getEmailCountForTesting() - Method in class com.databasesandlife.util.EmailTransaction
 
getEnum(String, Class<T>) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getEnumArray(String, Class<? extends T>) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
The SELECT must supply a VARCHAR[] as PostgreSQL JDBC driver does not implement ENUM[].
getExpression(String) - Static method in class com.databasesandlife.util.DomParser
 
getExtraText() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Returns the text which is in color at the end of the name.
getExtraTextColor() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Returns the color which should be used for the extra text.
getFromDual() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
getGroupName() - Method in class com.databasesandlife.util.wicket.GroupedDropDownChoice.DropDownChoiceGroup
 
getHostForMxRecord(String) - Static method in class com.databasesandlife.util.EmailTransaction
 
getHttpRequestParameterMap(HttpServletRequest) - Static method in class com.databasesandlife.util.WebEncodingUtils
 
getId() - Method in interface com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy.LeafNode
 
getIdValue(T, int) - Method in class com.databasesandlife.util.wicket.LambdaDisplayValueChoiceRenderer
 
getIndex(TreeNode) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
getInputStream() - Method in class com.databasesandlife.util.EmailTemplate.FileAttachmentJavamailDataSource
 
getInputType() - Method in class com.databasesandlife.util.wicket.TextFieldWithType
 
getInputTypes() - Method in class com.databasesandlife.util.wicket.TextFieldWithType
 
getInt(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getIntegerArray(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getItersPerSecond() - Method in class com.databasesandlife.util.Timer.TimerResult
 
getJs() - Method in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
INTERNAL METHOD -- DO NOT USE
getLabelValue() - Method in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
INTERNAL METHOD -- DO NOT USE
getLastBodyForTesting() - Static method in class com.databasesandlife.util.EmailTemplate
Return the plain text body of the last email which has been sent; or the empty string in case no emails have been sent.
getLeafNameForNodeKey(String) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
getLeafNameInclExtension() - Method in interface com.databasesandlife.util.EmailTemplate.Attachment
For example "invoice.pdf"
getLeafNameInclExtension() - Method in class com.databasesandlife.util.EmailTemplate.ByteArrayAttachment
 
getLineNumberText(int) - Method in class com.databasesandlife.util.CsvParser
 
getLocalDate(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getLocalTime(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getLong(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getMandatoryAttribute(Element, String) - Static method in class com.databasesandlife.util.DomParser
 
getMandatorySingleSubElement(Node, String) - Static method in class com.databasesandlife.util.DomParser
 
getMidnightUtcAtEnd() - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
getMidnightUtcAtStart() - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
getMimeType() - Method in interface com.databasesandlife.util.EmailTemplate.Attachment
For example "application/pdf"
getMimeType() - Method in class com.databasesandlife.util.EmailTemplate.ByteArrayAttachment
 
getName() - Method in class com.databasesandlife.util.EmailTemplate.FileAttachmentJavamailDataSource
 
getNext() - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
getNextMonth() - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
getNodesFromXPath(Document, String) - Static method in class com.databasesandlife.util.DomParser
 
getNodesFromXPath(Element, String) - Static method in class com.databasesandlife.util.DomParser
 
getNodeUnderXY(int, int) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
getObject() - Method in class com.databasesandlife.util.wicket.BooleanSetModel
 
getObject() - Method in class com.databasesandlife.util.wicket.CachingFutureModel
 
getObject() - Method in class com.databasesandlife.util.wicket.EmptyListIsSpecialWrapperModel
Returns data to user i.e.
getObject(String, IModel<? extends List<? extends T>>) - Method in class com.databasesandlife.util.wicket.LambdaDisplayValueChoiceRenderer
 
getObject() - Method in class com.databasesandlife.util.wicket.MapKeyModel
 
getObject() - Method in class com.databasesandlife.util.wicket.MapModel
 
getObject() - Method in class com.databasesandlife.util.wicket.OptionalSingleValueChosenDropDown.EmptyStringIntroducingModel
 
getObject() - Method in class com.databasesandlife.util.wicket.SingleEntryModelAdaptor
 
getOptionalAttribute(Element, String, String) - Static method in class com.databasesandlife.util.DomParser
 
getOptionalAttribute(Element, String) - Static method in class com.databasesandlife.util.DomParser
 
getOptionalSingleSubElement(Element, String) - Static method in class com.databasesandlife.util.DomParser
 
getOptionalSingleSubElementTextContent(Element, String) - Static method in class com.databasesandlife.util.DomParser
 
getOrTimeoutAfterSeconds(float) - Method in class com.databasesandlife.util.Future
Same as Future.get() but times out after 'seconds' seconds.
getOutputStream() - Method in class com.databasesandlife.util.EmailTemplate.FileAttachmentJavamailDataSource
 
getParent() - Method in interface com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy.Node
 
getParent() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
getPrefix() - Static method in class com.databasesandlife.util.Timer
 
getPreparedStatement(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
getPrevious() - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
getPreviousMonth() - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
getPropertyOrThrow(Properties, String) - Static method in class com.databasesandlife.util.PropertiesUtil
 
getPropertyOrThrow(String, String) - Static method in class com.databasesandlife.util.PropertiesUtil
 
getQuestionMarkForValue(Object) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
getReverseDirection() - Method in enum com.databasesandlife.util.OrderByDirection
 
getRootNode() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
getRowCount() - Method in class com.databasesandlife.util.swing.CachingTableModel
 
getSchemaQuote() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
getSecondsPerIter() - Method in class com.databasesandlife.util.Timer.TimerResult
 
getSelectedNode() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Can be called anywhere on the tree.
getSharedInstanceAndAddToLog4jIfNecessary() - Static method in class com.databasesandlife.util.PerThreadLog4jAppender
 
getSqlForLog(String, Object[]) - Static method in class com.databasesandlife.util.jdbc.DbTransaction
 
getString(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getStringArray(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
getSubElements(Node, String...) - Static method in class com.databasesandlife.util.DomParser
 
getSubProperties(Properties, String) - Static method in class com.databasesandlife.util.PropertiesUtil
Takes a Properties with keys such as "rules.x" and "y", and a prefix string such as "rules" and returns a new Properties with keys such as "x".
GetterModel<T> - Class in com.databasesandlife.util.wicket
Deprecated.
use AbstractReadOnlyModel instead
GetterModel() - Constructor for class com.databasesandlife.util.wicket.GetterModel
Deprecated.
 
getThousandSeparator() - Method in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
 
getThreadName() - Method in class com.databasesandlife.util.Future
 
getTree() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.CellRenderer
 
getTreeIcon() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Returns an ImageIcon which represents this icon, to be displayed to the left of it in the tree-view
getTreeModel() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
getTreeText() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Returns the text which can be used to display this icon in the tree-view
getValue(IValidatable<String>) - Method in class com.databasesandlife.util.wicket.MaxWordCountValidator
 
getValueAt(int, int) - Method in class com.databasesandlife.util.swing.CachingTableModel
 
getValues() - Method in class com.databasesandlife.util.wicket.GroupedDropDownChoice.DropDownChoiceGroup
 
getWrappedModel() - Method in class com.databasesandlife.util.wicket.MapKeyModel
 
getYearMonthDay(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
Reads column as string and expects "YYYY-MM-DD" format
GoogleAnalyticsAsyncWidget - Class in com.databasesandlife.util.wicket
Includes Google Analytics tracking into the page.
GoogleAnalyticsAsyncWidget(String, String) - Constructor for class com.databasesandlife.util.wicket.GoogleAnalyticsAsyncWidget
 
GoogleAnalyticsAsyncWidget(String, String, boolean) - Constructor for class com.databasesandlife.util.wicket.GoogleAnalyticsAsyncWidget
 
GroupedDropDownChoice<T extends Serializable> - Class in com.databasesandlife.util.wicket
Drop-down where options are in groups; user may select only one element or multiple elements.
GroupedDropDownChoice(String) - Constructor for class com.databasesandlife.util.wicket.GroupedDropDownChoice
 
GroupedDropDownChoice(String, IModel<List<T>>, List<GroupedDropDownChoice.DropDownChoiceGroup<T>>, IOptionRenderer<T>, String) - Constructor for class com.databasesandlife.util.wicket.GroupedDropDownChoice
 
GroupedDropDownChoice.DropDownChoiceGroup<T> - Class in com.databasesandlife.util.wicket
 
gt(YearMonth) - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 

H

hasColumn(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
 
hashCode() - Method in class com.databasesandlife.util.BCryptPassword
 
hashCode() - Method in class com.databasesandlife.util.CleartextPassword
 
hashCode() - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
hashCode() - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
hasNext() - Method in class com.databasesandlife.util.CompositeIterator
 
hasNext() - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRowIterator
 
hasNext() - Method in class com.databasesandlife.util.jdbc.ResultSetIterator
 
hasNext() - Method in class com.databasesandlife.util.ResourceClosingIterator
 
host - Variable in class com.databasesandlife.util.EmailTransaction.SmtpServerAddress
 

I

id - Variable in class com.databasesandlife.util.YouTubeVideoId
 
IdentityForwardingSaxHandler - Class in com.databasesandlife.util
Forwards all SAX events on to a destination ContentHandler.
IdentityForwardingSaxHandler(ContentHandler) - Constructor for class com.databasesandlife.util.IdentityForwardingSaxHandler
 
ignorableWhitespace(char[], int, int) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
ignoreNotDesiredColumns - Variable in class com.databasesandlife.util.CsvParser
 
informTreeModelThatNodeHasRadicallyChanged() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
init(IModel<List<T>>, List<GroupedDropDownChoice.DropDownChoiceGroup<T>>, IOptionRenderer<T>, String) - Method in class com.databasesandlife.util.wicket.GroupedDropDownChoice
 
InputOutputStreamUtil - Class in com.databasesandlife.util
 
InputOutputStreamUtil() - Constructor for class com.databasesandlife.util.InputOutputStreamUtil
 
InputOutputStreamUtil.Response - Class in com.databasesandlife.util
 
insert(String, Map<String, ?>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
insert(TableRecord<?>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
insertAndFetchNewId(String, Map<String, ?>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
insertAndFetchNewIdOrThrowUniqueConstraintViolation(String, Map<String, ?>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
insertIgnoringUniqueConstraintViolations(String, Map<String, ?>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
InsertOrFetcher - Class in com.databasesandlife.util.hibernate
Reads an instance from a database, creating it just in time if it doesn't exist yet.
InsertOrFetcher() - Constructor for class com.databasesandlife.util.hibernate.InsertOrFetcher
 
insertOrThrowUniqueConstraintViolation(String, Map<String, ?>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
insertOrUpdate(String, Map<String, ?>, Map<String, ?>, String...) - Method in class com.databasesandlife.util.jdbc.DbTransaction
Inserts (colsToInsert + colsToUpdate) and, if that fails because the row already exists, updates (colsToUpdate) where (primaryKeyColumns out of colsToInsert).
insertParamsToPreparedStatement(String, Object...) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
installIntoTreeAsRootNode(JTree, JPanel, JPanel) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Sets Node.treeModel and makes this the first node of it.
InternetAddressConverter - Class in com.databasesandlife.util.wicket
Converts user input into InternetAddress email address.
InternetAddressConverter() - Constructor for class com.databasesandlife.util.wicket.InternetAddressConverter
 
invalidateCache() - Method in class com.databasesandlife.util.swing.CachingTableModel
 
is(CleartextPassword) - Method in class com.databasesandlife.util.BCryptPassword
 
isAfter(YearMonthDay) - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
isAfterOrEqual(YearMonthDay) - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
isBefore(YearMonthDay) - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
isBeforeOrEqual(YearMonthDay) - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
isChildOf(DropDownHierarchy.Node<N>, DropDownHierarchy.Node<N>) - Method in class com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy
 
isDragOk(DropTargetDragEvent, MasterDetailTreeNode) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
isEmpty() - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage.OutOfHeapString
 
isForeignKeyConstraintViolation(String) - Static method in class com.databasesandlife.util.jdbc.DbTransaction
 
isLeaf() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
isLoaded - Variable in class com.databasesandlife.util.swing.CachingTableModel
In case a cell might be null? probably better to have a separate storaeg for which cells are already loaded
isMultiple() - Method in class com.databasesandlife.util.wicket.GroupedDropDownChoice
 
isResponseSuccess(int) - Static method in class com.databasesandlife.util.WebEncodingUtils
 
isResponseSuccess(HttpURLConnection) - Static method in class com.databasesandlife.util.WebEncodingUtils
 
isVisible() - Method in class com.databasesandlife.util.wicket.DisappearingFeedbackPanel
 
IterableFuture() - Constructor for class com.databasesandlife.util.Future.IterableFuture
 
iterator() - Method in class com.databasesandlife.util.CompositeIterable
 
iterator() - Method in class com.databasesandlife.util.Future.IterableFuture
 
iterator() - Method in class com.databasesandlife.util.jdbc.ReadOnlyReconnectingDbConnection.ReconnectingDbQueryResultSet
 

J

JAutoVanishingLabel - Class in com.databasesandlife.util.swing
The same as a JLabel but the text disappears after a while.
JAutoVanishingLabel() - Constructor for class com.databasesandlife.util.swing.JAutoVanishingLabel
 
JCenteredUnderlinedLabel - Class in com.databasesandlife.util.swing
 
JCenteredUnderlinedLabel() - Constructor for class com.databasesandlife.util.swing.JCenteredUnderlinedLabel
 
JCenteredUnderlinedLabel(String) - Constructor for class com.databasesandlife.util.swing.JCenteredUnderlinedLabel
 
jooq() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
js - Variable in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
 

L

label - Variable in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
 
LambdaDisplayValueChoiceRenderer<T> - Class in com.databasesandlife.util.wicket
 
LambdaDisplayValueChoiceRenderer(SerializableFunction<T, String>) - Constructor for class com.databasesandlife.util.wicket.LambdaDisplayValueChoiceRenderer
 
lastBodyForTesting - Static variable in class com.databasesandlife.util.EmailTemplate
 
latitude - Variable in class com.databasesandlife.util.wicket.AskUserForLatitudeLongitudePanel
 
latitudeLongitudeWasDetermined(double, double) - Method in interface com.databasesandlife.util.wicket.AskUserForLatitudeLongitudePanel.LatitudeLongitudeListener
 
le(YearMonth) - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
leafNameInclExtension - Variable in class com.databasesandlife.util.EmailTemplate.ByteArrayAttachment
 
linkPattern - Static variable in class com.databasesandlife.util.wicket.MultilineLabelWithClickableLinks
Matches "foo://foo.foo/foo".
load(Class<T>, Session, T, Collection<String>, LockMode) - Static method in class com.databasesandlife.util.hibernate.InsertOrFetcher
 
load(Class<T>, Session, T, Collection<String>) - Static method in class com.databasesandlife.util.hibernate.InsertOrFetcher
See class documentation.
loadAndLock(Class<T>, Session, T, Collection<String>) - Static method in class com.databasesandlife.util.hibernate.InsertOrFetcher
See class documentation.
logNewTransaction() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
longitude - Variable in class com.databasesandlife.util.wicket.AskUserForLatitudeLongitudePanel
 
lt(YearMonth) - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 

M

MalformedCsvException(String) - Constructor for exception com.databasesandlife.util.CsvParser.MalformedCsvException
 
MalformedCsvException(Throwable) - Constructor for exception com.databasesandlife.util.CsvParser.MalformedCsvException
 
MapKeyModel<K extends Comparable<?>> - Class in com.databasesandlife.util.wicket
Takes an underlying model which returns a map, and returns that map's keys
MapKeyModel(IModel<Map<K, ?>>) - Constructor for class com.databasesandlife.util.wicket.MapKeyModel
 
MapKeyModel(Object, String) - Constructor for class com.databasesandlife.util.wicket.MapKeyModel
Convenience method which wraps a PropertyModel
MapModel<K,V> - Class in com.databasesandlife.util.wicket
Model based on a map.
MapModel(Map<K, V>, K) - Constructor for class com.databasesandlife.util.wicket.MapModel
 
MasterDetailTreeNode - Class in com.databasesandlife.util.swing
Represents a tree node in a hierarchy/detail situation, such as in the Windows Explorer.
MasterDetailTreeNode(MasterDetailTreeNode) - Constructor for class com.databasesandlife.util.swing.MasterDetailTreeNode
 
MasterDetailTreeNode.CellRenderer - Class in com.databasesandlife.util.swing
 
MasterDetailTreeNode.TreeListener - Class in com.databasesandlife.util.swing
 
max(YearMonth, YearMonth) - Static method in class com.databasesandlife.util.YearMonth
Deprecated.
 
max(YearMonthDay, YearMonthDay) - Static method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
MaxWordCountValidator - Class in com.databasesandlife.util.wicket
 
MaxWordCountValidator(int) - Constructor for class com.databasesandlife.util.wicket.MaxWordCountValidator
 
md5(byte[]) - Static method in class com.databasesandlife.util.MD5Hex
 
md5(String) - Static method in class com.databasesandlife.util.MD5Hex
 
md5(CharSequence) - Static method in class com.databasesandlife.util.MD5Hex
 
md5(InputStream) - Static method in class com.databasesandlife.util.MD5Hex
 
md5(File) - Static method in class com.databasesandlife.util.MD5Hex
 
md5(Document) - Static method in class com.databasesandlife.util.MD5Hex
 
MD5Hex - Class in com.databasesandlife.util
For strings, UTF-8 bytes are used.
MD5Hex() - Constructor for class com.databasesandlife.util.MD5Hex
 
measureWallclockTime(Runnable, long) - Static method in class com.databasesandlife.util.Timer
 
messages - Variable in class com.databasesandlife.util.EmailTransaction
 
mimeType - Variable in class com.databasesandlife.util.EmailTemplate.ByteArrayAttachment
 
min(YearMonth, YearMonth) - Static method in class com.databasesandlife.util.YearMonth
Deprecated.
 
min(YearMonthDay, YearMonthDay) - Static method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
month - Variable in class com.databasesandlife.util.YearMonth
Deprecated.
 
month - Variable in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
mouseReleased(MouseEvent) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
MultilineLabelWithClickableLinks - Class in com.databasesandlife.util.wicket
Displays the text in the model over multiple HTML lines, and makes links clickable.
MultilineLabelWithClickableLinks(String, Serializable) - Constructor for class com.databasesandlife.util.wicket.MultilineLabelWithClickableLinks
 
MultilineLabelWithClickableLinks(String, IModel<?>) - Constructor for class com.databasesandlife.util.wicket.MultilineLabelWithClickableLinks
 
mxAddress - Variable in class com.databasesandlife.util.EmailTransaction.MxSmtpConfiguration
 
MxSmtpConfiguration() - Constructor for class com.databasesandlife.util.EmailTransaction.MxSmtpConfiguration
 
MySqlBooleanConverter - Class in com.databasesandlife.util.jooq
 
MySqlBooleanConverter() - Constructor for class com.databasesandlife.util.jooq.MySqlBooleanConverter
 

N

name - Variable in class com.databasesandlife.util.jdbc.DbMutex
 
name - Variable in class com.databasesandlife.util.Timer
 
newAttachmentBodyPart(EmailTemplate.Attachment) - Static method in class com.databasesandlife.util.EmailTemplate
 
newDbTransaction() - Method in interface com.databasesandlife.util.jdbc.DbTransaction.DbTransactionFactory
newDetailJPanel() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Create and return a Panel which can be displayed on the right hand side of the window, when this node is selected.
newDocumentBuilder() - Static method in class com.databasesandlife.util.DomParser
 
newForYYYYMM(String) - Static method in class com.databasesandlife.util.YearMonth
Deprecated.
 
newForYYYYMMDD(String) - Static method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
newIgnoreNotFound(DropDownHierarchy.NonLeafNode<N>, N) - Static method in class com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy
 
newInputStream() - Method in interface com.databasesandlife.util.EmailTemplate.Attachment
To provide the bytes of the file
newInputStream() - Method in class com.databasesandlife.util.EmailTemplate.ByteArrayAttachment
 
newLinkToPageIdx(String, int) - Method in interface com.databasesandlife.util.wicket.PaginationWidget.PaginationWidgetCallback
 
newMessageDisplayComponent(String, FeedbackMessage) - Method in class com.databasesandlife.util.wicket.DisappearingFeedbackPanel
 
newMimeMessage() - Method in class com.databasesandlife.util.EmailTransaction
 
newMinusInfinity() - Static method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
newObjectForRow(ResultSet) - Method in class com.databasesandlife.util.jdbc.ResultSetIterator
Looks in the current data in the resultSet and returns a new object to be returned from the Iterator.
newPopupMenu() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Create and return a JPopupMenu which can be displayed when the user right-clicks on this node, or null for no pop-up menu
newPropertiesForClass(Class<?>) - Static method in class com.databasesandlife.util.PropertiesUtil
 
newPropertiesForResourceBundle(ResourceBundle) - Static method in class com.databasesandlife.util.PropertiesUtil
Takes a ResourceBundle (describing keys/values) and converts the object into a Properties object.
newPropertiesForResourceName(String) - Static method in class com.databasesandlife.util.PropertiesUtil
 
newRandom(int) - Static method in class com.databasesandlife.util.CleartextPassword
Generates a random password.
newRandom() - Static method in class com.databasesandlife.util.CleartextPassword
Generates a new password of a reasonable length; see CleartextPassword.newRandom(int)
newSession() - Method in class com.databasesandlife.util.EmailTransaction
 
newSessionProperties() - Method in class com.databasesandlife.util.EmailTransaction
 
newStringContainer() - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage
Returns a new string container for the empty string
newStringContainer(String) - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage
 
newTodayUtc() - Static method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
newTreePath() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
newValue(String, String) - Method in class com.databasesandlife.util.wicket.DisplayNoneRemover
 
newValue(String, String) - Method in class com.databasesandlife.util.wicket.ErrorAttributeAppender
 
newXmlContainer() - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage
 
next() - Method in class com.databasesandlife.util.CompositeIterator
 
next() - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRowIterator
 
next() - Method in class com.databasesandlife.util.jdbc.ResultSetIterator
 
next() - Method in class com.databasesandlife.util.ResourceClosingIterator
 
nextObject - Variable in class com.databasesandlife.util.jdbc.ResultSetIterator
 
NodeNotFoundException(String) - Constructor for exception com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy.NodeNotFoundException
 
nonEmptyFields - Variable in class com.databasesandlife.util.CsvParser
 
now() - Static method in class com.databasesandlife.util.YearMonth
Deprecated.
 

O

offset - Variable in class com.databasesandlife.util.OutOfHeapTemporaryStorage.OutOfHeapString
 
onBeforeRender() - Method in class com.databasesandlife.util.wicket.GroupedDropDownChoice
 
onComponentTag(ComponentTag) - Method in class com.databasesandlife.util.wicket.DateTextField
 
onComponentTag(ComponentTag) - Method in class com.databasesandlife.util.wicket.GroupedDropDownChoice
 
onComponentTag(ComponentTag) - Method in class com.databasesandlife.util.wicket.TimeTextField
 
onComponentTagBody(MarkupStream, ComponentTag) - Method in class com.databasesandlife.util.wicket.MultilineLabelWithClickableLinks
 
onConfigure(Component) - Method in class com.databasesandlife.util.wicket.ErrorAttributeAppender
 
onDropDownHierarchyChange(DropDownHierarchy<N>, N, DropDownHierarchy.LeafNode<N>) - Method in interface com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy.ChangeListener
The implementation does not need to call hier.setSelected(newId) with the new node
onEverSlowingTimer(AjaxRequestTarget) - Method in class com.databasesandlife.util.wicket.EverSlowingAbstractAjaxTimerBehavior
 
onTimer(AjaxRequestTarget) - Method in class com.databasesandlife.util.wicket.EverSlowingAbstractAjaxTimerBehavior
 
OptionalSingleValueChosenDropDown - Class in com.databasesandlife.util.wicket
Drop-down using "chosen" JS library, only zero or one options may be selected
OptionalSingleValueChosenDropDown(String, IModel<String>, List<String>) - Constructor for class com.databasesandlife.util.wicket.OptionalSingleValueChosenDropDown
 
OptionalSingleValueChosenDropDown.EmptyStringIntroducingModel - Class in com.databasesandlife.util.wicket
 
OrderByDirection - Enum in com.databasesandlife.util
 
OutOfHeapString() - Constructor for class com.databasesandlife.util.OutOfHeapTemporaryStorage.OutOfHeapString
 
OutOfHeapTemporaryStorage - Class in com.databasesandlife.util
A temporary file which can store arbitrary data for the duration of a process.
OutOfHeapTemporaryStorage() - Constructor for class com.databasesandlife.util.OutOfHeapTemporaryStorage
 
OutOfHeapTemporaryStorage.OutOfHeapString - Class in com.databasesandlife.util
 
OutOfHeapTemporaryStorage.OutOfHeapXml - Class in com.databasesandlife.util
 
OutOfHeapXml() - Constructor for class com.databasesandlife.util.OutOfHeapTemporaryStorage.OutOfHeapXml
 
OverlayIframeCloser - Class in com.databasesandlife.util.wicket
Breaks out of an iframe JQuery overlay ("colorbox" or "fancybox"), and redirects the main browser window to a destination page.
OverlayIframeCloser(OverlayIframeCloser.DomainSimilarity, Link<?>) - Constructor for class com.databasesandlife.util.wicket.OverlayIframeCloser
 
OverlayIframeCloser.DomainSimilarity - Enum in com.databasesandlife.util.wicket
 

P

packageStr - Variable in class com.databasesandlife.util.EmailTemplate
For example "com.project.emailtpl.xyz"
page - Variable in class com.databasesandlife.util.wicket.PageClassAndParameters
 
PageClassAndParameters - Class in com.databasesandlife.util.wicket
Wraps a page class and its parameters into one object.
PageClassAndParameters(Class<? extends Page>, PageParameters) - Constructor for class com.databasesandlife.util.wicket.PageClassAndParameters
 
PaginationWidget - Class in com.databasesandlife.util.wicket
Pagination widget compatible with twitter bootstrap.
PaginationWidget(String, int, int, int, PaginationWidget.PaginationWidgetCallback) - Constructor for class com.databasesandlife.util.wicket.PaginationWidget
 
PaginationWidget.PaginationWidgetCallback - Interface in com.databasesandlife.util.wicket
 
paint(Graphics) - Method in class com.databasesandlife.util.swing.JCenteredUnderlinedLabel
 
params - Variable in class com.databasesandlife.util.wicket.PageClassAndParameters
 
parent - Variable in class com.databasesandlife.util.swing.MasterDetailTreeNode
Must always be set, or null if root node
parse(String) - Static method in class com.databasesandlife.util.SvnUrlWithUsernamePassword
 
parse(String) - Method in class com.databasesandlife.util.wicket.DateTextField
 
parse(String) - Method in class com.databasesandlife.util.wicket.TimeTextField
 
parseAddress(String) - Static method in class com.databasesandlife.util.EmailTransaction
Can be "foo" or "foo:123" or "foo:123|adrian|password" or "MX:foo.com"
parseAndCallHandler(CsvParser.CsvLineHandler, BufferedReader) - Method in class com.databasesandlife.util.CsvParser
 
parseAndCallHandler(CsvParser.CsvLineHandler, File) - Method in class com.databasesandlife.util.CsvParser
 
parseAndCallHandler(CsvParser.CsvLineHandler, Class<?>) - Method in class com.databasesandlife.util.CsvParser
 
parseDoubleMap(Element, String, String, String) - Static method in class com.databasesandlife.util.DomParser
 
parseHtmlBodyPart(Locale, Map<String, ? extends Object>) - Method in class com.databasesandlife.util.EmailTemplate
 
parseList(Element, String, String) - Static method in class com.databasesandlife.util.DomParser
 
parseList(Element, String) - Static method in class com.databasesandlife.util.DomParser
 
parseMandatoryDoubleAttribute(Element, String) - Static method in class com.databasesandlife.util.DomParser
 
parseMap(Element, String, String, String) - Static method in class com.databasesandlife.util.DomParser
 
parseMap(Element, String, String) - Static method in class com.databasesandlife.util.DomParser
 
parseOptionalIntAttribute(Element, String, int) - Static method in class com.databasesandlife.util.DomParser
 
parseOptionalIntegerAttribute(Element, String) - Static method in class com.databasesandlife.util.DomParser
 
parsePlainTextBodyPart(Locale, Map<String, ? extends Object>) - Method in class com.databasesandlife.util.EmailTemplate
 
parseSet(Element, String, String) - Static method in class com.databasesandlife.util.DomParser
 
parseSet(Element, String) - Static method in class com.databasesandlife.util.DomParser
 
parseToListOfMaps(BufferedReader) - Method in class com.databasesandlife.util.CsvParser
 
parseToListOfMaps(File) - Method in class com.databasesandlife.util.CsvParser
 
parseToListOfMaps(Class<?>) - Method in class com.databasesandlife.util.CsvParser
 
parseUniqueConstraintViolationOrNull(String) - Static method in class com.databasesandlife.util.jdbc.DbTransaction
 
parseYamlConfig(Class<?>) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
If class is "X.java" then parse the "X.yaml"
password - Variable in class com.databasesandlife.util.EmailTransaction.TlsSmtpServerAddress
 
password - Variable in class com.databasesandlife.util.SvnUrlWithUsernamePassword
 
PerThreadLog4jAppender - Class in com.databasesandlife.util
Allows each thread to log to its own logger.
PerThreadLog4jAppender() - Constructor for class com.databasesandlife.util.PerThreadLog4jAppender
 
PlaintextParameterReplacer - Class in com.databasesandlife.util
 
PlaintextParameterReplacer() - Constructor for class com.databasesandlife.util.PlaintextParameterReplacer
 
populate() - Method in class com.databasesandlife.util.Future
Calculate the result and return it.
populate() - Method in class com.databasesandlife.util.wicket.CachingFutureModel
 
port - Variable in class com.databasesandlife.util.EmailTransaction.SmtpServerAddress
 
postgresTypeForEnum - Variable in class com.databasesandlife.util.jdbc.DbTransaction
 
prefixAllProperties(Properties, String) - Static method in class com.databasesandlife.util.PropertiesUtil
Takes a properties and prefixes all entries with prefix and a dot
prefixExceptionMessage(String, Throwable) - Static method in exception com.databasesandlife.util.gwtsafe.ConfigurationException
 
preparedStatements - Variable in class com.databasesandlife.util.jdbc.DbTransaction
 
prettyPrintXml(Writer, Element) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
 
prettyPrintXml(Element) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
 
processCsvLine(Map<String, String>) - Method in class com.databasesandlife.util.CsvParser.ArrayOfMapsLineHandler
 
processCsvLine(Map<String, String>) - Method in interface com.databasesandlife.util.CsvParser.CsvLineHandler
 
processingInstruction(String, String) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
ProcessStreamReaderRunnable(InputStream, Priority) - Constructor for class com.databasesandlife.util.Executor.ProcessStreamReaderRunnable
 
product - Variable in class com.databasesandlife.util.jdbc.DbTransaction
 
propertiesForResouceName - Static variable in class com.databasesandlife.util.PropertiesUtil
 
PropertiesUtil - Class in com.databasesandlife.util
Utility class for manipulating Properties objects, as if they were hierarchical objects.
PropertiesUtil() - Constructor for class com.databasesandlife.util.PropertiesUtil
 

Q

query(String, Object...) - Method in interface com.databasesandlife.util.jdbc.DbQueryable
 
query(CharSequence, List<?>) - Method in interface com.databasesandlife.util.jdbc.DbQueryable
 
query(String, Object...) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
query(CharSequence, List<?>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
query(String, Object...) - Method in class com.databasesandlife.util.jdbc.ReadOnlyReconnectingDbConnection
 
query(CharSequence, List<?>) - Method in class com.databasesandlife.util.jdbc.ReadOnlyReconnectingDbConnection
 
query() - Method in class com.databasesandlife.util.jdbc.ReadOnlyReconnectingDbConnection.ReconnectingDbQueryResultSet
 

R

rangeDownwardsIncl(YearMonth, YearMonth) - Static method in class com.databasesandlife.util.YearMonth
Deprecated.
 
readBytesFromInputStream(InputStream) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
Deprecated.
use Apache Commons, IOUtils.toByteArray(InputStream) instead
readBytesFromUrl(URL) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
 
ReadOnlyReconnectingDbConnection - Class in com.databasesandlife.util.jdbc
Read-only access to a database, which re-connects to the database if the connection is lost.
ReadOnlyReconnectingDbConnection(DbTransaction.DbTransactionFactory) - Constructor for class com.databasesandlife.util.jdbc.ReadOnlyReconnectingDbConnection
 
ReadOnlyReconnectingDbConnection.ReconnectingDbQueryResultSet - Class in com.databasesandlife.util.jdbc
 
readString(OutOfHeapTemporaryStorage.OutOfHeapString) - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage
 
readStringFromReader(Reader) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
Deprecated.
use Apache Commons, IOUtils.toString(Reader) instead
readXml(OutOfHeapTemporaryStorage.OutOfHeapXml) - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage
 
readyTasks - Variable in class com.databasesandlife.util.ThreadPool
 
ReconnectingDbQueryResultSet() - Constructor for class com.databasesandlife.util.jdbc.ReadOnlyReconnectingDbConnection.ReconnectingDbQueryResultSet
 
redraw() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
registerSubThread(Thread, Thread) - Method in class com.databasesandlife.util.PerThreadLog4jAppender
Makes logs from subThread go to the same appender as the calling thread
remove() - Method in class com.databasesandlife.util.CompositeIterator
 
remove() - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRowIterator
 
remove() - Method in class com.databasesandlife.util.jdbc.ResultSetIterator
 
remove() - Method in class com.databasesandlife.util.ResourceClosingIterator
 
replace(Element, String, Element) - Static method in class com.databasesandlife.util.DomElementReplacer
 
replaceImagesWithBaseURL(URL, String) - Method in class com.databasesandlife.util.EmailTemplate
 
replacePlainTextParameters(String, Map<String, String>) - Static method in class com.databasesandlife.util.PlaintextParameterReplacer
Replaces variables such as ${XYZ} in the template.
replacePlainTextParametersWithBlanks(String) - Static method in class com.databasesandlife.util.PlaintextParameterReplacer
 
requiresLayout() - Method in class com.databasesandlife.util.PerThreadLog4jAppender
 
ResourceClosingIterator<T> - Class in com.databasesandlife.util
Wraps an Iterator, such that as soon as the iterator's hasNext method returns false, user-supplied code is executed.
ResourceClosingIterator(Runnable, Iterator<T>) - Constructor for class com.databasesandlife.util.ResourceClosingIterator
 
Response() - Constructor for class com.databasesandlife.util.InputOutputStreamUtil.Response
 
resultSet - Variable in class com.databasesandlife.util.jdbc.ResultSetIterator
 
ResultSetIterator<T> - Class in com.databasesandlife.util.jdbc
Takes a PreparedStatement and creates a ResultSet and implements the Iterator interface that returns the results.
ResultSetIterator(String, PreparedStatement, ResultSetIterator.CloseStrategy) - Constructor for class com.databasesandlife.util.jdbc.ResultSetIterator
 
ResultSetIterator.CloseStrategy - Enum in com.databasesandlife.util.jdbc
 
ResultSetIterator.State - Enum in com.databasesandlife.util.jdbc
 
ReturnCodeNotZeroException(String) - Constructor for exception com.databasesandlife.util.Executor.ReturnCodeNotZeroException
 
ReturnCodeNotZeroException(String, Throwable) - Constructor for exception com.databasesandlife.util.Executor.ReturnCodeNotZeroException
 
rollback() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
rollbackIfConnectionStillOpen() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
rollbackListeners - Variable in class com.databasesandlife.util.jdbc.DbTransaction
 
rollbackToSavepointAndThrowConstraintViolation(Savepoint, RuntimeException) - Method in class com.databasesandlife.util.jdbc.DbTransaction
If "exception" represents a violation exception it is thrown and the connection is rolled back to "initialState", otherwise the original exception is re-thrown.
rowCount - Variable in class com.databasesandlife.util.swing.CachingTableModel
 
run() - Method in class com.databasesandlife.util.Executor.ProcessStreamReaderRunnable
 
run(Object, File) - Static method in class com.databasesandlife.util.Executor
 
run(String[], File) - Static method in class com.databasesandlife.util.Executor
 
run(String, File) - Static method in class com.databasesandlife.util.Executor
 
run(String[]) - Static method in class com.databasesandlife.util.Executor
 
run(String) - Static method in class com.databasesandlife.util.Executor
 
run() - Method in class com.databasesandlife.util.ThreadPool.RunnerRunnable
 
RunnerRunnable() - Constructor for class com.databasesandlife.util.ThreadPool.RunnerRunnable
 

S

select() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
selectModel - Variable in class com.databasesandlife.util.wicket.GroupedDropDownChoice
Used by wicket
send(EmailTransaction, Collection<InternetAddress>, Locale, Map<String, ? extends Object>, EmailTemplate.Attachment...) - Method in class com.databasesandlife.util.EmailTemplate
Send an email based on this email template.
send(EmailTransaction, InternetAddress, Locale, Map<String, ? extends Object>, EmailTemplate.Attachment...) - Method in class com.databasesandlife.util.EmailTemplate
 
send(Message) - Method in class com.databasesandlife.util.EmailTransaction
 
server - Variable in class com.databasesandlife.util.EmailTransaction.EmailSendingConfiguration
 
set - Variable in class com.databasesandlife.util.wicket.BooleanSetModel
 
setAutoRefreshingInitialIntervalSeconds(double) - Method in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
During the auto-refresh phase, what should the duration be between server-refreshes, initially?
setAutoRefreshingIntervalMultiplier(double) - Method in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
During the auto-refresh phase, by what multiplier should the auto-refresh interval durations increase? For example 2.0 means they double; so for example the first duration might be 10s, the next 20s, the next 40s, etc.
setBold() - Method in class com.databasesandlife.util.swing.JAutoVanishingLabel
 
setChangeListener(DropDownHierarchy.ChangeListener<N>) - Method in class com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy
When the user makes a selection, this change listener should be called.
setCountingUpDurationSeconds(double) - Method in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
How long should the initial phase of counting up be? Measured in seconds
setCountingUpRefreshIntervalSeconds(double) - Method in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
What should the duration between the updates during the counting up phase be? Measured in seconds.
setDefaultCharset(Charset) - Method in class com.databasesandlife.util.CsvParser
 
setDesiredFields(String...) - Method in class com.databasesandlife.util.CsvParser
Any fields found outside of this list cause an error
setDocumentLocator(Locator) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
setEndOfDataRegex(Pattern) - Method in class com.databasesandlife.util.CsvParser
 
setFieldSeparator(String) - Method in class com.databasesandlife.util.CsvParser
 
setFieldSeparatorRegexp(Pattern) - Method in class com.databasesandlife.util.CsvParser
 
setIgnoreNotDesiredColumns(boolean) - Method in class com.databasesandlife.util.CsvParser
 
setLastBodyForTestingInsteadOfSendingEmails - Static variable in class com.databasesandlife.util.EmailTemplate
 
setLastBodyForTestingInsteadOfSendingEmails() - Static method in class com.databasesandlife.util.EmailTemplate
Henceforth, no emails will be sent; instead the body will be recorded for inspection by EmailTemplate.getLastBodyForTesting().
setNonEmptyFields(String...) - Method in class com.databasesandlife.util.CsvParser
Any fields here must be present and have non-empty values
setObject(Boolean) - Method in class com.databasesandlife.util.wicket.BooleanSetModel
 
setObject(List<T>) - Method in class com.databasesandlife.util.wicket.EmptyListIsSpecialWrapperModel
 
setObject(T) - Method in class com.databasesandlife.util.wicket.GetterModel
Deprecated.
 
setObject(V) - Method in class com.databasesandlife.util.wicket.MapModel
 
setObject(List<String>) - Method in class com.databasesandlife.util.wicket.OptionalSingleValueChosenDropDown.EmptyStringIntroducingModel
 
setObject(List<T>) - Method in class com.databasesandlife.util.wicket.SingleEntryModelAdaptor
 
setParent(MasterDetailTreeNode) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
setSelected(N) - Method in class com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy
Changes which node is selected.
setSkipLinePattern(Pattern) - Method in class com.databasesandlife.util.CsvParser
 
setTendencyThreshold(double) - Method in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
How close should the counting up phase get to the target value? A value of 0.01 means it gets within 1% of the target value before switching to the second auto-refresh phase.
setThreadCount(int) - Method in class com.databasesandlife.util.ThreadPool
 
setThreadNamePrefix(String) - Method in class com.databasesandlife.util.ThreadPool
 
setVanishingText(String) - Method in class com.databasesandlife.util.swing.JAutoVanishingLabel
 
setXml(Element) - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage.OutOfHeapXml
 
sha256hex(String) - Static method in class com.databasesandlife.util.MD5Hex
 
sharedInstance - Static variable in class com.databasesandlife.util.PerThreadLog4jAppender
 
singleEntryModel - Variable in class com.databasesandlife.util.wicket.SingleEntryModelAdaptor
 
SingleEntryModelAdaptor<T> - Class in com.databasesandlife.util.wicket
Wraps a model of a single value, in a model capable of storing a list of values.
SingleEntryModelAdaptor(IModel<T>) - Constructor for class com.databasesandlife.util.wicket.SingleEntryModelAdaptor
 
singleStringOrNullModel - Variable in class com.databasesandlife.util.wicket.OptionalSingleValueChosenDropDown.EmptyStringIntroducingModel
 
skipLinePattern - Variable in class com.databasesandlife.util.CsvParser
 
skippedEntity(String) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
SmtpServerAddress() - Constructor for class com.databasesandlife.util.EmailTransaction.SmtpServerAddress
 
SmtpServerConfiguration() - Constructor for class com.databasesandlife.util.EmailTransaction.SmtpServerConfiguration
 
source - Variable in class com.databasesandlife.util.swing.CachingTableModel
 
splitToArray(Properties, String) - Static method in class com.databasesandlife.util.PropertiesUtil
Takes a prefix like "rules" and then finds "rules.0.x" etc, puts them into lots of Properties objects with keys like "x" and position 0 in the array.
splitToHashtable(Properties, String) - Static method in class com.databasesandlife.util.PropertiesUtil
splitToList(Properties, String) - Static method in class com.databasesandlife.util.PropertiesUtil
Takes a prefix like "rules" and then finds "rules.0.x" etc, puts them into lots of Properties objects with keys like "x" and position 0 in the array.
splitToMap(Properties, String) - Static method in class com.databasesandlife.util.PropertiesUtil
Takes a prefix like "rules" and then finds "rules.name.key", puts them in a Map.
SqlException(Throwable) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.SqlException
 
SqlException(String) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.SqlException
 
SqlException(String, Throwable) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.SqlException
 
sqlForLog - Variable in class com.databasesandlife.util.jdbc.ResultSetIterator
 
start(String) - Static method in class com.databasesandlife.util.Timer
Deprecated.
use try (Timer ignored = new Timer("...")) { .. } instead
startDocument() - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
startElement(String, String, String, Attributes) - Method in class com.databasesandlife.util.DomVariableExpander
 
startElement(String, String, String, Attributes) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
startPrefixMapping(String, String) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
state - Variable in class com.databasesandlife.util.jdbc.ResultSetIterator
 
statement - Variable in class com.databasesandlife.util.jdbc.ResultSetIterator
 
stateTransitionToFinished() - Method in class com.databasesandlife.util.jdbc.ResultSetIterator
 
stateTransitionToReturnResults() - Method in class com.databasesandlife.util.jdbc.ResultSetIterator
 
stream() - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultSet
 
stringRepresentation - Variable in class com.databasesandlife.util.OutOfHeapTemporaryStorage.OutOfHeapXml
 
subtractDays(int) - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
supplier - Variable in class com.databasesandlife.util.wicket.LambdaDisplayValueChoiceRenderer
 
SvnUrlWithUsernamePassword - Class in com.databasesandlife.util
Represents a SVN URL, username, password.
SvnUrlWithUsernamePassword() - Constructor for class com.databasesandlife.util.SvnUrlWithUsernamePassword
 
syntax - Variable in class com.databasesandlife.util.DomVariableExpander
 

T

TaskWithDependencies() - Constructor for class com.databasesandlife.util.ThreadPool.TaskWithDependencies
 
tendencyThreshold - Variable in class com.databasesandlife.util.wicket.CountingUpThenAutoRefreshingLabel
 
TextFieldWithType<T> - Class in com.databasesandlife.util.wicket
 
TextFieldWithType(String, String, IModel<T>) - Constructor for class com.databasesandlife.util.wicket.TextFieldWithType
 
threadCount - Variable in class com.databasesandlife.util.ThreadPool
 
threadNamePrefix - Variable in class com.databasesandlife.util.ThreadPool
 
ThreadPool - Class in com.databasesandlife.util
Runs a number of Runnable tasks in a number of threads (over a number of CPU cores).
ThreadPool() - Constructor for class com.databasesandlife.util.ThreadPool
 
ThreadPool.RunnerRunnable - Class in com.databasesandlife.util
 
ThreadPool.TaskWithDependencies - Class in com.databasesandlife.util
 
throwRestartResponseException() - Method in class com.databasesandlife.util.wicket.PageClassAndParameters
 
timer - Variable in class com.databasesandlife.util.swing.JAutoVanishingLabel
 
Timer - Class in com.databasesandlife.util
Times a calculation.
Timer(String) - Constructor for class com.databasesandlife.util.Timer
 
Timer.TimerResult - Class in com.databasesandlife.util
 
TimerResult() - Constructor for class com.databasesandlife.util.Timer.TimerResult
 
TimeTextField<T> - Class in com.databasesandlife.util.wicket
<input type="time"> field.
TimeTextField(String, IModel<T>) - Constructor for class com.databasesandlife.util.wicket.TimeTextField
 
TlsSmtpServerAddress() - Constructor for class com.databasesandlife.util.EmailTransaction.TlsSmtpServerAddress
 
to(BCryptPassword) - Method in class com.databasesandlife.util.jooq.BCryptPasswordConverter
 
to(Class) - Method in class com.databasesandlife.util.jooq.ClassConverter
 
to(Boolean) - Method in class com.databasesandlife.util.jooq.MySqlBooleanConverter
 
to(Instant) - Method in class com.databasesandlife.util.jooq.UtcInstantConverter
 
toDate() - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
toElementList(NodeList) - Static method in class com.databasesandlife.util.DomParser
 
toIntegerSet(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultSet
 
toJavaTimeYearMonth() - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
toLocalDate() - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
toLongSet(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultSet
 
toObjectList(Class<T>, String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultSet
Reads all rows in the result set, finds the string column "stringColumnName" and creates objects of type "cl" by calling its constructor taking a single string argument.
toObjectSet(Class<T>, String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultSet
Reads all rows in the result set, finds the string column "stringColumnName" and creates objects of type "cl" by calling its constructor taking a single string argument.
toString() - Method in class com.databasesandlife.util.CleartextPassword
 
toString() - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage.OutOfHeapString
 
toString() - Method in class com.databasesandlife.util.Timer.TimerResult
 
toString() - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
toString() - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
toType() - Method in class com.databasesandlife.util.jooq.BCryptPasswordConverter
 
toType() - Method in class com.databasesandlife.util.jooq.ClassConverter
 
toType() - Method in class com.databasesandlife.util.jooq.MySqlBooleanConverter
 
toType() - Method in class com.databasesandlife.util.jooq.UtcInstantConverter
 
toXmlDomElement() - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage.OutOfHeapXml
You will need to import this into your DOM document
toYYYYMM() - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
toYYYYMMDD() - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
transactionHasRolledback() - Method in interface com.databasesandlife.util.jdbc.DbTransaction.RollbackListener
 
transferrableHasBeenDropped(DropTargetDropEvent) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
When a Transferrable is dropped on this node, this method is called.
tree - Variable in class com.databasesandlife.util.swing.MasterDetailTreeNode
if root, assigned to a tree, this is a value, otherwise null
TreeListener(JPanel, JPanel) - Constructor for class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
 
treeModel - Variable in class com.databasesandlife.util.swing.MasterDetailTreeNode
if root, assigned to a tree, this is a value, otherwise null
tx - Variable in class com.databasesandlife.util.jdbc.ReadOnlyReconnectingDbConnection
 
type - Variable in class com.databasesandlife.util.wicket.TextFieldWithType
 

U

union(Properties, Properties) - Static method in class com.databasesandlife.util.PropertiesUtil
Creates a new Properties which is the combination of all the keys in p1 and p2.
UniqueConstraintViolation(String) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.UniqueConstraintViolation
 
UniqueConstraintViolation(String, Throwable) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.UniqueConstraintViolation
 
update(String, Map<String, ?>, String, Object...) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
updateIgnoringUniqueConstraintViolations(String, Map<String, ?>, String, Object...) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
updateOrThrowUniqueConstraintViolation(String, Map<String, ?>, String, Object...) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
url - Variable in class com.databasesandlife.util.SvnUrlWithUsernamePassword
 
UrlConverter - Class in com.databasesandlife.util.wicket
Wicket converter to allow user to enter URLs and display errors if they are not valid.
UrlConverter() - Constructor for class com.databasesandlife.util.wicket.UrlConverter
 
username - Variable in class com.databasesandlife.util.EmailTransaction.TlsSmtpServerAddress
 
username - Variable in class com.databasesandlife.util.SvnUrlWithUsernamePassword
 
UtcInstantConverter - Class in com.databasesandlife.util.jooq
 
UtcInstantConverter() - Constructor for class com.databasesandlife.util.jooq.UtcInstantConverter
 
UuidComparator() - Constructor for class com.databasesandlife.util.UuidTreeSet.UuidComparator
 
UuidConverter - Class in com.databasesandlife.util.wicket
Wicket converter to allow user to enter UUIDs and display errors if they are not valid.
UuidConverter() - Constructor for class com.databasesandlife.util.wicket.UuidConverter
 
UuidTreeSet - Class in com.databasesandlife.util
This is an ordered set of UUIDs.
UuidTreeSet() - Constructor for class com.databasesandlife.util.UuidTreeSet
 
UuidTreeSet(Collection<? extends UUID>) - Constructor for class com.databasesandlife.util.UuidTreeSet
 
UuidTreeSet.UuidComparator - Class in com.databasesandlife.util
 

V

valueChanged(TreeSelectionEvent) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode.TreeListener
Node selection changed
valueOf(String) - Static method in enum com.databasesandlife.util.DomVariableExpander.VariableSyntax
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.databasesandlife.util.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.databasesandlife.util.jdbc.DbTransaction.DbServerProduct
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.databasesandlife.util.jdbc.ResultSetIterator.CloseStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.databasesandlife.util.jdbc.ResultSetIterator.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.databasesandlife.util.OrderByDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.databasesandlife.util.wicket.OverlayIframeCloser.DomainSimilarity
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.databasesandlife.util.DomVariableExpander.VariableSyntax
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.databasesandlife.util.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.databasesandlife.util.jdbc.DbTransaction.DbServerProduct
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.databasesandlife.util.jdbc.ResultSetIterator.CloseStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.databasesandlife.util.jdbc.ResultSetIterator.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.databasesandlife.util.OrderByDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.databasesandlife.util.wicket.OverlayIframeCloser.DomainSimilarity
Returns an array containing the constants of this enum type, in the order they are declared.
VariableNotFoundException(String) - Constructor for exception com.databasesandlife.util.DomVariableExpander.VariableNotFoundException
 
variables - Variable in class com.databasesandlife.util.DomVariableExpander
 

W

WebEncodingUtils - Class in com.databasesandlife.util
 
WebEncodingUtils() - Constructor for class com.databasesandlife.util.WebEncodingUtils
 
WindowCenterer - Class in com.databasesandlife.util.awt
Takes a Window (for example Frame or Dialog) and centers it on the screen.
WindowCenterer() - Constructor for class com.databasesandlife.util.awt.WindowCenterer
 
writeBytesToOutputStream(OutputStream, byte[]) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
 
writeHtmlPartToFile(Locale, URL, Map<String, ? extends Object>, File) - Method in class com.databasesandlife.util.EmailTemplate
 
writeStringToFileUtf8(File, String) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
Deprecated.
use Apache Commons, FileUtils.writeStringToFile(File, String, String) instead
writeXml(OutOfHeapTemporaryStorage.OutOfHeapXml, Element) - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage
 
writeXmlToFile(File, Element) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
 

Y

year - Variable in class com.databasesandlife.util.YearMonth
Deprecated.
 
year - Variable in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
YearMonth - Class in com.databasesandlife.util
Deprecated.
use YearMonth instead
YearMonth(int, int) - Constructor for class com.databasesandlife.util.YearMonth
Deprecated.
 
YearMonth(YearMonth) - Constructor for class com.databasesandlife.util.YearMonth
Deprecated.
 
YearMonth.YearMonthParseException - Exception in com.databasesandlife.util
Deprecated.
 
YearMonthDay - Class in com.databasesandlife.util
Deprecated.
use LocalDate instead.
YearMonthDay() - Constructor for class com.databasesandlife.util.YearMonthDay
Deprecated.
 
YearMonthDay(int, int, int) - Constructor for class com.databasesandlife.util.YearMonthDay
Deprecated.
 
YearMonthDay(LocalDate) - Constructor for class com.databasesandlife.util.YearMonthDay
Deprecated.
 
YearMonthDayConverter - Class in com.databasesandlife.util.wicket
Deprecated.
use DateTextField instead
YearMonthDayConverter() - Constructor for class com.databasesandlife.util.wicket.YearMonthDayConverter
Deprecated.
 
YearMonthDayConverter(SimpleDateFormat) - Constructor for class com.databasesandlife.util.wicket.YearMonthDayConverter
Deprecated.
 
YouTubeVideoId - Class in com.databasesandlife.util
Represents the ID of a youtube Video
YouTubeVideoId(String) - Constructor for class com.databasesandlife.util.YouTubeVideoId
 
YouTubeVideoIdConverter - Class in com.databasesandlife.util.wicket
Allows user to enter YouTube Video URLs.
YouTubeVideoIdConverter() - Constructor for class com.databasesandlife.util.wicket.YouTubeVideoIdConverter
 
A B C D E F G H I J L M N O P Q R S T U V W Y 
Skip navigation links

Copyright © 2003–2018. All rights reserved.