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
 
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
 
addThreadAppender(Thread, AppenderSkeleton) - Method in class com.databasesandlife.util.PerThreadLog4jAppender
 
append(String) - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage.OutOfHeapString
 
appendIn(Appendable, List<? super V>, String, Collection<? extends V>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
Writes "foo IN (?,?,?)"
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
 

B

beautifyUrl(String) - Static method in class com.databasesandlife.util.WebEncodingUtils
Takes "New York" and returns "new-york"
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
 
bytesToHex(byte[]) - Static method in class com.databasesandlife.util.MD5Hex
 

C

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.
 
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.
characters(char[], int, int) - Method in class com.databasesandlife.util.DomVariableExpander
 
characters(char[], int, int) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
children() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
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
 
coalesce(T...) - Static method in class com.databasesandlife.util.Coalescor
 
Coalescor - Class in com.databasesandlife.util
 
Coalescor() - Constructor for class com.databasesandlife.util.Coalescor
 
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.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
 
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
 
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
 
constraintName - Variable in exception com.databasesandlife.util.jdbc.DbTransaction.UniqueConstraintViolation
 
contains(Element, String) - Static method in class com.databasesandlife.util.DomElementReplacer
 
contentType - Variable in class com.databasesandlife.util.InputOutputStreamUtil.Response
 
convertEmailAddressListToString(List<InternetAddress>) - Static method in class com.databasesandlife.util.wicket.InternetAddressListConverter
Deprecated.
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.InternetAddressConverter
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.InternetAddressListConverter
Deprecated.
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.JodatimeLocalDateConverter
Deprecated.
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.JodatimeLocalTimeConverter
Deprecated.
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.UrlConverter
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.YearMonthDayConverter
Deprecated.
 
convertToObject(String, Locale) - Method in class com.databasesandlife.util.wicket.YouTubeVideoIdConverter
 
convertToString(InternetAddress, Locale) - Method in class com.databasesandlife.util.wicket.InternetAddressConverter
 
convertToString(List<InternetAddress>, Locale) - Method in class com.databasesandlife.util.wicket.InternetAddressListConverter
Deprecated.
 
convertToString(LocalDate, Locale) - Method in class com.databasesandlife.util.wicket.JodatimeLocalDateConverter
Deprecated.
 
convertToString(LocalTime, Locale) - Method in class com.databasesandlife.util.wicket.JodatimeLocalTimeConverter
Deprecated.
 
convertToString(URL, Locale) - Method in class com.databasesandlife.util.wicket.UrlConverter
 
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
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.CsvLineHandler - Interface in com.databasesandlife.util
 
CsvParser.MalformedCsvException - Exception in com.databasesandlife.util
 

D

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.
 
DbConnectionException(String) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.DbConnectionException
 
DbConnectionException(String, Throwable) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.DbConnectionException
 
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
 
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.DbConnectionException - Exception in com.databasesandlife.util.jdbc
Cannot connect to database
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
 
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
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.MapModel
 
detach() - Method in class com.databasesandlife.util.wicket.SingleEntryModelAdaptor
 
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 DOM XML tree which can have variables such as $xyz, and a Map of variable values, and creates a new DOM with those variables expanded.
DomVariableExpander(TransformerHandler, Map<String, String>) - Constructor for class com.databasesandlife.util.DomVariableExpander
 
DomVariableExpander.VariableNotFoundException - Exception in com.databasesandlife.util
 
dotdotdot(String, int) - Static method in class com.databasesandlife.util.WebEncodingUtils
 
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

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.FileNotFoundInEmailTemplateDirectoryException - Exception in com.databasesandlife.util
 
EmailTransaction - Class in com.databasesandlife.util
An transaction allowing emails to be sent over SMTP
EmailTransaction(EmailTransaction.SmtpServerConfiguration) - Constructor for class com.databasesandlife.util.EmailTransaction
 
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
 
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 t = new Timer("...")) { .. } instead
endDocument() - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
endElement(String, String, String) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
endPrefixMapping(String) - Method in class com.databasesandlife.util.IdentityForwardingSaxHandler
 
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
 
execute(String, Object...) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
execute(CharSequence, List<Object>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
execute() - Method 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(Node, Map<String, String>) - Static method in class com.databasesandlife.util.DomVariableExpander
 
expandAllChildren() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 

F

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
 
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
 
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.FutureComputationTimedOutException - Exception in com.databasesandlife.util
 
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
 
getCampaignName() - Method in class com.databasesandlife.util.EmailTemplate
Gets the "campaign name" (or "category" or "tag") which is sent along with this email when it's delivered.
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
 
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
 
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
 
getDisplayName() - Method in interface com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy.Node
 
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
 
getHttpRequestParameterMap(HttpServletRequest) - Static method in class com.databasesandlife.util.WebEncodingUtils
 
getId() - Method in interface com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy.LeafNode
 
getIndex(TreeNode) - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
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
 
getJodatimeLocalDate(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
Deprecated.
prefer DbTransaction.DbQueryResultRow.getLocalDate(String) (using java.time) rather than this method (using jodatime)
getJodatimeLocalTime(String) - Method in class com.databasesandlife.util.jdbc.DbTransaction.DbQueryResultRow
Deprecated.
prefer DbTransaction.DbQueryResultRow.getLocalTime(String) (using java.time) rather than this method (using jodatime)
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.
getLeafNameInclExtension() - Method in interface com.databasesandlife.util.EmailTemplate.Attachment
For example "invoice.pdf"
getLeafNameInclExtension() - Method in class com.databasesandlife.util.EmailTemplate.ByteArrayAttachment
 
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
 
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
 
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
 
getObject() - Method in class com.databasesandlife.util.wicket.BooleanSetModel
 
getObject() - Method in class com.databasesandlife.util.wicket.EmptyListIsSpecialWrapperModel
Returns data to user i.e.
getObject() - Method in class com.databasesandlife.util.wicket.MapModel
 
getObject() - Method in class com.databasesandlife.util.wicket.SingleEntryModelAdaptor
 
getOrTimeoutAfterSeconds(float) - Method in class com.databasesandlife.util.Future
Same as Future.get() but times out after 'seconds' seconds.
getParent() - Method in interface com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy.Node
 
getParent() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
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
 
getReverseDirection() - Method in enum com.databasesandlife.util.OrderByDirection
 
getRowCount() - Method in class com.databasesandlife.util.swing.CachingTableModel
 
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
 
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".
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
getTreeText() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
Returns the text which can be used to display this icon in the tree-view
getValueAt(int, int) - Method in class com.databasesandlife.util.swing.CachingTableModel
 
getValues() - Method in class com.databasesandlife.util.wicket.GroupedDropDownChoice.DropDownChoiceGroup
 
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, 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.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
 
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
 
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).
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
 
InternetAddressListConverter - Class in com.databasesandlife.util.wicket
Deprecated.
instead of using this, create a InteretAddressArrayConverter which wicket could use based on the run-time type; (X[] is distinct from Y[] at runtime; but List<X> and List<Y> are not.
InternetAddressListConverter() - Constructor for class com.databasesandlife.util.wicket.InternetAddressListConverter
Deprecated.
 
invalidateCache() - Method in class com.databasesandlife.util.swing.CachingTableModel
 
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.
 
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
 
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
 

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
 
JodatimeLocalDateConverter - Class in com.databasesandlife.util.wicket
Deprecated.
use DateTextField instead
JodatimeLocalDateConverter(String) - Constructor for class com.databasesandlife.util.wicket.JodatimeLocalDateConverter
Deprecated.
 
JodatimeLocalTimeConverter - Class in com.databasesandlife.util.wicket
Deprecated.
use TimeTextField instead
JodatimeLocalTimeConverter(String) - Constructor for class com.databasesandlife.util.wicket.JodatimeLocalTimeConverter
Deprecated.
 
jooq() - Method in class com.databasesandlife.util.jdbc.DbTransaction
 

L

latitudeLongitudeWasDetermined(double, double) - Method in interface com.databasesandlife.util.wicket.AskUserForLatitudeLongitudePanel.LatitudeLongitudeListener
 
le(YearMonth) - Method in class com.databasesandlife.util.YearMonth
Deprecated.
 
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.
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
 
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.
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
 
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.
 
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
 

N

name - Variable in class com.databasesandlife.util.jdbc.DbMutex
 
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.
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
 
newMimeMessage() - Method in class com.databasesandlife.util.EmailTransaction
 
newMinusInfinity() - Static method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
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
 
newStringContainer() - Method in class com.databasesandlife.util.OutOfHeapTemporaryStorage
 
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
 
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
 
NodeNotFoundException(String) - Constructor for exception com.databasesandlife.util.gwt.dropdownhierarchy.client.DropDownHierarchy.NodeNotFoundException
 
now() - Static method in class com.databasesandlife.util.YearMonth
Deprecated.
 

O

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
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
 
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

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
 
parse(String) - Static method in class com.databasesandlife.util.SvnUrlWithUsernamePassword
 
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
 
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.
port - Variable in class com.databasesandlife.util.EmailTransaction.SmtpServerAddress
 
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
 
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 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
 
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<Object>) - Method in interface com.databasesandlife.util.jdbc.DbQueryable
 
query(String, Object...) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
query(CharSequence, List<Object>) - Method in class com.databasesandlife.util.jdbc.DbTransaction
 
query(String, Object...) - Method in class com.databasesandlife.util.jdbc.ReadOnlyReconnectingDbConnection
 
query(CharSequence, List<Object>) - Method in class com.databasesandlife.util.jdbc.ReadOnlyReconnectingDbConnection
 

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
 
readStringFromReader(Reader) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
Deprecated.
use Apache Commons, IOUtils.toString(Reader) instead
readUtf8(File) - Static method in class com.databasesandlife.util.InputOutputStreamUtil
Deprecated.
use FileUtils.readFileToString(File, String) with UTF-8 encoding instead
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
 
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
 
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
 
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
 
run() - Method in class com.databasesandlife.util.Executor.ProcessStreamReaderRunnable
 
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
 

S

select() - Method in class com.databasesandlife.util.swing.MasterDetailTreeNode
 
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
 
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 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(V) - Method in class com.databasesandlife.util.wicket.MapModel
 
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
 
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
 
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
 
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
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.
splitToVector(Properties, String) - Static method in class com.databasesandlife.util.PropertiesUtil
Deprecated.
use splitToArray instead, this provides type-safety
SqlException(String) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.SqlException
 
SqlException(String, Throwable) - Constructor for exception com.databasesandlife.util.jdbc.DbTransaction.SqlException
 
start(String) - Static method in class com.databasesandlife.util.Timer
Deprecated.
use try (Timer t = 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
 
subtractDays(int) - Method in class com.databasesandlife.util.YearMonthDay
Deprecated.
 
SvnUrlWithUsernamePassword - Class in com.databasesandlife.util
Represents a SVN URL, username, password.
SvnUrlWithUsernamePassword() - Constructor for class com.databasesandlife.util.SvnUrlWithUsernamePassword
 

T

TelTextField - Class in com.databasesandlife.util.wicket
<input type="tel"> field.
TelTextField(String, IModel<String>) - Constructor for class com.databasesandlife.util.wicket.TelTextField
 
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
 
throwRestartResponseException() - Method in class com.databasesandlife.util.wicket.PageClassAndParameters
 
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
 
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.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.
 
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.

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
 

V

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.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.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.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
 

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
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(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