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

A

a() - Method in class org.josef.science.math.FunctionInterval
Gets the left side of this interval.
A - Static variable in class org.josef.web.html.HtmlTag
A link tag.
A_E - Static variable in class org.josef.web.html.HtmlTag
A link end tag.
A_S - Static variable in class org.josef.web.html.HtmlTag
A link start tag.
ABBR - Static variable in class org.josef.web.html.HtmlTag
Abbreviation tag.
ABBR_E - Static variable in class org.josef.web.html.HtmlTag
Abbreviation end tag.
ABBR_S - Static variable in class org.josef.web.html.HtmlTag
Abbreviation start tag.
AbstractAuditTrailEntityIdentifiedById - Class in org.josef.jpa.audit
Ultimate base class for JPA Entities that are identified by an ID and maintain audit trail data.
AbstractAuditTrailEntityIdentifiedById() - Constructor for class org.josef.jpa.audit.AbstractAuditTrailEntityIdentifiedById
 
AbstractAuditTrailEntityIdentifiedByObjectId - Class in org.josef.jpa.audit
Ultimate base class for JPA Entities that are identified by an Object ID and maintain audit trail data.
AbstractAuditTrailEntityIdentifiedByObjectId() - Constructor for class org.josef.jpa.audit.AbstractAuditTrailEntityIdentifiedByObjectId
 
AbstractControllerBean - Class in org.josef.ejb
Ultimate Base Class for Controller Beans, providing access to an injected SessionContext.
AbstractControllerBean() - Constructor for class org.josef.ejb.AbstractControllerBean
 
AbstractCrudChildControllerBean<T extends Persistable> - Class in org.josef.ejb
Controller that support CRUD (Create, Read, Update Delete) actions on a JPA Entity that is a Child of another JPA Entity.
AbstractCrudChildControllerBean() - Constructor for class org.josef.ejb.AbstractCrudChildControllerBean
 
AbstractCrudControllerBean<T extends Persistable> - Class in org.josef.ejb
Controller that support CRUD (Create, Read, Update Delete) actions on a JPA Entity.
AbstractCrudControllerBean() - Constructor for class org.josef.ejb.AbstractCrudControllerBean
 
AbstractCsv - Class in org.josef.util.csv
Abstract base class for Utility classes that read or write Comma Separated Values (csv).
AbstractCsv() - Constructor for class org.josef.util.csv.AbstractCsv
Default constructor that will use a comma as the column separator and the platform's line.separator as a row separator.
AbstractCsv(Character) - Constructor for class org.josef.util.csv.AbstractCsv
Constructs this AbstractCsv that will use the supplied columnSeparator as a column separator and the platform's line.separator as a row separator.
AbstractCsv(Character, String) - Constructor for class org.josef.util.csv.AbstractCsv
Constructs this AbstractCsv that will use the supplied columnSeparator as a column separator and the supplied rowSeparator as a row separator.
AbstractCsvFileWriter - Class in org.josef.util.csv
Abstract Utility class to write CSV (Comma Separated Values) output to a File.
AbstractCsvFileWriter(File) - Constructor for class org.josef.util.csv.AbstractCsvFileWriter
Constructs this AbstractCsvFileWriter that will write csv data to the supplied file.
AbstractCsvFileWriter(File, Character) - Constructor for class org.josef.util.csv.AbstractCsvFileWriter
Constructs this AbstractCsvFileWriter that will write csv data to the supplied file and will use the supplied columnSeparator as a column separator.
AbstractCsvFileWriter(File, Character, String) - Constructor for class org.josef.util.csv.AbstractCsvFileWriter
Constructs this AbstractCsvFileWriter that will write csv data to the supplied file and will use the supplied columnSeparator as a column separator and the supplied rowSeparator to separate the rows.
AbstractCsvMemoryWriter - Class in org.josef.util.csv
Abstract Utility class to write CSV (Comma Separated Values) output to memory.
AbstractCsvMemoryWriter() - Constructor for class org.josef.util.csv.AbstractCsvMemoryWriter
Creates this AbstractCsvMemoryWriter.
AbstractCsvMemoryWriter(Character) - Constructor for class org.josef.util.csv.AbstractCsvMemoryWriter
Constructs this AbstractCsvMemoryWriter that will use the supplied columnSeparator as a column separator.
AbstractCsvReader - Class in org.josef.util.csv
Abstract base class for Utility classes that read CSV (Comma Separated Values) input.
AbstractCsvReader() - Constructor for class org.josef.util.csv.AbstractCsvReader
Default constructor that will use a comma as the column separator.
AbstractCsvReader(Character) - Constructor for class org.josef.util.csv.AbstractCsvReader
Constructs this AbstractCsvReader that will use the supplied columnSeparator as a column separator.
AbstractCsvServlet - Class in org.josef.web.servlet
Base class for all csv (comma separated values) based servlets that write csv output.
AbstractCsvServlet() - Constructor for class org.josef.web.servlet.AbstractCsvServlet
 
AbstractCsvWriter - Class in org.josef.util.csv
Abstract base class for Utility classes that write CSV (Comma Separated Values) output.
AbstractCsvWriter() - Constructor for class org.josef.util.csv.AbstractCsvWriter
Default constructor that will use a comma as the column separator and the platform's line.separator as a row separator.
AbstractCsvWriter(Character) - Constructor for class org.josef.util.csv.AbstractCsvWriter
Constructs this AbstractCsvWriter that will use the supplied columnSeparator as a column separator and the platform's line.separator as a row separator.
AbstractCsvWriter(Character, String) - Constructor for class org.josef.util.csv.AbstractCsvWriter
Constructs this AbstractCsvWriter that will use the supplied columnSeparator as a column separator and the supplied rowSeparator as a row separator.
AbstractEntity - Class in org.josef.jpa
Ultimate base class for JPA Entities.
AbstractEntity() - Constructor for class org.josef.jpa.AbstractEntity
Default constructor as required by JPA specifications.
AbstractEntityControllerBean - Class in org.josef.ejb
Ultimate Base Class for Controller Beans that control a JPA entity.
AbstractEntityControllerBean() - Constructor for class org.josef.ejb.AbstractEntityControllerBean
 
AbstractEntityIdentifiedById - Class in org.josef.jpa
Ultimate base class for JPA Entity classes that are identified by an ID.
AbstractEntityIdentifiedById() - Constructor for class org.josef.jpa.AbstractEntityIdentifiedById
Default constructor as required by JPA specifications.
AbstractEntityIdentifiedByObjectId - Class in org.josef.jpa
Ultimate base class for JPA Entities that are identified by an Object ID.
AbstractEntityIdentifiedByObjectId() - Constructor for class org.josef.jpa.AbstractEntityIdentifiedByObjectId
Default constructor as required by JPA specifications.
AbstractHtmlWriter - Class in org.josef.web.html
Abstract Writer to write HTML code.
AbstractHtmlWriter() - Constructor for class org.josef.web.html.AbstractHtmlWriter
 
AbstractHttpServlet - Class in org.josef.web.servlet
Base class for all HTTP based servlets.
AbstractHttpServlet() - Constructor for class org.josef.web.servlet.AbstractHttpServlet
 
AbstractLocalizedException - Exception in org.josef.util
Ultimate base class for checked exceptions that are capable of showing localized messages.
AbstractLocalizedException() - Constructor for exception org.josef.util.AbstractLocalizedException
Default constructor that creates an empty exception (that is an exception without a message and without a cause).
AbstractLocalizedException(String) - Constructor for exception org.josef.util.AbstractLocalizedException
Constructs an exception using the supplied message.
AbstractLocalizedException(Throwable, String) - Constructor for exception org.josef.util.AbstractLocalizedException
Constructs an exception using the supplied cause and message.
AbstractLocalizedException(String, String, Object...) - Constructor for exception org.josef.util.AbstractLocalizedException
Constructs a localized exception from the supplied ResourceBundle name and the supplied message key and optional arguments.
AbstractLocalizedException(Throwable, String, String, Object...) - Constructor for exception org.josef.util.AbstractLocalizedException
Constructs a localized exception from the supplied ResourceBundle name, the supplied message key, optional arguments and optional cause.
AbstractLocalizedRuntimeException - Exception in org.josef.util
Ultimate base class for runtime exceptions that are capable of showing localized messages.
AbstractLocalizedRuntimeException() - Constructor for exception org.josef.util.AbstractLocalizedRuntimeException
Default constructor that creates an empty exception (that is an exception without a message and without a cause).
AbstractLocalizedRuntimeException(String) - Constructor for exception org.josef.util.AbstractLocalizedRuntimeException
Constructs an exception using the supplied message.
AbstractLocalizedRuntimeException(Throwable, String) - Constructor for exception org.josef.util.AbstractLocalizedRuntimeException
Constructs an exception using the supplied cause and message.
AbstractLocalizedRuntimeException(String, String, Object...) - Constructor for exception org.josef.util.AbstractLocalizedRuntimeException
Constructs a localized exception from the supplied ResourceBundle name and the supplied message key and optional arguments.
AbstractLocalizedRuntimeException(Throwable, String, String, Object...) - Constructor for exception org.josef.util.AbstractLocalizedRuntimeException
Constructs a localized exception from the supplied ResourceBundle name, the supplied message key, optional arguments and optional cause.
AbstractRootFinder - Class in org.josef.science.math
Superclass for classes that will find a root of a mathematical function.
AbstractRootFinder() - Constructor for class org.josef.science.math.AbstractRootFinder
Default constructor with protected access prevents creation of an instance, except by classes in this package and sub classes.
AbstractSearchCriteria - Class in org.josef.jpa
Abstract super class for Search Criteria classes.
AbstractSearchCriteria() - Constructor for class org.josef.jpa.AbstractSearchCriteria
 
add(byte) - Method in class org.josef.science.math.CByte
Adds the supplied value to this value.
add(byte, byte) - Static method in class org.josef.science.math.CByte
Adds y to x.
add(double) - Method in class org.josef.science.math.CDouble
Adds the supplied value to this value.
add(double, double) - Static method in class org.josef.science.math.CDouble
Adds y to x.
add(float) - Method in class org.josef.science.math.CFloat
Adds the supplied value to this value.
add(float, float) - Static method in class org.josef.science.math.CFloat
Adds y to x.
add(int) - Method in class org.josef.science.math.CInteger
Adds the supplied value to this value.
add(int, int) - Static method in class org.josef.science.math.CInteger
Adds y to x.
add(long) - Method in class org.josef.science.math.CLong
Adds the supplied value to this value.
add(long, long) - Static method in class org.josef.science.math.CLong
Adds y to x.
add(Complex) - Method in class org.josef.science.math.Complex
Adds the supplied Complex number to this Complex number.
add(Complex, Complex) - Static method in class org.josef.science.math.Complex
Computes left + right.
add(CRational) - Method in class org.josef.science.math.CRational
Adds the supplied rational number to this rational number.
add(CRational, CRational) - Static method in class org.josef.science.math.CRational
Adds the right rational number to the left rational number.
add(short) - Method in class org.josef.science.math.CShort
Adds the supplied value to this value.
add(short, short) - Static method in class org.josef.science.math.CShort
Adds y to x.
add(K, V) - Method in class org.josef.util.CCache
Adds the supplied key/value pair to the cache.
add(E) - Method in class org.josef.util.CQueue
Adds the supplied element to the end of the queue.
add(String, String) - Method in class org.josef.web.QueryString
Adds the supplied name and value to this query string.
addAndExpression(String, String) - Method in class org.josef.jpa.WhereClause
Adds a boolean AND expression to this WhereClause that is created from the supplied leftOperand and rightOperand.
addAsIs(String) - Method in class org.josef.jpa.WhereClause
Adds the supplied expression as-is to this WhereClause.
addBetween(String, Object, Object) - Method in class org.josef.jpa.WhereClause
Adds a BETWEEN expression to this WhereClause that is created from the supplied column and minimum and maximum values.
addChild(HtmlElement) - Method in class org.josef.web.html.HtmlElement
Adds the supplied element as a child element of this HTML element.
addColumn(HtmlAttribute...) - Method in class org.josef.web.html.HtmlRow
Adds a column (HtmlTag.TD) with the supplied attributes, to this HTML row.
addColumn(String, HtmlAttribute...) - Method in class org.josef.web.html.HtmlRow
Adds a column (HtmlTag.TD) with the supplied content and attributes, to this HTML row.
addColumns(String...) - Method in class org.josef.web.html.HtmlRow
Adds columns (HtmlTag.TD) with the supplied content, to this HTML row.
addContent(String) - Method in class org.josef.web.html.HtmlElement
Adds the supplied content to the content of this HTML element.
addConverter(Class<?>, Class<?>, Convertable) - Static method in class org.josef.util.convert.Converter
Adds a converter.
addDays(Date, int) - Static method in class org.josef.util.CDate
Adds the supplied numberOfDays to the supplied date.
addDays(Calendar, int) - Static method in class org.josef.util.CDate
Adds the supplied numberOfDays to the supplied calendar.
addEndsWith(String, String) - Method in class org.josef.jpa.WhereClause
Adds a LIKE expression (where the percent sign is at the beginning of the expression) to this WhereClause that is created from the supplied column and value.
addExpression(String) - Method in class org.josef.jpa.WhereClause
Adds the supplied expression to this WhereClause.
addFunctionCall(SingleParamFunction, String) - Static method in class org.josef.jpa.WhereClause
Creates a function call from the supplied function and parameter.
addGroupToGroup(String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Adds a group to a group.
addHeaderColumn(HtmlAttribute...) - Method in class org.josef.web.html.HtmlRow
Adds a header column (HtmlTag.TH) with the supplied attributes, to this HTML row.
addHeaderColumn(String, HtmlAttribute...) - Method in class org.josef.web.html.HtmlRow
Adds a header column (HtmlTag.TH) with the supplied attributes, to this HTML row.
addHeaderColumns(String...) - Method in class org.josef.web.html.HtmlRow
Adds header columns (HtmlTag.TH) with the supplied content, to this HTML row.
addIsNotNull(String) - Method in class org.josef.jpa.WhereClause
Adds an IS NOT NULL expression to this WhereClause that is created from the supplied column.
addIsNull(String) - Method in class org.josef.jpa.WhereClause
Adds an IS NULL expression to this WhereClause that is created from the supplied column.
addMissingCountry(Locale) - Static method in class org.josef.util.CLocale
Adds the country to the supplied locale, but only when it is missing.
addOrExpression(String, String) - Method in class org.josef.jpa.WhereClause
Adds a boolean OR expression to this WhereClause that is created from the supplied leftOperand and rightOperand.
addQueryParameterToUrl(String, String, String) - Static method in class org.josef.web.QueryStringUtil
Adds a query parameter (name and value pair) to the supplied url.
addRelationalExpression(String, RelationalOperator, Object) - Method in class org.josef.jpa.WhereClause
Adds a relational expression to this WhereClause that is created from the supplied column, operator and value.
addResourceBundles(String...) - Method in class org.josef.util.CResourceBundle
Adds resource bundles by name, to the list of resource bundles.
addResourceBundles(ResourceBundle...) - Method in class org.josef.util.CResourceBundle
Adds resource bundles to the list of resource bundles.
ADDRESS - Static variable in class org.josef.web.html.HtmlTag
Address tag.
ADDRESS_E - Static variable in class org.josef.web.html.HtmlTag
Address end tag.
ADDRESS_S - Static variable in class org.josef.web.html.HtmlTag
Address start tag.
addRowToBody(HtmlRow) - Method in class org.josef.web.html.HtmlTable
Adds the supplied row as a child element of the "tbody" element.
addRowToHeader(HtmlRow) - Method in class org.josef.web.html.HtmlTable
Adds the supplied row as a child element of the "thead" element.
addStartsWith(String, String) - Method in class org.josef.jpa.WhereClause
Adds a LIKE expression (where the percent sign is at the end of the expression) to this WhereClause that is created from the supplied column and value.
addToWhereClause(StringBuffer, String, String) - Static method in class org.josef.jdbc.SqlStatementUtil
Adds the supplied operator and expression to an existing (and supplied) whereClause.
addTwoInts(int, int, int[]) - Static method in class org.josef.demo.jdbc.StoredProcedure
Adds two integer values.
addUserToGroup(String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Adds a user to a group.
alignLeft(String, int, char) - Static method in class org.josef.util.CString
Left aligns the supplied input String in a String with a length equal to the supplied length.
alignRight(String, int, char) - Static method in class org.josef.util.CString
Right aligns the supplied input String in a String with a length equal to the supplied length.
and() - Method in class org.josef.jpa.WhereClauseRpn
Performs an AND operation.
ApplicationServer - Enum in org.josef.util.appserver
Enumeration of Application Servers.
ApplicationServerSecurity - Class in org.josef.util.appserver
Utility class to handle application server security.
ApplicationServerSecurityInterface - Interface in org.josef.util.appserver
Interface for handling security for an application server.
ApplicationServerUtil - Class in org.josef.util.appserver
Utility class to handle generic and specific application server specific functionality.
ApplicationServerUtilInterface - Interface in org.josef.util.appserver
Generic Application Server Utility interface.
AREA - Static variable in class org.josef.web.html.HtmlTag
Area tag.
AREA_E - Static variable in class org.josef.web.html.HtmlTag
Area end tag.
AREA_S - Static variable in class org.josef.web.html.HtmlTag
Area start tag.
ArgumentsHandler - Interface in org.josef.util
Interface for the handling of program arguments.
arrayToPlainCsv(Object...) - Static method in class org.josef.util.CString
Converts the supplied array of values to a string of comma separated values.
arrayToString(Object) - Static method in class org.josef.util.CArray
Creates a String representation of the supplied array.
ARTICLE - Static variable in class org.josef.web.html.HtmlTag
Article tag.
ARTICLE_E - Static variable in class org.josef.web.html.HtmlTag
Article end tag.
ARTICLE_S - Static variable in class org.josef.web.html.HtmlTag
Article start tag.
asDate(XMLGregorianCalendar) - Static method in class org.josef.util.xml.DateConversion
Creates a Date from the supplied xmlGregorianCalendar.
asGregorianCalendar(Date) - Static method in class org.josef.util.CDate
Gets a GregorianCalendar from the supplied date.
ASIDE - Static variable in class org.josef.web.html.HtmlTag
Aside tag.
ASIDE_E - Static variable in class org.josef.web.html.HtmlTag
Aside end tag.
ASIDE_S - Static variable in class org.josef.web.html.HtmlTag
Aside start tag.
asXmlGregorianCalendar(Date) - Static method in class org.josef.util.xml.DateConversion
Creates an XMLGregorianCalendar from the supplied date.
AtomLink - Class in org.josef.util.xml
Abstraction of an atom:link element.
AtomLink(String) - Constructor for class org.josef.util.xml.AtomLink
Constructs this link from the supplied (hypertext) reference.
AUDIO - Static variable in class org.josef.web.html.HtmlTag
Audio tag.
AUDIO_E - Static variable in class org.josef.web.html.HtmlTag
Audio end tag.
AUDIO_S - Static variable in class org.josef.web.html.HtmlTag
Audio start tag.
Auditable - Interface in org.josef.jpa.audit
Interface to be implemented by JPA Entities that want to maintain audit trail data.
AuditTrailData - Class in org.josef.jpa.audit
Embeddable audit trail data.
AuditTrailData() - Constructor for class org.josef.jpa.audit.AuditTrailData
Default constructor as required by JPA specifications.
AuditTrailListener - Class in org.josef.jpa.audit
Audit trail listener that adds audit trail data to Auditable entities.
AuditTrailListener() - Constructor for class org.josef.jpa.audit.AuditTrailListener
 

B

b() - Method in class org.josef.science.math.FunctionInterval
Gets the right side of this interval.
B - Static variable in class org.josef.web.html.HtmlTag
Bold tag.
B_E - Static variable in class org.josef.web.html.HtmlTag
Bold end tag.
B_S - Static variable in class org.josef.web.html.HtmlTag
Bold start tag.
BankIdentifierCode - Class in org.josef.finance
Abstraction of a Bank Identifier Code (BIC).
BankIdentifierCode(String) - Constructor for class org.josef.finance.BankIdentifierCode
Constructs this BankIdentifierCode from the supplied bankIdentifierCode.
Base - Class in org.josef.science.math
Constants for the different number bases.
BASE - Static variable in class org.josef.web.html.HtmlTag
Base tag.
Base64 - Class in org.josef.util
Base64 encoding and decoding.
BASE_10 - Static variable in class org.josef.science.math.Base
Base 10 (decimal) system.
BASE_16 - Static variable in class org.josef.science.math.Base
Base 16 (hexadecimal) system.
BASE_2 - Static variable in class org.josef.science.math.Base
Base 2 (binary) system.
BASE_S - Static variable in class org.josef.web.html.HtmlTag
Base start tag.
BDI - Static variable in class org.josef.web.html.HtmlTag
BDI tag.
BDI_E - Static variable in class org.josef.web.html.HtmlTag
BDI end tag.
BDI_S - Static variable in class org.josef.web.html.HtmlTag
BDI start tag.
BDO - Static variable in class org.josef.web.html.HtmlTag
BDO tag.
BDO_E - Static variable in class org.josef.web.html.HtmlTag
BDO end tag.
BDO_S - Static variable in class org.josef.web.html.HtmlTag
BDO start tag.
beginTransaction() - Static method in class org.josef.jpa.EntityManagerHelper
Begins a transaction.
BiDirectionalMap<K,V> - Class in org.josef.util
Bidirectional Map, mapping keys to values and vice versa.
BiDirectionalMap(Class<K>, Class<V>) - Constructor for class org.josef.util.BiDirectionalMap
Constructs this BiDirectionalMap from the supplied keyClass and valueClass.
BigDecimalToIntegerConverter - Class in org.josef.util.convert
Converts a BigDecimal to an Integer.
BigDecimalToLongConverter - Class in org.josef.util.convert
Converts a BigDecimal to a Long.
BinaryOperator - Interface in org.josef.util.rpn
Abstraction of a binary operator.
Bisection - Class in org.josef.science.math
Finds the roots of a function within a defined interval, using the Bisection method.
Bisection(int) - Constructor for class org.josef.science.math.Bisection
Creates this Bisection root finder using the supplied number of iterations.
Bisection(double) - Constructor for class org.josef.science.math.Bisection
Creates this Bisection root finder using the supplied accuracy.
BITS_5_TO_8_MASK - Static variable in class org.josef.science.math.CByte
Masks the four rightmost bits.
BITS_FOR_ONE_HEX_CHARACTER - Static variable in class org.josef.science.math.CByte
Number of bits that represent a single hexadecimal character.
BITS_IN_BYTE - Static variable in class org.josef.science.math.CByte
Number of bits in a single byte.
BLOCKQUOTE - Static variable in class org.josef.web.html.HtmlTag
Block quote tag.
BLOCKQUOTE_E - Static variable in class org.josef.web.html.HtmlTag
Block quote end tag.
BLOCKQUOTE_S - Static variable in class org.josef.web.html.HtmlTag
Block quote start tag.
BODY - Static variable in class org.josef.web.html.HtmlTag
Body tag.
BODY_E - Static variable in class org.josef.web.html.HtmlTag
Body end tag.
BODY_S - Static variable in class org.josef.web.html.HtmlTag
Body start tag.
BodyMassIndex - Class in org.josef.science.biology
Body Mass Index Calculation class.
BR - Static variable in class org.josef.web.html.HtmlTag
Break tag.
BR_S - Static variable in class org.josef.web.html.HtmlTag
Break start tag.
BR_SE - Static variable in class org.josef.web.html.HtmlTag
Break start/end tag.
BRITISH_FOOT_TO_CM_FACTOR - Static variable in class org.josef.science.physics.LengthConverterSi2BritishImperial
Exact factor to convert feet to centimeters.
BRITISH_INCH_TO_CM_FACTOR - Static variable in class org.josef.science.physics.LengthConverterSi2BritishImperial
Exact factor to convert inches to centimeters.
BRITISH_MILE_TO_KILOMETER_FACTOR - Static variable in class org.josef.science.physics.LengthConverterSi2BritishImperial
Exact factor to convert miles to kilometers.
BRITISH_OUNCE_TO_GRAM - Static variable in class org.josef.science.physics.MassConverterSi2BritishImperial
Exact factor to convert ounces to grams.
BRITISH_POUND_TO_KILOGRAM_FACTOR - Static variable in class org.josef.science.physics.MassConverterSi2BritishImperial
Exact factor to convert pounds to grams.
BRITISH_STONE_TO_KILOGRAM_FACTOR - Static variable in class org.josef.science.physics.MassConverterSi2BritishImperial
Exact factor to convert stones to kilograms.
BRITISH_YARD_TO_METER_FACTOR - Static variable in class org.josef.science.physics.LengthConverterSi2BritishImperial
Exact factor to convert yards to centimeters.
BritishImperialLength - Enum in org.josef.science.physics
Enumeration of British Imperial lengths.
BritishImperialMass - Enum in org.josef.science.physics
Enumeration of British Imperial masses.
build() - Method in class org.josef.jpa.CColumn.Builder
Creates a new CColumn from this Builder.
build() - Method in interface org.josef.util.Builder
Builds an object using the 'Build Pattern' [Gamma 95, p.97].
build() - Method in class org.josef.util.xml.MarshalParameters.Builder
Builds the MarshalParameters object.
build() - Method in class org.josef.util.xml.UnmarshalParameters.Builder
Builds the UnmarshalParameters object.
Builder(String, Method, Integer) - Constructor for class org.josef.jpa.CColumn.Builder
Constructs this String type CColumn from the supplied name, getMethod and length.
Builder(String, Method, Integer, Integer) - Constructor for class org.josef.jpa.CColumn.Builder
Constructs this numeric type CColumn from the supplied name, getMethod, scale and precision.
Builder<T> - Interface in org.josef.util
Generic Builder Interface.
Builder(Object) - Constructor for class org.josef.util.xml.MarshalParameters.Builder
Creates this Builder using the supplied object and using default settings.
Builder(String, Class<T>) - Constructor for class org.josef.util.xml.UnmarshalParameters.Builder
Creates this Builder from the supplied xml, using default settings.
BUTTON - Static variable in class org.josef.web.html.HtmlTag
Button tag.
BUTTON_E - Static variable in class org.josef.web.html.HtmlTag
Button end tag.
BUTTON_S - Static variable in class org.josef.web.html.HtmlTag
Button start tag.
byteValue() - Method in class org.josef.science.math.CByte
Returns the value of this CByte as a byte.
byteValue() - Method in class org.josef.science.math.CDouble
Returns the value of this CDouble as a byte.
byteValue() - Method in class org.josef.science.math.CFloat
Returns the value of this CFloat as a byte.
byteValue() - Method in class org.josef.science.math.CInteger
Returns the value of this CInteger as a byte.
byteValue() - Method in class org.josef.science.math.CLong
Returns the value of this CLong as a byte.
byteValue() - Method in class org.josef.science.math.CShort
Returns the value of this CShort as a byte.

C

c() - Method in class org.josef.science.math.FunctionInterval
Gets the point between a and b.
C - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number C.
calculateBodyMassIndex(int, int) - Static method in class org.josef.science.biology.BodyMassIndex
Calculates the BMI (Body Mass Index) of an adult.
callStoredProcedure(DataSource, String, StoredProcedureParameter...) - Static method in class org.josef.jdbc.StoredProcedure
Calls a stored procedure using a DataSource.
callStoredProcedure(Connection, String, StoredProcedureParameter...) - Static method in class org.josef.jdbc.StoredProcedure
Calls a stored procedure using a Connection.
CANVAS - Static variable in class org.josef.web.html.HtmlTag
Canvas tag.
CANVAS_E - Static variable in class org.josef.web.html.HtmlTag
Canvas end tag.
CANVAS_S - Static variable in class org.josef.web.html.HtmlTag
Canvas start tag.
CAPTION - Static variable in class org.josef.web.html.HtmlTag
Caption tag.
CAPTION_E - Static variable in class org.josef.web.html.HtmlTag
Caption end tag.
CAPTION_S - Static variable in class org.josef.web.html.HtmlTag
Caption start tag.
CArguments - Class in org.josef.util
Processes command line arguments.
CArguments(ArgumentsHandler, String[], String[]) - Constructor for class org.josef.util.CArguments
Creates an arguments object from the supplied arguments handler, flags and options.
CArguments(ArgumentsHandler, String[], String[], boolean) - Constructor for class org.josef.util.CArguments
Creates an arguments object from the supplied arguments handler, flags and options.
CArray - Class in org.josef.util
Array utility class.
Case - Enum in org.josef.util
Enumeration of possibles ways to convert characters.
CBigDecimal - Class in org.josef.science.math
Abstraction of a decimal number with almost unlimited precision that extends BigDecimal.
CBigDecimal(BigInteger, int) - Constructor for class org.josef.science.math.CBigDecimal
Creates this CBigDecimal from the supplied unscaledValue and scale.
CBigDecimal(BigInteger) - Constructor for class org.josef.science.math.CBigDecimal
Creates this CBigDecimal from the supplied value.
CBigDecimal(double) - Constructor for class org.josef.science.math.CBigDecimal
Creates this CBigDecimal from the supplied value.
CBigDecimal(int) - Constructor for class org.josef.science.math.CBigDecimal
Creates this CBigDecimal from the supplied value.
CBigDecimal(long) - Constructor for class org.josef.science.math.CBigDecimal
Creates this CBigDecimal from the supplied value.
CBigDecimal(String) - Constructor for class org.josef.science.math.CBigDecimal
Creates this CBigDecimal from the supplied value.
CBigInteger - Class in org.josef.science.math
Collection of mathematical methods that operate on integers (of unlimited size).
CBigInteger(String) - Constructor for class org.josef.science.math.CBigInteger
Constructs a new CBigInteger from the supplied String value.
CBigInteger(BigInteger) - Constructor for class org.josef.science.math.CBigInteger
Constructs a new CBigInteger from the supplied BigInteger value.
CBigInteger.FibonacciIterator - Class in org.josef.science.math
Iterator suitable for iterating over all the Fibonacci numbers in sequence.
CBoolean - Class in org.josef.science.math
Utility class for booleans.
CByte - Class in org.josef.science.math
This class wraps a primitive byte value.
CCache<K,V> - Class in org.josef.util
A thread-safe LRU (Least Recently Used) cache.
CCache(int) - Constructor for class org.josef.util.CCache
Constructs a cache of the supplied maximumSize.
CClassLoader - Class in org.josef.util
Simple class loader that is normally only used for test purposes, for example when you want to force a class being loaded by another class loader than Java's standard class loader.
CClassLoader() - Constructor for class org.josef.util.CClassLoader
 
CColor - Enum in org.josef.util
Enumeration of (RGB) colors.
CColumn - Class in org.josef.jpa
Abstraction of a Column of a JPA Entity.
CColumn.Builder - Class in org.josef.jpa
Builder class to build a CColumn.
CComparator<T extends Comparable<? super T>> - Class in org.josef.util
Generic Comparator Class for objects that are already Comparable.
CComparator() - Constructor for class org.josef.util.CComparator
Constructs this Comparator that compares two objects of type <T>.
CComparator(Order) - Constructor for class org.josef.util.CComparator
Constructs this Comparator that compares two objects of type <T>.
CComparator(Order, CComparator.OrderNulls) - Constructor for class org.josef.util.CComparator
Constructs this Comparator that compares two objects of type <T>.
CComparator.OrderNulls - Enum in org.josef.util
Determines whether Null values are ordered high or low.
CCookie - Enum in org.josef.web
Enumeration of HTTP Cookies.
CCurrency - Enum in org.josef.finance
Enumeration of ISO 4217 currency codes.
CDate - Class in org.josef.util
Date utility class.
CDebug - Class in org.josef.util
Class that aids in debugging.
CDouble - Class in org.josef.science.math
This class wraps a primitive double value.
CENTER - Static variable in class org.josef.web.html.HtmlTag
Center tag.
CENTER_E - Static variable in class org.josef.web.html.HtmlTag
Center end tag.
CENTER_S - Static variable in class org.josef.web.html.HtmlTag
Center start tag.
CENTURY - Static variable in class org.josef.util.CDate
A century is not a leap year in the Gregorian Calendar.
CEnumeration - Class in org.josef.util
Utility class for enumerations.
CFile - Class in org.josef.util
File related utility class.
CFloat - Class in org.josef.science.math
This class wraps a primitive float value.
checkBankAccountNumber(String) - Static method in class org.josef.finance.UKBankAccountNumber
Determines whether the supplied bankAccountNumber combination is valid.
checkBankIdentifierCode(String) - Static method in class org.josef.finance.BankIdentifierCode
Checks whether the supplied bankIdentifierCode is valid.
checkBasicBankAccountNumber(String) - Static method in class org.josef.finance.InternationalBankAccountNumber
Checks that the supplied bban (Basic Bank Account Number) is valid.
checkCountry(String) - Static method in class org.josef.finance.InternationalBankAccountNumber
Checks that the supplied country is valid.
checkForRoot() - Method in class org.josef.science.math.FunctionInterval
Checks this interval for having a possible root so this interval can be used by a root finding method like the Bisection method or the RegulaFalsi method.
checkIban(String) - Static method in class org.josef.finance.InternationalBankAccountNumber
Checks whether the supplied iban is valid.
checkMatchingCharacters(String, char, char) - Static method in class org.josef.util.CString
Checks that the supplied input has matching opening and closing characters, where opening and closing characters may not be nested.
checkParameterNotEmpty(String, String) - Static method in class org.josef.util.CDebug
Checks that the supplied String parameter reference is not empty.
checkParameterNotEmpty(Object[], String) - Static method in class org.josef.util.CDebug
Checks that the supplied arrayParameter reference is not empty.
checkParameterNotEmpty(double[], String) - Static method in class org.josef.util.CDebug
Checks that the supplied arrayParameter reference is not empty.
checkParameterNotEmpty(Collection<?>, String) - Static method in class org.josef.util.CDebug
Checks that the supplied collectionParameter reference is not empty.
checkParameterNotNull(Object, String) - Static method in class org.josef.util.CDebug
Checks that the supplied parameter reference is not null.
checkParameterTrue(boolean, String) - Static method in class org.josef.util.CDebug
Checks that the supplied boolean value (expression) is true.
checkSortCodeAndBankAccountNumber(String, String) - Static method in class org.josef.finance.UKBankAccountNumber
Determines whether the supplied sortCode and bankAccountNumber combination is valid.
checkSortCodeIsValid(String) - Static method in class org.josef.finance.UKSortCode
Determines whether the supplied sortCode is a valid sort code.
CInteger - Class in org.josef.science.math
This class wraps a primitive integer value.
CITE - Static variable in class org.josef.web.html.HtmlTag
Cite tag.
CITE_E - Static variable in class org.josef.web.html.HtmlTag
Cite end tag.
CITE_S - Static variable in class org.josef.web.html.HtmlTag
Cite start tag.
ClassUtil - Class in org.josef.util
Generic utility class directly related to Class.
clear() - Static method in class org.josef.jpa.EntityManagerHelper
Clear the persistence context.
clear() - Method in class org.josef.util.CCache
Clears the cache.
clearAllMembers(Object) - Static method in class org.josef.util.CReflection
Clears all member fields on the supplied object.
clearSessionData(HttpSession) - Static method in class org.josef.web.servlet.AbstractHttpServlet
Clears all data from the supplied session.
clearTimeInfo(Calendar) - Static method in class org.josef.util.CDate
Clears time information from the supplied calendar.
clearTimeInfo(Date) - Static method in class org.josef.util.CDate
Clears time information from the supplied date.
CLIENT_ERROR_HIGH - Static variable in class org.josef.web.HttpStatus
Highest (theoretical) client error status code.
CLIENT_ERROR_LOW - Static variable in class org.josef.web.HttpStatus
Lowest client error status code.
CLine - Class in org.josef.science.math.geometry
Abstraction of a line.
CLine(CPoint, CPoint) - Constructor for class org.josef.science.math.geometry.CLine
Creates this CLine from the supplied CPoints.
CLocale - Class in org.josef.util
Collection of Locale related methods.
CLong - Class in org.josef.science.math
This class wraps a primitive long value.
CLong.FibonacciIterator - Class in org.josef.science.math
Iterator suitable for iterating over all the Fibonacci numbers in sequence.
close(ResultSet, Statement, Connection) - Static method in class org.josef.jdbc.JdbcUtil
Closes the supplied resultSet, statement and connection.
close() - Method in class org.josef.util.CQueue
Closes the queue.
close() - Method in class org.josef.util.csv.CsvFileReader
Closes used resources.
close(Closeable...) - Static method in class org.josef.util.InputOutputUtil
Unconditionally closes the supplied Closeables.
close() - Method in class org.josef.web.servlet.GZipResponseStream
Closes this stream and writes the actual response.
closed() - Method in class org.josef.web.servlet.GZipResponseStream
Determines whether this stream is closed or not.
closeEntityManager() - Static method in class org.josef.jpa.EntityManagerHelper
Closes the EntityManager.
CM_IN_INCH - Static variable in class org.josef.science.physics.LengthConverterSi2BritishImperial
Inexact number of centimeters in an inch.
CODE - Static variable in class org.josef.web.html.HtmlTag
Code tag.
CODE_E - Static variable in class org.josef.web.html.HtmlTag
Code end tag.
CODE_S - Static variable in class org.josef.web.html.HtmlTag
Code start tag.
CodeDescription - Class in org.josef.util
Abstraction of an immutable code and description pair.
CodeDescription(Serializable, String) - Constructor for class org.josef.util.CodeDescription
Constructs a code and description pair from the supplied code and description.
CodeDescriptionCallBack - Class in org.josef.jdbc
Call back class for (@link CodeDescription} objects.
CodeDescriptionCallBack() - Constructor for class org.josef.jdbc.CodeDescriptionCallBack
 
COL - Static variable in class org.josef.web.html.HtmlTag
Column tag.
COL_E - Static variable in class org.josef.web.html.HtmlTag
Column end tag.
COL_S - Static variable in class org.josef.web.html.HtmlTag
Column start tag.
COLGROUP - Static variable in class org.josef.web.html.HtmlTag
Column group tag.
COLGROUP_E - Static variable in class org.josef.web.html.HtmlTag
Column group end tag.
COLGROUP_S - Static variable in class org.josef.web.html.HtmlTag
Column group start tag.
Column - Class in org.josef.jdbc
Abstraction of a column of a database table.
Column(String) - Constructor for class org.josef.jdbc.Column
Constructs a Column with the supplied name.
Combinations<T> - Class in org.josef.science.math
Mathematical utility class that handles combinations.
CommandLineProcessor - Class in org.josef.util.args
A command line processor that uses annotations to process command line arguments that are passed to a java program.
COMMENT_E - Static variable in class org.josef.web.html.HtmlTag
Comment end tag.
COMMENT_S - Static variable in class org.josef.web.html.HtmlTag
Comment start tag.
commit() - Static method in class org.josef.jpa.EntityManagerHelper
Commits the transaction and clears the cache.
compare(T, T) - Method in class org.josef.util.CComparator
Utility method to compare two objects of type <T>.
compare(String, String) - Method in enum org.josef.util.CString.StringLengthComparator
Compares the length of the supplied Strings.
compare(Field, Field) - Method in class org.josef.util.FieldComparator
Compares the names of the supplied left and right fields.
compare(T, T) - Method in class org.josef.util.MultiFieldComparator
Utility method to compare two objects of type <T>.
compare(String, String) - Method in enum org.josef.util.ParagraphComparator
Compares two paragraph numbers.
compareAllowingNulls(T, T) - Static method in class org.josef.util.CComparator
Utility method to compare two objects.
compareAllowingNulls(T, T, Order) - Static method in class org.josef.util.CComparator
Utility method to compare two objects.
compareAllowingNulls(T, T, Order, CComparator.OrderNulls) - Static method in class org.josef.util.CComparator
Utility method to compare two objects.
CompareField - Class in org.josef.util
Abstraction of a Field that is used in a comparison to determine the order of Objects that contain this Field.
CompareField(CompareField) - Constructor for class org.josef.util.CompareField
Copy constructor.
CompareField(Method...) - Constructor for class org.josef.util.CompareField
Creates this CompareField that will be orderer ascending.
CompareField(Method, Order) - Constructor for class org.josef.util.CompareField
Creates this CompareField that will be ordered according to the supplied order.
compareStringsIgnoringCase(String, String) - Static method in class org.josef.util.CComparator
Utility method to compare two Strings, ignoring case, while allowing for null Strings.
compareTo(UKSortCodeRange) - Method in class org.josef.finance.UKSortCodeRange
Compares this UKSortCodeRange against the supplied ukSortCodeRange.
compareTo(CByte) - Method in class org.josef.science.math.CByte
Compares two CByte objects numerically.
compareTo(CDouble) - Method in class org.josef.science.math.CDouble
Compares two CDouble objects numerically.
compareTo(CFloat) - Method in class org.josef.science.math.CFloat
Compares two CFloat objects numerically.
compareTo(CInteger) - Method in class org.josef.science.math.CInteger
Compares two CInteger objects numerically.
compareTo(CLong) - Method in class org.josef.science.math.CLong
Compares two CLong objects numerically.
compareTo(CRational) - Method in class org.josef.science.math.CRational
Compares the supplied rational with this CRational.
compareTo(CShort) - Method in class org.josef.science.math.CShort
Compares two CShort objects numerically.
compareTo(CodeDescription) - Method in class org.josef.util.CodeDescription
Compares this CodeDescription to the supplied codeDescription.
compareTo(MailServer) - Method in class org.josef.util.MailServer
Compares MailServers by preference.
Complex - Class in org.josef.science.math
Abstraction of a Complex number.
Complex(double, double) - Constructor for class org.josef.science.math.Complex
Constructs this Complex number from the supplied real and imaginary parts.
computeCollatzConjecture(BigInteger) - Static method in class org.josef.science.math.CBigInteger
Computes Collatz Conjecture.
computeEasterSunday(int) - Static method in class org.josef.util.CDate
For the supplied (Gregorian) year, this method calculates the date of Easter Sunday.
computeHashCode(int, boolean) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied value, to it.
computeHashCode(int, int) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied value, to it.
computeHashCode(int, long) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied value, to it.
computeHashCode(int, float) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied value, to it.
computeHashCode(int, double) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied value, to it.
computeHashCode(int, Object) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied object, to it.
computeMolecularWeight(String) - Static method in class org.josef.science.physics.Molecule
Computes the molecular weight for the supplied molecularFormula.
computeStatistics(boolean, double...) - Static method in class org.josef.science.math.CStatistics
Computes the mathematical statistics for the supplied values.
concat(T[], T[]) - Static method in class org.josef.util.CArray
Concatenates two arrays.
Constraint - Class in org.josef.jdbc
Abstraction of a database constraint.
Constraint() - Constructor for class org.josef.jdbc.Constraint
 
ConstraintType - Enum in org.josef.jdbc
Enumeration of database constraint types.
contains(T) - Static method in class org.josef.jpa.EntityDataAccess
Determines whether the supplied entity belongs to the current persistence context.
containsKey(K) - Method in class org.josef.util.BiDirectionalMap
Determines whether the supplied key is mapped to a value.
containsKey(K) - Method in class org.josef.util.CCache
Determines whether the cache contains a value corresponding to the supplied key.
containsValue(V) - Method in class org.josef.util.BiDirectionalMap
Determines whether the supplied value is mapped to a key.
containsWildcard(String) - Static method in class org.josef.jdbc.SqlStatementUtil
Determines whether the supplied expression contains a SQL wildcard character.
convert(Object) - Method in class org.josef.util.convert.BigDecimalToIntegerConverter
Converts the supplied value to an Integer.
convert(Object) - Method in class org.josef.util.convert.BigDecimalToLongConverter
Converts the supplied value to a Long.
convert(Object) - Method in interface org.josef.util.convert.Convertable
Converts the supplied value to a value of another type.
convert(Object, Class<T>) - Static method in class org.josef.util.convert.Converter
Converts the supplied value to the supplied type.
convert(Object) - Method in class org.josef.util.convert.GenericObjectToStringConverter
Converts the supplied value to a String.
convert(Object) - Method in class org.josef.util.convert.StringToBigDecimalConverter
Converts the supplied value to a BigDecimal.
convert(Object) - Method in class org.josef.util.convert.StringToBigIntegerConverter
Converts the supplied value to a BigInteger.
convert(Object) - Method in class org.josef.util.convert.StringToBooleanConverter
Converts the supplied value to an Boolean.
convert(Object) - Method in class org.josef.util.convert.StringToCharacterConverter
Converts the supplied value to a Character.
convert(Object) - Method in class org.josef.util.convert.StringToDoubleConverter
Converts the supplied value to a Double.
convert(Object) - Method in class org.josef.util.convert.StringToFloatConverter
Converts the supplied value to a Float.
convert(Object) - Method in class org.josef.util.convert.StringToIntegerConverter
Converts the supplied value to an Integer.
convert(Object) - Method in class org.josef.util.convert.StringToLongConverter
Converts the supplied value to a Long.
convert(Object) - Method in class org.josef.util.convert.StringToShortConverter
Converts the supplied value to a Short.
Convertable - Interface in org.josef.util.convert
Interface to declare that an implementing class is capable of converting a value to another type.
Converter - Class in org.josef.util.convert
Converter to convert objects of one type to another type.
convertLineSeparators(File, File) - Static method in class org.josef.util.CFile
Converts the line separators in the supplied sourceFile to line separators used by the platform that executes this code.
copy(File, File) - Static method in class org.josef.util.CFile
Copies the supplied sourceFile to the supplied destinationFile.
copyFrom(ValueObjectInterface) - Method in interface org.josef.ejb.ValueObjectInterface
Copies the content of the supplied source into this ValueObject.
count(String, String) - Static method in class org.josef.util.CString
Counts the number of occurrences of the supplied string to find in the supplied source string.
countNumberOfCombinations(long, long) - Static method in class org.josef.science.math.Combinations
Calculates the number of combinations for 'n choose r'.
CPoint - Class in org.josef.science.math.geometry
Abstraction of a point in two dimensions.
CPoint(double, double) - Constructor for class org.josef.science.math.geometry.CPoint
Creates this CPoint from the supplied x coordinate and y coordinate.
CProperty - Class in org.josef.util
Abstraction of a property.
CProperty(String, Object) - Constructor for class org.josef.util.CProperty
Constructs this CProperty from the supplied name and value.
CProperty(String, Class<?>, Object) - Constructor for class org.josef.util.CProperty
Constructs this CProperty from the supplied type and value.
CQueue<E> - Class in org.josef.util
Abstraction of a queue.
CQueue(int) - Constructor for class org.josef.util.CQueue
Creates a queue with the supplied maximum capacity.
CRational - Class in org.josef.science.math
Abstraction of a Rational number.
CRational(long) - Constructor for class org.josef.science.math.CRational
Constructs a rational number from the supplied numerator and an implied denominator of one.
CRational(long, long) - Constructor for class org.josef.science.math.CRational
Constructs a rational number from the supplied numerator and denominator.
create(String, Object) - Static method in class org.josef.jpa.QueryParameterMap
Creates a QueryParameterMap and stores the supplied name/value pair.
createApplicationServerSecurityInstance(boolean) - Static method in class org.josef.util.appserver.ApplicationServerSecurity
Creates a new application server security utility class for the current application server and actually connects to the application server.
createApplicationServerUtilInstance() - Static method in class org.josef.util.appserver.ApplicationServerUtil
Creates a new application server utility class for the current application server.
createCaseInsensitiveDescriptionComparator() - Static method in class org.josef.util.CodeDescription
Creates a comparator that sorts on description (case insensitive and ascending) and then code ascending.
createCodeComparator() - Static method in class org.josef.util.CodeDescription
Creates a comparator that sorts on code ascending and then description ascending.
createCommaSeparatedValues(Object...) - Static method in class org.josef.jdbc.SqlStatementUtil
Creates a list of comma separated (database column) values.
createDateFormat(Locale, String) - Static method in class org.josef.util.FormatterFactory
Creates a SimpleDateFormat object suitable for formatting and parsing dates, based upon the supplied pattern.
createDateTimeFormat(Locale, TimeZone, String) - Static method in class org.josef.util.FormatterFactory
Creates a SimpleDateFormat object suitable for formatting and parsing date/times, based upon the supplied pattern.
createDecimalFormat(Locale, String) - Static method in class org.josef.util.FormatterFactory
Creates a NumberFormat object suitable for formatting and parsing decimal numbers, based upon the supplied pattern.
createDecodeArgument(String, Class<T>, Locale) - Static method in class org.josef.jdbc.SqlStatementUtil
Creates a String which can be used as an argument to Oracle's decode function.
createDecodeArgument(String, Collection<? extends CodeDescription>, String) - Static method in class org.josef.jdbc.SqlStatementUtil
Creates a String which can be used as an argument to Oracle's decode function.
createDefaultDateFormat(Locale) - Static method in class org.josef.util.FormatterFactory
Creates a default DateFormat object suitable for formatting and parsing Dates.
createDefaultDateTimeFormat(Locale, TimeZone) - Static method in class org.josef.util.FormatterFactory
Creates a default DateFormat object suitable for formatting and parsing date/times.
createDefaultDecimalFormat(Locale) - Static method in class org.josef.util.FormatterFactory
Creates a default NumberFormat object suitable for formatting and parsing decimal numbers.
createDefaultIntegerFormat(Locale) - Static method in class org.josef.util.FormatterFactory
Creates a default NumberFormat object suitable for formatting integer numbers.
createDefaultShortDateFormat(Locale) - Static method in class org.josef.util.FormatterFactory
Creates a default DateFormat object suitable for formatting and parsing short dates.
createDefaultShortDateTimeFormat(Locale, TimeZone) - Static method in class org.josef.util.FormatterFactory
Creates a default DateFormat object suitable for formatting and parsing short date/times.
createDefaultTimeFormat(Locale) - Static method in class org.josef.util.FormatterFactory
Creates a default DateFormat object suitable for formatting and parsing times.
createDescriptionComparator() - Static method in class org.josef.util.CodeDescription
Creates a comparator that sorts on description ascending and then code ascending.
createEndsWithParameter(String) - Static method in class org.josef.jdbc.SqlStatementUtil
Creates a SQL parameter that can be used in a SQL LIKE clause suitable for selecting columns that end with the supplied expression.
createErrorMessage(MBeanServerConnection, ObjectName, String, Object[], String[]) - Static method in class org.josef.util.appserver.JmxUtil
Creates an error message, explaining why the supplied operation could not be executed.
createFilePath(String, String) - Static method in class org.josef.util.CFile
Creates a complete path to a file from the supplied path and file.
createGroup(String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Creates a new group.
createInClause(String, Object...) - Static method in class org.josef.jdbc.SqlStatementUtil
Creates an IN clause for a SQL statement.
createInstance(long) - Static method in class org.josef.util.SequentialIdGenerator
Creates a sequential id generator that will count up from (and including) the supplied start value.
createIntegerFormat(Locale, String) - Static method in class org.josef.util.FormatterFactory
Creates a NumberFormat object suitable for formatting and parsing integer numbers, based upon the supplied pattern.
createMap(K, V) - Static method in class org.josef.util.MapUtil
Creates a map that stores the supplied key/value pair.
createNamedQuery(String) - Static method in class org.josef.jpa.EntityManagerHelper
Creates a named Query.
createNamedQuery(String, Class<T>) - Static method in class org.josef.jpa.EntityManagerHelper
Creates a named Query.
createNativeQuery(String) - Static method in class org.josef.jpa.EntityManagerHelper
Creates a native Query.
createNativeQuery(String, Class<? extends Persistable>) - Static method in class org.josef.jpa.EntityManagerHelper
Creates a native Query with resulting object of the supplied type.
createNotInClause(String, Object...) - Static method in class org.josef.jdbc.SqlStatementUtil
Creates a NOT IN clause for a SQL statement.
createQuery(String) - Static method in class org.josef.jpa.EntityManagerHelper
Creates a Query.
createStartsWithParameter(String) - Static method in class org.josef.jdbc.SqlStatementUtil
Creates a SQL parameter that can be used in a SQL LIKE clause suitable for selecting columns that start with the supplied expression.
createStoredProcedureCall(String, StoredProcedureParameter...) - Static method in class org.josef.jdbc.SqlStatementUtil
Creates a SQL statement to call a stored procedure.
createStringToObjectMap(String, Object) - Static method in class org.josef.util.MapUtil
Creates a String to Object map, that can possible be used to represent named JP/QL query parameters.
createTimeFormat(Locale, String) - Static method in class org.josef.util.FormatterFactory
Creates a SimpleDateFormat object suitable for formatting and parsing times, based upon the supplied pattern.
createUser(String, String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Creates a new user.
createWhereClause(String) - Static method in class org.josef.jdbc.SqlStatementUtil
Creates a sql WHERE clause.
CReflection - Class in org.josef.util
Utility class to aid in using reflection.
CResourceBundle - Class in org.josef.util
A list of resource bundles that represents itself as a single ResourceBundle.
CResourceBundle(String) - Constructor for class org.josef.util.CResourceBundle
Constructs this CResourceBundle from the supplied resourceBundleName, using the default locale.
CResourceBundle(Locale) - Constructor for class org.josef.util.CResourceBundle
Constructs this CResourceBundle with an empty list of resource bundles.
CResourceBundle(Locale, String) - Constructor for class org.josef.util.CResourceBundle
Constructs this CResourceBundle from the supplied locale and resourceBundleName.
CrudActions<T extends Persistable> - Interface in org.josef.ejb
Interface to be implemented by classes that support CRUD (Create, Read, Update and Delete) actions on an Entity.
CrudChildActions<T extends Persistable> - Interface in org.josef.ejb
Interface to be implemented by classes that support CRUD (Create, Read, Update and Delete) actions on an Entity.
CSecurityManager - Class in org.josef.util
A security manager that currently has the sole purpose of determining the calling class.
CSecurityManager() - Constructor for class org.josef.util.CSecurityManager
 
CShort - Class in org.josef.science.math
This class wraps a primitive short value.
CStatistics - Class in org.josef.science.math
Mathematical utility class to calculate statistical values like average and minimum value and maximum value of a list of values.
CString - Class in org.josef.util
Collection of String methods.
CString.StringLengthComparator - Enum in org.josef.util
A generic String comparator that compares two Strings based upon their length.
csvColumnToString(Object, Formatter) - Static method in class org.josef.util.csv.CsvUtil
Formats the supplied column using the supplied formatter.
CsvException - Exception in org.josef.util.csv
Exception that indicates something has gone wrong during either reading or writing of csv data.
CsvException() - Constructor for exception org.josef.util.csv.CsvException
Default constructor that creates this CsvException without any message.
CsvException(String) - Constructor for exception org.josef.util.csv.CsvException
Creates this CsvException from the supplied message.
CsvException(Throwable) - Constructor for exception org.josef.util.csv.CsvException
Creates this CsvException from the supplied cause.
CsvException(String, Throwable) - Constructor for exception org.josef.util.csv.CsvException
Creates this CsvException from the supplied cause.
CsvFileReader - Class in org.josef.util.csv
Utility class to read csv (Comma Separated Values) input from a File.
CsvFileReader(File) - Constructor for class org.josef.util.csv.CsvFileReader
Constructs this CsvFileReader that will read csv data from the supplied file, using a comma as the column separator and the default character set (for the platform running the application).
CsvFileReader(File, Character) - Constructor for class org.josef.util.csv.CsvFileReader
Constructs this CsvFileReader that will read csv data from the supplied file, using the supplied columnSeparator as a column separator and the default character set (for the platform running the application).
CsvFileReader(File, Character, Charset) - Constructor for class org.josef.util.csv.CsvFileReader
Constructs this CsvFileReader that will read csv data from the supplied file, using the supplied columnSeparator as a column separator and the supplied characterSet.
CsvMemoryReader - Class in org.josef.util.csv
Abstract Utility class to read CSV (Comma Separated Values) input from memory.
CsvMemoryReader(List<String>) - Constructor for class org.josef.util.csv.CsvMemoryReader
Constructs this CsvMemoryReader that will read csv data from the supplied list of rows.
CsvMemoryReader(List<String>, Character) - Constructor for class org.josef.util.csv.CsvMemoryReader
Constructs this CsvMemoryReader that will read csv data from the supplied list of rows, using the supplied columnSeparator as a column separator.
csvRowFromValues(Character, Object...) - Static method in class org.josef.util.csv.CsvUtil
Converts the supplied values to a single String consisting of properly quoted columns, separated by the supplied column separator.
csvRowFromValues(Character, Formatter, Object...) - Static method in class org.josef.util.csv.CsvUtil
Converts the supplied values to a single String consisting of properly quoted columns (that are converted to a String using the supplied formatter), separated by the supplied column separator.
CsvUtil - Class in org.josef.util.csv
Utility class for manipulating csv (Comma Separated Values) data.
CThread - Class in org.josef.util
Thread related utility class.
CTriangle - Class in org.josef.science.math.geometry
Abstraction of a triangle in two dimensions.
CTriangle(CPoint, CPoint, CPoint) - Constructor for class org.josef.science.math.geometry.CTriangle
Creates this triangle from the supplied points.
CType - Enum in org.josef.jdbc
Enumeration of JDBC types.

D

D - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number D.
Database - Class in org.josef.jdbc
Utility class to access a relational database.
DatabaseType - Enum in org.josef.jdbc
Enumeration of (SQL) Databases.
DATALIST - Static variable in class org.josef.web.html.HtmlTag
Data list tag.
DATALIST_E - Static variable in class org.josef.web.html.HtmlTag
Data list end tag.
DATALIST_S - Static variable in class org.josef.web.html.HtmlTag
Data list start tag.
DATE - Static variable in class org.josef.jpa.FieldLengths
Length of a Date field.
DateConversion - Class in org.josef.util.xml
Utility class to convert dates from and to XMLGregorianCalendar.
DAY_1 - Static variable in class org.josef.science.physics.TimeConstants
Day 1.
DAY_10 - Static variable in class org.josef.science.physics.TimeConstants
Day 10.
DAY_11 - Static variable in class org.josef.science.physics.TimeConstants
Day 11.
DAY_12 - Static variable in class org.josef.science.physics.TimeConstants
Day 12.
DAY_13 - Static variable in class org.josef.science.physics.TimeConstants
Day 13.
DAY_14 - Static variable in class org.josef.science.physics.TimeConstants
Day 14.
DAY_15 - Static variable in class org.josef.science.physics.TimeConstants
Day 15.
DAY_16 - Static variable in class org.josef.science.physics.TimeConstants
Day 16.
DAY_17 - Static variable in class org.josef.science.physics.TimeConstants
Day 17.
DAY_18 - Static variable in class org.josef.science.physics.TimeConstants
Day 18.
DAY_19 - Static variable in class org.josef.science.physics.TimeConstants
Day 19.
DAY_2 - Static variable in class org.josef.science.physics.TimeConstants
Day 2.
DAY_20 - Static variable in class org.josef.science.physics.TimeConstants
Day 20.
DAY_21 - Static variable in class org.josef.science.physics.TimeConstants
Day 21.
DAY_22 - Static variable in class org.josef.science.physics.TimeConstants
Day 22.
DAY_23 - Static variable in class org.josef.science.physics.TimeConstants
Day 23.
DAY_24 - Static variable in class org.josef.science.physics.TimeConstants
Day 24.
DAY_25 - Static variable in class org.josef.science.physics.TimeConstants
Day 25.
DAY_26 - Static variable in class org.josef.science.physics.TimeConstants
Day 26.
DAY_27 - Static variable in class org.josef.science.physics.TimeConstants
Day 27.
DAY_28 - Static variable in class org.josef.science.physics.TimeConstants
Day 28.
DAY_29 - Static variable in class org.josef.science.physics.TimeConstants
Day 29.
DAY_3 - Static variable in class org.josef.science.physics.TimeConstants
Day 3.
DAY_30 - Static variable in class org.josef.science.physics.TimeConstants
Day 30.
DAY_31 - Static variable in class org.josef.science.physics.TimeConstants
Day 31.
DAY_4 - Static variable in class org.josef.science.physics.TimeConstants
Day 4.
DAY_5 - Static variable in class org.josef.science.physics.TimeConstants
Day 5.
DAY_6 - Static variable in class org.josef.science.physics.TimeConstants
Day 6.
DAY_7 - Static variable in class org.josef.science.physics.TimeConstants
Day 7.
DAY_8 - Static variable in class org.josef.science.physics.TimeConstants
Day 8.
DAY_9 - Static variable in class org.josef.science.physics.TimeConstants
Day 9.
DAYS_IN_A_YEAR - Static variable in class org.josef.util.CDate
Number of days in a (non leap) year.
DAYS_IN_WEEK - Static variable in enum org.josef.util.WeekDay
The number of days in a week.
DD - Static variable in class org.josef.web.html.HtmlTag
DD (description definition) tag.
DD_E - Static variable in class org.josef.web.html.HtmlTag
DD (description definition) end tag.
DD_S - Static variable in class org.josef.web.html.HtmlTag
DD (description definition) start tag.
DEBUG - Static variable in class org.josef.util.Message
A debug message.
DECIMAL_INTEREST_RATE - Static variable in class org.josef.finance.Finance
Constant to compute the decimal interest rate (perunage in Dutch) from a percentage.
decode(byte[]) - Static method in class org.josef.util.Base64
Decodes the supplied Base64 encoded input.
decodeFromFile(String) - Static method in class org.josef.util.Base64
Decodes the Base64 encoded data from the supplied fileName.
decodeToFile(byte[], String) - Static method in class org.josef.util.Base64
Decodes the supplied input to a file with the supplied fileName.
decodeUrl(String) - Static method in class org.josef.web.QueryStringUtil
Decodes the supplied url using UTF-8 encoding as recommended by the W3C.
DEL - Static variable in class org.josef.web.html.HtmlTag
Delete tag.
DEL_E - Static variable in class org.josef.web.html.HtmlTag
Delete end tag.
DEL_S - Static variable in class org.josef.web.html.HtmlTag
Delete start tag.
DerbyDatabase - Class in org.josef.jdbc
Abstraction of a Derby database.
DerivedSiUnit - Enum in org.josef.science
Abstraction of a physical unit.
deserializeFromObject(File) - Static method in class org.josef.util.Serializer
Deserializes an object, previously serialized by Serializer.serializeAsObject(Serializable, File).
deserializeFromObject(InputStream) - Static method in class org.josef.util.Serializer
Deserializes an object, previously serialized by Serializer.serializeAsObject(Serializable, OutputStream).
deserializeFromXml(File) - Static method in class org.josef.util.Serializer
Deserializes an object, previously serialized by Serializer.serializeAsXml(Object, OutputStream).
deserializeFromXml(InputStream) - Static method in class org.josef.util.Serializer
Deserializes an object, previously serialized by Serializer.serializeAsXml(Object, OutputStream).
destroy() - Method in class org.josef.web.servlet.AbstractHttpServlet
Called by the servlet runner when this servlet has to be destroyed.
destroy() - Method in class org.josef.web.servlet.EncodeParameterFilter
Destroys this filter by doing absolutely nothing.
destroy() - Method in class org.josef.web.servlet.GZipFilter
Destroys this filter by doing absolutely nothing.
detach(Persistable) - Static method in class org.josef.jpa.EntityManagerHelper
Detaches the supplied persistable by removing it from the persistence context.
DETAILS - Static variable in class org.josef.web.html.HtmlTag
Details tag.
DETAILS_E - Static variable in class org.josef.web.html.HtmlTag
Details end tag.
DETAILS_S - Static variable in class org.josef.web.html.HtmlTag
Details start tag.
DFN - Static variable in class org.josef.web.html.HtmlTag
Defining tag.
DFN_E - Static variable in class org.josef.web.html.HtmlTag
Defining end tag.
DFN_S - Static variable in class org.josef.web.html.HtmlTag
Defining start tag.
DIALOG - Static variable in class org.josef.web.html.HtmlTag
Dialog tag.
DIALOG_E - Static variable in class org.josef.web.html.HtmlTag
Dialog end tag.
DIALOG_S - Static variable in class org.josef.web.html.HtmlTag
Dialog start tag.
DIV - Static variable in class org.josef.web.html.HtmlTag
Div tag.
DIV_E - Static variable in class org.josef.web.html.HtmlTag
Div end tag.
DIV_S - Static variable in class org.josef.web.html.HtmlTag
Div start tag.
DIV_SE - Static variable in class org.josef.web.html.HtmlTag
Div start/end tag.
divide(byte) - Method in class org.josef.science.math.CByte
Divides this value by the supplied value.
divide(byte, byte) - Static method in class org.josef.science.math.CByte
Divides x by y.
divide(double) - Method in class org.josef.science.math.CDouble
Divides this value by the supplied value.
divide(double, double) - Static method in class org.josef.science.math.CDouble
Divides x by y.
divide(float) - Method in class org.josef.science.math.CFloat
Divides this value by the supplied value.
divide(float, float) - Static method in class org.josef.science.math.CFloat
Divides x by y.
divide(int) - Method in class org.josef.science.math.CInteger
Divides this value by the supplied value.
divide(int, int) - Static method in class org.josef.science.math.CInteger
Divides x by y.
divide(long) - Method in class org.josef.science.math.CLong
Divides this value by the supplied value.
divide(long, long) - Static method in class org.josef.science.math.CLong
Divides x by y.
divide(Complex) - Method in class org.josef.science.math.Complex
Multiplies this Complex number by the supplied Complex number.
divide(Complex, Complex) - Static method in class org.josef.science.math.Complex
Computes left * right.
divide(CRational) - Method in class org.josef.science.math.CRational
Divides this rational number by the supplied rational number.
divide(CRational, CRational) - Static method in class org.josef.science.math.CRational
Divides the left rational number by the right rational number.
divide(short) - Method in class org.josef.science.math.CShort
Divides this value by the supplied value.
divide(short, short) - Static method in class org.josef.science.math.CShort
Divides x by y.
divideAndFloor(byte) - Method in class org.josef.science.math.CByte
Divides this value by the supplied value and floors the result.
divideAndFloor(byte, byte) - Static method in class org.josef.science.math.CByte
Divides x by y and floors the result.
divideAndFloor(int) - Method in class org.josef.science.math.CInteger
Divides this value by the supplied value and floors the result.
divideAndFloor(int, int) - Static method in class org.josef.science.math.CInteger
Divides x by y and floors the result.
divideAndFloor(long) - Method in class org.josef.science.math.CLong
Divides this value by the supplied value and floors the result.
divideAndFloor(long, long) - Static method in class org.josef.science.math.CLong
Divides x by y and floors the result.
divideAndFloor(short) - Method in class org.josef.science.math.CShort
Divides this value by the supplied value and floors the result.
divideAndFloor(short, short) - Static method in class org.josef.science.math.CShort
Divides x by y and floors the result.
DL - Static variable in class org.josef.web.html.HtmlTag
DL (description list) tag.
DL_E - Static variable in class org.josef.web.html.HtmlTag
DL (description list) end tag.
DL_S - Static variable in class org.josef.web.html.HtmlTag
DL (description list) start tag.
DnsUtil - Class in org.josef.util
DNS related utility class.
DocType - Enum in org.josef.web.html
Enumeration of HTML DocTypes.
DOES_NOT_PASS_MODULO_CHECK_MSG - Static variable in class org.josef.finance.UKBankAccountNumber
Sort code/Bank account number do not pass modulo check message.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.josef.web.servlet.EncodeParameterFilter
Encodes parameters by wrapping the original request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.josef.web.servlet.GZipFilter
Zips the response when the client accepts gzip encoding and the size of the response exceeds the threshold.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.josef.web.servlet.AbstractCsvServlet
Processes the get request.
DOUBLE - Static variable in class org.josef.jpa.FieldLengths
Length of a Double field.
doubleValue() - Method in class org.josef.science.math.CByte
Returns the value of this CByte as a double.
doubleValue() - Method in class org.josef.science.math.CDouble
Returns the value of this CDouble as a double.
doubleValue() - Method in class org.josef.science.math.CFloat
Returns the value of this CFloat as a double.
doubleValue() - Method in class org.josef.science.math.CInteger
Returns the value of this CInteger as a double.
doubleValue() - Method in class org.josef.science.math.CLong
Returns the value of this CLong as a double.
doubleValue() - Method in class org.josef.science.math.CRational
Gets the value of this CRational as a double.
doubleValue() - Method in class org.josef.science.math.CShort
Returns the value of this CShort as a double.
DT - Static variable in class org.josef.web.html.HtmlTag
DT (Defines term) tag.
DT_E - Static variable in class org.josef.web.html.HtmlTag
DT (Defines term) end tag.
DT_S - Static variable in class org.josef.web.html.HtmlTag
DT (Defines term) start tag.
DUTCH_BANK_ACCOUNT_NUMBER_LENGTH - Static variable in class org.josef.finance.FinanceConstants
Exact length of a Dutch Bank Account Number usable for payments.

E

ElectricCharge - Enum in org.josef.science.physics.particle
Enumeration of all the possible electrical charges of particles in the standard model.
Element - Enum in org.josef.science.physics
Enumeration of all the Elements of the Periodic Table.
ElementaryBoson - Enum in org.josef.science.physics.particle
Enumeration of all the elementary Bosons.
ELEVEN - Static variable in class org.josef.science.math.ModuloCheck
Eleven.
EM - Static variable in class org.josef.web.html.HtmlTag
Emphasize tag.
EM_E - Static variable in class org.josef.web.html.HtmlTag
Emphasize end tag.
EM_S - Static variable in class org.josef.web.html.HtmlTag
Emphasize start tag.
EmailValidationPattern - Enum in org.josef.util
Enumeration of patterns to use for email address verification.
EMBED - Static variable in class org.josef.web.html.HtmlTag
Embed tag.
EMBED_E - Static variable in class org.josef.web.html.HtmlTag
Embed end tag.
EMBED_S - Static variable in class org.josef.web.html.HtmlTag
Embed start tag.
EMPTY_ARRAY_OF_CLASSES - Static variable in class org.josef.util.CArray
Empty array of Classes.
EMPTY_ARRAY_OF_CODE_DESCRIPTIONS - Static variable in class org.josef.util.CodeDescription
Empty array of CodeDescriptions.
EMPTY_ARRAY_OF_COMPARE_FIELDS - Static variable in class org.josef.util.CompareField
Empty array of Fields.
EMPTY_ARRAY_OF_FIELDS - Static variable in class org.josef.util.CArray
Empty array of Fields.
EMPTY_ARRAY_OF_METHODS - Static variable in class org.josef.util.CArray
Empty array of Methods.
EMPTY_ARRAY_OF_OBJECTS - Static variable in class org.josef.util.CArray
Empty array of Objects.
EMPTY_ARRAY_OF_PRIMITIVE_DOUBLES - Static variable in class org.josef.util.CArray
Empty array of primitive doubles.
EMPTY_ARRAY_OF_STRINGS - Static variable in class org.josef.util.CArray
Empty array of Strings.
encode(String) - Static method in class org.josef.jdbc.JdbcUtil
Simple encode method that encodes a SQL parameter to prevent SQL injection.
encode(byte[], int) - Static method in class org.josef.util.Base64
Encodes the supplied input to a Base64 encoding.
encodeFromFile(String, int) - Static method in class org.josef.util.Base64
Encodes the information stored in the file identified by the supplied fileName.
EncodeParameterFilter - Class in org.josef.web.servlet
Filter that encodes request parameters.
EncodeParameterFilter() - Constructor for class org.josef.web.servlet.EncodeParameterFilter
 
encodeToFile(byte[], String, int) - Static method in class org.josef.util.Base64
Encodes the supplied input to a file with the supplied fileName.
encodeUrl(String) - Static method in class org.josef.web.QueryStringUtil
Encodes the supplied url using UTF-8 encoding as recommended by the W3C.
EntityDataAccess - Class in org.josef.jpa
Utility class that provides data access for JPA/EJB 3 entities.
EntityManagerHelper - Class in org.josef.jpa
Entity Manager Helper utility class after an example by MyEclipse.
enumFromCode(Class<T>, Object) - Static method in class org.josef.util.CEnumeration
Gets the localizable enumerated constant of type T with the supplied code.
enumFromOrdinal(Class<T>, int) - Static method in class org.josef.util.CEnumeration
Gets the enumerated constant of type T with the supplied ordinal.
EnumMapper<F extends Enum<F>,S extends Enum<S>> - Class in org.josef.util
Utility class to map the enumerated constants of one enumeration, to the enumerated constants of another enumeration and vice versa.
EnumMapper(Class<F>, Class<S>) - Constructor for class org.josef.util.EnumMapper
Constructs this EnumMapper from the supplied firstEnumClass and secondEnumClass.
equals(Object) - Method in class org.josef.ejb.ValueObject
Determines whether this object is equal to the supplied Object.
equals(Object) - Method in class org.josef.finance.UKSortCodeRange
Determines if this UKSortCodeRange is equal to the supplied object.
equals(Object) - Method in class org.josef.jdbc.Column
Determines whether this Column is equal to the supplied object.
equals(Object) - Method in class org.josef.jdbc.OrderByClause
Determines whether this OrderByClause is equal to the supplied object.
equals(Object) - Method in class org.josef.jdbc.OrderByColumn
Determines whether this OrderByColumn is equal to the supplied object.
equals(Object) - Method in class org.josef.jdbc.Table
Determines whether this Table is equal to the supplied object.
equals(Object) - Method in class org.josef.jpa.AbstractEntity
Determines whether this AbstractEntity is equal to the supplied object.
equals(Object) - Method in class org.josef.jpa.CColumn
Determines whether this CColumn is equal to the supplied object.
equals(Object) - Method in class org.josef.science.math.CByte
Determines whether this object and the supplied object are the same.
equals(Object) - Method in class org.josef.science.math.CDouble
Determines whether this object and the supplied object are the same.
equals(double, double, double) - Static method in class org.josef.science.math.CDouble
Determines whether the supplied left and right double are equal to each other within the limit of the supplied delta.
equals(Object) - Method in class org.josef.science.math.CFloat
Determines whether this object and the supplied object are the same.
equals(float, float, float) - Static method in class org.josef.science.math.CFloat
Determines whether the supplied left and right float are equal to each other within the limit of the supplied delta.
equals(Object) - Method in class org.josef.science.math.CInteger
Determines whether this object and the supplied object are the same.
equals(Object) - Method in class org.josef.science.math.CLong
Determines whether this object and the supplied object are the same.
equals(Object) - Method in class org.josef.science.math.Complex
Determines whether this object and the supplied object are the same.
equals(Object) - Method in class org.josef.science.math.CRational
Determines whether the supplied object is equal to this CRational.
equals(Object) - Method in class org.josef.science.math.CShort
Determines whether this object and the supplied object are the same.
equals(Object) - Method in class org.josef.science.math.geometry.CLine
Determines whether this CLine is equal to the supplied line.
equals(Object) - Method in class org.josef.science.math.geometry.CPoint
Determines whether this CPoint is equal to the supplied point.
equals(Object) - Method in class org.josef.util.CodeDescription
Determines whether this CodeDescription and the supplied object are the same.
equals(Object) - Method in class org.josef.util.CompareField
Determines whether this CompareField is equal to the supplied object.
equals(Object) - Method in class org.josef.web.html.HtmlAttribute
Determines if the supplied htmlAttribute is equal to this HtmlAttribute.
ERROR - Static variable in class org.josef.util.Message
An error message.
escape(boolean) - Method in class org.josef.util.xml.MarshalParameters.Builder
Adds the escape option.
escape() - Method in class org.josef.util.xml.MarshalParameters
Determines whether the XML is escaped (true) or not (false).
escape(char[], int, int, boolean, Writer) - Method in class org.josef.util.xml.NoEscapeHandler
.
escapeControlCharacters(String) - Static method in class org.josef.util.CString
Replaces control characters in the range 00-1F with escape characters.
escapeQuotes(String) - Static method in class org.josef.web.html.HtmlUtil
Escapes all quotes (single and double) with an escape character (unless the quote has already been escaped).
evaluate(double, double) - Method in interface org.josef.util.rpn.BinaryOperator
Evaluates this binary operator using the supplied operands.
evaluate(String) - Method in class org.josef.util.rpn.RpnCalc
Evaluates the supplied expression which should be written in RPN notation.
evaluate(double) - Method in interface org.josef.util.rpn.UnaryOperator
Evaluates this unary operator using the supplied operand.
evaluatePropertyExpression(Object, String) - Static method in class org.josef.util.CReflection
Gets the value of the supplied propertyExpression from the supplied bean.
execute(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a sql statement that is not a SELECT statement.
execute(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a sql statement that is not a SELECT statement.
executeNamedQuery(String, Map<String, Object>, Class<T>) - Static method in class org.josef.jpa.EntityDataAccess
Executes a named query.
executeNamedQuery(EntityManager, String, Map<String, Object>, Class<T>) - Static method in class org.josef.jpa.EntityDataAccess
Executes a named query using the supplied entityManager.
executeQuery(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQuery(DataSource, Integer, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQuery(Connection, Integer, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQuery(DataSource, Integer, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQuery(Connection, Integer, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQueryWithLargeResultSet(DataSource, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that could possible result in a large result set.
executeQueryWithLargeResultSet(Connection, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that could possible result in a large result set.
executeSingleDoubleResultQuery(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row.
executeSingleDoubleResultQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row.
executeSingleLongResultQuery(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row.
executeSingleLongResultQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row.
executeSingleOptionalResultQuery(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row provided that the query results in the selection of a row.
executeSingleOptionalResultQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row provided that the query results in the selection of a row.
executeSingleResultQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row.
executeSingleRowResultQuery(DataSource, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that returns a single row.
executeSingleRowResultQuery(Connection, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that returns a single row.
executeSingleRowResultQuery(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that returns a single row.
executeSingleRowResultQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that returns a single row.
EXPIRES_AFTER_A_DAY - Static variable in enum org.josef.web.CCookie
Cookie expires after a day.
EXPIRES_AFTER_A_MONTH - Static variable in enum org.josef.web.CCookie
Cookie expires after a month.
EXPIRES_AFTER_A_YEAR - Static variable in enum org.josef.web.CCookie
Cookie expires after a year.

F

f(double) - Method in interface org.josef.science.math.SingleParameterFunction
The mathematical function.
fa() - Method in class org.josef.science.math.FunctionInterval
Gets f(a).
factorial() - Method in class org.josef.science.math.CBigInteger
Computes the factorial of this CBigInteger.
factorial(int) - Static method in class org.josef.science.math.CLong
Computes the factorial of the supplied value.
factorize(BigInteger) - Static method in class org.josef.science.math.PrimeFactor
Factorizes the supplied BigInteger value into its prime factors.
factorize(long) - Static method in class org.josef.science.math.PrimeFactor
Factorizes the supplied long value into its prime factors.
FATAL - Static variable in class org.josef.util.Message
A fatal error message.
fb() - Method in class org.josef.science.math.FunctionInterval
Gets f(b).
fc() - Method in class org.josef.science.math.FunctionInterval
Gets f(c).
FEET_IN_YARD - Static variable in enum org.josef.science.physics.BritishImperialLength
Number of feet in a yard.
fetchColumns(ResultSetRowInterface) - Method in class org.josef.jdbc.CodeDescriptionCallBack
Fetches both columns that make up a CodeDescription.
fetchColumns(ResultSetRowInterface) - Method in interface org.josef.jdbc.ResultSetRowCallBackInterface
This method should fetch columns from the supplied row.
fetchNextSequentialID(String) - Method in class org.josef.jpa.SequentialIdGenerator
Fetches the current sequence id for the supplied sequenceName, increments it and stores it in the database.
fetchNextSequentialID(String, int) - Method in class org.josef.jpa.SequentialIdGenerator
Fetches the current sequence id for the supplied sequenceName, increments it by the supplied numberOfIds and stores it in the database.
fibonacci(int) - Static method in class org.josef.science.math.CBigInteger
Computes fibonacci number x.
fibonacci(int) - Static method in class org.josef.science.math.CLong
Computes fibonacci number x.
fibonacciIterator() - Static method in class org.josef.science.math.CBigInteger
Creates a Fibonacci Iterator that allows you to iterate over all the Fibonacci numbers in sequence.
FibonacciIterator() - Constructor for class org.josef.science.math.CBigInteger.FibonacciIterator
 
fibonacciIterator() - Static method in class org.josef.science.math.CLong
Creates a Fibonacci Iterator that allows you to iterate over all the Fibonacci numbers in sequence.
FibonacciIterator() - Constructor for class org.josef.science.math.CLong.FibonacciIterator
 
FieldComparator - Class in org.josef.util
Comparator suitable for comparing the names of Fields.
FieldComparator() - Constructor for class org.josef.util.FieldComparator
 
FieldLengths - Class in org.josef.jpa
Field Length Constants.
This class was created to get rid of "magic number" notifications created by Check Style.
FIELDSET - Static variable in class org.josef.web.html.HtmlTag
Field set tag.
FIELDSET_E - Static variable in class org.josef.web.html.HtmlTag
Field set end tag.
FIELDSET_S - Static variable in class org.josef.web.html.HtmlTag
Field set start tag.
FIGCAPTION - Static variable in class org.josef.web.html.HtmlTag
Figure caption tag.
FIGCAPTION_E - Static variable in class org.josef.web.html.HtmlTag
Figure caption end tag.
FIGCAPTION_S - Static variable in class org.josef.web.html.HtmlTag
Figure caption start tag.
FIGURE - Static variable in class org.josef.web.html.HtmlTag
Figure tag.
FIGURE_E - Static variable in class org.josef.web.html.HtmlTag
Figure end tag.
FIGURE_S - Static variable in class org.josef.web.html.HtmlTag
Figure start tag.
finalize() - Method in class org.josef.util.csv.CsvFileReader
Closes resources in case the programmer did not read all rows and forgot to call the close method!
A message of level Level.ERROR is logged when this is the case.
Finance - Class in org.josef.finance
Financial Calculations Utility class.
FinanceConstants - Class in org.josef.finance
A collection of finance related constants.
findAll(Class<T>) - Static method in class org.josef.jpa.EntityDataAccess
Find all entities of the supplied class.
findAll(EntityManager, Class<T>) - Static method in class org.josef.jpa.EntityDataAccess
Find all entities of the supplied class, using the supplied entityManager.
findByCriteria(Searchable) - Method in interface org.josef.ejb.CrudActions
Finds Entities based upon criteria.
findByCriteria(Searchable) - Method in interface org.josef.ejb.CrudChildActions
Finds Entities based upon criteria.
findByCriteria(Class<T>, Searchable) - Static method in class org.josef.jpa.EntityDataAccess
Finds entities of type <T> by criteria.
findByCriteria(EntityManager, Class<T>, Searchable) - Static method in class org.josef.jpa.EntityDataAccess
Finds entities of type <T> by criteria using the supplied entityManager.
findById(Long) - Method in class org.josef.ejb.AbstractCrudChildControllerBean
Finds an Entity with the supplied id.
findById(Long) - Method in class org.josef.ejb.AbstractCrudControllerBean
Finds an Entity with the supplied id.
findById(Long) - Method in interface org.josef.ejb.CrudActions
Finds the Entity.
findById(Long) - Method in interface org.josef.ejb.CrudChildActions
Finds the Entity.
findById(Class<T>, Object) - Static method in class org.josef.jpa.EntityDataAccess
Finds a persisted entity by its id (primary key).
findClass(String) - Method in class org.josef.util.CClassLoader
Finds the class with the supplied className.
findCurrency(String) - Static method in enum org.josef.finance.CCurrency
Finds the currency with the supplied alphaCode.
findCurrency(int) - Static method in enum org.josef.finance.CCurrency
Finds the currency with the supplied numericCode.
findCurrency(Locale) - Static method in enum org.josef.finance.CCurrency
Finds the currency used by the supplied locale.
findElement(String) - Method in class org.josef.web.html.HtmlElement
Finds the HTML element with the supplied name (case insensitive).
findMatch(String, String) - Static method in class org.josef.util.CString
Finds the text within the supplied inputText that matches the supplied regularExpression.
findRoot(SingleParameterFunction, double, double) - Method in class org.josef.science.math.Bisection
Finds a root of the supplied function within the supplied interval [left, right] using the Bisection method.
findRoot(SingleParameterFunction, double, double) - Method in class org.josef.science.math.RegulaFalsi
Finds a root of the supplied function within the supplied interval [left, right] using the Regula Falsi method.
findRoot(SingleParameterFunction, double, double) - Method in class org.josef.science.math.RootFinderContext
Finds a root of the supplied function, within the supplied interval [left, right], using a RootFinderStrategy.
findRoot(SingleParameterFunction, double, double) - Method in interface org.josef.science.math.RootFinderStrategy
Finds a root of the supplied function, within the supplied interval [left, right], using a RootFinderStrategy.
FIVE - Static variable in class org.josef.science.math.CBigInteger
The constant value 5.
FLOAT - Static variable in class org.josef.jpa.FieldLengths
Length of a Float field.
floatValue() - Method in class org.josef.science.math.CByte
Returns the value of this CByte as a float.
floatValue() - Method in class org.josef.science.math.CDouble
Returns the value of this CDouble as a float.
floatValue() - Method in class org.josef.science.math.CFloat
Returns the value of this CFloat as a float.
floatValue() - Method in class org.josef.science.math.CInteger
Returns the value of this CInteger as a float.
floatValue() - Method in class org.josef.science.math.CLong
Returns the value of this CLong as a float.
floatValue() - Method in class org.josef.science.math.CShort
Returns the value of this CShort as a float.
flush() - Static method in class org.josef.jpa.EntityManagerHelper
Synchronizes the persistence context to the underlying database.
FOOTER - Static variable in class org.josef.web.html.HtmlTag
Footer tag.
FOOTER_E - Static variable in class org.josef.web.html.HtmlTag
Footer end tag.
FOOTER_S - Static variable in class org.josef.web.html.HtmlTag
Footer start tag.
FORM - Static variable in class org.josef.web.html.HtmlTag
Form tag.
FORM_E - Static variable in class org.josef.web.html.HtmlTag
Form end tag.
FORM_S - Static variable in class org.josef.web.html.HtmlTag
Form start tag.
format(String, Object...) - Method in class org.josef.util.CResourceBundle
Formats the supplied messagePattern with the optionally supplied messageArguments.
format(Object) - Static method in class org.josef.util.Formatter
Formats the supplied input object using the standard toString() method of the input object.
format(Object, String) - Static method in class org.josef.util.Formatter
Formats the supplied input object using the standard toString() method of the input object.
format(Locale, String, Object...) - Static method in class org.josef.util.Formatter
Formats the supplied messagePattern with the optionally supplied messageArguments.
formatBean(String, Object) - Static method in class org.josef.util.FormatWithSeparators
Formats the supplied bean, using the supplied formatString, assuming that accolades "{}" are used for property expressions and guillemets "«»" for separator expressions.
formatBean(String, String, String, Object) - Static method in class org.josef.util.FormatWithSeparators
Formats the supplied bean, using the supplied formatString that in turn uses the supplied separators for property expressions and separator expressions.
formatBoolean(Boolean) - Method in class org.josef.util.Formatter
Formats the supplied Boolean value.
formatDate(Date) - Method in class org.josef.util.Formatter
Formats the supplied date using a cached formatter or in the absence of such a formatter with a newly created formatter that will be cached.
formatDate(Date, int) - Method in class org.josef.util.Formatter
Formats the supplied date using the supplied style.
formatDate(Date, String) - Method in class org.josef.util.Formatter
Formats the supplied date using the supplied pattern.
formatDateTime(Date) - Method in class org.josef.util.Formatter
Formats the supplied dateTime using a cached formatter or in the absence of such a formatter with a newly created formatter that will be cached.
formatDateTime(Date, int, int) - Method in class org.josef.util.Formatter
Formats the supplied dateTime using the supplied style.
formatDateTime(Date, String) - Method in class org.josef.util.Formatter
Formats the supplied dateTime using the supplied pattern.
formatDecimal(Number) - Method in class org.josef.util.Formatter
Formats the supplied decimal using a cached formatter or in the absence of such a formatter with a newly created formatter that will be cached.
formatDecimal(Number, String) - Method in class org.josef.util.Formatter
Formats the supplied number using the supplied pattern.
formatDecimal(Number, int) - Method in class org.josef.util.Formatter
Formats the supplied number using the supplied number of decimals.
formatInteger(Number) - Method in class org.josef.util.Formatter
Formats the supplied number using a cached formatter or in the absence of such a formatter with a newly created formatter that will be cached.
formatInteger(Number, String) - Method in class org.josef.util.Formatter
Formats the supplied number using the supplied pattern.
Formatter - Class in org.josef.util
Formatter class that aids in formatting dates, date/times, decimals, integers, longs and times.
Formatter(Locale) - Constructor for class org.josef.util.Formatter
Constructs a formatter using the supplied locale.
FormatterFactory - Class in org.josef.util
A Factory for the different ....Format classes in the java.text package.
formatTime(Date) - Method in class org.josef.util.Formatter
Formats the supplied time using a cached formatter or in the absence of such a formatter with a newly created formatter that will be cached.
formatTime(Date, int) - Method in class org.josef.util.Formatter
Formats the supplied time using the supplied style.
formatTime(Date, String) - Method in class org.josef.util.Formatter
Formats the supplied time using the supplied pattern.
FormatWithSeparators - Class in org.josef.util
Utility class to format beans where properties of the bean are separated by conditional separators.
FOUR - Static variable in class org.josef.science.math.CBigInteger
The constant value 4.
FOUR - Static variable in class org.josef.science.math.CDouble
The constant value 4.0.
FOUR_CENTURIES - Static variable in class org.josef.util.CDate
Every fourth century is a leap year in the Gregorian Calendar.
FOUR_YEARS - Static variable in class org.josef.util.CDate
Every fourth year is a leap year.
from(Phase, Phase) - Static method in enum org.josef.science.physics.Phase.Transition
Gets the transition from the supplied phase, to the supplied phase.
fromBritishPoundsToKilograms(double) - Static method in class org.josef.science.physics.MassConverterSi2BritishImperial
Converts the supplied number of British pounds to kilograms.
fromCentimetersToFootAndInches(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of centimeters to feet and inches.
fromCentimetersToInches(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of centimeters to inches.
fromFeetAndInchesToCentimeters(int, double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of feet and inches to centimeters.
fromGrams(double) - Method in enum org.josef.science.physics.MetricMass
Converts the supplied mass in grams to this mass.
fromInchesToCentimeters(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of inches to centimeters.
fromKilogramsToBritishPounds(double) - Static method in class org.josef.science.physics.MassConverterSi2BritishImperial
Converts the supplied number of kilograms to British pounds.
fromKilogramsToStonesAndPounds(double) - Static method in class org.josef.science.physics.MassConverterSi2BritishImperial
Converts the supplied number of kilograms to stones and pounds.
fromKilometers(double) - Method in enum org.josef.science.physics.MetricLength
Converts the supplied length in kilometers to this length.
fromKilometersToMiles(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of kilometers to miles.
fromKilos(double) - Method in enum org.josef.science.physics.MetricMass
Converts the supplied mass in kilo's to this mass.
fromMaskedValue(String, String) - Static method in class org.josef.util.Mask
Converts the supplied maskedValue to a value that does not contain mask characters.
fromMaskedValue(String) - Method in enum org.josef.util.ZipCodeOfCountry
Removes mask characters from the supplied zipCode.
fromMeters(double) - Method in enum org.josef.science.physics.MetricLength
Converts the supplied length in meters to this length.
fromMetersToYards(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of meters to yards.
fromMiles(double) - Method in enum org.josef.science.physics.BritishImperialLength
Converts the supplied length in miles to this length.
fromMilesToKilometers(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of miles to kilometers.
fromOunces(double) - Method in enum org.josef.science.physics.BritishImperialMass
Converts the supplied mass in ounces to this mass.
fromPounds(double) - Method in enum org.josef.science.physics.BritishImperialMass
Converts the supplied mass in pounds to this mass.
fromStonesAndPoundsToKilograms(int, double) - Static method in class org.josef.science.physics.MassConverterSi2BritishImperial
Converts the supplied number of stones and pounds to kilograms.
fromString(String) - Static method in enum org.josef.jdbc.ConstraintType
Converts the supplied code to the corresponding enumerated value.
fromUnmaskedValue(String, String) - Static method in class org.josef.util.Mask
Converts the supplied unmaskedValue to a value that contains mask characters.
fromUnmaskedValue(String) - Method in enum org.josef.util.ZipCodeOfCountry
Adds mask characters to the supplied zipCode.
fromYards(double) - Method in enum org.josef.science.physics.BritishImperialLength
Converts the supplied length in yards to this length.
fromYardsToMeters(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of yards to meters.
FunctionInterval - Class in org.josef.science.math
Abstraction of an interval of a function.
FunctionInterval(SingleParameterFunction, double, double) - Constructor for class org.josef.science.math.FunctionInterval
Creates this FunctionInterval from the supplied function and left and right sides of the interval.
futureValue(double, double, int) - Static method in class org.josef.finance.Finance
Computes the future value of a starting capital (present value) for which compound interest will be received annually.
futureValue(double, double, int, double) - Static method in class org.josef.finance.Finance
Computes the future value of a starting capital (present value) for which compound interest will be received interestPaymentsPerPeriod times per period for the duration of the supplied periods.

G

Generation - Enum in org.josef.science.physics.particle
Enumeration of all the generations of particles in the standard model.
GENERIC_LOGGER - Static variable in class org.josef.util.LogUtil
Generic logger.
GenericObjectToStringConverter - Class in org.josef.util.convert
Generic converter from Object to String that simply uses the Object.toString() method.
get(K) - Method in class org.josef.util.CCache
Gets the value corresponding to the supplied key from the cache.
getAccuracy() - Method in class org.josef.science.math.AbstractRootFinder
Gets the accuracy of the root to find.
getActiveFrom() - Method in enum org.josef.util.Iso3166Country
Gets the date from which this country is active or null when this country was active from the beginning.
getActiveRequests() - Method in class org.josef.web.servlet.AbstractHttpServlet
Gets the number of active requests.
getActiveUntil() - Method in enum org.josef.util.Iso3166Country
Gets the date until this country is active or null when this country is currently active.
getActualConstraint(Connection, String, String) - Method in class org.josef.jdbc.Database
Gets the constraint owned by the supplied owner and with the supplied name, from the database.
getActualConstraint(Connection, String, String) - Method in class org.josef.jdbc.DerbyDatabase
Gets the constraint owned by the supplied owner and with the supplied name, from the database.
getActualConstraint(Connection, String, String) - Method in class org.josef.jdbc.OracleDatabase
Gets the constraint owned by the supplied owner and with the supplied name, from the database.
getActualConstraints(Connection, String, String) - Method in class org.josef.jdbc.Database
Gets all constraints on the supplied tableName, owned by the supplied owner.
getActualConstraints(Connection, String, String) - Method in class org.josef.jdbc.DerbyDatabase
Gets all constraints on the supplied tableName, owned by the supplied owner.
getActualConstraints(Connection, String, String) - Method in class org.josef.jdbc.OracleDatabase
Gets the all constraints on the supplied tableName, owned by the supplied owner.
getActualDatabase(DatabaseMetaData) - Static method in class org.josef.jdbc.Database
Gets the actual database, like DerbyDatabase or OracleDatabase.
getActualDatabaseTime(Connection) - Method in class org.josef.jdbc.Database
Gets the time of the actual database.
getActualDatabaseTime(Connection) - Method in class org.josef.jdbc.DerbyDatabase
Gets the time of the actual database.
getActualDatabaseTime(Connection) - Method in class org.josef.jdbc.OracleDatabase
Gets the time from an Oracle database server.
getActualTableMetaData(Connection, String, String) - Method in class org.josef.jdbc.Database
Gets the meta data of the table identified by the supplied tableName.
getActualTableMetaData(Connection, String, String) - Method in class org.josef.jdbc.DerbyDatabase
Gets the meta data of the table identified by the supplied tableName.
getActualTableMetaData(Connection, String, String) - Method in class org.josef.jdbc.OracleDatabase
Gets the meta data of the table identified by the supplied tableName.
getActualTables(Connection, String) - Method in class org.josef.jdbc.Database
Gets the database tables owned by the supplied owner.
getActualTables(Connection, String) - Method in class org.josef.jdbc.DerbyDatabase
Gets the database tables owned by the supplied owner.
getActualTables(Connection, String) - Method in class org.josef.jdbc.OracleDatabase
Gets the database tables owned by the supplied owner.
getAlgorithm() - Method in class org.josef.finance.UKSortCodeRange
Gets the algorithm to verify a sort code in this sort code range.
getAlgorithm() - Method in enum org.josef.util.security.HashingAlgorithm
Gets the algorithm for this enumerated type.
getAlgorithmException() - Method in class org.josef.finance.UKSortCodeRange
Gets the algorithm exception.
An algorithm exception is used to compute and verify the checksum in a different way.
getAllAnnotatedFields(Class<?>, Class<? extends Annotation>) - Static method in class org.josef.util.CReflection
Gets all the Fields with an annotation of the supplied annotation type, that are directly or indirectly (at a super class) defined on the supplied classWithAnnotatedFields.
getAllAnnotatedMethods(Class<?>, Class<? extends Annotation>) - Static method in class org.josef.util.CReflection
Gets all the Methods with an annotation of the supplied annotation type, that are directly or indirectly (at a super class) defined on the supplied classWithAnnotatedMethods.
getAllAttributes(String) - Static method in class org.josef.util.DnsUtil
Gets all attributes of the supplied hostName.
getAllFields(Class<?>) - Static method in class org.josef.util.CReflection
Gets all the fields of the supplied class.
getAllGetters(Class<?>) - Static method in class org.josef.util.CReflection
Gets all the getters declared in the supplied class or one of its super classes, up to, but not including class Object.
getAllSetters(Class<?>) - Static method in class org.josef.util.CReflection
Gets all the setters declared in the supplied class or one of its super classes, up to, but not including class Object.
getAlpha2Code() - Method in enum org.josef.util.Iso3166Country
Gets the 2 letter country code.
getAlphaCode() - Method in enum org.josef.finance.CCurrency
Gets the alpha code of this currency.
getApplicationServer() - Static method in class org.josef.util.GlobalSettings
Gets the currently used application server.
getApplicationServerUrl() - Static method in class org.josef.util.GlobalSettings
Gets the currently used application server URL.
getArea() - Method in class org.josef.science.math.geometry.CTriangle
Gets the area of this CTriangle.
getArray(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getArray(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getAsciiStream(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column as a stream of ASCII characters.
getAsciiStream(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column as a stream of ASCII characters.
getAtomicNumber() - Method in enum org.josef.science.physics.Element
Gets the atomic number.
getAtomicWeight() - Method in enum org.josef.science.physics.Element
Gets the atomic weight of this Element.
getAttribute(String, String) - Static method in class org.josef.util.DnsUtil
Gets a single attribute from the supplied hostName.
getAuditTrailData() - Method in class org.josef.jpa.audit.AbstractAuditTrailEntityIdentifiedById
Gets the audit trail data.
getAuditTrailData() - Method in class org.josef.jpa.audit.AbstractAuditTrailEntityIdentifiedByObjectId
Gets the audit trail data.
getAuditTrailData() - Method in interface org.josef.jpa.audit.Auditable
Gets the audit trail data.
getAuditTrailTimestamp() - Method in class org.josef.jpa.audit.AuditTrailData
Gets the time stamp at which the last user either created or updated this Entity.
getAuditTrailUser() - Method in class org.josef.jpa.audit.AuditTrailData
Gets the user that was the last to create or update this Entity.
getAverage() - Method in class org.josef.science.math.CStatistics
Gets the average value of the data.
getBank(String) - Static method in class org.josef.finance.UKSortCode
Gets the bank corresponding to the supplied sortCode.
getBankCode() - Method in class org.josef.finance.BankIdentifierCode
Gets the bank code from this Bank Identifier Code.
getBasicBankAccountNumber() - Method in class org.josef.finance.InternationalBankAccountNumber
Gets the Basic Bank Account Number (BBAN) from this IBAN.
getBigDecimal(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getBigDecimal(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getBinaryStream(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column as a stream of uninterpreted bytes.
getBindVariable(Array) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(BigDecimal) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(BigInteger) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Blob) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Boolean) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Byte) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(byte[]) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Character) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Clob) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Date) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Double) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Float) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Integer) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Long) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(NClob) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Ref) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(RowId) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Short) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(SQLXML) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(String) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Struct) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Time) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBindVariable(Timestamp) - Static method in enum org.josef.jdbc.CType
Helper method to either return the supplied value or the corresponding JDBC Type when the supplied value is null.
getBlob(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getBlob(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getBlue() - Method in enum org.josef.util.CColor
Gets the blue component of this CColor.
getBoolean(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getBoolean(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getBoolean(String) - Method in class org.josef.util.CResourceBundle
Gets a boolean resource from the list of resource bundles.
getBoolean(String, boolean) - Method in class org.josef.util.CResourceBundle
Gets a boolean resource from the list of resource bundles and when this resource does not exist, use the supplied defaultValue.
getBottomness() - Method in enum org.josef.science.physics.particle.Quark
Gets the bottomness of this Quark.
getBranchCode() - Method in class org.josef.finance.BankIdentifierCode
Gets the optional branch code.
getByte(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getByte(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getBytes(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getBytes(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getCacheHitRatio() - Method in class org.josef.util.CCache
Gets the cache/hit ratio.
getCallingClass(String) - Method in class org.josef.util.CSecurityManager
Determines what class called the class with the supplied className.
getCallingMethod(String) - Static method in class org.josef.util.CReflection
Determines what method called the method with the supplied methodName.
jxpfw uses this functionality, allowing you to just code: addPropertyException(Exception) without the need to supply the actual name of the property.
getCharacterStream(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column as a stream of characters.
getCharacterStream(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column as a stream of characters.
getCharge() - Method in enum org.josef.science.physics.particle.ElectricCharge
Gets the electric charge as a fraction..
getCharm() - Method in enum org.josef.science.physics.particle.Quark
Gets the charm of this Quark.
getCheckDigits() - Method in class org.josef.finance.InternationalBankAccountNumber
Gets the check digits from this IBAN.
getClassLoader() - Static method in class org.josef.util.ClassUtil
Gets the current class loader.
getClassLoader(Class<?>) - Static method in class org.josef.util.ClassUtil
Gets the class loader of the supplied class.
getClassLoader(Object) - Static method in class org.josef.util.ClassUtil
Gets the class loader of the supplied object.
getClassName() - Method in class org.josef.jdbc.Column
Gets the Java class name used for this column.
getClob(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getClob(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getCode() - Method in enum org.josef.jdbc.ConstraintType
Gets the code for this enumerated value.
getCode() - Method in enum org.josef.science.physics.astronomy.Planet
Gets the code of this Planet.
getCode() - Method in enum org.josef.science.physics.Element
Gets the code of this Element.
getCode() - Method in enum org.josef.util.CColor
Gets the code of this CColor which equals the name() of this CColor.
getCode() - Method in class org.josef.util.CodeDescription
Gets the code.
getCode() - Method in enum org.josef.util.Iso3166Country
Gets the 2 letter code of this Iso3166Country.
getCode() - Method in interface org.josef.util.LocalizableEnumeration
Gets the code of the enumerated constant.
getCode() - Method in enum org.josef.util.Month
Gets the code of this Month.
getCode() - Method in enum org.josef.util.Nationality
Gets the 2 letter code of this Nationality.
getCode() - Method in enum org.josef.util.WeekDay
Gets the code of this WeekDay.
getCodeDescription(Locale) - Method in enum org.josef.science.physics.astronomy.Planet
Gets the CodeDescription of this Planet.
getCodeDescription(Locale) - Method in enum org.josef.science.physics.Element
Gets the CodeDescription of this Element.
getCodeDescription(Locale) - Method in enum org.josef.util.CColor
Gets the CodeDescription of this CColor.
getCodeDescription(T, Locale) - Static method in class org.josef.util.CEnumeration
Gets the CodeDescription of the supplied localizableEnumeratedConstant.
getCodeDescription(Locale) - Method in enum org.josef.util.Iso3166Country
Gets the CodeDescription of this Iso3166Country.
getCodeDescription(Locale) - Method in interface org.josef.util.LocalizableEnumeration
Gets the CodeDescription of the enumerated constant.
getCodeDescription(Locale) - Method in enum org.josef.util.Month
Gets the CodeDescription of this Month.
getCodeDescription(Locale) - Method in enum org.josef.util.Nationality
Gets the CodeDescription of this Nationality.
getCodeDescription(Locale) - Method in enum org.josef.util.WeekDay
Gets the CodeDescription of this WeekDay.
getCodeDescriptions(Locale) - Static method in enum org.josef.science.physics.astronomy.Planet
Gets a List of CodeDescription objects for all the Planets.
getCodeDescriptions(Locale) - Static method in enum org.josef.science.physics.Element
Gets a List of CodeDescription objects for all the Elements.
getCodeDescriptions(Locale) - Static method in enum org.josef.util.CColor
Gets a List of CodeDescription objects for all the CColors.
getCodeDescriptions(Class<T>, Locale) - Static method in class org.josef.util.CEnumeration
Gets CodeDescriptions for all the localizable enumerated constants of the supplied localizableEnumeration.
getCodeDescriptions(Locale) - Static method in enum org.josef.util.Iso3166Country
Gets a List of CodeDescription objects for all the active ISO-3166 countries, ordered by name of the country.
getCodeDescriptions(Locale) - Static method in enum org.josef.util.Month
Gets a List of CodeDescription objects for all the Months.
getCodeDescriptions(Locale) - Static method in enum org.josef.util.WeekDay
Gets a List of CodeDescription objects for all the WeekDays.
getCodeDescriptionsUsingEnumNameAsCode(Class<T>, Locale) - Static method in class org.josef.util.CEnumeration
Gets CodeDescriptions for all the enumerated constants of the supplied enumeration, using the names of the enumerated constants as the code for the different CodeDescriptions.
getCodeDescriptionUsingEnumNameAsCode(T, Locale) - Static method in class org.josef.util.CEnumeration
Gets the CodeDescription of the supplied enumeratedConstant, using the name of the supplied enumerated constant as the code for the returned CodeDescription.
getColumnName() - Method in class org.josef.jdbc.OrderByColumn
Gets the name of this OrderByColumn.
getColumnNames() - Method in class org.josef.jdbc.Table
Gets the list of column names that this Table contains.
getColumns() - Method in class org.josef.jdbc.Table
Gets the list of columns that this Table contains.
getColumns(Class<? extends Persistable>) - Static method in class org.josef.jpa.JpaUtil
Gets all the columns that are defined within the supplied persistableClass (or one of its super classes).
getColumnSeparator() - Method in class org.josef.util.csv.AbstractCsv
Gets the column separator.
getColumnSeparator() - Method in class org.josef.web.servlet.AbstractCsvServlet
Gets the column separator.
getCompareField(String) - Method in class org.josef.util.MultiFieldComparator
Gets a CompareField by the name of its corresponding method.
getCompareField(int) - Method in class org.josef.util.MultiFieldComparator
Gets an CompareField by its ordinal number.
getCompareFields(Class<? extends Persistable>) - Static method in class org.josef.jpa.JpaUtil
Gets all the possible fields that can be compared upon in the supplied persistableClass (or one of its super classes).
getCompareFields(Class<?>) - Static method in class org.josef.util.ClassUtil
Gets all the possible fields that can be compared upon in the supplied class (and its super classes) plus the fields that can be reached from the supplied class.
getComplexRoots() - Method in class org.josef.science.math.QuadraticEquation
Gets the Complex roots.
getConnection() - Static method in class org.josef.jdbc.JdbcUtil
Gets a database connection from the database that is configured in GlobalSettings.
getConstraint(DataSource, String, String) - Static method in class org.josef.jdbc.Database
Gets the constraint owned by the supplied owner and with the supplied name, from the database.
getConstraint(Connection, String, String) - Static method in class org.josef.jdbc.Database
Gets the constraint owned by the supplied owner and with the supplied name, from the database.
getConstraints(DataSource, String, String) - Static method in class org.josef.jdbc.Database
Gets all constraints on the supplied tableName, owned by the supplied owner.
getConstraints(Connection, String, String) - Static method in class org.josef.jdbc.Database
Gets all constraints on the supplied tableName, owned by the supplied owner.
getContent() - Method in class org.josef.web.html.HtmlElement
Gets the content of this HtmlElement.
getContentType() - Method in class org.josef.web.servlet.AbstractCsvServlet
Gets the content type for this csv output.
getCookie(HttpServletRequest, String) - Static method in class org.josef.web.servlet.ServletUtil
Gets a cookie from the current request.
getCountry() - Method in enum org.josef.finance.IbanOfCountry
Gets the country where this IBAN is used.
getCountry() - Method in class org.josef.finance.InternationalBankAccountNumber
Gets the country from this IBAN.
getCountry() - Method in enum org.josef.util.Nationality
Gets the country corresponding to this Nationality or null when no corresponding country exists.
getCountry() - Method in enum org.josef.util.ZipCodeOfCountry
Gets the country where this zip code is used.
getCountryCode() - Method in class org.josef.finance.BankIdentifierCode
Gets the country code from this Bank Identifier Code.
getCurrentUser() - Method in interface org.josef.util.appserver.ApplicationServerUtilInterface
Gets the name of the currently logged in user.
getCurrentYear() - Static method in class org.josef.util.CDate
Gets the current year.
getData() - Method in class org.josef.science.math.CStatistics
Gets (a copy of) the statistical data.
getDatabaseTime(DataSource) - Static method in class org.josef.jdbc.Database
Gets the time from the database server.
getDatabaseTime(Connection) - Static method in class org.josef.jdbc.Database
Gets the time from the database server.
getDatabaseType() - Static method in class org.josef.util.GlobalSettings
Gets the currently used database type.
getDatabaseUrl() - Static method in class org.josef.util.GlobalSettings
Gets the currently used database URL.
getDate(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getDate(int, Calendar) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getDate(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getDate(String, Calendar) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getDate(String) - Method in class org.josef.util.CResourceBundle
Gets a Date resource from the list of resource bundles.
getDate(String, Date) - Method in class org.josef.util.CResourceBundle
Gets a Date resource from the list of resource bundles and when this resource does not exist, use the supplied defaultValue.
getDate(int) - Static method in class org.josef.util.JulianDate
Converts the supplied Julian day to a Gregorian year, month and day.
getDateFormat() - Method in class org.josef.util.Formatter
Gets a formatter suitable for formatting Dates.
getDateTimeFormat() - Method in class org.josef.util.Formatter
Gets a formatter suitable for formatting date/times.
getDayOfYear(int, int, int) - Static method in class org.josef.util.CDate
Computes the ordinal day number within a year, for the supplied Gregorian date (in the form of a year, month and day).
getDecimalFormat() - Method in class org.josef.util.Formatter
Gets a formatter suitable for formatting decimal numbers.
getDecimals() - Method in enum org.josef.finance.CCurrency
Gets the number of decimals used with this currency.
getDeclaredAnnotatedFields(Class<?>, Class<? extends Annotation>) - Static method in class org.josef.util.CReflection
Gets all the Fields with an annotation of the supplied annotation type, that are directly defined on the supplied classWithAnnotatedFields.
getDeclaredAnnotatedMethods(Class<?>, Class<? extends Annotation>) - Static method in class org.josef.util.CReflection
Gets all the Methods with an annotation of the supplied annotation type, that are directly defined on the supplied classWithAnnotatedMethods.
getDeclaredGetters(Class<?>) - Static method in class org.josef.util.CReflection
Gets all the getters declared in the supplied class.
getDeclaredPublicStaticMethods(Class<?>) - Static method in class org.josef.util.CReflection
Gets all the public static methods declared in the supplied class.
getDeclaredSetters(Class<?>) - Static method in class org.josef.util.CReflection
Gets all the setters declared in the supplied class.
getDeepestNestedCause(Throwable) - Static method in class org.josef.util.Util
Gets the deepest nested cause of the supplied throwable.
getDeleteRule() - Method in class org.josef.jdbc.Constraint
Gets the delete rule.
getDenominator() - Method in class org.josef.science.math.CRational
Gets the denominator.
getDescription(Locale) - Method in enum org.josef.science.physics.astronomy.Planet
Gets the localized description of this Planet.
getDescription(Locale) - Method in enum org.josef.science.physics.Element
Gets the localized description of this Element.
getDescription(Locale) - Method in exception org.josef.util.AbstractLocalizedException
Gets the (localized) message for the supplied locale.
getDescription(Locale) - Method in exception org.josef.util.AbstractLocalizedRuntimeException
Gets the (localized) message for the supplied locale.
getDescription(Locale) - Method in enum org.josef.util.CColor
Gets the localized description of this CColor.
getDescription(Class<? extends Enum<?>>, Locale) - Static method in class org.josef.util.CEnumeration
Gets the description of the enumeration as a whole.
getDescription(Enum<?>, Locale) - Static method in class org.josef.util.CEnumeration
Gets the description of the supplied enumeratedConstant.
getDescription(Enum<?>, String, Locale) - Static method in class org.josef.util.CEnumeration
Gets the description of the supplied enumeratedConstant using the supplied key as the key to the resource bundle..
getDescription() - Method in class org.josef.util.CodeDescription
Gets the description.
getDescription(Locale) - Method in enum org.josef.util.Iso3166Country
Gets the localized description of this Iso3166Country.
getDescription(Locale) - Method in interface org.josef.util.Localizable
Gets the localized description.
getDescription(Locale) - Method in interface org.josef.util.LocalizableEnumeration
Gets the localized description of the enumerated constant.
getDescription(Locale) - Method in enum org.josef.util.Month
Gets the localized description of this Month.
getDescription(Locale) - Method in enum org.josef.util.Nationality
Gets the localized description of this Nationality.
getDescription(Locale) - Method in enum org.josef.util.WeekDay
Gets the localized description of this WeekDay.
getDescriptionOfLocalizableEnum(T, Locale) - Static method in class org.josef.util.CEnumeration
Gets the description of the supplied enumeratedConstant using the name of the enumerated constant as the key to the resouce bundle.
getDifferenceInDays(Date, Date) - Static method in class org.josef.util.CDate
Computes the difference in days between the supplied dates.
getDifferenceInDays(Calendar, Calendar) - Static method in class org.josef.util.CDate
Computes the difference in days between the supplied calendars.
getDifferenceInMonths(Date, Date) - Static method in class org.josef.util.CDate
Computes the difference in whole months between the supplied dates.
getDifferenceInMonths(Calendar, Calendar) - Static method in class org.josef.util.CDate
Computes the difference in whole months between the supplied calendars.
getDifferenceInYears(Date, Date) - Static method in class org.josef.util.CDate
Computes the difference in whole years between the supplied dates.
getDifferenceInYears(Calendar, Calendar) - Static method in class org.josef.util.CDate
Computes the difference in whole years between the supplied calendars.
getDiscriminant() - Method in class org.josef.science.math.QuadraticEquation
Gets the Discriminant.
getDocType() - Method in enum org.josef.web.html.DocType
Gets the doc type.
getDomainName() - Method in class org.josef.util.MailServer
Gets the domain name of this MailServer.
getDouble(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getDouble(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getDouble(String) - Method in class org.josef.util.CResourceBundle
Gets a Double resource from the list of resource bundles.
getDouble(String, Double) - Method in class org.josef.util.CResourceBundle
Gets a Double resource from the list of resource bundles and when this resource does not exist, use the supplied defaultValue.
getDurationInYears(Date, Date) - Static method in class org.josef.util.CDate
Computes the duration in whole years between the supplied dates.
getDurationInYears(Calendar, Calendar) - Static method in class org.josef.util.CDate
Computes the duration in whole years between the supplied calendars.
getElectricCharge() - Method in enum org.josef.science.physics.particle.ElementaryBoson
Gets the ElectricCharge of this Boson.
getElectricCharge() - Method in enum org.josef.science.physics.particle.Lepton
Gets the ElectricCharge of this Lepton.
getElectricCharge() - Method in enum org.josef.science.physics.particle.Quark
Gets the ElectricCharge of this Quark.
getElementByNumber(int) - Static method in enum org.josef.science.physics.Element
Gets the Element with the supplied (atom) number.
getElementBySymbol(String) - Static method in enum org.josef.science.physics.Element
Gets the Element with the supplied symbol.
getEntitiesByColumnCriteria(DataSource, String, String, String, String, Boolean, ResultSetRowCallBackInterface<T>, Integer, List<?>) - Static method in class org.josef.jdbc.JdbcUtil
Retrieves entities from a database table with the supplied name, based on a supplied collection of criteria that are to match a supplied column of the table using an SQL in clause.
In short this method allows you to execute statements like:
SELECT COL1,COL2,COL3 FROM TABLE1,TABLE2 WHERE COL4 IN (1,2,3);
Normally you only want to use this method when the number of criteria (the 1,2,3 in the example above) is very large and can't be selected with an IN (SELECT ...).
getEntityManager() - Method in class org.josef.ejb.AbstractCrudChildControllerBean
Gets the Entity Manager.
getEntityManager() - Method in class org.josef.ejb.AbstractCrudControllerBean
Gets the Entity Manager.
getEntityManager() - Static method in class org.josef.jpa.EntityDataAccess
Convenience method to get the EntityManagerHelper.
getEntityManager() - Static method in class org.josef.jpa.EntityManagerHelper
Gets the EntityManager for this Thread.
getEnumDescription(Locale) - Static method in enum org.josef.science.physics.astronomy.Planet
Gets the description of this enumeration of planets.
getEnumDescription(Locale) - Static method in enum org.josef.science.physics.Element
Gets the description of this enumeration of Elements.
getEnumFromCountryCode(String) - Static method in enum org.josef.hist.NationalityType
Following method gives NatioanlityCodes enum value corresponding to the country code given.
getErrorMessage(DataSource, SQLException) - Static method in class org.josef.jdbc.SqlErrors
Creates a more informative exception from the supplied exception.
getEscapedControlCharacter(int) - Static method in class org.josef.util.CString
Gets the escape sequence for the control character with the supplied ordinal.
getExample() - Method in enum org.josef.finance.IbanOfCountry
Gets the example IBAN.
getExponent() - Method in class org.josef.science.math.PrimeFactor
Gets the exponent of this PrimeFactor.
getFactor() - Method in enum org.josef.science.SiPrefix
Gets the factor of this SI prefix.
getFileName() - Method in class org.josef.web.servlet.AbstractCsvServlet
Gets the file name to write the csv output to.
getFloat(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getFloat(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getFlushMode() - Static method in class org.josef.jpa.EntityManagerHelper
Gets the flush mode, applicable to all Entities in this persistence context.
getFractionDigits(int) - Method in class org.josef.science.math.CDouble
Calculates the number of digits after the decimal point.
getFractionDigits(double, int) - Static method in class org.josef.science.math.CDouble
Calculates the number of digits after the decimal point of the supplied value.
getFromPoint() - Method in class org.josef.science.math.geometry.CLine
Gets the first CPoint of this CLine.
getGeneration() - Method in enum org.josef.science.physics.particle.Lepton
Gets the generation of this Lepton.
getGeneration() - Method in enum org.josef.science.physics.particle.Quark
Gets the generation of this Quark.
getGetMethod() - Method in class org.josef.jpa.CColumn
Gets the getter that will get this Column's value.
getGreen() - Method in enum org.josef.util.CColor
Gets the green component of this CColor.
getGreenwichMeanTimeOffset() - Static method in class org.josef.science.physics.astronomy.TimeZoneUtil
Gets the GMT (Greenwich Mean Time) offset from the default time zone, at the current time.
getGreenwichMeanTimeOffset(TimeZone) - Static method in class org.josef.science.physics.astronomy.TimeZoneUtil
Gets the GMT (Greenwich Mean Time) offset from the supplied timeZone, at the current time.
getGreenwichMeanTimeOffset(TimeZone, long) - Static method in class org.josef.science.physics.astronomy.TimeZoneUtil
Gets the GMT (Greenwich Mean Time) offset from the supplied timeZone, at the supplied timeInMilliSeconds.
getGreenwichMeanTimeOffset(int) - Static method in class org.josef.science.physics.astronomy.TimeZoneUtil
Gets the GMT (Greenwich Mean Time) offset from the supplied timeZoneOffset in minutes.
getGroupMembers(String, String, boolean) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Gets the names of the users and groups that are members of the supplied groupName.
getId() - Method in class org.josef.jpa.AbstractEntityIdentifiedById
Gets the unique ID of this Entity.
getImaginary() - Method in class org.josef.science.math.Complex
Gets the imaginary part of this Complex number.
getInitialContext() - Static method in class org.josef.util.appserver.ApplicationServerUtil
Creates and returns an initial context.
getInstance() - Static method in class org.josef.jdbc.DerbyDatabase
Gets the one and only Derby Database instance.
getInstance() - Static method in class org.josef.jdbc.OracleDatabase
Gets the one and only Oracle Database instance.
getInstance() - Static method in class org.josef.jpa.ObjectIdDispenser
Simply returns the one and only dispenser object.
getInstance(boolean) - Static method in class org.josef.jpa.SequentialIdGenerator
Simply returns one of two (transaction aware or not) sequential ID generator objects.
getInstance() - Static method in class org.josef.util.convert.BigDecimalToIntegerConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.convert.BigDecimalToLongConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.convert.GenericObjectToStringConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.convert.StringToBigDecimalConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.convert.StringToBigIntegerConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.convert.StringToBooleanConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.convert.StringToCharacterConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.convert.StringToDoubleConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.convert.StringToFloatConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.convert.StringToIntegerConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.convert.StringToLongConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.convert.StringToShortConverter
Gets the single instance of this converter.
getInstance() - Static method in class org.josef.util.CSecurityManager
Gets the single security manager instance.
getInstance() - Static method in class org.josef.util.UniqueLongGenerator
Returns the instance of the UniqueLongGenerator class.
getInt(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getInt(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getInteger(String) - Method in class org.josef.util.CResourceBundle
Gets an Integer resource from the list of resource bundles.
getInteger(String, Integer) - Method in class org.josef.util.CResourceBundle
Gets an Integer resource from the list of resource bundles and when this resource does not exist, use the supplied defaultValue.
getIntegerDigits(int) - Method in class org.josef.science.math.CDouble
Calculates the number of digits before the decimal point.
getIntegerDigits(double, int) - Static method in class org.josef.science.math.CDouble
Calculates the number of digits before the decimal point.
getIntegerFormat() - Method in class org.josef.util.Formatter
Gets a formatter suitable for formatting integer numbers.
getInteraction() - Method in enum org.josef.science.physics.particle.ElementaryBoson
Gets the Interaction of this Boson.
getInterval() - Method in class org.josef.science.math.AbstractRootFinder
Gets the interval.
getIso3166Country(String) - Static method in enum org.josef.util.Iso3166Country
Gets the Iso31166Country corresponding to the supplied alpha2Code.
getIsoSpin() - Method in enum org.josef.science.physics.particle.IsoSpin
Gets the IsoSpin.
getIsoSpin() - Method in enum org.josef.science.physics.particle.Quark
Gets the IsoSpin of this Quark.
getItemType() - Method in class org.josef.ejb.AbstractCrudChildControllerBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.ejb.AbstractCrudControllerBean
Gets the type of the Entity to maintain.
getIterations() - Method in class org.josef.science.math.AbstractRootFinder
Gets the maximum number of iterations to find a root.
getJaxbContext() - Method in class org.josef.util.xml.MarshalParameters
Gets the optional JAXB context.
getJaxbContext() - Method in class org.josef.util.xml.UnmarshalParameters
Gets the optional JAXB context.
getJdbcType() - Method in class org.josef.jdbc.StoredProcedureParameter
Gets the JDBC type of this parameter.
getJulianDay(int, int, int) - Static method in class org.josef.util.JulianDate
Computes the Julian day from the supplied year, month and day.
getJulianDay(long) - Static method in class org.josef.util.JulianDate
/** Converts the supplied time in milliseconds since the EPOCH to a Julian date.
getKey(V) - Method in class org.josef.util.BiDirectionalMap
Gets the key that is mapped to the supplied value.
getLanguage() - Method in class org.josef.util.xml.AtomLink
Gets the language of this link.
getLength() - Method in enum org.josef.finance.IbanOfCountry
Gets the length of the IBAN.
getLength() - Method in class org.josef.jpa.CColumn
Gets the length of this CColumn.
getLength() - Method in class org.josef.science.math.geometry.CLine
Gets the length of this CLine.
getLineAtoB() - Method in class org.josef.science.math.geometry.CTriangle
Gets the line from point A to point B.
getLineBtoC() - Method in class org.josef.science.math.geometry.CTriangle
Gets the line from point B to point C.
getLineCtoA() - Method in class org.josef.science.math.geometry.CTriangle
Gets the line from point C to point A.
getLocale(Locale) - Static method in class org.josef.util.CLocale
Gets the supplied locale or the default locale when the supplied locale is null.
getLocale() - Method in class org.josef.util.CResourceBundle
Gets the locale used by the list of resource bundles.
getLocale(HttpServletRequest) - Method in class org.josef.web.servlet.AbstractHttpServlet
Gets the locale.
getLocalizedMessage(Locale, String, String, Object...) - Static method in class org.josef.util.CResourceBundle
Gets the localized message from the resource bundle with the supplied resourceBundleName, using the supplied messageKey.
getLocalizedMessage(ResourceBundle, String, Object...) - Static method in class org.josef.util.CResourceBundle
Gets the localized message from the supplied resourceBundle, using the supplied messageKey.
getLocalPatternChars(Locale) - Static method in class org.josef.util.FormatterFactory
Gets the local pattern characters that are used to format date/times.
getLocationCode() - Method in class org.josef.finance.BankIdentifierCode
Gets the location code from this Bank Identifier Code.
getLong(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getLong(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getLong(String) - Method in class org.josef.util.CResourceBundle
Gets a Long resource from the list of resource bundles.
getLong(String, Long) - Method in class org.josef.util.CResourceBundle
Gets a Long resource from the list of resource bundles and when this resource does not exist, use the supplied defaultValue.
getMailServers(String) - Static method in class org.josef.util.DnsUtil
Gets the mail servers of the supplied hostName.
getMajorVersion() - Method in enum org.josef.jdbc.DatabaseType
Gets the major version of this DatabaseType.
getMajorVersion() - Method in enum org.josef.util.appserver.ApplicationServer
Gets the major version of this AppplicationServer.
getMask() - Method in enum org.josef.util.ZipCodeOfCountry
Gets the mask to display a zip code.
getMaximum() - Method in class org.josef.science.math.CStatistics
Gets the maximum value from the data.
getMaximumDayOfMonth(int, int) - Static method in class org.josef.util.CDate
Calculates the maximum ordinal day number for the supplied month.
getMaximumDayOfYear(int) - Static method in class org.josef.util.CDate
Gets the maximum number of days in the supplied year.
getMaximumMaskLength() - Method in enum org.josef.util.ZipCodeOfCountry
Gets the length of the longest mask.
getMaximumNumberOfDays() - Method in enum org.josef.util.Month
Gets the maximum number of days of this Month.
getMaximumUsedCapacity() - Method in class org.josef.util.CQueue
Gets the maximum used capacity of this CQueue (this equals the maximum number of elements that have been waiting to be served).
getMedian() - Method in class org.josef.science.math.CStatistics
Gets the median value of the data.
getMessage() - Method in exception org.josef.util.AbstractLocalizedException
Gets the (localized) message for the default locale.
getMessage(Locale) - Method in exception org.josef.util.AbstractLocalizedException
Gets the (localized) message for the supplied locale.
getMessage() - Method in exception org.josef.util.AbstractLocalizedRuntimeException
Gets the (localized) message for the default locale.
getMessage(Locale) - Method in exception org.josef.util.AbstractLocalizedRuntimeException
Gets the (localized) message for the supplied locale.
getMessage(String, Object...) - Method in class org.josef.util.CResourceBundle
Gets a formatted message from the list of resource bundles.
getMessage() - Method in class org.josef.util.Message
Gets the localized message.
getMessageArguments() - Method in exception org.josef.util.AbstractLocalizedException
Gets a copy of the message arguments.
getMessageArguments() - Method in exception org.josef.util.AbstractLocalizedRuntimeException
Gets a copy of the message arguments.
getMessageKey() - Method in exception org.josef.util.AbstractLocalizedException
Gets the key to the resource bundle to retrieve a localized message.
getMessageKey() - Method in exception org.josef.util.AbstractLocalizedRuntimeException
Gets the key to the resource bundle to retrieve a localized message.
getMetaData() - Method in interface org.josef.jdbc.ResultSetRowInterface
Retrieves the number, types and properties of this ResultSet object's columns.
getMethods() - Method in class org.josef.util.CompareField
Gets a copy of the methods that get the value of this field.
getMinimum() - Method in class org.josef.science.math.CStatistics
Gets the minimum value from the data.
getMinorVersion() - Method in enum org.josef.jdbc.DatabaseType
Gets the minor version of this DatabaseType.
getMinorVersion() - Method in enum org.josef.util.appserver.ApplicationServer
Gets the minor version of this AppplicationServer.
getMinumumYearOfBirth() - Static method in class org.josef.util.CDate
Gets the minimum year in which a living person may be born.
getMoment() - Method in enum org.josef.finance.Payment
Gets moment at which the payments take place.
getName() - Method in class org.josef.jdbc.Column
Gets the name of this Column.
getName() - Method in class org.josef.jdbc.Constraint
Gets the name of this constraint.
getName() - Method in class org.josef.jdbc.StoredProcedureParameter
Gets the name of this parameter.
getName() - Method in class org.josef.jdbc.Table
Gets the name of this Table.
getName() - Method in class org.josef.jpa.CColumn
Gets the name of this CColumn.
getName() - Method in class org.josef.util.CProperty
Gets the name of this CProperty.
getName() - Method in enum org.josef.web.CCookie
Gets the name of this cookie.
getName() - Method in class org.josef.web.html.HtmlAttribute
Gets the name of this HTML attribute.
getName() - Method in class org.josef.web.html.HtmlEmptyElement
Gets the name of this HTML element.
getNationalitiesWithoutCountry() - Static method in enum org.josef.util.Nationality
Gets a list of all nationalities that do not have a corresponding country.
getNationalityCode() - Method in enum org.josef.hist.NationalityType
Returns country code the nationality.
getNestedSortCodeRange() - Method in class org.josef.finance.UKSortCodeRange
Gets the sort code range that is nested within this sort code range.
getNextId() - Method in class org.josef.util.SequentialIdGenerator
Gets the next sequential id.
getNextObjectID() - Method in class org.josef.jpa.ObjectIdDispenser
Retrieves the next unique object identifier.
getNextRow() - Method in class org.josef.util.csv.AbstractCsv
Gets the next row of columns.
getNextRow() - Method in class org.josef.util.csv.CsvFileReader
Gets the next row of columns.
getNextRow() - Method in class org.josef.util.csv.CsvMemoryReader
Gets the next row of columns.
getNumber() - Method in enum org.josef.util.Month
Gets the one based number of this Month.
getNumberOfRoots() - Method in class org.josef.science.math.QuadraticEquation
Gets the number of roots of this quadratic equation.
getNumerator() - Method in class org.josef.science.math.CRational
Gets the numerator.
getNumericCode() - Method in enum org.josef.finance.CCurrency
Gets the numeric code of this currency.
getObject(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getObject(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getObject(String, Map<String, Class<?>>) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getObject() - Method in class org.josef.util.xml.MarshalParameters
Gets the object to marshal.
getObjectId() - Method in class org.josef.ejb.ValueObject
Gets the object Id of this value object.
getObjectId() - Method in interface org.josef.ejb.ValueObjectInterface
Gets the Object ID of this ValueObject.
getObjectId() - Method in class org.josef.jpa.AbstractEntityIdentifiedByObjectId
Gets the unique Object ID of this Entity.
getObjectName(Object) - Static method in class org.josef.util.ObjectUtil
Gets the object name from the supplied object.
getOrderByColumn(String) - Method in class org.josef.jdbc.OrderByClause
Gets an OrderByColumn by its column name.
getOrderByColumn(int) - Method in class org.josef.jdbc.OrderByClause
Gets an OrderByColumn by its ordinal number.
getOrdering() - Method in class org.josef.jdbc.OrderByColumn
Gets the order of this OrderByColumn.
getOrdering() - Method in class org.josef.util.CComparator
Gets the order of non-null values.
getOrdering() - Method in class org.josef.util.CompareField
Gets the order of this CompareField.
getOrderNulls() - Method in class org.josef.util.CComparator
Gets the order of null values.
getOwner() - Method in class org.josef.jdbc.Constraint
Gets the owner of this constraint.
getParameters() - Method in class org.josef.jpa.WhereClause
Gets all the JP/QL parameters.
getParameters() - Method in class org.josef.jpa.WhereClauseRpn
Gets all the JP/QL parameters.
getPattern() - Method in enum org.josef.util.EmailValidationPattern
Gets the pattern to verify an email address against.
getPattern() - Method in enum org.josef.util.ZipCodeOfCountry
Gets the pattern to verify a zip code against.
getPaymentsPerYear() - Method in enum org.josef.finance.Payment
Gets the number of payments per year.
getPerimeter() - Method in class org.josef.science.math.geometry.CTriangle
Gets the perimeter of this CTriangle.
getPointA() - Method in class org.josef.science.math.geometry.CTriangle
Gets the pointA of this CTriangle.
getPointB() - Method in class org.josef.science.math.geometry.CTriangle
Gets the pointB of this CTriangle.
getPointC() - Method in class org.josef.science.math.geometry.CTriangle
Gets the pointC of this CTriangle.
getPoperties() - Method in class org.josef.util.xml.MarshalParameters
Gets the marshalling properties.
getPoperties() - Method in class org.josef.util.xml.UnmarshalParameters
Gets the unmarshalling properties.
getPower() - Method in enum org.josef.science.SiPrefix
Gets the power of this SI prefix.
getPrecision() - Method in class org.josef.jdbc.Column
For a numeric Column, this method gets the precision.
getPrecision() - Method in class org.josef.jpa.CColumn
Gets the precision of this CColumn.
getPreference() - Method in class org.josef.util.MailServer
Gets the preference of this MailServer.
getPrimaryKey() - Method in class org.josef.jpa.AbstractEntityIdentifiedById
Gets the primary key of this persistable entity.
getPrimaryKey() - Method in class org.josef.jpa.AbstractEntityIdentifiedByObjectId
Gets the primary key of this persistable entity.
getPrimaryKey() - Method in interface org.josef.jpa.Persistable
Gets the primary key of this persistable entity.
getPrimaryKeyColumns(Connection, String, String) - Method in class org.josef.jdbc.DerbyDatabase
Gets the primary key columns of the table identified by the supplied tableName.
getPrimaryKeyColumns(Connection, String, String) - Method in class org.josef.jdbc.OracleDatabase
Gets the primary key columns of the table identified by the supplied tableName.
getPrimaryKeyColumns() - Method in class org.josef.jdbc.Table
Gets the list of primary key columns of this Table.
getPrimeNumber() - Method in class org.josef.science.math.PrimeFactor
Gets the prime number of this PrimeFactor.
getQueryParameters() - Method in class org.josef.jpa.QueryParameterMap
Gets the query parameters.
getQueryString(String) - Static method in class org.josef.web.QueryStringUtil
Gets the raw, un-decoded, query string of the supplied url.
getQueryStringParameters(String) - Static method in class org.josef.web.QueryStringUtil
Gets all the parameters from the supplied query string.
getReal() - Method in class org.josef.science.math.Complex
Gets the real part of this Complex number.
getRealRoots() - Method in class org.josef.science.math.QuadraticEquation
Gets the real roots.
getRed() - Method in enum org.josef.util.CColor
Gets the red component of this CColor.
getRef(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getRef(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getReference(Class<T>, Object) - Static method in class org.josef.jpa.EntityDataAccess
Gets a reference to a persisted entity by its id (primary key).
getReference() - Method in class org.josef.util.xml.AtomLink
Gets the (hypertext) reference of this link.
getReferencedColumns() - Method in class org.josef.jdbc.Constraint
Gets the referenced column names for this constraint.
getReferencedConstraintName() - Method in class org.josef.jdbc.Constraint
Gets the referenced constraint name.
getReferencedTableName() - Method in class org.josef.jdbc.Constraint
Gets the referenced table name for this constraint.
getRelationship() - Method in class org.josef.util.xml.AtomLink
Gets the relationship of this link.
getRequiredBoolean(String) - Method in class org.josef.util.CResourceBundle
Gets a required boolean resource from the list of resource bundles.
getRequiredDate(String) - Method in class org.josef.util.CResourceBundle
Gets a required Date resource from the list of resource bundles.
getRequiredDouble(String) - Method in class org.josef.util.CResourceBundle
Gets a required Double resource from the list of resource bundles.
getRequiredInitParameter(String) - Method in class org.josef.web.servlet.AbstractHttpServlet
Gets a required initialization parameter.
getRequiredInteger(String) - Method in class org.josef.util.CResourceBundle
Gets a required Integer resource from the list of resource bundles.
getRequiredLong(String) - Method in class org.josef.util.CResourceBundle
Gets a required Long resource from the list of resource bundles.
getRequiredString(String) - Method in class org.josef.util.CResourceBundle
Gets a required String resource from the list of resource bundles.
getResourceBundleName() - Static method in class org.josef.jdbc.JdbcMessages
Gets the name of the resource bundle that contains the localized descriptions for the messages.
getResourceBundleName() - Method in exception org.josef.util.AbstractLocalizedException
Gets the resource bundle name containing the localized messages.
getResourceBundleName() - Method in exception org.josef.util.AbstractLocalizedRuntimeException
Gets the resource bundle name containing the localized messages.
getResourceBundleName() - Static method in class org.josef.util.Formatter
Gets the name of the resource bundle that contains the localized descriptions for the messages.
getRight(String, int) - Static method in class org.josef.util.CString
Gets the supplied length number of characters from the right of the supplied string.
getRow() - Method in interface org.josef.jdbc.ResultSetRowInterface
Retrieves the current row number.
getRows() - Method in class org.josef.util.csv.AbstractCsvMemoryWriter
Gets the csv rows.
getRowSeparator() - Method in class org.josef.util.csv.AbstractCsv
Gets the row separator.
getRowSeparator() - Method in class org.josef.web.servlet.AbstractCsvServlet
Gets the row separator.
getScalarPropertyName(String) - Static method in class org.josef.util.CReflection
Gets the scalar (without an index) property name of the supplied propertyName.
getScale() - Method in class org.josef.jdbc.Column
For a numeric Column, this method gets the scale.
getScale() - Method in class org.josef.jpa.CColumn
Gets the scale of this CColumn.
getServicePack() - Method in enum org.josef.util.appserver.ApplicationServer
Gets the service pack version of this ApplicationServer.
getServletInfo() - Method in class org.josef.web.servlet.AbstractCsvServlet
Returns information about the servlet.
getServletInfo() - Method in class org.josef.web.servlet.AbstractHttpServlet
Returns information about the servlet.
getSessionContext() - Method in class org.josef.ejb.AbstractControllerBean
Gets the injected SessionContext.
getSessionInfo(HttpServletRequest) - Static method in class org.josef.web.servlet.AbstractHttpServlet
Gets the session information from the supplied request and converts it to a single string.
getShort(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getShort(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getShortDateFormat() - Method in class org.josef.util.Formatter
Gets a formatter suitable for formatting short Dates.
getShortDateTimeFormat() - Method in class org.josef.util.Formatter
Gets a formatter suitable for formatting short date/times.
getSimpleClassNameOfInstance(Object) - Static method in class org.josef.util.ClassUtil
Convenience method to get the simple name of the class of the supplied object.
getSkewness() - Method in class org.josef.science.math.CStatistics
Computes the skewness (symmetry) of the data.
getSortCodeRange(String) - Static method in class org.josef.finance.UKSortCodeRange
Gets the UKSortCodeRange corresponding to the supplied sortCode.
getSortCodeSubstitute(String) - Static method in class org.josef.finance.UKSortCodeSubstitution
Gets the sort code that substitutes the supplied sort code.
getSpin() - Method in enum org.josef.science.physics.particle.ElementaryBoson
Gets the Spin of this Boson.
getSpin() - Method in enum org.josef.science.physics.particle.Lepton
Gets the Spin of this Lepton, which is always Spin.ONE_HALF.
getSpin() - Method in enum org.josef.science.physics.particle.Quark
Gets the Spin of this Quark, which is always Spin.MINUS_ONE_HALF.
getSpin() - Method in enum org.josef.science.physics.particle.Spin
Gets the Spin as a fraction.
getSpin() - Method in interface org.josef.science.physics.particle.SubatomicParticle
Gets the Spin of a subatomic particle.
getSqlParameterType() - Method in class org.josef.jdbc.StoredProcedureParameter
Gets the type of this parameter.
getStackTrace(Throwable) - Static method in class org.josef.util.CDebug
Gets the stack trace from the supplied throwable.
getStandardDeviation() - Method in class org.josef.science.math.CStatistics
Gets the standard deviation of the data.
getStrangeness() - Method in enum org.josef.science.physics.particle.Quark
Gets the strangeness of this Quark.
getString(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getString(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getString(String) - Method in class org.josef.util.CResourceBundle
Gets a String resource from the list of resource bundles.
getString(String, String) - Method in class org.josef.util.CResourceBundle
Gets a String resource from the list of resource bundles and when this resource does not exist, use the supplied defaultValue.
getSum() - Method in class org.josef.science.math.CStatistics
Gets the sum of all the values in the data.
getSymbol() - Method in enum org.josef.finance.CCurrency
Gets the symbol of this currency.
getSymbol() - Method in enum org.josef.science.DerivedSiUnit
Gets the symbol of this unit.
getSymbol() - Method in enum org.josef.science.physics.Element
Gets the symbol of this Element.
getSymbol() - Method in enum org.josef.science.physics.particle.ElementaryBoson
Gets the symbol of this Boson.
getSymbol() - Method in enum org.josef.science.physics.particle.Lepton
Gets the symbol of this Lepton.
getSymbol() - Method in enum org.josef.science.physics.particle.Quark
Gets the symbol of this Quark.
getSymbol() - Method in enum org.josef.science.SiPrefix
Gets the symbol of this SiUnit.
getSymbol() - Method in enum org.josef.science.SiUnit
Gets the symbol of this SiUnit.
getSymbols() - Static method in enum org.josef.science.physics.Element
Gets a list of all the symbols of all Elements.
getTableColumns(Connection, String) - Method in class org.josef.jdbc.Database
Gets the list of columns that are present in the table identified by the supplied tableName.
getTableMetaData(DataSource, String, String) - Static method in class org.josef.jdbc.Database
Gets the meta data of the table identified by the supplied tableName.
getTableMetaData(Connection, String, String) - Static method in class org.josef.jdbc.Database
Gets the meta data of the table identified by the supplied table.
getTableName() - Method in class org.josef.jdbc.Constraint
Gets the table name for this constraint.
getTables(DataSource, String) - Static method in class org.josef.jdbc.Database
Gets the names of all the database tables for the supplied owner.
getTables(Connection, String) - Static method in class org.josef.jdbc.Database
Gets the names of all the database tables for the supplied owner.
getTextFromUrl(String) - Static method in class org.josef.util.UrlUtil
Gets the text from the supplied url.
getTime(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getTime(int, Calendar) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getTime(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getTime(String, Calendar) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getTime() - Static method in class org.josef.util.CDate
Gets the current system time.
getTimeFormat() - Method in class org.josef.util.Formatter
Gets a formatter suitable for formatting times.
getTimestamp(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getTimestamp(int, Calendar) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getTimestamp(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getTimestamp(String, Calendar) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getTimestampColumnName() - Method in class org.josef.jdbc.Database
Gets the column name the database uses to get or insert a timestamp.
getTimestampColumnName() - Method in class org.josef.jdbc.DerbyDatabase
Gets the column name the database uses to get or insert a timestamp.
getTimestampColumnName() - Method in class org.josef.jdbc.OracleDatabase
Gets the column name Oracle uses to get or insert a timestamp.
getTimeZone() - Method in class org.josef.util.Formatter
Gets the time zone.
getToday() - Static method in class org.josef.util.CDate
Gets the current date, without time information.
getTopness() - Method in enum org.josef.science.physics.particle.Quark
Gets the topness of this Quark.
getToPoint() - Method in class org.josef.science.math.geometry.CLine
Gets the second CPoint of this CLine.
getTransaction() - Static method in class org.josef.jpa.EntityManagerHelper
Gets the resource-level transaction object.
getType() - Method in class org.josef.jdbc.Column
Gets the JDBC type of this Column.
getType() - Method in class org.josef.jdbc.Constraint
Gets the type of this constraint.
getType() - Method in enum org.josef.jdbc.CType
Gets the wrapped primitive JDBC type.
getType() - Method in enum org.josef.science.SiUnit
Gets the type of this SiUnit.
getType() - Method in class org.josef.util.CProperty
Gets the type of this CProperty.
getType() - Method in class org.josef.util.Message
Gets the type of message.
getType() - Method in class org.josef.util.xml.AtomLink
Gets the type of this link.
getType() - Method in class org.josef.util.xml.UnmarshalParameters
Gets the type of object to unmarshal to.
getTypeName() - Method in class org.josef.jdbc.Column
Gets the JDBC type of this Column.
getUniqueLong() - Method in class org.josef.util.UniqueLongGenerator
Gets the next unique Long object.
getUniqueLongValue() - Method in class org.josef.util.UniqueLongGenerator
Gets the next unique long value.
getUserDescription(String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Gets the description of the user with the supplied userName.
getUserTransactionJndiName() - Method in interface org.josef.util.appserver.ApplicationServerUtilInterface
Gets the JNDI name to lookup the User Transaction.
getValue() - Method in class org.josef.jdbc.StoredProcedureParameter
Gets the value of this parameter.
getValue(char) - Static method in class org.josef.science.math.RomanNumbers
Gets the value of one Roman numeral.
getValue(K) - Method in class org.josef.util.BiDirectionalMap
Gets the value that is mapped to the supplied key.
getValue() - Method in class org.josef.util.CProperty
Gets the value of this CProperty.
getValue() - Method in class org.josef.web.html.HtmlAttribute
Gets the value of this HTML attribute.
getVariance() - Method in class org.josef.science.math.CStatistics
Gets the variance of the data.
getVersion() - Method in class org.josef.ejb.ValueObject
Gets the version of this ValueObject.
getVersion() - Method in interface org.josef.ejb.ValueObjectInterface
Gets the version of this ValueObject.
getVersion() - Method in class org.josef.jpa.AbstractEntity
Gets the version (number of times this Entity has been updated) of this Entity.
getVersion() - Method in interface org.josef.jpa.Persistable
Gets the version (number of times this Entity has been updated) of this Entity.
getWarnings() - Method in interface org.josef.jdbc.ResultSetRowInterface
Retrieves the first warning reported .
getWeights() - Method in class org.josef.finance.UKSortCodeRange
Gets all the weights of this sort code range.
getWhereClause() - Method in interface org.josef.jpa.Searchable
Gets the where-clause.
getWidth() - Method in class org.josef.jdbc.Column
Gets the maximum width (in characters) for this Column.
getX() - Method in class org.josef.science.math.geometry.CPoint
Gets the x coordinate of this CPoint.
getXml() - Method in class org.josef.util.xml.UnmarshalParameters
Gets the XML to unmarshal.
getY() - Method in class org.josef.science.math.geometry.CPoint
Gets the y coordinate of this CPoint.
GIGA_BYTE - Static variable in class org.josef.science.math.CByte
Number of bytes in a gigabyte.
GlobalSettings - Class in org.josef.util
Global Settings.
GRAMS_IN_KILO - Static variable in enum org.josef.science.physics.MetricMass
Number of grams in a kilo.
GRAMS_IN_OUNCE - Static variable in enum org.josef.science.physics.MetricMass
Number of grams in an ounce.
greatestCommonDivisor(long, long) - Static method in class org.josef.science.math.CLong
Computes the greatest common divisor of two long values.
GZipFilter - Class in org.josef.web.servlet
Filter that zips the response, provided that the client accepts gzip encoding.
To use this filter in your application, add the following xml to your web.xml.
GZipFilter() - Constructor for class org.josef.web.servlet.GZipFilter
 
GZipResponseStream - Class in org.josef.web.servlet
A servlet response stream that writes compressed data.
GZipResponseStream(HttpServletResponse, int) - Constructor for class org.josef.web.servlet.GZipResponseStream
Constructs this GZipResponseStream from the supplied response.

H

H1 - Static variable in class org.josef.web.html.HtmlTag
Heading 1 tag.
H1_E - Static variable in class org.josef.web.html.HtmlTag
Heading 1 end tag.
H1_S - Static variable in class org.josef.web.html.HtmlTag
Heading 1 start tag.
H2 - Static variable in class org.josef.web.html.HtmlTag
Heading 2 tag.
H2_E - Static variable in class org.josef.web.html.HtmlTag
Heading 2 end tag.
H2_S - Static variable in class org.josef.web.html.HtmlTag
Heading 2 start tag.
H3 - Static variable in class org.josef.web.html.HtmlTag
Heading 3 tag.
H3_E - Static variable in class org.josef.web.html.HtmlTag
Heading 3 end tag.
H3_S - Static variable in class org.josef.web.html.HtmlTag
Heading 3 start tag.
H4 - Static variable in class org.josef.web.html.HtmlTag
Heading 4 tag.
H4_E - Static variable in class org.josef.web.html.HtmlTag
Heading 4 end tag.
H4_S - Static variable in class org.josef.web.html.HtmlTag
Heading 4 start tag.
H5 - Static variable in class org.josef.web.html.HtmlTag
Heading 5 tag.
H5_E - Static variable in class org.josef.web.html.HtmlTag
Heading 5 end tag.
H5_S - Static variable in class org.josef.web.html.HtmlTag
Heading 5 start tag.
H6 - Static variable in class org.josef.web.html.HtmlTag
Heading 6 tag.
H6_E - Static variable in class org.josef.web.html.HtmlTag
Heading 6 end tag.
H6_S - Static variable in class org.josef.web.html.HtmlTag
Heading 6 start tag.
HALF - Static variable in class org.josef.science.math.CBigDecimal
The constant value 0.5.
hasFourDigitYear() - Method in class org.josef.util.Formatter
Determines whether a parsed date, needs to have a year consisting of four digits.
Hash - Class in org.josef.util.security
Hash Utility class.
hash(String, HashingAlgorithm) - Static method in class org.josef.util.security.Hash
Hashes the supplied message using the supplied algorithm.
hash(File, HashingAlgorithm) - Static method in class org.josef.util.security.Hash
Hashes input from the supplied file, using the supplied algorithm.
hashCode() - Method in class org.josef.ejb.ValueObject
Computes the hash code of this Object.
hashCode() - Method in class org.josef.finance.UKSortCodeRange
Computes the hash code of this UKSortCodeRange.
hashCode() - Method in class org.josef.jdbc.Column
Computes the hash code for this Column.
hashCode() - Method in class org.josef.jdbc.OrderByClause
Computes the hash code of this OrderByClause.
hashCode() - Method in class org.josef.jdbc.OrderByColumn
Computes the hash code of this OrderByColumn.
hashCode() - Method in class org.josef.jdbc.Table
Computes the hash code for this Table.
hashCode() - Method in class org.josef.jpa.AbstractEntity
Computes the hash code of this AbstractEntity.
hashCode() - Method in class org.josef.jpa.CColumn
Computes the hash code of this OrderByClause.
hashCode() - Method in class org.josef.science.math.CByte
Computes the hash code value for this object.
hashCode() - Method in class org.josef.science.math.CDouble
Computes the hash code value for this object.
hashCode() - Method in class org.josef.science.math.CFloat
Computes the hash code value for this object.
hashCode() - Method in class org.josef.science.math.CInteger
Computes the hash code value for this object.
hashCode() - Method in class org.josef.science.math.CLong
Computes a hash code for this object using the same algorithm as Long.hashCode() does.
hashCode() - Method in class org.josef.science.math.Complex
Creates a hash code for this Complex number.
hashCode() - Method in class org.josef.science.math.CRational
Computes a hash code for this object.
hashCode() - Method in class org.josef.science.math.CShort
Computes the hash code value for this object.
hashCode() - Method in class org.josef.science.math.geometry.CLine
Computes the hash code of this CLine.
hashCode() - Method in class org.josef.science.math.geometry.CPoint
Computes the hash code of this CPoint.
hashCode() - Method in class org.josef.util.CodeDescription
Computes a hash code for this CodeDescription.
hashCode() - Method in class org.josef.util.CompareField
Computes the hash code of this CompareField.
hashCode() - Method in class org.josef.web.html.HtmlAttribute
Computes the hash code of this HtmlAttribute.
HashingAlgorithm - Enum in org.josef.util.security
Enumeration of hashing algorithms.
HashingException - Exception in org.josef.util.security
Hashing exception, thrown when an error occurs during hashing.
HashingException(Throwable) - Constructor for exception org.josef.util.security.HashingException
Constructs this exception from the supplied exception.
HashUtil - Class in org.josef.util
Utility class to compute hash codes.
hasNext() - Method in class org.josef.science.math.CBigInteger.FibonacciIterator
There will always be another Fibonacci number.
hasNext() - Method in class org.josef.science.math.CLong.FibonacciIterator
Determines whether the next Fibonacci number is available.
hasNext() - Method in class org.josef.util.RandomElementIterator
Determines whether more elements exist.
hasNext() - Method in class org.josef.util.RandomRoundRobinElementIterator
Determines whether more elements exist.
hasNext() - Method in class org.josef.util.RoundRobinElementIterator
Determines whether there are more elements to get.
hasNextRow() - Method in class org.josef.util.csv.AbstractCsvWriter
Determines whether a next row of csv data exists.
HEAD - Static variable in class org.josef.web.html.HtmlTag
Head tag.
HEAD_E - Static variable in class org.josef.web.html.HtmlTag
Head end tag.
HEAD_S - Static variable in class org.josef.web.html.HtmlTag
Head start tag.
HEADER - Static variable in class org.josef.web.html.HtmlTag
Header tag.
HEADER_E - Static variable in class org.josef.web.html.HtmlTag
Header end tag.
HEADER_S - Static variable in class org.josef.web.html.HtmlTag
Header start tag.
HOUR_0 - Static variable in class org.josef.science.physics.TimeConstants
Hour 0.
HOUR_1 - Static variable in class org.josef.science.physics.TimeConstants
Hour 1.
HOUR_10 - Static variable in class org.josef.science.physics.TimeConstants
Hour 10.
HOUR_11 - Static variable in class org.josef.science.physics.TimeConstants
Hour 11.
HOUR_12 - Static variable in class org.josef.science.physics.TimeConstants
Hour 12.
HOUR_13 - Static variable in class org.josef.science.physics.TimeConstants
Hour 13.
HOUR_14 - Static variable in class org.josef.science.physics.TimeConstants
Hour 14.
HOUR_15 - Static variable in class org.josef.science.physics.TimeConstants
Hour 15.
HOUR_16 - Static variable in class org.josef.science.physics.TimeConstants
Hour 16.
HOUR_17 - Static variable in class org.josef.science.physics.TimeConstants
Hour 17.
HOUR_18 - Static variable in class org.josef.science.physics.TimeConstants
Hour 18.
HOUR_19 - Static variable in class org.josef.science.physics.TimeConstants
Hour 19.
HOUR_2 - Static variable in class org.josef.science.physics.TimeConstants
Hour 2.
HOUR_20 - Static variable in class org.josef.science.physics.TimeConstants
Hour 20.
HOUR_21 - Static variable in class org.josef.science.physics.TimeConstants
Hour 21.
HOUR_22 - Static variable in class org.josef.science.physics.TimeConstants
Hour 22.
HOUR_23 - Static variable in class org.josef.science.physics.TimeConstants
Hour 23.
HOUR_24 - Static variable in class org.josef.science.physics.TimeConstants
Hour 24.
HOUR_3 - Static variable in class org.josef.science.physics.TimeConstants
Hour 3.
HOUR_4 - Static variable in class org.josef.science.physics.TimeConstants
Hour 4.
HOUR_5 - Static variable in class org.josef.science.physics.TimeConstants
Hour 5.
HOUR_6 - Static variable in class org.josef.science.physics.TimeConstants
Hour 6.
HOUR_7 - Static variable in class org.josef.science.physics.TimeConstants
Hour 7.
HOUR_8 - Static variable in class org.josef.science.physics.TimeConstants
Hour 8.
HOUR_9 - Static variable in class org.josef.science.physics.TimeConstants
Hour 9.
HOURS_IN_A_DAY - Static variable in class org.josef.science.physics.TimeConstants
Number of hours in a day.
HR - Static variable in class org.josef.web.html.HtmlTag
Horizontal rule tag.
HR_E - Static variable in class org.josef.web.html.HtmlTag
Horizontal rule end tag.
HR_S - Static variable in class org.josef.web.html.HtmlTag
Horizontal rule start tag.
HTML - Static variable in class org.josef.web.html.HtmlTag
Html tag.
HTML_E - Static variable in class org.josef.web.html.HtmlTag
Html end tag.
HTML_S - Static variable in class org.josef.web.html.HtmlTag
Html start tag.
HtmlAttribute - Class in org.josef.web.html
Represents an HTML attribute, like: id, for example.
HtmlAttribute(String) - Constructor for class org.josef.web.html.HtmlAttribute
Constructs this HTML attribute from the supplied name.
HtmlAttribute(String, String) - Constructor for class org.josef.web.html.HtmlAttribute
Constructs this HTML attribute from the supplied name and value.
HtmlAttribute(HtmlAttribute) - Constructor for class org.josef.web.html.HtmlAttribute
Copy constructor, constructs a new HTML attribute from the supplied sourceAttribute.
HtmlElement - Class in org.josef.web.html
Utility class to create HTML output created from HtmlElement instances.
HtmlElement() - Constructor for class org.josef.web.html.HtmlElement
Constructs the root "html" element with nested "head" and "body" tags.
HtmlElement(String) - Constructor for class org.josef.web.html.HtmlElement
Constructs this HTML element from the supplied (element) name.
HtmlElement(String, String) - Constructor for class org.josef.web.html.HtmlElement
Constructs this HTML element from the supplied (element) name and content.
HtmlElement(String, HtmlAttribute...) - Constructor for class org.josef.web.html.HtmlElement
Constructs this HTML element from the supplied (element) name and attributes.
HtmlElement(String, String, HtmlAttribute...) - Constructor for class org.josef.web.html.HtmlElement
Constructs this HTML element from the supplied (element) name, content and attributes.
HtmlEmptyElement - Class in org.josef.web.html
Represents an empty HTML element, that is to say, an element without content and without children.
HtmlEmptyElement(String) - Constructor for class org.josef.web.html.HtmlEmptyElement
Constructs this empty HTML element from the supplied (element) name.
HtmlEmptyElement(String, HtmlAttribute...) - Constructor for class org.josef.web.html.HtmlEmptyElement
Constructs this empty HTML element from the supplied (element) name and attributes.
HtmlRow - Class in org.josef.web.html
Represents a row in an HTML table.
HtmlRow() - Constructor for class org.josef.web.html.HtmlRow
Constructs this HTML row.
HtmlRow(HtmlAttribute...) - Constructor for class org.josef.web.html.HtmlRow
Constructs this HTML row from the supplied attributes.
HtmlStringWriter - Class in org.josef.web.html
HTML writer that writes its output to a String.
HtmlStringWriter() - Constructor for class org.josef.web.html.HtmlStringWriter
 
HtmlTable - Class in org.josef.web.html
Represents an HTML table.
HtmlTable() - Constructor for class org.josef.web.html.HtmlTable
Constructs this HTML table with nested "thead" and "tbody" elements.
HtmlTable(HtmlAttribute...) - Constructor for class org.josef.web.html.HtmlTable
Constructs this HTML table from the supplied attributes.
HtmlTag - Class in org.josef.web.html
Html tag constants class for all supported HTML 5 tags.
HtmlUtil - Class in org.josef.web.html
Html related utility class.
HttpStatus - Class in org.josef.web
HTTP Status utility class.
HUNDRED_PERCENT - Static variable in class org.josef.science.math.CDouble
100%.
HUNDRED_PERCENT - Static variable in class org.josef.science.math.CFloat
100%.

I

I - Static variable in class org.josef.science.math.Complex
Complex imaginary number I (Square root of -1).
I - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number I.
I - Static variable in class org.josef.web.html.HtmlTag
Italics tag.
I_E - Static variable in class org.josef.web.html.HtmlTag
Italics end tag.
I_S - Static variable in class org.josef.web.html.HtmlTag
Italics start tag.
IbanOfCountry - Enum in org.josef.finance
Enumeration of IBAN used in different countries.
ID - Static variable in class org.josef.jpa.FieldLengths
Length of an ID field.
IFRAME - Static variable in class org.josef.web.html.HtmlTag
IFrame tag.
IFRAME_S - Static variable in class org.josef.web.html.HtmlTag
IFrame start tag.
IMG - Static variable in class org.josef.web.html.HtmlTag
Image tag.
IMG_E - Static variable in class org.josef.web.html.HtmlTag
Image end tag.
IMG_S - Static variable in class org.josef.web.html.HtmlTag
Image start tag.
INCHES_IN_FOOT - Static variable in enum org.josef.science.physics.BritishImperialLength
Number of inches in a foot.
INFO - Static variable in class org.josef.util.Message
An informational message.
INFORMATIONAL_HIGH - Static variable in class org.josef.web.HttpStatus
Highest (theoretical) informational status code.
INFORMATIONAL_LOW - Static variable in class org.josef.web.HttpStatus
Lowest informational status code.
init(String) - Static method in class org.josef.jpa.EntityManagerHelper
Initialize this EntityManagerHelper with the supplied persistenceUnitName.
You only need to call this method when you want to use another persistence unit than the default persistence unit.
init(ServletConfig) - Method in class org.josef.web.servlet.AbstractCsvServlet
Process init parameters.
init(FilterConfig) - Method in class org.josef.web.servlet.EncodeParameterFilter
Initializes this filter by doing absolutely nothing.
init(FilterConfig) - Method in class org.josef.web.servlet.GZipFilter
Initializes this filter by getting the threshold init parameter.
INITIAL_HASH_CODE - Static variable in class org.josef.util.HashUtil
Initial hash code value as suggested by Joshua Bloch, Effective Java second edition.
INPUT - Static variable in class org.josef.web.html.HtmlTag
Input tag.
INPUT_E - Static variable in class org.josef.web.html.HtmlTag
Input end tag.
INPUT_S - Static variable in class org.josef.web.html.HtmlTag
Input start tag.
InputOutputUtil - Class in org.josef.util
IO Utility class.
INS - Static variable in class org.josef.web.html.HtmlTag
Inserted tag.
INS_E - Static variable in class org.josef.web.html.HtmlTag
Inserted end tag.
INS_S - Static variable in class org.josef.web.html.HtmlTag
Inserted start tag.
Interaction - Enum in org.josef.science.physics.particle
Enumeration of all the possible interactions between subatomic particles.
InternationalBankAccountNumber - Class in org.josef.finance
Abstraction of an IBAN (International Bank Account Number).
InternationalBankAccountNumber(String) - Constructor for class org.josef.finance.InternationalBankAccountNumber
Constructs an IBAN object from the supplied iban String.
InternationalBankAccountNumber(String, String) - Constructor for class org.josef.finance.InternationalBankAccountNumber
Constructs an IBAN object from the supplied country and bban (Basic Bank Account Number).
intValue() - Method in class org.josef.science.math.CByte
Returns the value of this CByte as an int.
intValue() - Method in class org.josef.science.math.CDouble
Returns the value of this CDouble as an int.
intValue() - Method in class org.josef.science.math.CFloat
Returns the value of this CFloat as an int.
intValue() - Method in class org.josef.science.math.CInteger
Returns the value of this CInteger as an integer.
intValue() - Method in class org.josef.science.math.CLong
Returns the value of this CLong as an integer.
intValue() - Method in class org.josef.science.math.CShort
Returns the value of this CShort as an int.
INVALID_LENGTH_MSG - Static variable in class org.josef.finance.UKBankAccountNumber
Bank account number has invalid length message.
InvalidArgumentException - Exception in org.josef.util
Exception that signals that an argument passed to a method is not valid.
InvalidArgumentException() - Constructor for exception org.josef.util.InvalidArgumentException
Default constructor creates this exception with a standard, non localized message.
InvalidArgumentException(String) - Constructor for exception org.josef.util.InvalidArgumentException
Constructs an InvalidArgumentException using the supplied message.
InvalidArgumentException(Throwable, String) - Constructor for exception org.josef.util.InvalidArgumentException
Constructs an InvalidArgumentException using the supplied cause and message.
InvalidArgumentException(String, String, Object...) - Constructor for exception org.josef.util.InvalidArgumentException
Constructs an InvalidArgumentException from the supplied ResourceBundle name and the supplied message key and optional arguments.
InvalidArgumentException(Throwable, String, String, Object...) - Constructor for exception org.josef.util.InvalidArgumentException
Constructs an InvalidArgumentException from the supplied cause, ResourceBundle name, message key and optional arguments.
InvalidStateException - Exception in org.josef.util
Exception that signals that an object like a ValueObject is in an invalid state.
InvalidStateException() - Constructor for exception org.josef.util.InvalidStateException
Default constructor creates an InvalidStateException with a standard, non localized message.
InvalidStateException(String) - Constructor for exception org.josef.util.InvalidStateException
Constructs an InvalidStateException using the supplied message.
InvalidStateException(AbstractLocalizedException) - Constructor for exception org.josef.util.InvalidStateException
Constructs an InvalidStateException from the supplied exception.
InvalidStateException(Throwable, String) - Constructor for exception org.josef.util.InvalidStateException
Constructs an InvalidStateException using the supplied cause and message.
InvalidStateException(String, String, Object...) - Constructor for exception org.josef.util.InvalidStateException
Constructs an InvalidStateException from the supplied ResourceBundle name and the supplied message key and optional arguments.
InvalidStateException(Throwable, String, String, Object...) - Constructor for exception org.josef.util.InvalidStateException
Constructs an InvalidStateException from the supplied ResourceBundle name, the supplied message key, optional arguments and optional cause.
invariant(boolean) - Static method in class org.josef.util.CDebug
Checks that the supplied boolean invariant is true.
invariant(boolean, String) - Static method in class org.josef.util.CDebug
Checks that the supplied boolean invariant is true.
invoke(MBeanServerConnection, ObjectName, String, Object[], String[]) - Static method in class org.josef.util.appserver.JmxUtil
Invokes the supplied operation against the supplied object with the supplied parameters.
invokeGetMethod(Object, String) - Static method in class org.josef.util.CReflection
Invokes the get...() method corresponding to the supplied propertyName.
invokeGetMethod(Object, String, int) - Static method in class org.josef.util.CReflection
Invokes the get...(index) method corresponding to the supplied propertyName.
invokeSetMethod(Object, String, Object, Class<?>) - Static method in class org.josef.util.CReflection
Invokes the set...(propertyValue) method that corresponds to the supplied property.
isActive() - Method in enum org.josef.util.Iso3166Country
Determines whether this country is currently active or not.
isActive(Date) - Method in enum org.josef.util.Iso3166Country
Determines whether this country is active or not, at the specified date.
isAlphabetic(String) - Static method in class org.josef.util.CString
Determines whether the supplied input string consists of alphabetic characters (letters) only.
isAlphaNumeric(String) - Static method in class org.josef.util.CString
Determines whether the supplied input String consists of alphabetic letters and numeric characters (digits) only.
isAttachment() - Method in class org.josef.web.servlet.AbstractCsvServlet
Determines whether csv output is shown as an attachment or within the browser.
isBurgerServiceNummer(String) - Static method in class org.josef.science.math.ModuloCheck
Determines whether the supplied number is a valid Dutch "burger service nummer" or BSN.
isClientError(int) - Static method in class org.josef.web.HttpStatus
Determines whether the supplied httpStatusCode is a client error code or not.
isDB2(DatabaseType) - Static method in enum org.josef.jdbc.DatabaseType
Determines whether the supplied database is a DB/2 database.
isDebugEnabled() - Static method in class org.josef.util.CDebug
Determines whether debug mode is enabled (true) or disabled (false).
isDerby(DatabaseType) - Static method in enum org.josef.jdbc.DatabaseType
Determines whether the supplied database is a Derby database.
isElementary() - Method in enum org.josef.science.physics.particle.ElementaryBoson
Determines whether this subatomic particle is elementary or not.
isElementary() - Method in enum org.josef.science.physics.particle.Lepton
Determines whether this subatomic particle is elementary or not.
isElementary() - Method in enum org.josef.science.physics.particle.Quark
Determines whether this subatomic particle is elementary or not.
isElementary() - Method in interface org.josef.science.physics.particle.SubatomicParticle
Determines whether this subatomic particle is elementary or not.
isEnabled(Level) - Static method in class org.josef.jpa.JpaLogUtil
Determines whether a log message will be written when the supplied level is used.
isEqual(Object, Object) - Static method in class org.josef.util.ObjectUtil
Determines whether the left object equals the right object.
isEquilateral() - Method in class org.josef.science.math.geometry.CTriangle
Determines whether this triangle is equilateral, which is the case when all lines of the triangle have equal length.
isFibonacci() - Method in class org.josef.science.math.CBigInteger
Determines whether this CBigInteger represents a number that occurs in the row of Fibonacci numbers.
isGlassFish(ApplicationServer) - Static method in enum org.josef.util.appserver.ApplicationServer
Determines whether the supplied applicationServer is a GlassFish application server.
isHexaDecimal(String) - Static method in class org.josef.util.CString
Determines whether the supplied input String consists of hexadecimal characters only.
isInfinite() - Method in class org.josef.science.math.Complex
Determines whether this Complex number is Infinite..
isInformational(int) - Static method in class org.josef.web.HttpStatus
Determines whether the supplied httpStatusCode is an informational code or not.
isInstalledLocale(Locale) - Static method in class org.josef.util.CLocale
Determines whether the supplied locale is one of the installed locales.
isIsosceles() - Method in class org.josef.science.math.geometry.CTriangle
Determines whether this triangle is isosceles, which is the case when two lines of the triangle have equal length.
isJBoss(ApplicationServer) - Static method in enum org.josef.util.appserver.ApplicationServer
Determines whether the supplied applicationServer is a JBoss application server.
isLeapYear(int) - Static method in class org.josef.util.CDate
Determines whether the supplied year is a leap year or not.
isLocalizedPattern(Locale, String) - Static method in class org.josef.util.FormatterFactory
Determines whether the supplied date/time pattern is a localized pattern or not.
isModulo10(String) - Static method in class org.josef.science.math.ModuloCheck
Determines whether the supplied input is a valid modulo 10 number.
isModulo11(String) - Static method in class org.josef.science.math.ModuloCheck
Determines whether the supplied number is a valid modulo 11 number.
isModulo11(long) - Static method in class org.josef.science.math.ModuloCheck
Determines whether the supplied number is a valid modulo 11 number.
isModulo97(String) - Static method in class org.josef.science.math.ModuloCheck
Checks whether the supplied input adheres to the MOD 97-10 check.
isMultipleObjectClass(Class<?>) - Static method in class org.josef.util.ClassUtil
Determines whether the supplied class is capable of storing multiple objects or not.
isNaN() - Method in class org.josef.science.math.Complex
Determines whether this Complex number is NaN (Not a Number).
isNotEmpty(String) - Static method in class org.josef.util.CString
Determines whether the supplied input string is not empty.
isNullable() - Method in class org.josef.jdbc.Column
Determines if this column is nullable or not.
isNullable() - Method in class org.josef.jpa.CColumn
Determines whether this CColumn is nullable (true) or not (false).
isNullOrEmpty(String) - Static method in class org.josef.util.CString
Determines whether the supplied input String is null or empty.
isNumeric(String) - Static method in class org.josef.util.CString
Determines whether the supplied input string consists of numeric characters (digits) only.
Iso3166Country - Enum in org.josef.util
Enumeration of ISO 3166 Countries.
isOracle(DatabaseType) - Static method in enum org.josef.jdbc.DatabaseType
Determines whether the supplied database is an Oracle database.
IsoSpin - Enum in org.josef.science.physics.particle
Enumeration of all the possible isospin values of a subatomic particle.
isPrime() - Method in class org.josef.science.math.CBigInteger
Determines whether this CBigInteger is a prime.
isPrime(long) - Static method in class org.josef.science.math.CLong
Determines whether the supplied value is a prime.
isRedirection(int) - Static method in class org.josef.web.HttpStatus
Determines whether the supplied httpStatusCode is a redirection code or not.
isRollbackOnly() - Static method in class org.josef.jpa.EntityManagerHelper
Determines whether the current transaction has been marked for 'rollback only'.
isServerError(int) - Static method in class org.josef.web.HttpStatus
Determines whether the supplied httpStatusCode is a server error code or not.
isSuccessful(int) - Static method in class org.josef.web.HttpStatus
Determines whether the supplied httpStatusCode is a successful code or not.
isTomCat(ApplicationServer) - Static method in enum org.josef.util.appserver.ApplicationServer
Determines whether the supplied applicationServer is a TomCat application server.
isToStringOverridden(Object) - Static method in class org.josef.util.ClassUtil
Determines whether the toString() method of the class of the supplied object has been overridden.
isUnique() - Method in class org.josef.jpa.CColumn
Determines whether this CColumn is unique (true) or not (false).
isValid(String) - Static method in class org.josef.science.math.RomanNumbers
Determines whether a Roman number is a valid Roman number or not.
isValidAlpha2Code(String) - Static method in enum org.josef.util.Iso3166Country
Determines whether the supplied country code is a valid country code.
isValidBankIdentifierCode(String) - Static method in class org.josef.finance.BankIdentifierCode
Checks whether the supplied bankIdentifierCode is valid.
isValidEmail(String) - Method in enum org.josef.util.EmailValidationPattern
Determines whether the supplied email is valid with respect to this EmailValidationPattern.
isValidIban(String) - Static method in class org.josef.finance.InternationalBankAccountNumber
Checks whether the supplied iban is valid.
isValidIsoCountry(String) - Static method in class org.josef.util.CLocale
Determines whether the supplied alpha2Code is a valid 2 letter ISO-3166 country or not.
isValidMolecularFormula(String) - Static method in class org.josef.science.physics.Molecule
Determines whether the supplied molecularFormula is valid.
isValidZipCode(String) - Method in enum org.josef.util.ZipCodeOfCountry
Determines whether the supplied zipCode is valid with respect to this ZipCode.
isValueClass(Class<?>) - Static method in class org.josef.util.ClassUtil
Determines whether the supplied class is a value class or not.
isWebLogic(ApplicationServer) - Static method in enum org.josef.util.appserver.ApplicationServer
Determines whether the supplied applicationServer is a WebLogic application server.
isWebSphere(ApplicationServer) - Static method in enum org.josef.util.appserver.ApplicationServer
Determines whether the supplied applicationServer is a WebSpere application server.
isWhiteSpace(String) - Static method in class org.josef.util.CString
Determines whether the supplied input String consists of whitespace characters only.
iterableToString(Iterable<T>) - Static method in class org.josef.util.CString
Creates a String representation of the supplied iterable.
iterator(T[]) - Static method in class org.josef.science.math.Combinations
Creates an Iterator that can be used to iterate over all possible combinations of elements out of the supplied set.
iterator(T[], int) - Static method in class org.josef.science.math.Combinations
Creates an Iterator that can be used to iterate over all possible combinations where each combination is of the supplied size.

J

jaxbContext(JAXBContext) - Method in class org.josef.util.xml.MarshalParameters.Builder
Adds the JAXB context used for marshalling.
jaxbContext(JAXBContext) - Method in class org.josef.util.xml.UnmarshalParameters.Builder
Adds the JAXB context used for unmarshalling.
JdbcMessages - Class in org.josef.jdbc
Contains all localized messages for dmc classes.
JdbcUtil - Class in org.josef.jdbc
JDBC Utility class.
JmxUtil - Class in org.josef.util.appserver
Utility class for JMX.
joinTransaction() - Static method in class org.josef.jpa.EntityManagerHelper
Joins an active transaction.
This method should be called on a JTA application managed EntityManager that was created outside the scope of the active transaction.
JpaLogUtil - Class in org.josef.jpa
JPA Log Utility Class.
JpaUtil - Class in org.josef.jpa
JPA Utility Class.
JulianDate - Class in org.josef.util
Utility class to calculate Julian Dates.

K

KBD - Static variable in class org.josef.web.html.HtmlTag
Keyboard tag.
KBD_E - Static variable in class org.josef.web.html.HtmlTag
Keyboard start tag.
KBD_S - Static variable in class org.josef.web.html.HtmlTag
Keyboard end tag.
KEY_BOOLEAN_FALSE - Static variable in class org.josef.util.Formatter
Key to the default date pattern in the resource bundle.
KEY_BOOLEAN_TRUE - Static variable in class org.josef.util.Formatter
Key to the default date pattern in the resource bundle.
KEY_DATE_PATTERN - Static variable in class org.josef.util.FormatterFactory
Key to the default date pattern in the resource bundle.
KEY_DATE_PATTERN_UNLOCALIZED - Static variable in class org.josef.util.FormatterFactory
Key to the default date pattern in the resource bundle.
KEY_DATE_TIME_PATTERN - Static variable in class org.josef.util.FormatterFactory
Key to the default date/time pattern in the resource bundle.
KEY_DATE_TIME_PATTERN_HMS - Static variable in class org.josef.util.FormatterFactory
Key to the default date/time pattern in the resource bundle.
KEY_DECIMAL_PATTERN - Static variable in class org.josef.util.FormatterFactory
Key to the default decimal number pattern in the resource bundle.
KEY_INTEGER_PATTERN - Static variable in class org.josef.util.FormatterFactory
Key to the default integer number pattern in the resource bundle.
KEY_LOCAL_PATTERN_CHARS - Static variable in class org.josef.util.FormatterFactory
Key to the local pattern characters.
KEY_MONTH_YEAR_PATTERN - Static variable in class org.josef.util.FormatterFactory
Key to the default month/year pattern in the resource bundle.
KEY_MONTH_YEAR_PATTERN_UNLOCALIZED - Static variable in class org.josef.util.FormatterFactory
Key to the default month/year pattern in the resource bundle.
KEY_SHORT_DATE_PATTERN - Static variable in class org.josef.util.FormatterFactory
Key to the default short date pattern in the resource bundle.
KEY_SHORT_DATE_TIME_PATTERN - Static variable in class org.josef.util.FormatterFactory
Key to the default short date/time pattern in the resource bundle.
KEY_TIME_PATTERN - Static variable in class org.josef.util.FormatterFactory
Key to the default time pattern in the resource bundle.
KEYGEN - Static variable in class org.josef.web.html.HtmlTag
Key Generator tag.
KEYGEN_E - Static variable in class org.josef.web.html.HtmlTag
Key Generator end tag.
KEYGEN_S - Static variable in class org.josef.web.html.HtmlTag
Key Generator start tag.
KILO_BYTE - Static variable in class org.josef.science.math.CByte
Number of bytes in a kilobyte.
KILOGRAMS_IN_BRITISH_POUND - Static variable in class org.josef.science.physics.MassConverterSi2BritishImperial
Inexact number of kilograms in a British pound.
KM_IN_MILE - Static variable in class org.josef.science.physics.LengthConverterSi2BritishImperial
Inexact number of kilometers in a mile.

L

L - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number L.
LABEL - Static variable in class org.josef.web.html.HtmlTag
Label tag.
LABEL_E - Static variable in class org.josef.web.html.HtmlTag
Label end tag.
LABEL_S - Static variable in class org.josef.web.html.HtmlTag
Label start tag.
LARGEST_ROMAN_NUMBER - Static variable in class org.josef.science.math.RomanNumbers
The largest number the Romans could represent.
leastCommonMultiple(long, long) - Static method in class org.josef.science.math.CLong
Computes the least common multiple of two long values.
LEGEND - Static variable in class org.josef.web.html.HtmlTag
Legend tag.
LEGEND_E - Static variable in class org.josef.web.html.HtmlTag
Legend end tag.
LEGEND_S - Static variable in class org.josef.web.html.HtmlTag
Legend start tag.
LENGTH_1 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of one.
LENGTH_15 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of fifteen.
LENGTH_2 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of two.
LENGTH_20 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of twenty.
LENGTH_3 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of three.
LENGTH_4 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of four.
LENGTH_5 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of five.
LengthConverterSi2BritishImperial - Class in org.josef.science.physics
Utility class to convert from metric lengths to British Imperial lengths and vice versa.
Lepton - Enum in org.josef.science.physics.particle
Enumeration of all the Leptons.
LI - Static variable in class org.josef.web.html.HtmlTag
List item tag.
LI_E - Static variable in class org.josef.web.html.HtmlTag
List item end tag.
LI_S - Static variable in class org.josef.web.html.HtmlTag
List item start tag.
LINK - Static variable in class org.josef.web.html.HtmlTag
Link tag.
LINK_E - Static variable in class org.josef.web.html.HtmlTag
Link end tag.
LINK_S - Static variable in class org.josef.web.html.HtmlTag
Link start tag.
listUsers(String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Gets the names of all the users that adhere to the supplied pattern.
Localizable - Interface in org.josef.util
Interface to declare that an implementation supports localization.
LocalizableEnumeration - Interface in org.josef.util
Interface to declare that an enumeration supports localization.
lock(Object, LockModeType) - Static method in class org.josef.jpa.EntityDataAccess
Sets the supplied lockMode on the supplied entity.
log(Logger, Level, String) - Static method in class org.josef.util.LogUtil
Logs the supplied message.
log(Logger, Level, String, Object...) - Static method in class org.josef.util.LogUtil
Logs the supplied message as a formatted message with parameters.
logAction(PersistAction, String) - Static method in class org.josef.jpa.JpaLogUtil
Logs the execution of the supplied action.
logSuccessfulAction(PersistAction, String) - Static method in class org.josef.jpa.JpaLogUtil
Logs the successful execution of the supplied action.
logUnsuccessfulAction(PersistAction, String, Throwable) - Static method in class org.josef.jpa.JpaLogUtil
Logs the unsuccessful execution of the supplied action.
logUnsuccessfulAction(PersistAction, Level, String, Throwable) - Static method in class org.josef.jpa.JpaLogUtil
Logs the unsuccessful execution of the supplied action, using the supplied logLevel.
LogUtil - Class in org.josef.util
Collection of Logging related methods.
LONG_DESCRIPTION - Static variable in class org.josef.jpa.FieldLengths
Length of a long description field.
LONG_NAME - Static variable in class org.josef.jpa.FieldLengths
Length of a long name field.
longValue() - Method in class org.josef.science.math.CByte
Returns the value of this CByte as a long.
longValue() - Method in class org.josef.science.math.CDouble
Returns the value of this CDouble as a long.
longValue() - Method in class org.josef.science.math.CFloat
Returns the value of this CFloat as a long.
longValue() - Method in class org.josef.science.math.CInteger
Returns the value of this CInteger as a long.
longValue() - Method in class org.josef.science.math.CLong
Returns the value of this CLong as a long.
longValue() - Method in class org.josef.science.math.CShort
Returns the value of this CShort as a long.
lookup(Class<T>) - Method in class org.josef.ejb.ServiceLocator
Performs a lookup of the service identified by the name of the supplied classToLookup.
lookup(String) - Static method in class org.josef.util.DnsUtil
Performs a lookup of the supplied hostName.
lookupDataSource(Context, String) - Static method in class org.josef.util.appserver.ApplicationServerUtil
Convenience method for looking up a data source.
lookupUserTransaction(Context) - Static method in class org.josef.util.appserver.ApplicationServerUtil
Looks up the user transaction.

M

M - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number M.
M_IN_YARD - Static variable in class org.josef.science.physics.LengthConverterSi2BritishImperial
Inexact number of meters in a yard.
MailServer - Class in org.josef.util
Abstraction of a mail server as fetched from a DNS MX (Mail eXchange) record.
MailServer(int, String) - Constructor for class org.josef.util.MailServer
Constructs this MailServer from the supplied preference and domainName.
main(String[]) - Static method in class org.josef.finance.InternationalBankAccountNumber
Simple test method.
main(String[]) - Static method in class org.josef.finance.UKBankAccountNumber
For test purpose only.
main(String[]) - Static method in class org.josef.finance.UKSortCode
Displays all sort codes.
main(String[]) - Static method in class org.josef.finance.UKSortCodeRange
Displays all sort code ranges.
main(String[]) - Static method in class org.josef.finance.UKSortCodeSubstitution
Displays all sort code substitutions.
main(String[]) - Static method in class org.josef.jpa.ObjectIdDispenser
Gets and prints the next object ID.
main(String[]) - Static method in class org.josef.science.math.RomanNumbers
Tests the above functionality.
main(String[]) - Static method in class org.josef.util.appserver.ApplicationServerUtil
For test purposes only.
main(String[]) - Static method in class org.josef.util.DnsUtil
For demonstration purposes only.
main(String[]) - Static method in class org.josef.util.GlobalSettings
For test purposes only.
main(String[]) - Static method in enum org.josef.util.Nationality
For verifying country/nationality relationship only.
main(String[]) - Static method in class org.josef.util.rpn.RpnCalc
Command line version of this calculator.
MAIN - Static variable in class org.josef.web.html.HtmlTag
Main tag.
MAIN_E - Static variable in class org.josef.web.html.HtmlTag
Main end tag.
MAIN_S - Static variable in class org.josef.web.html.HtmlTag
Main start tag.
map(K, V) - Method in class org.josef.util.BiDirectionalMap
Maps the supplied key to the supplied value and vice versa.
map(F, S) - Method in class org.josef.util.EnumMapper
Maps the supplied firstEnumeratedConstant to the supplied secondEnumeratedConstant and the other way around.
MAP - Static variable in class org.josef.web.html.HtmlTag
Map tag.
MAP_E - Static variable in class org.josef.web.html.HtmlTag
Map end tag.
MAP_S - Static variable in class org.josef.web.html.HtmlTag
Map start tag.
MapUtil - Class in org.josef.util
Utility class for Maps.
MARK - Static variable in class org.josef.web.html.HtmlTag
Mark tag.
MARK_E - Static variable in class org.josef.web.html.HtmlTag
Mark end tag.
MARK_S - Static variable in class org.josef.web.html.HtmlTag
Mark start tag.
marshal(JAXBContext, Object) - Static method in class org.josef.util.xml.XmlUtil
Marshals the supplied object into an XML string, using the supplied jaxbContext.
marshal(MarshalParameters) - Static method in class org.josef.util.xml.XmlUtil
Marshals an object to XML using the supplied marshalParameters.
MarshalParameters - Class in org.josef.util.xml
Parameter class to marshal an object into XML (using JAXB).
MarshalParameters.Builder - Class in org.josef.util.xml
Builder class that builds MarshalParameters objects.
Mask - Class in org.josef.util
Mask utility class.
MassConverterSi2BritishImperial - Class in org.josef.science.physics
Utility class to convert from metric masses to British Imperial masses and vice versa.
MathConstants - Class in org.josef.science.math
A collection of math related constants that could not be stored one of the primitive wrapper classes or are better stored here since they are of constant type.
MAX_FACTORIAL_ORDINAL - Static variable in class org.josef.science.math.CLong
The maximum ordinal for which the factorial can be calculated.
MAX_FIBONACCI_ORDINAL - Static variable in class org.josef.science.math.CLong
The maximum ordinal for which the Fibonacci number can be calculated.
MAX_ITERATIONS - Static variable in class org.josef.science.math.RegulaFalsi
Maximum number of iterations to perform before bailing out.
MAX_LENGTH_GIRO_ACCOUNT_NUMBER - Static variable in class org.josef.finance.FinanceConstants
Maximum length of a Dutch Giro Account Number.
MAX_LITERALS_IN_IN_CLAUSE - Static variable in class org.josef.jdbc.JdbcUtil
The maximum number of literals that may appear in an in clause.
MAXIMUM_AGE_OF_A_PERSON - Static variable in class org.josef.util.CDate
The maximum age a person could possibly reach.
MAXIMUM_ENCODED_LINE_LENGHT - Static variable in class org.josef.util.Base64
Maximum line length of a Base64 encoded line according to RFC 2045.
MAXIMUM_YEAR - Static variable in class org.josef.util.CDate
The last year for which this CDate will give valid results.
MEDIUM_NAME - Static variable in class org.josef.jpa.FieldLengths
Length of a medium name field.
MEGA_BYTE - Static variable in class org.josef.science.math.CByte
Number of bytes in a megabyte.
MENU - Static variable in class org.josef.web.html.HtmlTag
Menu tag.
MENU_E - Static variable in class org.josef.web.html.HtmlTag
Menu end tag.
MENU_S - Static variable in class org.josef.web.html.HtmlTag
Menu start tag.
MENUITEM - Static variable in class org.josef.web.html.HtmlTag
Menu item tag.
MENUITEM_E - Static variable in class org.josef.web.html.HtmlTag
Menu item end tag.
MENUITEM_S - Static variable in class org.josef.web.html.HtmlTag
Menu item start tag.
merge(T) - Method in class org.josef.ejb.AbstractCrudChildControllerBean
Merges the supplied entity.
merge(T) - Method in class org.josef.ejb.AbstractCrudControllerBean
Merges the supplied entity.
merge(T) - Method in interface org.josef.ejb.CrudActions
Merges the Entity.
merge(T) - Method in interface org.josef.ejb.CrudChildActions
Merges the Entity.
merge(T) - Static method in class org.josef.jpa.EntityDataAccess
Merges the supplied entity with the persisted state of the supplied entity.
Message - Class in org.josef.util
Abstraction of a localizable message.
Message(Message.MessageType, CResourceBundle, String, Object...) - Constructor for class org.josef.util.Message
Constructs a message of the supplied type from the supplied resourceBundle, messageKey and optional messageArguments.
Message(Message.MessageType, String) - Constructor for class org.josef.util.Message
Constructs a message of the supplied type, using the supplied (localized) message.
META - Static variable in class org.josef.web.html.HtmlTag
Meta tag.
META_E - Static variable in class org.josef.web.html.HtmlTag
Meta end tag.
META_S - Static variable in class org.josef.web.html.HtmlTag
Meta start tag.
METER - Static variable in class org.josef.web.html.HtmlTag
Meter tag.
METER_E - Static variable in class org.josef.web.html.HtmlTag
Meter end tag.
METER_S - Static variable in class org.josef.web.html.HtmlTag
Meter start tag.
methodToProperty(String) - Static method in class org.josef.util.CReflection
Converts the supplied method name to the corresponding property name.
MetricLength - Enum in org.josef.science.physics
Enumeration of metric lengths.
MetricMass - Enum in org.josef.science.physics
Enumeration of metric masses.
MILLISECONDS_IN_A_DAY - Static variable in class org.josef.science.physics.TimeConstants
Number of milliseconds per day.
MILLISECONDS_IN_A_MINUTE - Static variable in class org.josef.science.physics.TimeConstants
Number of milliseconds in a minute.
MILLISECONDS_IN_A_SECOND - Static variable in class org.josef.science.physics.TimeConstants
Number of milliseconds in a second.
MILLISECONDS_IN_AN_HOUR - Static variable in class org.josef.science.physics.TimeConstants
Number of milliseconds per hour.
MIN_LENGTH_GIRO_ACCOUNT_NUMBER - Static variable in class org.josef.finance.FinanceConstants
Minimum length of a Dutch Giro Account Number.
MINIMUM_LENGTH - Static variable in class org.josef.finance.UKBankAccountNumber
The minimum length of a bank account number.
MINIMUM_YEAR - Static variable in class org.josef.util.CDate
The first year for which this CDate will give valid results.
MINUTE_0 - Static variable in class org.josef.science.physics.TimeConstants
Minute 0.
MINUTE_1 - Static variable in class org.josef.science.physics.TimeConstants
Minute 1.
MINUTE_10 - Static variable in class org.josef.science.physics.TimeConstants
Minute 10.
MINUTE_11 - Static variable in class org.josef.science.physics.TimeConstants
Minute 11.
MINUTE_12 - Static variable in class org.josef.science.physics.TimeConstants
Minute 12.
MINUTE_13 - Static variable in class org.josef.science.physics.TimeConstants
Minute 13.
MINUTE_14 - Static variable in class org.josef.science.physics.TimeConstants
Minute 14.
MINUTE_15 - Static variable in class org.josef.science.physics.TimeConstants
Minute 15.
MINUTE_16 - Static variable in class org.josef.science.physics.TimeConstants
Minute 16.
MINUTE_17 - Static variable in class org.josef.science.physics.TimeConstants
Minute 17.
MINUTE_18 - Static variable in class org.josef.science.physics.TimeConstants
Minute 18.
MINUTE_19 - Static variable in class org.josef.science.physics.TimeConstants
Minute 19.
MINUTE_2 - Static variable in class org.josef.science.physics.TimeConstants
Minute 2.
MINUTE_20 - Static variable in class org.josef.science.physics.TimeConstants
Minute 20.
MINUTE_21 - Static variable in class org.josef.science.physics.TimeConstants
Minute 21.
MINUTE_22 - Static variable in class org.josef.science.physics.TimeConstants
Minute 22.
MINUTE_23 - Static variable in class org.josef.science.physics.TimeConstants
Minute 23.
MINUTE_24 - Static variable in class org.josef.science.physics.TimeConstants
Minute 24.
MINUTE_25 - Static variable in class org.josef.science.physics.TimeConstants
Minute 25.
MINUTE_26 - Static variable in class org.josef.science.physics.TimeConstants
Minute 26.
MINUTE_27 - Static variable in class org.josef.science.physics.TimeConstants
Minute 27.
MINUTE_28 - Static variable in class org.josef.science.physics.TimeConstants
Minute 28.
MINUTE_29 - Static variable in class org.josef.science.physics.TimeConstants
Minute 29.
MINUTE_3 - Static variable in class org.josef.science.physics.TimeConstants
Minute 3.
MINUTE_30 - Static variable in class org.josef.science.physics.TimeConstants
Minute 30.
MINUTE_31 - Static variable in class org.josef.science.physics.TimeConstants
Minute 31.
MINUTE_32 - Static variable in class org.josef.science.physics.TimeConstants
Minute 32.
MINUTE_33 - Static variable in class org.josef.science.physics.TimeConstants
Minute 33.
MINUTE_34 - Static variable in class org.josef.science.physics.TimeConstants
Minute 34.
MINUTE_35 - Static variable in class org.josef.science.physics.TimeConstants
Minute 35.
MINUTE_36 - Static variable in class org.josef.science.physics.TimeConstants
Minute 36.
MINUTE_37 - Static variable in class org.josef.science.physics.TimeConstants
Minute 37.
MINUTE_38 - Static variable in class org.josef.science.physics.TimeConstants
Minute 38.
MINUTE_39 - Static variable in class org.josef.science.physics.TimeConstants
Minute 39.
MINUTE_4 - Static variable in class org.josef.science.physics.TimeConstants
Minute 4.
MINUTE_40 - Static variable in class org.josef.science.physics.TimeConstants
Minute 40.
MINUTE_41 - Static variable in class org.josef.science.physics.TimeConstants
Minute 41.
MINUTE_42 - Static variable in class org.josef.science.physics.TimeConstants
Minute 42.
MINUTE_43 - Static variable in class org.josef.science.physics.TimeConstants
Minute 43.
MINUTE_44 - Static variable in class org.josef.science.physics.TimeConstants
Minute 44.
MINUTE_45 - Static variable in class org.josef.science.physics.TimeConstants
Minute 45.
MINUTE_46 - Static variable in class org.josef.science.physics.TimeConstants
Minute 46.
MINUTE_47 - Static variable in class org.josef.science.physics.TimeConstants
Minute 47.
MINUTE_48 - Static variable in class org.josef.science.physics.TimeConstants
Minute 48.
MINUTE_49 - Static variable in class org.josef.science.physics.TimeConstants
Minute 49.
MINUTE_5 - Static variable in class org.josef.science.physics.TimeConstants
Minute 5.
MINUTE_50 - Static variable in class org.josef.science.physics.TimeConstants
Minute 50.
MINUTE_51 - Static variable in class org.josef.science.physics.TimeConstants
Minute 51.
MINUTE_52 - Static variable in class org.josef.science.physics.TimeConstants
Minute 52.
MINUTE_53 - Static variable in class org.josef.science.physics.TimeConstants
Minute 53.
MINUTE_54 - Static variable in class org.josef.science.physics.TimeConstants
Minute 54.
MINUTE_55 - Static variable in class org.josef.science.physics.TimeConstants
Minute 55.
MINUTE_56 - Static variable in class org.josef.science.physics.TimeConstants
Minute 56.
MINUTE_57 - Static variable in class org.josef.science.physics.TimeConstants
Minute 57.
MINUTE_58 - Static variable in class org.josef.science.physics.TimeConstants
Minute 58.
MINUTE_59 - Static variable in class org.josef.science.physics.TimeConstants
Minute 59.
MINUTE_6 - Static variable in class org.josef.science.physics.TimeConstants
Minute 6.
MINUTE_60 - Static variable in class org.josef.science.physics.TimeConstants
Minute 60.
MINUTE_7 - Static variable in class org.josef.science.physics.TimeConstants
Minute 7.
MINUTE_8 - Static variable in class org.josef.science.physics.TimeConstants
Minute 8.
MINUTE_9 - Static variable in class org.josef.science.physics.TimeConstants
Minute 9.
MINUTES_IN_AN_HOUR - Static variable in class org.josef.science.physics.TimeConstants
Number of minutes in an hour.
modulo97ToNumeric(String) - Static method in class org.josef.science.math.ModuloCheck
Converts letters and numbers to numbers only.
MODULO_97 - Static variable in class org.josef.science.math.ModuloCheck
Modulo 97.
ModuloCheck - Class in org.josef.science.math
Utility class to perform checks based upon some kind of modulo algorithm.
MOLECULAR_FORMULA_PATTERN - Static variable in class org.josef.science.physics.Molecule
A pattern to match molecular formulas.
Molecule - Class in org.josef.science.physics
Utility class for molecules.
Month - Enum in org.josef.util
Enumeration of all the months in a year.
MONTHS_IN_A_YEAR - Static variable in enum org.josef.util.Month
The number of months in a year.
MSG_BBAN_FORMAT_IS_INCORRECT - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: The BBAN's format is incorrect.
MSG_BBAN_IS_MANDATORY - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: The BBAN is mandatory.
MSG_BBAN_IS_TOO_LONG - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: The length of the BBAN is too long.
MSG_BIC_BANK_CODE_IS_NOT_ALPHABETIC - Static variable in class org.josef.finance.BankIdentifierCode
Key to lookup: BIC contains non alphabetic bank code.
MSG_BIC_COUNTRY_DOES_NOT_EXIST - Static variable in class org.josef.finance.BankIdentifierCode
Key to lookup: BIC has incorrect country.
MSG_BIC_HAS_INCORRECT_LENGTH - Static variable in class org.josef.finance.BankIdentifierCode
Key to lookup: BIC has incorrect length.
MSG_BIC_HAS_LOWER_CASE - Static variable in class org.josef.finance.BankIdentifierCode
Key to lookup: BIC contains lower case letters.
MSG_BIC_IS_NOT_ALPHA_NUMERIC - Static variable in class org.josef.finance.BankIdentifierCode
Key to lookup: BIC contains non alpha numeric characters.
MSG_BIC_IS_NULL_OR_EMPTY - Static variable in class org.josef.finance.BankIdentifierCode
Key to lookup: BIC is null or empty.
MSG_BIC_IS_TEST_BIC - Static variable in class org.josef.finance.BankIdentifierCode
Key to lookup: BIC is a test BIC.
MSG_BIC_IS_UNCONNECTED_BIC - Static variable in class org.josef.finance.BankIdentifierCode
Key to lookup: BIC is an unconnected BIC.
MSG_COUNTRY_DOES_NOT_EXIST - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: The country does not exist.
MSG_COUNTRY_FORMAT_IS_INCORRECT - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: The country's format (2 capital letters) is incorrect.
MSG_COUNTRY_IS_MANDATORY - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: The country is mandatory.
MSG_COUNTRY_LENGTH_IS_INCORRECT - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: The country's length is incorrect.
MSG_DATE_INVALID - Static variable in class org.josef.util.Formatter
Key to lookup: Invalid date.
MSG_DATE_INVALID_WITH_PATTERN - Static variable in class org.josef.util.Formatter
Key to lookup: Invalid date.
MSG_DATE_INVALID_YEAR - Static variable in class org.josef.util.Formatter
Key to lookup: Invalid year.
MSG_DATE_TIME_INVALID - Static variable in class org.josef.util.Formatter
Key to lookup: Invalid date/time.
MSG_DATE_TIME_INVALID_WITH_PATTERN - Static variable in class org.josef.util.Formatter
Key to lookup: Invalid date/time.
MSG_DECIMAL_INVALID - Static variable in class org.josef.util.Formatter
Key to lookup: Invalid decimal number.
MSG_DECIMAL_INVALID_GROUPING - Static variable in class org.josef.util.Formatter
Key to lookup: Invalid decimal number due to invalid grouping.
MSG_IBAN_CHECK_DIGITS_ARE_ILLEGAL - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: IBAN has illegal check digits.
MSG_IBAN_CHECK_DIGITS_ARE_NOT_NUMERIC - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: IBAN has non-numeric check digits.
MSG_IBAN_COUNTRY_DOES_NOT_EXIST - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: IBAN has incorrect country.
MSG_IBAN_HAS_LOWER_CASE - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: IBAN contains lower case letters.
MSG_IBAN_IS_NOT_ALPHA_NUMERIC - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: IBAN contains non alpha numeric characters.
MSG_IBAN_IS_NULL_OR_EMPTY - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: IBAN is null or empty.
MSG_IBAN_IS_TOO_LONG - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: IBAN is too long.
MSG_IBAN_IS_TOO_SHORT - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: IBAN is too short.
MSG_IBAN_NOT_MODULO_97 - Static variable in class org.josef.finance.InternationalBankAccountNumber
Key to lookup: IBAN does not pass modulo 97 check.
MSG_INTEGER_INVALID - Static variable in class org.josef.util.Formatter
Key to lookup: Invalid integer number.
MSG_INTEGER_OUT_OF_RANGE - Static variable in class org.josef.util.Formatter
Key to lookup: Integer out of range.
MSG_LONG_INVALID - Static variable in class org.josef.util.Formatter
Key to lookup: Invalid long number.
MSG_LONG_OUT_OF_RANGE - Static variable in class org.josef.util.Formatter
Key to lookup: Long number out of range.
MSG_NO_SINGLE_ROW_RESULT_SET_EXCEPTION - Static variable in class org.josef.jdbc.JdbcMessages
Key to lookup: Result set does not contain exactly one row.
MSG_TIME_INVALID - Static variable in class org.josef.util.Formatter
Key to lookup: Invalid time.
MSG_TIME_INVALID_WITH_PATTERN - Static variable in class org.josef.util.Formatter
Key to lookup: Invalid time.
MultiFieldComparator<T> - Class in org.josef.util
Comparator Class that allows for the comparison of multiple fields.
MultiFieldComparator(CompareField...) - Constructor for class org.josef.util.MultiFieldComparator
Constructs this MultiFieldComparator from the supplied compareFields.
MultiFieldComparator(Method...) - Constructor for class org.josef.util.MultiFieldComparator
Creates this MultiFieldComparator from the supplied methods by converting them to CompareField objects.
multiply(byte) - Method in class org.josef.science.math.CByte
Multiplies this value by the supplied value.
multiply(byte, byte) - Static method in class org.josef.science.math.CByte
Multiplies x by y.
multiply(double) - Method in class org.josef.science.math.CDouble
Multiplies this value by the supplied value.
multiply(double, double) - Static method in class org.josef.science.math.CDouble
Multiplies x by y.
multiply(float) - Method in class org.josef.science.math.CFloat
Multiplies this value by the supplied value.
multiply(float, float) - Static method in class org.josef.science.math.CFloat
Multiplies x by y.
multiply(int) - Method in class org.josef.science.math.CInteger
Multiplies this value by the supplied value.
multiply(int, int) - Static method in class org.josef.science.math.CInteger
Multiplies x by y.
multiply(long) - Method in class org.josef.science.math.CLong
Multiplies this value by the supplied value.
multiply(long, long) - Static method in class org.josef.science.math.CLong
Multiplies x by y.
multiply(Complex) - Method in class org.josef.science.math.Complex
Multiplies this Complex number by the supplied Complex number.
multiply(Complex, Complex) - Static method in class org.josef.science.math.Complex
Computes left * right.
multiply(CRational) - Method in class org.josef.science.math.CRational
Multiplies this rational number by the supplied rational number.
multiply(CRational, CRational) - Static method in class org.josef.science.math.CRational
Multiplies the left rational number by the right rational number.
multiply(short) - Method in class org.josef.science.math.CShort
Multiplies this value by the supplied value.
multiply(short, short) - Static method in class org.josef.science.math.CShort
Multiplies x by y.

N

Nationality - Enum in org.josef.util
Enumeration of Nationalities.
NationalityType - Enum in org.josef.hist
Enumeration of all nationalities.
NAV - Static variable in class org.josef.web.html.HtmlTag
Nav tag.
NAV_E - Static variable in class org.josef.web.html.HtmlTag
Nav end tag.
NAV_S - Static variable in class org.josef.web.html.HtmlTag
Nav start tag.
negate() - Method in class org.josef.science.math.Complex
Negates this Complex number.
next() - Method in class org.josef.science.math.CBigInteger.FibonacciIterator
Gets the next fibonacci number in sequence.
next() - Method in class org.josef.science.math.CLong.FibonacciIterator
Gets the next fibonacci number in sequence.
next() - Method in class org.josef.util.RandomElementIterator
Gets the next element.
next() - Method in class org.josef.util.RandomRoundRobinElementIterator
Gets the next element.
next() - Method in class org.josef.util.RoundRobinElementIterator
Gets the next element.
NO_LINE_BREAKS_LENGTH - Static variable in class org.josef.util.Base64
Constant line length to be used when Base64 encoded output should not contain line breaks.
NoEscapeHandler - Class in org.josef.util.xml
A character escape handler that does not escape at all.
NoEscapeHandler() - Constructor for class org.josef.util.xml.NoEscapeHandler
 
NOSCRIPT - Static variable in class org.josef.web.html.HtmlTag
No script tag.
NOSCRIPT_E - Static variable in class org.josef.web.html.HtmlTag
No script end tag.
NOSCRIPT_S - Static variable in class org.josef.web.html.HtmlTag
No script start tag.
NoSingleRowResultSetException - Exception in org.josef.jdbc
Exception to indicate that a SQL Select statement resulted in another number of rows than one!
NoSingleRowResultSetException() - Constructor for exception org.josef.jdbc.NoSingleRowResultSetException
Constructs an exception using a standard localized message.
NoSingleRowResultSetException(String) - Constructor for exception org.josef.jdbc.NoSingleRowResultSetException
Constructs an exception using the supplied (non-localized) message.
NOT_A_NUMBER - Static variable in class org.josef.science.math.Complex
Complex number representing NaN (Not a Number).
NOT_NUMERIC_MSG - Static variable in class org.josef.finance.UKBankAccountNumber
Bank account number is not numeric message.
NotComparable - Annotation Type in org.josef.annotations
Marker annotation type to indicate a field that can not be compared upon.
nullable(boolean) - Method in class org.josef.jpa.CColumn.Builder
Sets the CColumn to be nullable or not.

O

OBJECT - Static variable in class org.josef.web.html.HtmlTag
Object tag.
OBJECT_E - Static variable in class org.josef.web.html.HtmlTag
Object end tag.
OBJECT_S - Static variable in class org.josef.web.html.HtmlTag
Object start tag.
ObjectIdDispenser - Class in org.josef.jpa
Dispenses unique object identifiers which can be used as primary keys.
This class is based upon an article by Scott Ambler Called: Enterprise-Ready Object IDs.
objectToCsvRow(Object, List<Method>, Formatter, Character) - Static method in class org.josef.util.csv.CsvUtil
Converts the supplied object to a single row of csv data.
objectToString(Object) - Static method in class org.josef.util.ObjectToStringUtil
Creates a String representation of the supplied object where the different fields of the supplied object are ordered from super-class to sub-class and within a class, they are ordered by name.
ObjectToStringUtil - Class in org.josef.util
Utility class that creates a generic String representation of an Object.
ObjectUtil - Class in org.josef.util
Generic utility class directly related to Object.
ODD_PRIME_HASH_CODE - Static variable in class org.josef.util.HashUtil
Value to multiply each individual hash code by, as suggested by Joshua Bloch, Effective Java second edition.
OID - Static variable in class org.josef.jpa.FieldLengths
Length of an OID field.
OL - Static variable in class org.josef.web.html.HtmlTag
Ordered List tag.
OL_E - Static variable in class org.josef.web.html.HtmlTag
Ordered List end tag.
OL_S - Static variable in class org.josef.web.html.HtmlTag
Ordered List start tag.
ONE - Static variable in class org.josef.science.math.Complex
Complex number with a value of one.
ONE_FOURTH - Static variable in class org.josef.science.math.CDouble
1/4.
ONE_THIRD - Static variable in class org.josef.science.math.CDouble
1/3.
OPTGROUP - Static variable in class org.josef.web.html.HtmlTag
Opt group tag.
OPTGROUP_E - Static variable in class org.josef.web.html.HtmlTag
Opt group end tag.
OPTGROUP_S - Static variable in class org.josef.web.html.HtmlTag
Opt group start tag.
Option - Annotation Type in org.josef.util.args
Indicates that the method with this annotation, corresponds to a single command line option.
option(String, String) - Method in interface org.josef.util.ArgumentsHandler
Called when a flag or an option with an argument has been encountered.
OPTION - Static variable in class org.josef.web.html.HtmlTag
Option tag.
OPTION_E - Static variable in class org.josef.web.html.HtmlTag
Option end tag.
OPTION_S - Static variable in class org.josef.web.html.HtmlTag
Option start tag.
or() - Method in class org.josef.jpa.WhereClauseRpn
Performs an OR operation.
OracleDatabase - Class in org.josef.jdbc
Abstraction of an Oracle database.
Order - Enum in org.josef.util
Determines how things are ordered.
OrderByClause - Class in org.josef.jdbc
Abstraction of a SQL order by clause.
OrderByClause(OrderByColumn...) - Constructor for class org.josef.jdbc.OrderByClause
Constructs this OrderByClause from the supplied allowedOrderByColumns.
OrderByColumn - Class in org.josef.jdbc
Abstraction of a column used in an order by clause.
OrderByColumn(OrderByColumn) - Constructor for class org.josef.jdbc.OrderByColumn
Copy constructor.
OrderByColumn(String) - Constructor for class org.josef.jdbc.OrderByColumn
Constructs this OrderByColumn from the supplied columnName.
OrderByColumn(String, Order) - Constructor for class org.josef.jdbc.OrderByColumn
Constructs this OrderByColumn from the supplied columnName and order.
OrderByColumn(String, Order, Class<T>) - Constructor for class org.josef.jdbc.OrderByColumn
Constructs this OrderByColumn that will be ordered using a decode function.
org.josef - package org.josef
The Josef package.
org.josef.annotations - package org.josef.annotations
Annotations.
org.josef.demo.jdbc - package org.josef.demo.jdbc
Demo of Data Management Components (DMC).
org.josef.ejb - package org.josef.ejb
Enterprise Java Bean Components.
org.josef.finance - package org.josef.finance
Finance related Packages and Classes.
org.josef.hist - package org.josef.hist
Package containing classes/enums that are kept for historical reasons and backwards compatibility.
org.josef.jdbc - package org.josef.jdbc
jdbc related classes.
org.josef.jpa - package org.josef.jpa
JPA (Java Persistence API) related classes.
org.josef.jpa.audit - package org.josef.jpa.audit
JPA Audit Trail classes.
org.josef.science - package org.josef.science
Science related classes.
org.josef.science.biology - package org.josef.science.biology
Biology related classes.
org.josef.science.math - package org.josef.science.math
Mathematical related classes.
org.josef.science.math.geometry - package org.josef.science.math.geometry
Contains classes related to (Euclidian) geometry.
org.josef.science.physics - package org.josef.science.physics
Physics related Classes.
org.josef.science.physics.astronomy - package org.josef.science.physics.astronomy
Astronomy related Classes.
org.josef.science.physics.particle - package org.josef.science.physics.particle
Physics of elementary and non-elementary particles.
org.josef.util - package org.josef.util
Utility Classes.
org.josef.util.appserver - package org.josef.util.appserver
Utility Classes for Application Servers.
org.josef.util.args - package org.josef.util.args
Utility Classes to handle command line arguments.
org.josef.util.convert - package org.josef.util.convert
Utility Classes to convert a value of one type to another type.
org.josef.util.csv - package org.josef.util.csv
Utility Classes to handle csv (comma separated values) data.
org.josef.util.rpn - package org.josef.util.rpn
Simple RPN (Reverse Polish Notation) calculator.
org.josef.util.security - package org.josef.util.security
Security related utility classes.
org.josef.util.xml - package org.josef.util.xml
Utility Classes to support xml (conversion).
org.josef.web - package org.josef.web
Web Components.
org.josef.web.html - package org.josef.web.html
HTML Components.
org.josef.web.servlet - package org.josef.web.servlet
Basic servlet support.
OUNCES_IN_POUND - Static variable in enum org.josef.science.physics.BritishImperialMass
Number of ounces in a pound.
OUNCES_IN_POUND - Static variable in enum org.josef.science.physics.MetricMass
Number of ounces in a pound.
OUTPUT - Static variable in class org.josef.web.html.HtmlTag
Output tag.
OUTPUT_E - Static variable in class org.josef.web.html.HtmlTag
Output end tag.
OUTPUT_S - Static variable in class org.josef.web.html.HtmlTag
Output start tag.

P

P - Static variable in class org.josef.web.html.HtmlTag
Paragraph tag.
P_E - Static variable in class org.josef.web.html.HtmlTag
Paragraph end tag.
P_S - Static variable in class org.josef.web.html.HtmlTag
Paragraph start tag.
P_SE - Static variable in class org.josef.web.html.HtmlTag
Paragraph start/end tag.
ParagraphComparator - Enum in org.josef.util
Compares two paragraph numbers.
PARAM - Static variable in class org.josef.web.html.HtmlTag
Param tag.
PARAM_E - Static variable in class org.josef.web.html.HtmlTag
Param end tag.
PARAM_NAME_CONNECTION - Static variable in class org.josef.jdbc.Database
Parameter name: connection.
PARAM_NAME_DATA_SOURCE - Static variable in class org.josef.jdbc.Database
Parameter name: dataSource.
PARAM_NAME_NAME - Static variable in class org.josef.jdbc.Database
Parameter name: name.
PARAM_NAME_OWNER - Static variable in class org.josef.jdbc.Database
Parameter name: owner.
PARAM_NAME_RESULT_SET_ROW_CALL_BACK - Static variable in class org.josef.jdbc.Database
Parameter name: resultSetRowCallBack.
PARAM_NAME_SQL_STATEMENT - Static variable in class org.josef.jdbc.Database
Parameter name: sqlStatement.
PARAM_NAME_TABLE_NAME - Static variable in class org.josef.jdbc.Database
Parameter name: tableName.
PARAM_S - Static variable in class org.josef.web.html.HtmlTag
Param start tag.
ParameterName - Class in org.josef.util
Parameter name constants.
parseArguments(String[]) - Method in class org.josef.util.CArguments
Parses the actual arguments that have been supplied to a program.
parseBoolean(String) - Static method in class org.josef.science.math.CBoolean
Parses the supplied String value as a boolean.
parseDate(String) - Method in class org.josef.util.Formatter
Parses a date.
parseDate(String, String) - Method in class org.josef.util.Formatter
Parses a date using the supplied pattern.
parseDateTime(String) - Method in class org.josef.util.Formatter
Parses a date/time.
parseDateTime(String, String) - Method in class org.josef.util.Formatter
Parses a date/time using the supplied pattern.
parseDecimal(String) - Method in class org.josef.util.Formatter
Parses a decimal number that may not contain an exponent.
parseDecimal(String, String) - Method in class org.josef.util.Formatter
Parses a decimal number using the supplied pattern.
parseDecimalAcceptingAnExponent(String) - Method in class org.josef.util.Formatter
Parses a decimal number that may include an exponent.
parseInteger(String) - Method in class org.josef.util.Formatter
Parses an integer number.
parseLong(String) - Method in class org.josef.util.Formatter
Parses a long number.
parseTime(String) - Method in class org.josef.util.Formatter
Parses a time.
Payment - Enum in org.josef.finance
Enumeration of payments.
PaymentMoment - Enum in org.josef.finance
The moment a payment takes place.
persist(T, Long) - Method in class org.josef.ejb.AbstractCrudChildControllerBean
Persists the supplied entity.
persist(T) - Method in class org.josef.ejb.AbstractCrudControllerBean
Persists the supplied entity.
persist(T) - Method in interface org.josef.ejb.CrudActions
Persists the Entity.
persist(T, Long) - Method in interface org.josef.ejb.CrudChildActions
Persists the Entity.
persist(T) - Static method in class org.josef.jpa.EntityDataAccess
Persists the supplied entity that previously should not have been persisted.
Persistable - Interface in org.josef.jpa
This interface should be implemented by persistable classes.
PersistAction - Enum in org.josef.jpa
Enumeration of actions that can be performed on persistable entities.
Phase - Enum in org.josef.science.physics
Enumeration of the different phases and their possible transitions.
Phase.Transition - Enum in org.josef.science.physics
Transition from one Phase to another.
Planet - Enum in org.josef.science.physics.astronomy
Enumeration of all the planets in the Solar System.
postcondition(boolean) - Static method in class org.josef.util.CDebug
Checks that the supplied boolean postcondition is true.
postcondition(boolean, String) - Static method in class org.josef.util.CDebug
Checks that the supplied boolean postcondition is true.
POUNDS_IN_KILO - Static variable in enum org.josef.science.physics.MetricMass
Number of pounds in a kilogram.
POUNDS_IN_STONE - Static variable in enum org.josef.science.physics.BritishImperialMass
Number of pounds in a stone.
PRE - Static variable in class org.josef.web.html.HtmlTag
Pre tag.
PRE_E - Static variable in class org.josef.web.html.HtmlTag
Pre end tag.
PRE_S - Static variable in class org.josef.web.html.HtmlTag
Pre start tag.
precondition(boolean) - Static method in class org.josef.util.CDebug
Checks that the supplied boolean precondition is true.
precondition(boolean, String) - Static method in class org.josef.util.CDebug
Checks that the supplied boolean precondition is true.
prePersist(T, Long) - Method in class org.josef.ejb.AbstractCrudChildControllerBean
Fetches the Entity with the supplied parentId and sets it on the supplied childEntity.
prePersistAuditTrail(Auditable) - Method in class org.josef.jpa.audit.AuditTrailListener
Adds audit trail data for a persist action.
preRemoveAuditTrail(Auditable) - Method in class org.josef.jpa.audit.AuditTrailListener
Updates the audit trail data for a delete action.
presentValue(double, double, int) - Static method in class org.josef.finance.Finance
Computes the present value of a future capital (future value) for which compound interest will be received annually.
presentValue(double, double, int, double) - Static method in class org.josef.finance.Finance
Computes the present value of a future capital (future value) for which compound interest will be received interestPaymentsPerPeriod times per period for the duration of the supplied periods.
preUpdateAuditTrail(Auditable) - Method in class org.josef.jpa.audit.AuditTrailListener
Updates the audit trail data for an update action.
PrimeFactor - Class in org.josef.science.math
A prime factor.
primitiveClassToDefaultValue - Static variable in class org.josef.util.CReflection
Mapping of primitive class types to a default value.
process(Object, String[]) - Static method in class org.josef.util.args.CommandLineProcessor
Processes the supplied commandLineArguments and stores the processed information in the supplied commandLineObject.
ProgramArguments - Annotation Type in org.josef.util.args
Indicates that the method with this annotation corresponds to the program arguments.
programArguments(String[]) - Method in interface org.josef.util.ArgumentsHandler
Called when all program arguments, that is all arguments that do not belong to a particular option, have been collected.
PROGRESS - Static variable in class org.josef.web.html.HtmlTag
Progress tag.
PROGRESS_E - Static variable in class org.josef.web.html.HtmlTag
Progress end tag.
PROGRESS_S - Static variable in class org.josef.web.html.HtmlTag
Progress start tag.
property(String, Object) - Method in class org.josef.util.xml.MarshalParameters.Builder
Adds a marshalling property.
property(String, Object) - Method in class org.josef.util.xml.UnmarshalParameters.Builder
Adds an unmarshalling property.
propertyToGetMethod(String) - Static method in class org.josef.util.CReflection
Gets the name of the method that would get the supplied property.
propertyToGetMethod(Object, String) - Static method in class org.josef.util.CReflection
Gets the method that would get the supplied property.
propertyToSetMethod(String) - Static method in class org.josef.util.CReflection
Creates the name of the set...() method from the supplied property name.
push(String) - Method in class org.josef.jpa.WhereClauseRpn
Pushes the supplied expression on the stack.
pushBetween(String, Object, Object) - Method in class org.josef.jpa.WhereClauseRpn
Pushes a BETWEEN expression, created from the supplied column and minimum and maximum values, on the stack.
pushEndsWith(String, String) - Method in class org.josef.jpa.WhereClauseRpn
Pushes a LIKE expression (where the percent sign is at the beginning of the expression), created from the supplied column and value on the stack.
pushIsNotNull(String) - Method in class org.josef.jpa.WhereClauseRpn
Pushes an IS NOT NULL expression, created from the supplied column, on the stack.
pushIsNull(String) - Method in class org.josef.jpa.WhereClauseRpn
Pushes an IS NULL expression, created from the supplied column, on the stack.
pushRelationalExpression(String, RelationalOperator, Object) - Method in class org.josef.jpa.WhereClauseRpn
Pushes a relational expression, constructed from the supplied column, operator and value on the stack.
pushStartsWith(String, String) - Method in class org.josef.jpa.WhereClauseRpn
Pushes a LIKE expression (where the percent sign is at the end of the expression), created from the supplied column and value on the stack.
put(String, Object) - Method in class org.josef.jpa.QueryParameterMap
Puts the supplied name/value pair into this QueryParameterMap.
putCookie(HttpServletResponse, Cookie) - Static method in class org.josef.web.servlet.ServletUtil
Puts a cookie in the current response.

Q

Q - Static variable in class org.josef.web.html.HtmlTag
Quotation tag.
Q_E - Static variable in class org.josef.web.html.HtmlTag
Quotation end tag.
Q_S - Static variable in class org.josef.web.html.HtmlTag
Quotation start tag.
QuadraticEquation - Class in org.josef.science.math
Represents a Quadratic Equation that is solved by using the Quadratic Formula.
QuadraticEquation(double, double, double) - Constructor for class org.josef.science.math.QuadraticEquation
Creates this QuadraticEquation from the supplied a, b and c.
Quark - Enum in org.josef.science.physics.particle
Enumeration of all the Quarks.
QueryParameterMap - Class in org.josef.jpa
Abstraction of a map of query parameters where a query parameter is defined by its name (String) and a value (Object).
QueryString - Class in org.josef.web
Abstraction of a query string.
QueryString() - Constructor for class org.josef.web.QueryString
Private constructor prevents creation of an instance outside this class.
QueryStringUtil - Class in org.josef.web
Query String Utility class.
quoteCsv(String, Character) - Static method in class org.josef.util.csv.CsvUtil
Quotes a csv (comma separated value) field.
quoteHtml(String) - Static method in class org.josef.web.html.HtmlUtil
Changes "&", "<", ">", """ and "'" in the input string.
quoteSqlValue(Object) - Static method in class org.josef.jdbc.SqlStatementUtil
Quotes a SQL value.

R

RADIX_10 - Static variable in class org.josef.science.math.MathConstants
Radix 10.
RADIX_16 - Static variable in class org.josef.science.math.MathConstants
Radix 16 (hexadecimal).
RADIX_2 - Static variable in class org.josef.science.math.MathConstants
Radix 2 (binary).
random0(int) - Static method in class org.josef.science.math.CInteger
Computes a zero based random integer up to but not including the supplied maximum.
random1(int) - Static method in class org.josef.science.math.CInteger
Computes a one based random integer up to and including the supplied maximum.
RandomElementIterator<E> - Class in org.josef.util
An Iterator that returns elements in random order.
RandomElementIterator(List<E>) - Constructor for class org.josef.util.RandomElementIterator
Creates this RandomElementIterator using the supplied elements.
RandomRoundRobinElementIterator<E> - Class in org.josef.util
An Iterator that returns elements in random order.
RandomRoundRobinElementIterator(List<E>) - Constructor for class org.josef.util.RandomRoundRobinElementIterator
Creates this RandomRoundRobinElementIterator using the supplied elements.
readEncodedText(File, Charset) - Static method in class org.josef.util.CFile
Reads the supplied file with the supplied characterSet from start to finish.
readText(File) - Static method in class org.josef.util.CFile
Reads the text from the supplied file from start to finish.
readXmlFileAsDocument(String) - Static method in class org.josef.util.xml.XmlReader
Reads the xml file with the supplied fileName.
readXmlInputStreamAsDocument(InputStream) - Static method in class org.josef.util.xml.XmlReader
Reads xml from the supplied inputStream.
REDIRECTION_HIGH - Static variable in class org.josef.web.HttpStatus
Highest (theoretical) redirection status code.
REDIRECTION_LOW - Static variable in class org.josef.web.HttpStatus
Lowest redirection status code.
refresh(Object) - Static method in class org.josef.jpa.EntityDataAccess
Refreshes the state of the supplied entity from the database.
RegulaFalsi - Class in org.josef.science.math
Finds the roots of a function within a defined interval, using the Regula Falsi (False Position) method.
RegulaFalsi(int) - Constructor for class org.josef.science.math.RegulaFalsi
Creates this RegulaFalsi root finder using the supplied number of iterations.
RegulaFalsi(double) - Constructor for class org.josef.science.math.RegulaFalsi
Creates this RegulaFalsi root finder using the supplied accuracy.
RelationalOperator - Enum in org.josef.jpa
Enumeration of relational operators.
remove(T) - Method in class org.josef.ejb.AbstractCrudChildControllerBean
Removes the Entity with the supplied id.
remove(T) - Method in class org.josef.ejb.AbstractCrudControllerBean
Removes the Entity with the supplied id.
remove(T) - Method in interface org.josef.ejb.CrudActions
Removes the Entity.
remove(T) - Method in interface org.josef.ejb.CrudChildActions
Removes the Entity.
remove(Class<T>, Object) - Static method in class org.josef.jpa.EntityDataAccess
Removes a previously persisted entity.
remove() - Method in class org.josef.science.math.CBigInteger.FibonacciIterator
Removing a fibonacci number is unsupported.
remove() - Method in class org.josef.science.math.CLong.FibonacciIterator
Removing a fibonacci number is unsupported.
remove() - Method in class org.josef.util.RandomElementIterator
Throws an UnsupportedOperationException.
remove() - Method in class org.josef.util.RandomRoundRobinElementIterator
Throws an UnsupportedOperationException.
remove() - Method in class org.josef.util.RoundRobinElementIterator
Throws an UnsupportedOperationException.
removeEndOfLineCharacters(String) - Static method in class org.josef.util.CString
Removes all the end of line characters from the supplied input String.
removeGroup(String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Removes an existing group.
removeGroupFromGroup(String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Removes a group from a group.
removePrefixCharacters(String, char) - Static method in class org.josef.util.CString
Removes all the supplied prefix characters from the supplied input.
removeSeparatorsFromDatePattern(String) - Static method in class org.josef.util.Formatter
Removes all the separators from the supplied datePattern.
removeUser(String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Removes an existing user.
removeUserFromGroup(String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Adds a user to a group.
repeat(String, int) - Static method in class org.josef.util.CString
Creates a String that consists of a repetition, determined by the supplied repeat count, of the supplied input String.
replace(String, String, String) - Static method in class org.josef.util.CString
Replaces all occurrences of oldString with newString in the supplied input String.
replaceSeparatorExpressionsWithSeparators(String, String) - Static method in class org.josef.util.FormatWithSeparators
Replaces all separator expressions in the supplied formatString with the actual separator characters that occur within the separator expression, provided that there is text, both left and right of the separator expression.
reset() - Method in class org.josef.jpa.AbstractSearchCriteria
Resets the search criteria to their default values.
reset() - Method in interface org.josef.jpa.Searchable
Resets the search criteria to their default values.
ResultSetRowCallBackInterface<T> - Interface in org.josef.jdbc
A call back interface that allows you to fetch columns from a kind of result set.
ResultSetRowInterface - Interface in org.josef.jdbc
Result Set Row Interface.
Review - Annotation Type in org.josef.annotations
Annotation type to indicate a review.
Reviews - Annotation Type in org.josef.annotations
Annotation type to indicate a list of reviews.
rollback() - Static method in class org.josef.jpa.EntityManagerHelper
Rolls back the transaction, provided a transaction is active.
RomanNumbers - Class in org.josef.science.math
Utility class for the conversion of Roman numbers to Arabic numbers and vice versa.
RootFinderContext - Class in org.josef.science.math
Context to find a root of a function using different strategies.
RootFinderContext(RootFinderStrategy) - Constructor for class org.josef.science.math.RootFinderContext
Constructs this RootFinder from the supplied strategy.
RootFinderStrategy - Interface in org.josef.science.math
Strategy interface for concrete strategy classes that can find the root of a function.
round(int) - Method in class org.josef.science.math.CDouble
Rounds this value to the supplied number of decimals.
round(double, int) - Static method in class org.josef.science.math.CDouble
Rounds the supplied value to the supplied number of decimals.
round(long, int) - Static method in class org.josef.science.math.CLong
Rounds the supplied value to the supplied position.
RoundRobinElementIterator<E> - Class in org.josef.util
An Iterator that returns elements in round robin fashion.
RoundRobinElementIterator(List<E>) - Constructor for class org.josef.util.RoundRobinElementIterator
Creates this RoundRobinElementIterator using the supplied elements.
roundUp(double, int) - Static method in class org.josef.science.math.CDouble
Rounds the supplied value up, to the supplied number of decimals.
roundUp(long, int) - Static method in class org.josef.science.math.CLong
Rounds the supplied value up to the supplied position.
RP - Static variable in class org.josef.web.html.HtmlTag
RP tag.
RP_E - Static variable in class org.josef.web.html.HtmlTag
RP end tag.
RP_S - Static variable in class org.josef.web.html.HtmlTag
RP start tag.
RpnCalc - Class in org.josef.util.rpn
Basic RPN (Reverse Polish Notation) calculator.
RpnCalc() - Constructor for class org.josef.util.rpn.RpnCalc
Creates a new RPN calculator with an empty stack.
RT - Static variable in class org.josef.web.html.HtmlTag
RT tag.
RT_E - Static variable in class org.josef.web.html.HtmlTag
RT end tag.
RT_S - Static variable in class org.josef.web.html.HtmlTag
RT start tag.
RUBY - Static variable in class org.josef.web.html.HtmlTag
Ruby tag.
RUBY_E - Static variable in class org.josef.web.html.HtmlTag
Ruby end tag.
RUBY_S - Static variable in class org.josef.web.html.HtmlTag
Ruby start tag.

S

S - Static variable in class org.josef.web.html.HtmlTag
Strike tag.
S_E - Static variable in class org.josef.web.html.HtmlTag
Strike end tag.
S_S - Static variable in class org.josef.web.html.HtmlTag
Strike start tag.
SAMPLE - Static variable in class org.josef.web.html.HtmlTag
Sample tag.
SAMPLE_E - Static variable in class org.josef.web.html.HtmlTag
Sample end tag.
SAMPLE_S - Static variable in class org.josef.web.html.HtmlTag
Sample start tag.
SCRIPT - Static variable in class org.josef.web.html.HtmlTag
Script tag.
SCRIPT_E - Static variable in class org.josef.web.html.HtmlTag
Script end tag.
SCRIPT_S - Static variable in class org.josef.web.html.HtmlTag
Script start tag.
Searchable - Interface in org.josef.jpa
Interface to be implemented by classes that support searching JPA Entities using criteria.
SECOND_0 - Static variable in class org.josef.science.physics.TimeConstants
Second 0.
SECOND_1 - Static variable in class org.josef.science.physics.TimeConstants
Second 1.
SECOND_10 - Static variable in class org.josef.science.physics.TimeConstants
Second 10.
SECOND_11 - Static variable in class org.josef.science.physics.TimeConstants
Second 11.
SECOND_12 - Static variable in class org.josef.science.physics.TimeConstants
Second 12.
SECOND_13 - Static variable in class org.josef.science.physics.TimeConstants
Second 13.
SECOND_14 - Static variable in class org.josef.science.physics.TimeConstants
Second 14.
SECOND_15 - Static variable in class org.josef.science.physics.TimeConstants
Second 15.
SECOND_16 - Static variable in class org.josef.science.physics.TimeConstants
Second 16.
SECOND_17 - Static variable in class org.josef.science.physics.TimeConstants
Second 17.
SECOND_18 - Static variable in class org.josef.science.physics.TimeConstants
Second 18.
SECOND_19 - Static variable in class org.josef.science.physics.TimeConstants
Second 19.
SECOND_2 - Static variable in class org.josef.science.physics.TimeConstants
Second 2.
SECOND_20 - Static variable in class org.josef.science.physics.TimeConstants
Second 20.
SECOND_21 - Static variable in class org.josef.science.physics.TimeConstants
Second 21.
SECOND_22 - Static variable in class org.josef.science.physics.TimeConstants
Second 22.
SECOND_23 - Static variable in class org.josef.science.physics.TimeConstants
Second 23.
SECOND_24 - Static variable in class org.josef.science.physics.TimeConstants
Second 24.
SECOND_25 - Static variable in class org.josef.science.physics.TimeConstants
Second 25.
SECOND_26 - Static variable in class org.josef.science.physics.TimeConstants
Second 26.
SECOND_27 - Static variable in class org.josef.science.physics.TimeConstants
Second 27.
SECOND_28 - Static variable in class org.josef.science.physics.TimeConstants
Second 28.
SECOND_29 - Static variable in class org.josef.science.physics.TimeConstants
Second 29.
SECOND_3 - Static variable in class org.josef.science.physics.TimeConstants
Second 3.
SECOND_30 - Static variable in class org.josef.science.physics.TimeConstants
Second 30.
SECOND_31 - Static variable in class org.josef.science.physics.TimeConstants
Second 31.
SECOND_32 - Static variable in class org.josef.science.physics.TimeConstants
Second 32.
SECOND_33 - Static variable in class org.josef.science.physics.TimeConstants
Second 33.
SECOND_34 - Static variable in class org.josef.science.physics.TimeConstants
Second 34.
SECOND_35 - Static variable in class org.josef.science.physics.TimeConstants
Second 35.
SECOND_36 - Static variable in class org.josef.science.physics.TimeConstants
Second 36.
SECOND_37 - Static variable in class org.josef.science.physics.TimeConstants
Second 37.
SECOND_38 - Static variable in class org.josef.science.physics.TimeConstants
Second 38.
SECOND_39 - Static variable in class org.josef.science.physics.TimeConstants
Second 39.
SECOND_4 - Static variable in class org.josef.science.physics.TimeConstants
Second 4.
SECOND_40 - Static variable in class org.josef.science.physics.TimeConstants
Second 40.
SECOND_41 - Static variable in class org.josef.science.physics.TimeConstants
Second 41.
SECOND_42 - Static variable in class org.josef.science.physics.TimeConstants
Second 42.
SECOND_43 - Static variable in class org.josef.science.physics.TimeConstants
Second 43.
SECOND_44 - Static variable in class org.josef.science.physics.TimeConstants
Second 44.
SECOND_45 - Static variable in class org.josef.science.physics.TimeConstants
Second 45.
SECOND_46 - Static variable in class org.josef.science.physics.TimeConstants
Second 46.
SECOND_47 - Static variable in class org.josef.science.physics.TimeConstants
Second 47.
SECOND_48 - Static variable in class org.josef.science.physics.TimeConstants
Second 48.
SECOND_49 - Static variable in class org.josef.science.physics.TimeConstants
Second 49.
SECOND_5 - Static variable in class org.josef.science.physics.TimeConstants
Second 5.
SECOND_50 - Static variable in class org.josef.science.physics.TimeConstants
Second 50.
SECOND_51 - Static variable in class org.josef.science.physics.TimeConstants
Second 51.
SECOND_52 - Static variable in class org.josef.science.physics.TimeConstants
Second 52.
SECOND_53 - Static variable in class org.josef.science.physics.TimeConstants
Second 53.
SECOND_54 - Static variable in class org.josef.science.physics.TimeConstants
Second 54.
SECOND_55 - Static variable in class org.josef.science.physics.TimeConstants
Second 55.
SECOND_56 - Static variable in class org.josef.science.physics.TimeConstants
Second 56.
SECOND_57 - Static variable in class org.josef.science.physics.TimeConstants
Second 57.
SECOND_58 - Static variable in class org.josef.science.physics.TimeConstants
Second 58.
SECOND_59 - Static variable in class org.josef.science.physics.TimeConstants
Second 59.
SECOND_6 - Static variable in class org.josef.science.physics.TimeConstants
Second 6.
SECOND_60 - Static variable in class org.josef.science.physics.TimeConstants
Second 60.
SECOND_7 - Static variable in class org.josef.science.physics.TimeConstants
Second 7.
SECOND_8 - Static variable in class org.josef.science.physics.TimeConstants
Second 8.
SECOND_9 - Static variable in class org.josef.science.physics.TimeConstants
Second 9.
SECONDS_IN_A_DAY - Static variable in class org.josef.science.physics.TimeConstants
Number of seconds in a day.
SECONDS_IN_A_MINUTE - Static variable in class org.josef.science.physics.TimeConstants
Number of seconds in a minute.
SECONDS_IN_AN_HOUR - Static variable in class org.josef.science.physics.TimeConstants
Number of seconds in an hour.
SECTION - Static variable in class org.josef.web.html.HtmlTag
Section tag.
SECTION_E - Static variable in class org.josef.web.html.HtmlTag
Section end tag.
SECTION_S - Static variable in class org.josef.web.html.HtmlTag
Section start tag.
SELECT - Static variable in class org.josef.web.html.HtmlTag
Select tag.
SELECT_E - Static variable in class org.josef.web.html.HtmlTag
Select end tag.
SELECT_S - Static variable in class org.josef.web.html.HtmlTag
Select start tag.
SequentialIdGenerator - Class in org.josef.jpa
Generator of sequence IDs.

Supports the creation of unique IDs that are numbered sequentially.
SequentialIdGenerator - Class in org.josef.util
Generates sequential id's that are unique within the lifetime of an instance of this class.
SequentialIdGeneratorException - Exception in org.josef.jpa
Exception used to specify that there was a problem obtaining a sequential ID.
Normally this exception is thrown from methods within the class SequentialIdGenerator.
SequentialIdGeneratorException() - Constructor for exception org.josef.jpa.SequentialIdGeneratorException
Constructs the exception without specifying further information.
SequentialIdGeneratorException(Exception) - Constructor for exception org.josef.jpa.SequentialIdGeneratorException
Constructs the exception using the supplied exception that cause the generation of the next sequential ID to fail.
serializeAsObject(Serializable, File) - Static method in class org.josef.util.Serializer
Serializes the supplied object to the supplied file, in standard Java serialization (object) format.
serializeAsObject(Serializable, OutputStream) - Static method in class org.josef.util.Serializer
Serializes the supplied object to the supplied outputStream, in standard Java serialization (object) format.
serializeAsXml(Object, File) - Static method in class org.josef.util.Serializer
Serializes the supplied object to the supplied file, in XML format.
serializeAsXml(Object, OutputStream) - Static method in class org.josef.util.Serializer
Serializes the supplied object to the supplied outputStream, in XML format.
Serializer - Class in org.josef.util
Utility class to perform serialization.
serve() - Method in class org.josef.util.CQueue
Serve an element waiting in the queue.
SERVER_ERROR_HIGH - Static variable in class org.josef.web.HttpStatus
Highest (theoretical) server error status code.
SERVER_ERROR_LOW - Static variable in class org.josef.web.HttpStatus
Lowest server error status code.
service(HttpServletRequest, HttpServletResponse) - Method in class org.josef.web.servlet.AbstractHttpServlet
A wrapper around the service method to do some housekeeping chores like time measurement and keeping track of active requests.
It is guaranteed by the Servlet specifications that this method will not be called when the Servlet container is in the process of shutting down.
ServiceLocator - Class in org.josef.ejb
Service Locator that, as its name implies, locates services.
ServiceLocator() - Constructor for class org.josef.ejb.ServiceLocator
 
ServiceLocatorException - Exception in org.josef.ejb
Service Locator Exception, indicating that a service could not be located.
ServiceLocatorException(Throwable) - Constructor for exception org.josef.ejb.ServiceLocatorException
Constructs this ServiceLocatorException from the supplied cause.
ServletUtil - Class in org.josef.web.servlet
Utility class for Servlets.
setA(double) - Method in class org.josef.science.math.FunctionInterval
Sets the left side for this interval.
setAccuracy(double) - Method in class org.josef.science.math.AbstractRootFinder
Sets the accuracy of the root to find.
setAuditTrailData(AuditTrailData) - Method in class org.josef.jpa.audit.AbstractAuditTrailEntityIdentifiedById
Sets the audit trail data.
setAuditTrailData(AuditTrailData) - Method in class org.josef.jpa.audit.AbstractAuditTrailEntityIdentifiedByObjectId
Sets the audit trail data.
setAuditTrailData(AuditTrailData) - Method in interface org.josef.jpa.audit.Auditable
Sets the audit trail data.
setAuditTrailTimestamp(Date) - Method in class org.josef.jpa.audit.AuditTrailData
Sets the Time stamp at which the last user either created or updated this Entity.
setAuditTrailUser(String) - Method in class org.josef.jpa.audit.AuditTrailData
Sets The user that was the last to create or update this Entity.
setB(double) - Method in class org.josef.science.math.FunctionInterval
Sets the right side for this interval.
setC(double) - Method in class org.josef.science.math.FunctionInterval
Sets a value c between a and calculates f(c).
setClassName(String) - Method in class org.josef.jdbc.Column
Gets the Java class name used for this column.
setColumns(List<Column>) - Method in class org.josef.jdbc.Table
Sets the columns for this Table.
setColumnSeparator(Character) - Method in class org.josef.util.csv.AbstractCsv
Sets the separator that will be used to separate the individual columns.
setCompareFields(CompareField...) - Method in class org.josef.util.MultiFieldComparator
Sets the fields to compare upon.
setDebug(boolean) - Static method in class org.josef.util.CDebug
Enables or disables the josef debug mode.
setDeleteRule(String) - Method in class org.josef.jdbc.Constraint
Sets the delete rule.
setFa(double) - Method in class org.josef.science.math.FunctionInterval
Sets f(a).
setFb(double) - Method in class org.josef.science.math.FunctionInterval
Sets f(b).
setFlushMode(FlushModeType) - Static method in class org.josef.jpa.EntityManagerHelper
Sets the flush mode, applicable to all Entities in this persistence context.
setFourDigitYear(boolean) - Method in class org.josef.util.Formatter
Forces a parsed date to have a year consisting of four digits or not.
setId(Long) - Method in class org.josef.jpa.AbstractEntityIdentifiedById
Sets the unique ID for this Entity.
setInterval(FunctionInterval) - Method in class org.josef.science.math.AbstractRootFinder
Sets the interval.
setIterations(int) - Method in class org.josef.science.math.AbstractRootFinder
Sets the maximum number of iterations to find a root.
setLanguage(String) - Method in class org.josef.util.xml.AtomLink
Sets the language for this link.
setName(String) - Method in class org.josef.jdbc.Constraint
Sets the name of this constraint.
setNullable(boolean) - Method in class org.josef.jdbc.Column
Sets this column to nullable or not nullable.
setObjectId(Long) - Method in class org.josef.jpa.AbstractEntityIdentifiedByObjectId
Sets the unique Object ID for this Entity.
setOrderByColumns(OrderByColumn...) - Method in class org.josef.jdbc.OrderByClause
Sets the columns to order by.
setOrdering(Order) - Method in class org.josef.jdbc.OrderByColumn
Sets the order for this OrderByColumn.
setOrdering(Order) - Method in class org.josef.util.CompareField
Sets the order for this CompareField.
setOwner(String) - Method in class org.josef.jdbc.Constraint
Sets the owner of this constraint.
setParameters(Query, List<Object>) - Static method in class org.josef.jpa.JpaUtil
Sets the supplied parameters on the supplied query.
setParameters(Query, Map<String, Object>) - Static method in class org.josef.jpa.JpaUtil
Sets the supplied parameterNamesToValues on the supplied query.
setPrecision(Integer) - Method in class org.josef.jdbc.Column
For a numeric Column, this method sets the precision.
setPrimaryKeyColumns(List<Column>) - Method in class org.josef.jdbc.Table
Sets the list of primary key columns for this Table.
setReferencedColumns(List<String>) - Method in class org.josef.jdbc.Constraint
Sets the referenced columns for this constraint.
setReferencedConstraintName(String) - Method in class org.josef.jdbc.Constraint
Sets the referenced constraint name.
setReferencedTableName(String) - Method in class org.josef.jdbc.Constraint
Sets the referenced table name for this constraint.
setRelationship(String) - Method in class org.josef.util.xml.AtomLink
Sets the relationship for this link.
setRollbackOnly() - Static method in class org.josef.jpa.EntityManagerHelper
Marks the current transaction for 'rollback only'.
setRootFinderStrategy(RootFinderStrategy) - Method in class org.josef.science.math.RootFinderContext
Sets the strategy to find a root of a function.
setRowSeparator(String) - Method in class org.josef.util.csv.AbstractCsv
Sets the separator that will be used to separate the individual rows.
setScale(Integer) - Method in class org.josef.jdbc.Column
For a numeric Column, this method sets the scale.
setTableName(String) - Method in class org.josef.jdbc.Constraint
Sets the table name for this constraint.
setTimeZone(String) - Method in class org.josef.util.Formatter
Sets the time zone.
setTimeZone(TimeZone) - Method in class org.josef.util.Formatter
Sets the time zone.
setType(int) - Method in class org.josef.jdbc.Column
Sets the JDBC type for this Column.
setType(ConstraintType) - Method in class org.josef.jdbc.Constraint
Sets the type of this constraint.
setType(String) - Method in class org.josef.util.xml.AtomLink
Sets the type for this link.
setTypeName(String) - Method in class org.josef.jdbc.Column
Sets the JDBC type name for this Column.
setValue(Object) - Method in class org.josef.util.CProperty
Sets the value for this CProperty.
setVersion(Integer) - Method in class org.josef.jpa.AbstractEntity
Sets the version (number of times this Entity has been updated) for this Entity.
setWidth(Integer) - Method in class org.josef.jdbc.Column
Sets the maximum width (in characters) for this Column.
SHORT_NAME - Static variable in class org.josef.jpa.FieldLengths
Length of a short name field.
shortValue() - Method in class org.josef.science.math.CByte
Returns the value of this CByte as a short.
shortValue() - Method in class org.josef.science.math.CDouble
Returns the value of this CDouble as a short.
shortValue() - Method in class org.josef.science.math.CFloat
Returns the value of this CFloat as a short.
shortValue() - Method in class org.josef.science.math.CInteger
Returns the value of this CInteger as a short.
shortValue() - Method in class org.josef.science.math.CLong
Returns the value of this CLong as a short.
shortValue() - Method in class org.josef.science.math.CShort
Returns the value of this CShort as a short.
SingleParameterFunction - Interface in org.josef.science.math
Abstraction of a mathematical function that accepts a single parameter.
SingleParamFunction - Enum in org.josef.jpa
Enumeration of JP/QL functions that accept a single parameter.
SiPrefix - Enum in org.josef.science
SI Prefix.
SiUnit - Enum in org.josef.science
SI Units.
sleep(long) - Static method in class org.josef.util.CThread
Sleeps for the supplied number of milliSeconds.
SMALL - Static variable in class org.josef.web.html.HtmlTag
Small tag.
SMALL_E - Static variable in class org.josef.web.html.HtmlTag
Small end tag.
SMALL_S - Static variable in class org.josef.web.html.HtmlTag
Small start tag.
sort(List<T>, String...) - Method in class org.josef.util.MultiFieldComparator
Sort the supplied items on the supplied sortColumns.
SORT_CODE_INVALID_LENGTH_MSG - Static variable in class org.josef.finance.UKSortCode
Sort code has invalid length message.
SORT_CODE_LENGTH - Static variable in class org.josef.finance.UKSortCode
The length of a sort code field.
SORT_CODE_NOT_NUMERIC_MSG - Static variable in class org.josef.finance.UKSortCode
Sort code is not numeric message.
SOURCE - Static variable in class org.josef.web.html.HtmlTag
Source tag.
SOURCE_E - Static variable in class org.josef.web.html.HtmlTag
Source end tag.
SOURCE_S - Static variable in class org.josef.web.html.HtmlTag
Source start tag.
SPAN - Static variable in class org.josef.web.html.HtmlTag
Span tag.
SPAN_E - Static variable in class org.josef.web.html.HtmlTag
Span end tag.
SPAN_S - Static variable in class org.josef.web.html.HtmlTag
Span start tag.
Spin - Enum in org.josef.science.physics.particle
Enumeration of all the possible spin values of a subatomic particle.
splitRow(String, Character) - Static method in class org.josef.util.csv.CsvUtil
Splits a row of csv data into columns.
SqlErrors - Class in org.josef.jdbc
Translates SQL Exceptions to human readable exceptions.
SqlStatementUtil - Class in org.josef.jdbc
Utility class for creating SQL statements.
squareRoot(int) - Method in class org.josef.science.math.CBigDecimal
Computes the square root of this big decimal.
squareRoot(BigDecimal, int) - Static method in class org.josef.science.math.CBigDecimal
Computes the square root of the supplied value.
squareRoot() - Method in class org.josef.science.math.CBigInteger
Computes the square root of this CBigInteger.
STANDARD_LENGTH - Static variable in class org.josef.finance.UKBankAccountNumber
The standard length (length used for validation) of a bank account number.
statisticsToString() - Method in class org.josef.util.CCache
Creates a String representation of the statistics of this cache.
Status - Annotation Type in org.josef.annotations
Annotation type to indicate the status.
Status.Stage - Enum in org.josef.annotations
Enumeration of stages.
Status.UnitTests - Enum in org.josef.annotations
Unit tests.
StoredProcedure - Class in org.josef.demo.jdbc
Stored Procedure class.
StoredProcedure - Class in org.josef.jdbc
Utility class to execute stored procedures.
StoredProcedureParameter - Class in org.josef.jdbc
Abstraction of a SQL parameter that is used in a stored procedure.
StoredProcedureParameter(String, CType) - Constructor for class org.josef.jdbc.StoredProcedureParameter
Constructs this StoredProcedureParameter with a type of OUT.
StoredProcedureParameter(String, CType, Object) - Constructor for class org.josef.jdbc.StoredProcedureParameter
Constructs this StoredProcedureParameter with a type of IN.
StoredProcedureParameter(String, StoredProcedureParameterType, CType, Object) - Constructor for class org.josef.jdbc.StoredProcedureParameter
Constructs this StoredProcdureParameter.
StoredProcedureParameterType - Enum in org.josef.jdbc
Enumeration of SQL stored procedure parameter types.
StringToBigDecimalConverter - Class in org.josef.util.convert
Converts a String to a BigDecimal.
StringToBigIntegerConverter - Class in org.josef.util.convert
Converts a String to a BigInteger.
StringToBooleanConverter - Class in org.josef.util.convert
Converts a String to a Boolean.
StringToCharacterConverter - Class in org.josef.util.convert
Converts a String to a Character.
StringToDoubleConverter - Class in org.josef.util.convert
Converts a String to an Double.
StringToFloatConverter - Class in org.josef.util.convert
Converts a String to an Float.
StringToIntegerConverter - Class in org.josef.util.convert
Converts a String to an Integer.
StringToLongConverter - Class in org.josef.util.convert
Converts a String to an Integer.
StringToShortConverter - Class in org.josef.util.convert
Converts a String to an Integer.
stripSurroundingQuotes(String) - Static method in class org.josef.util.csv.CsvUtil
Strips the supplied column from optional surrounding quotes.
STRONG - Static variable in class org.josef.web.html.HtmlTag
Strong tag.
STRONG_E - Static variable in class org.josef.web.html.HtmlTag
Strong end tag.
STRONG_S - Static variable in class org.josef.web.html.HtmlTag
Strong start tag.
STYLE - Static variable in class org.josef.web.html.HtmlTag
Style tag.
STYLE_E - Static variable in class org.josef.web.html.HtmlTag
Style end tag.
STYLE_S - Static variable in class org.josef.web.html.HtmlTag
Style start tag.
SUB - Static variable in class org.josef.web.html.HtmlTag
Sub tag.
SUB_E - Static variable in class org.josef.web.html.HtmlTag
Sub end tag.
SUB_S - Static variable in class org.josef.web.html.HtmlTag
Sub start tag.
SubatomicParticle - Interface in org.josef.science.physics.particle
Interface implemented by all the Subatomic particles.
subtract(byte) - Method in class org.josef.science.math.CByte
Subtracts the supplied value from this value.
subtract(byte, byte) - Static method in class org.josef.science.math.CByte
Subtracts y from x.
subtract(long) - Method in class org.josef.science.math.CDouble
Subtracts the supplied value from this value.
subtract(double, double) - Static method in class org.josef.science.math.CDouble
Subtracts y from x.
subtract(long) - Method in class org.josef.science.math.CFloat
Subtracts the supplied value from this value.
subtract(float, float) - Static method in class org.josef.science.math.CFloat
Subtracts y from x.
subtract(int) - Method in class org.josef.science.math.CInteger
Subtracts the supplied value from this value.
subtract(int, int) - Static method in class org.josef.science.math.CInteger
Subtracts y from x.
subtract(long) - Method in class org.josef.science.math.CLong
Subtracts the supplied value from this value.
subtract(long, long) - Static method in class org.josef.science.math.CLong
Subtracts y from x.
subtract(Complex) - Method in class org.josef.science.math.Complex
Subtracts the supplied Complex number from this Complex number.
subtract(Complex, Complex) - Static method in class org.josef.science.math.Complex
Computes left - right.
subtract(CRational) - Method in class org.josef.science.math.CRational
Subtracts the supplied rational number from this rational number.
subtract(CRational, CRational) - Static method in class org.josef.science.math.CRational
Subtracts the right rational number from the left rational number.
subtract(short) - Method in class org.josef.science.math.CShort
Subtracts the supplied value from this value.
subtract(short, short) - Static method in class org.josef.science.math.CShort
Subtracts y from x.
SUCCESSFUL_HIGH - Static variable in class org.josef.web.HttpStatus
Highest (theoretical) successful status code.
SUCCESSFUL_LOW - Static variable in class org.josef.web.HttpStatus
Lowest successful status code.
SUMMARY - Static variable in class org.josef.web.html.HtmlTag
Summary tag.
SUMMARY_E - Static variable in class org.josef.web.html.HtmlTag
Summary end tag.
SUMMARY_S - Static variable in class org.josef.web.html.HtmlTag
Summary start tag.
SUP - Static variable in class org.josef.web.html.HtmlTag
Sup tag.
SUP_E - Static variable in class org.josef.web.html.HtmlTag
Sup end tag.
SUP_S - Static variable in class org.josef.web.html.HtmlTag
Sup start tag.

T

Table - Class in org.josef.jdbc
Abstraction of a database table.
TABLE - Static variable in class org.josef.web.html.HtmlTag
Table tag.
TABLE_E - Static variable in class org.josef.web.html.HtmlTag
Table end tag.
TABLE_S - Static variable in class org.josef.web.html.HtmlTag
Table start tag.
TBODY - Static variable in class org.josef.web.html.HtmlTag
Table body tag.
TBODY_E - Static variable in class org.josef.web.html.HtmlTag
Table body end tag.
TBODY_S - Static variable in class org.josef.web.html.HtmlTag
Table body start tag.
TD - Static variable in class org.josef.web.html.HtmlTag
Table data tag.
TD_E - Static variable in class org.josef.web.html.HtmlTag
Table data end tag.
TD_S - Static variable in class org.josef.web.html.HtmlTag
Table data start tag.
TD_SE - Static variable in class org.josef.web.html.HtmlTag
Table data start/end tag.
TEN - Static variable in class org.josef.science.math.ModuloCheck
Ten.
TEN_PERCENT - Static variable in class org.josef.science.math.CDouble
10%.
TERA_BYTE - Static variable in class org.josef.science.math.CByte
Number of bytes in a terabyte.
TEXTAREA - Static variable in class org.josef.web.html.HtmlTag
Text area tag.
TEXTAREA_E - Static variable in class org.josef.web.html.HtmlTag
Text area end tag.
TEXTAREA_S - Static variable in class org.josef.web.html.HtmlTag
Text area start tag.
TFOOT - Static variable in class org.josef.web.html.HtmlTag
Table footer tag.
TFOOT_E - Static variable in class org.josef.web.html.HtmlTag
Table footer end tag.
TFOOT_S - Static variable in class org.josef.web.html.HtmlTag
Table footer start tag.
TH - Static variable in class org.josef.web.html.HtmlTag
Table header cel tag.
TH_E - Static variable in class org.josef.web.html.HtmlTag
Table header cel end tag.
TH_S - Static variable in class org.josef.web.html.HtmlTag
Table header cel start tag.
TH_SE - Static variable in class org.josef.web.html.HtmlTag
Table header cel start/end tag.
THEAD - Static variable in class org.josef.web.html.HtmlTag
Table head tag.
THEAD_E - Static variable in class org.josef.web.html.HtmlTag
Table head end tag.
THEAD_S - Static variable in class org.josef.web.html.HtmlTag
Table head start tag.
THEAD_SE - Static variable in class org.josef.web.html.HtmlTag
Table head start/end tag.
ThreadSafety - Annotation Type in org.josef.annotations
Annotation type to indicate the level of thread safety.
ThreadSafety.ThreadSafetyLevel - Enum in org.josef.annotations
Enumeration of levels of thread safety.
THREE - Static variable in class org.josef.science.math.CBigInteger
The constant value 3.
THREE - Static variable in class org.josef.science.math.CDouble
The constant value 3.0.
THREE_QUARTERS - Static variable in class org.josef.science.math.CDouble
3/4.
TIME - Static variable in class org.josef.web.html.HtmlTag
Time tag.
TIME_E - Static variable in class org.josef.web.html.HtmlTag
Time end tag.
TIME_S - Static variable in class org.josef.web.html.HtmlTag
Time start tag.
TimeConstants - Class in org.josef.science.physics
A collection of time related constants.
TIMESTAMP - Static variable in class org.josef.jpa.FieldLengths
Length of a Time stamp field.
TimeZoneUtil - Class in org.josef.science.physics.astronomy
TimeZone Utility class.
TITLE - Static variable in class org.josef.web.html.HtmlTag
Title tag.
TITLE_E - Static variable in class org.josef.web.html.HtmlTag
Title end tag.
TITLE_S - Static variable in class org.josef.web.html.HtmlTag
Title start tag.
toArabic(String) - Static method in class org.josef.science.math.RomanNumbers
Converts a Roman number to an Arabic number.
toFirstType(S) - Method in class org.josef.util.EnumMapper
Gets the enumerated constant of the first type, that is mapped to the supplied secondEnumeratedConstant of the second type.
toFormattedHtml() - Method in class org.josef.web.html.HtmlElement
Creates a formatted HTML representation of this HTML element, including its attributes, content and children.
toggleOrdering() - Method in class org.josef.jdbc.OrderByColumn
Toggles the order (ascending/descending) for this OrderByColumn.
toggleOrdering() - Method in class org.josef.util.CompareField
Toggles the order (ascending/descending) for this CompareField.
toGrams(double) - Method in enum org.josef.science.physics.MetricMass
Converts the supplied mass into grams.
toHexadecimalCharacters(byte) - Static method in class org.josef.science.math.CByte
Converts the supplied value to two hexadecimal characters.
toHexadecimalCharacters(byte[]) - Static method in class org.josef.science.math.CByte
Converts the supplied byte array value to hexadecimal characters.
toHtml() - Method in class org.josef.web.html.HtmlAttribute
Creates an HTML representation of this HTML attribute.
toHtml() - Method in class org.josef.web.html.HtmlElement
Creates an HTML representation of this HTML element, including its attributes, content and children.
toHtml() - Method in class org.josef.web.html.HtmlEmptyElement
Creates an HTML representation of this HTML element.
tokenize(String) - Static method in class org.josef.util.CString
Tokenizes a String.
tokenize(String, String) - Static method in class org.josef.util.CString
Tokenizes a String.
toKilometers(double) - Method in enum org.josef.science.physics.MetricLength
Converts the supplied length into kilometers.
toKilos(double) - Method in enum org.josef.science.physics.MetricMass
Converts the supplied mass into kilo's.
toLocalizedShortString(Locale) - Method in enum org.josef.util.Month
Creates a localized short String representation of this Month.
toLocalizedShortString(Locale) - Method in enum org.josef.util.WeekDay
Creates a localized short String representation of this WeekDay.
toLocalizedString(Locale) - Method in enum org.josef.util.Month
Creates a localized String representation of this Month.
toLocalizedString(Locale) - Method in enum org.josef.util.WeekDay
Creates a localized String representation of this WeekDay.
toMeters(double) - Method in enum org.josef.science.physics.MetricLength
Converts the supplied length into meters.
toMiles(double) - Method in enum org.josef.science.physics.BritishImperialLength
Converts the supplied length into miles.
toNonLocalizedString() - Method in enum org.josef.jpa.PersistAction
Creates a non localized String representation of this PersistAction.
toOrderByString(Locale) - Method in class org.josef.jdbc.OrderByClause
Creates a String suitable to be used in an order by clause.
toOrderByString(Locale) - Method in class org.josef.jdbc.OrderByColumn
Creates a String that can be used in an order by clause.
toOunces(double) - Method in enum org.josef.science.physics.BritishImperialMass
Converts the supplied mass into ounces.
toPaperFormat() - Method in class org.josef.finance.InternationalBankAccountNumber
Creates the paper format of this IBAN.
toPounds(double) - Method in enum org.josef.science.physics.BritishImperialMass
Converts the supplied mass into pounds.
toRoman(int) - Static method in class org.josef.science.math.RomanNumbers
Converts an Arabic number to a Roman number.
toSecondType(F) - Method in class org.josef.util.EnumMapper
Gets the enumerated constant of the second type, that is mapped to the supplied firstEnumeratedConstant of the first type.
toString() - Method in class org.josef.ejb.ValueObject
Creates a String representation of this ValueObject.
toString() - Method in class org.josef.finance.BankIdentifierCode
Creates a String representation of this BIC, consisting of the BIC itself.
toString() - Method in enum org.josef.finance.CCurrency
Creates a String representation of this CCurency.
toString() - Method in class org.josef.finance.InternationalBankAccountNumber
Creates a String representation of this IBAN consisting of the IBAN itself.
toString() - Method in class org.josef.finance.UKSortCode
Creates a String representation of this UKSortCode.
toString() - Method in class org.josef.finance.UKSortCodeRange
Creates a String representation of this UKSortCodeRange.
toString() - Method in class org.josef.jdbc.Column
Creates a String representation of this Column.
toString() - Method in class org.josef.jdbc.Constraint
Creates a String representation of this constraint.
toString() - Method in class org.josef.jdbc.DerbyDatabase
Creates a String representation of this database object.
toString() - Method in class org.josef.jdbc.OracleDatabase
Creates a String representation of this database object.
toString() - Method in class org.josef.jdbc.OrderByClause
Creates a String representation of this OrderByClause.
toString() - Method in class org.josef.jdbc.OrderByColumn
Creates a String representation of this OrderByColumn.
toString() - Method in class org.josef.jdbc.Table
Creates a String representation of this Table.
toString() - Method in class org.josef.jpa.AbstractEntityIdentifiedById
Creates a String representation of this Entity.
toString() - Method in class org.josef.jpa.AbstractEntityIdentifiedByObjectId
Creates a String representation of this Entity.
toString() - Method in class org.josef.jpa.CColumn
Creates a String representation of this CColumn.
toString() - Method in enum org.josef.jpa.RelationalOperator
Creates a String representation of this RelationalOperator.
toString() - Method in enum org.josef.jpa.SingleParamFunction
Creates a String representation of this SingleParamFunction.
toString() - Method in class org.josef.jpa.WhereClause
Creates a String representation of this WhereClause.
toString() - Method in class org.josef.jpa.WhereClauseRpn
Creates a String representation of this WhereClauseRpn consisting of the where clause (provided the where clause has been build).
toString() - Method in class org.josef.science.math.CByte
Converts the stored primitive byte value to a String.
toString() - Method in class org.josef.science.math.CDouble
Converts the stored primitive double value to a String.
toString() - Method in class org.josef.science.math.CFloat
Converts the stored primitive float value to a String.
toString() - Method in class org.josef.science.math.CInteger
Converts the stored primitive integer value to a String.
toString() - Method in class org.josef.science.math.CLong
Converts the stored primitive long value to a String.
toString() - Method in class org.josef.science.math.Complex
Creates a String representation of this Complex number.
toString() - Method in class org.josef.science.math.CRational
Creates a String representation of this CRational.
toString() - Method in class org.josef.science.math.CShort
Converts the stored primitive short value to a String.
toString() - Method in class org.josef.science.math.geometry.CLine
Creates a String representation of this CLine.
toString() - Method in class org.josef.science.math.geometry.CPoint
Creates a String representation of this CPoint.
toString() - Method in class org.josef.science.math.geometry.CTriangle
Creates a String representation of this CTriangle.
toString() - Method in class org.josef.science.math.PrimeFactor
Creates a String representation of this PrimeFactor.
toString(TimeZone, Locale) - Static method in class org.josef.science.physics.astronomy.TimeZoneUtil
Creates a String representation of the supplied timeZone.
toString() - Method in enum org.josef.science.physics.particle.ElectricCharge
Creates a String representation of this ElectricCharge.
toString() - Method in enum org.josef.science.physics.particle.ElementaryBoson
Creates a String representation of this Boson.
toString() - Method in enum org.josef.science.physics.particle.IsoSpin
Creates a String representation of this IsoSpin.
toString() - Method in enum org.josef.science.physics.particle.Lepton
Creates a String representation of this Lepton.
toString() - Method in enum org.josef.science.physics.particle.Quark
Creates a String representation of this Quark.
toString() - Method in enum org.josef.science.physics.particle.Spin
Creates a String representation of this Spin.
toString() - Method in enum org.josef.science.SiPrefix
Creates a String representation of this SI prefix.
toString() - Method in enum org.josef.science.SiUnit
Creates a String representation of this SiUnit.
toString() - Method in exception org.josef.util.AbstractLocalizedException
Converts this exception to a String.
toString() - Method in exception org.josef.util.AbstractLocalizedRuntimeException
Converts this exception to a String.
toString() - Method in class org.josef.util.CArguments
Creates a String representation of this object.
toString() - Method in class org.josef.util.CCache
Creates a String representation of this cache, consisting of all the comma separated keys, within brackets.
toString() - Method in class org.josef.util.CodeDescription
Creates a String representation of this code description pair.
toString() - Method in class org.josef.util.CompareField
Creates a String representation of this CompareField.
toString() - Method in class org.josef.util.CProperty
Creates a String representation of this CProperty.
toString() - Method in class org.josef.util.CQueue
Creates a String representation of this CQueue.
toString() - Method in class org.josef.util.CResourceBundle
Creates a String representation of this bundle of resource bundles.
toString() - Method in class org.josef.util.MailServer
Creates a String representation of this MailServer.
toString() - Method in class org.josef.util.Message
Creates a String representation of this object.
toString() - Method in class org.josef.util.MultiFieldComparator
Creates a String representation of this MultiFieldComparator.
toString() - Method in enum org.josef.util.Order
Creates a String representation of this Order such that it is usable with both SQL and JPQL.
toString() - Method in class org.josef.web.html.HtmlAttribute
Creates a String representation of this HTML attribute.
toString() - Method in class org.josef.web.html.HtmlEmptyElement
Creates a String representation if this HTML element.
toString() - Method in class org.josef.web.html.HtmlStringWriter
Gets the HTML code.
toString() - Method in class org.josef.web.QueryString
Creates a String representation of this query string.
toYards(double) - Method in enum org.josef.science.physics.BritishImperialLength
Converts the supplied length into yards.
TR - Static variable in class org.josef.web.html.HtmlTag
Table row tag.
TR_E - Static variable in class org.josef.web.html.HtmlTag
Table row end tag.
TR_S - Static variable in class org.josef.web.html.HtmlTag
Table row start tag.
TR_SE - Static variable in class org.josef.web.html.HtmlTag
Table row start/end tag.
TRACK - Static variable in class org.josef.web.html.HtmlTag
Track tag.
TRACK_E - Static variable in class org.josef.web.html.HtmlTag
Track end tag.
TRACK_S - Static variable in class org.josef.web.html.HtmlTag
Track start tag.
trim(Trim, String) - Static method in class org.josef.util.CString
Trims whitespace from the supplied input.
Trim - Enum in org.josef.util
Enumeration of all possibles ways to trim characters from a String.
trimAll(String) - Static method in class org.josef.util.CString
Trims all whitespace characters from the supplied input, no matter where they are located.
trimLeft(String) - Static method in class org.josef.util.CString
Trims whitespace from the left of the supplied input.
trimRight(String) - Static method in class org.josef.util.CString
Trims whitespace from the right of the supplied input.
TWO - Static variable in class org.josef.science.math.CBigDecimal
The constant value 2.
TWO - Static variable in class org.josef.science.math.CBigInteger
The constant value 2.
TWO - Static variable in class org.josef.science.math.Complex
Complex number with a value of two.
TWO_THIRDS - Static variable in class org.josef.science.math.CDouble
2/3.

U

U - Static variable in class org.josef.web.html.HtmlTag
Underlined tag.
U_E - Static variable in class org.josef.web.html.HtmlTag
Underlined end tag.
U_S - Static variable in class org.josef.web.html.HtmlTag
Underlined start tag.
UKBankAccountNumber - Class in org.josef.finance
Utility class to verify UK Bank Account Numbers.
See: http://www.vocalink.com/products/payments/customer-support-services/modulus-checking.aspx
Note: This class only performs some basic validation and is not meant for production environments.
UKBankAccountNumberValidatator - Interface in org.josef.finance
Interface for UK bank account number validation.
Information about validating UK bank account numbers, can be found here: http://www.vocalink.com/products/payments/customer-support-services/modulus-checking.aspx
UKSortCode - Class in org.josef.finance
Utility class to verify UK Sort Codes.
UKSortCodeRange - Class in org.josef.finance
Abstraction of a range of UK sort codes.
UKSortCodeSubstitution - Class in org.josef.finance
Abstraction of UK sort codes that substitute another UK sort code.
UL - Static variable in class org.josef.web.html.HtmlTag
Unordered List tag.
UL_E - Static variable in class org.josef.web.html.HtmlTag
Unordered List end tag.
UL_S - Static variable in class org.josef.web.html.HtmlTag
Unordered List start tag.
UnaryOperator - Interface in org.josef.util.rpn
Abstraction of a unary operator.
unique(boolean) - Method in class org.josef.jpa.CColumn.Builder
Sets the CColumn to be unique or not.
UniqueLongGenerator - Class in org.josef.util
Class to generate unique long values within the lifetime of this constructed class.
unmarshal(JAXBContext, String, Class<T>) - Static method in class org.josef.util.xml.XmlUtil
Unmarshalls the supplied xml into an object of the supplied type, using the supplied jaxbContext.
unmarshal(UnmarshalParameters) - Static method in class org.josef.util.xml.XmlUtil
Unmarshals XML into an object, where all necessary information is stored in the supplied unmarshalParameters.
UnmarshalParameters - Class in org.josef.util.xml
Parameter class to unmarshal an XML string into an object (using JAXB).
UnmarshalParameters(UnmarshalParameters.Builder<T>) - Constructor for class org.josef.util.xml.UnmarshalParameters
Constructs this UnmarshalParameters object from the supplied builder.
UnmarshalParameters.Builder<T> - Class in org.josef.util.xml
Builder class that builds UnmarshalParameters objects.
updateGroup(String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Updates an existing group.
updateUser(String, String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Updates an existing user.
UrlUtil - Class in org.josef.util
URL Utility class.
useDefaultValueWhenValueIsNull(T, T) - Static method in class org.josef.util.Util
Convenience method to use a default value when the actual value is null.
Util - Class in org.josef.util
Generic utility class.

V

V - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number V.
validate() - Method in class org.josef.ejb.ValueObject
Validates the state of this ValueObject.
validate() - Method in interface org.josef.ejb.ValueObjectInterface
Validates the state of the data in this ValueObject.
validate(UKSortCodeRange, String, String) - Method in interface org.josef.finance.UKBankAccountNumberValidatator
Validates that the supplied sortCode/bankAccountNumber combination is valid.
validate(int, int, int) - Static method in class org.josef.util.CDate
Validates that the supplied date is an existing day.
validateAttributeName(String) - Static method in class org.josef.web.html.HtmlAttribute
Validates if the supplied name is a valid HTML attribute name.
validateMonth(int) - Static method in class org.josef.util.CDate
Validates the supplied month.
validateYear(int) - Static method in class org.josef.util.CDate
Validates the supplied year.
ValidationException - Exception in org.josef.util
Exception that signals that validation failed.
ValidationException() - Constructor for exception org.josef.util.ValidationException
Default constructor.
ValidationException(Throwable) - Constructor for exception org.josef.util.ValidationException
Constructs this ValidationException using the supplied cause.
ValueObject - Class in org.josef.ejb
Base class of all value objects.
ValueObject() - Constructor for class org.josef.ejb.ValueObject
Default constructor that creates a value object with a null object Id and null version.
ValueObject(ValueObject) - Constructor for class org.josef.ejb.ValueObject
Copy constructor.
ValueObject(Long, Integer) - Constructor for class org.josef.ejb.ValueObject
Creates this value object using the supplied objectId and version.
ValueObjectInterface - Interface in org.josef.ejb
Interface for all value objects.
valueOf(String) - Static method in enum org.josef.annotations.Status.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.annotations.Status.UnitTests
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.annotations.ThreadSafety.ThreadSafetyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.finance.CCurrency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.finance.IbanOfCountry
Returns the enum constant of this type with the specified name.
valueOf(Iso3166Country) - Static method in enum org.josef.finance.IbanOfCountry
Gets the IbanOfCountry corresponding to the supplied country.
valueOf(String) - Static method in enum org.josef.finance.Payment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.finance.PaymentMoment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.hist.NationalityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.jdbc.ConstraintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.jdbc.CType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.jdbc.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.jdbc.StoredProcedureParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.jpa.PersistAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.jpa.RelationalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.jpa.SingleParamFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.DerivedSiUnit
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in class org.josef.science.math.CByte
Returns a CByte object holding the value of the supplied value.
valueOf(long) - Static method in class org.josef.science.math.CByte
Returns a CByte object holding the value of the supplied value.
valueOf(Number) - Static method in class org.josef.science.math.CByte
Returns a CByte object holding the value of the supplied value.
valueOf(String) - Static method in class org.josef.science.math.CByte
Returns a CByte object holding the parsed value of the supplied value.
valueOf(int) - Static method in class org.josef.science.math.CDouble
Returns a CDouble object holding the value of the supplied value.
valueOf(long) - Static method in class org.josef.science.math.CDouble
Returns a CDouble object holding the value of the supplied value.
valueOf(Number) - Static method in class org.josef.science.math.CDouble
Returns a CDouble object holding the value of the supplied value.
valueOf(String) - Static method in class org.josef.science.math.CDouble
Returns a CDouble object holding the parsed value of the supplied value.
valueOf(int) - Static method in class org.josef.science.math.CFloat
Returns a CFloat object holding the value of the supplied value.
valueOf(long) - Static method in class org.josef.science.math.CFloat
Returns a CFloat object holding the value of the supplied value.
valueOf(Number) - Static method in class org.josef.science.math.CFloat
Returns a CFloat object holding the value of the supplied value.
valueOf(String) - Static method in class org.josef.science.math.CFloat
Returns a CFloat object holding the parsed value of the supplied value.
valueOf(int) - Static method in class org.josef.science.math.CInteger
Returns a CInteger object holding the value of the supplied value.
valueOf(long) - Static method in class org.josef.science.math.CInteger
Returns a CInteger object holding the value of the supplied value.
valueOf(Number) - Static method in class org.josef.science.math.CInteger
Returns a CInteger object holding the value of the supplied value.
valueOf(String) - Static method in class org.josef.science.math.CInteger
Returns a CInteger object holding the parsed value of the supplied value.
valueOf(int) - Static method in class org.josef.science.math.CLong
Returns a CLong object holding the value of the supplied value.
valueOf(long) - Static method in class org.josef.science.math.CLong
Returns a CLong object holding the value of the supplied value.
valueOf(Number) - Static method in class org.josef.science.math.CLong
Returns a CLong object holding the value of the supplied value.
valueOf(String) - Static method in class org.josef.science.math.CLong
Returns a CLong object holding the parsed value of the supplied value.
valueOf(double, double) - Static method in class org.josef.science.math.Complex
Creates a Complex number from the supplied real and imaginary parts.
valueOf(double) - Static method in class org.josef.science.math.CRational
Converts the supplied value to a CRational.
valueOf(short) - Static method in class org.josef.science.math.CShort
Returns a CShort object holding the value of the supplied value.
valueOf(long) - Static method in class org.josef.science.math.CShort
Returns a CShort object holding the value of the supplied value.
valueOf(Number) - Static method in class org.josef.science.math.CShort
Returns a CShort object holding the value of the supplied value.
valueOf(String) - Static method in class org.josef.science.math.CShort
Returns a CShort object holding the parsed value of the supplied value.
valueOf(String) - Static method in enum org.josef.science.physics.astronomy.Planet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.BritishImperialLength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.BritishImperialMass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.Element
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.MetricLength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.MetricMass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.particle.ElectricCharge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.particle.ElementaryBoson
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.particle.Generation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.particle.Interaction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.particle.IsoSpin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.particle.Lepton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.particle.Quark
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.particle.Spin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.Phase.Transition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.physics.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.SiPrefix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.science.SiUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.util.appserver.ApplicationServer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.util.Case
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.util.CColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.util.CComparator.OrderNulls
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.josef.util.CLocale
Converts the supplied locale from a String to a Locale.
valueOf(String) - Static method in enum org.josef.util.CString.StringLengthComparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.util.EmailValidationPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.util.Iso3166Country
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.util.Month
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.josef.util.Month
Gets the Month corresponding to the supplied integer month.
valueOf(String) - Static method in enum org.josef.util.Nationality
Returns the enum constant of this type with the specified name.
valueOf(Iso3166Country) - Static method in enum org.josef.util.Nationality
Gets the Nationality corresponding to the supplied country.
valueOf(String) - Static method in enum org.josef.util.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.util.ParagraphComparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.util.security.HashingAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.util.Trim
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.util.WeekDay
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.josef.util.WeekDay
Gets the Day corresponding to the supplied integer day.
valueOf(String) - Static method in enum org.josef.util.ZipCodeOfCountry
Returns the enum constant of this type with the specified name.
valueOf(Iso3166Country) - Static method in enum org.josef.util.ZipCodeOfCountry
Gets the ZipCodeOfCountry corresponding to the supplied country.
valueOf(String) - Static method in enum org.josef.web.CCookie
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.web.html.DocType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.josef.annotations.Status.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.annotations.Status.UnitTests
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.annotations.ThreadSafety.ThreadSafetyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.finance.CCurrency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.finance.IbanOfCountry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.finance.Payment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.finance.PaymentMoment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.hist.NationalityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.jdbc.ConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.jdbc.CType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.jdbc.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.jdbc.StoredProcedureParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.jpa.PersistAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.jpa.RelationalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.jpa.SingleParamFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.DerivedSiUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.astronomy.Planet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.BritishImperialLength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.BritishImperialMass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.Element
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.MetricLength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.MetricMass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.particle.ElectricCharge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.particle.ElementaryBoson
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.particle.Generation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.particle.Interaction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.particle.IsoSpin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.particle.Lepton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.particle.Quark
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.particle.Spin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.Phase.Transition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.physics.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.SiPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.science.SiUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.appserver.ApplicationServer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.Case
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.CColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.CComparator.OrderNulls
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.CString.StringLengthComparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.EmailValidationPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.Iso3166Country
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.Month
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.Nationality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.ParagraphComparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.security.HashingAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.Trim
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.WeekDay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.util.ZipCodeOfCountry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.web.CCookie
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.web.html.DocType
Returns an array containing the constants of this enum type, in the order they are declared.
VAR - Static variable in class org.josef.web.html.HtmlTag
Variable tag.
VAR_E - Static variable in class org.josef.web.html.HtmlTag
Variable end tag.
VAR_S - Static variable in class org.josef.web.html.HtmlTag
Variable start tag.
VERSION - Static variable in class org.josef.jpa.FieldLengths
Length of a Version field.
VIDEO - Static variable in class org.josef.web.html.HtmlTag
Video tag.
VIDEO_E - Static variable in class org.josef.web.html.HtmlTag
Video end tag.
VIDEO_S - Static variable in class org.josef.web.html.HtmlTag
Video start tag.

W

WARNING - Static variable in class org.josef.util.Message
A warning.
WBR - Static variable in class org.josef.web.html.HtmlTag
Word break tag.
WBR_E - Static variable in class org.josef.web.html.HtmlTag
Word break end tag.
WBR_S - Static variable in class org.josef.web.html.HtmlTag
Word break start tag.
WeekDay - Enum in org.josef.util
Enumeration of all the days in a week.
WhereClause - Class in org.josef.jpa
Abstraction of a JP/QL where clause.
WhereClause() - Constructor for class org.josef.jpa.WhereClause
 
WhereClauseRpn - Class in org.josef.jpa
Abstraction of a JP/QL where clause builder using Reverse Polish Notation.
WhereClauseRpn() - Constructor for class org.josef.jpa.WhereClauseRpn
 
Wish - Annotation Type in org.josef.annotations
Annotation type to indicate a wish.
Wishes - Annotation Type in org.josef.annotations
Annotation type to indicate a list of wishes.
write(Object) - Method in class org.josef.web.html.AbstractHtmlWriter
The single abstract method that must be implemented by concrete sub classes.
write(Object) - Method in class org.josef.web.html.HtmlStringWriter
Writes the supplied text to the buffer.
write(int) - Method in class org.josef.web.servlet.GZipResponseStream
Writes the supplied byte to the intermediary output stream.
write(byte[]) - Method in class org.josef.web.servlet.GZipResponseStream
Writes the supplied byteArray to the intermediary output stream.
write(byte[], int, int) - Method in class org.josef.web.servlet.GZipResponseStream
Writes length bytes from the supplied byteArray, with the supplied offset, to the intermediary output stream.
writeAttributes(String...) - Method in class org.josef.web.html.AbstractHtmlWriter
Writes the supplied attributeNameValues.
writeCsvData() - Method in class org.josef.util.csv.AbstractCsvFileWriter
Writes all the rows returned by AbstractCsv.getNextRow() to the file specified at construction time.
writeCsvData() - Method in class org.josef.util.csv.AbstractCsvMemoryWriter
Writes all the rows returned by AbstractCsv.getNextRow() to memory.
writeCsvData() - Method in class org.josef.util.csv.AbstractCsvWriter
Writes all of the csv data.
writeCsvData(HttpServletRequest, HttpServletResponse) - Method in class org.josef.web.servlet.AbstractCsvServlet
Writes the csv output.
writeDocType(String) - Method in class org.josef.web.html.AbstractHtmlWriter
Writes a doc type plus a line separator.
writeEnclose(String, Object, String...) - Method in class org.josef.web.html.AbstractHtmlWriter
Writes the supplied text, enclosed within the supplied tag.
writeEndTag(String) - Method in class org.josef.web.html.AbstractHtmlWriter
Writes an HTML end tag plus a line separator.
writeln(Object) - Method in class org.josef.web.html.AbstractHtmlWriter
Writes the supplied text and adds a line separator.
writeln() - Method in class org.josef.web.html.AbstractHtmlWriter
Writes a line separator.
writeRow(String) - Method in class org.josef.util.csv.AbstractCsvFileWriter
Writes a single row of csv data.
writeRow(String) - Method in class org.josef.util.csv.AbstractCsvMemoryWriter
Writes a single row of csv data.
writeRow(String) - Method in class org.josef.util.csv.AbstractCsvWriter
Writes a single row of csv data.
writeStartEndTag(String, String...) - Method in class org.josef.web.html.AbstractHtmlWriter
Writes an HTML start/end tag plus a line separator.
writeStartTag(String, String...) - Method in class org.josef.web.html.AbstractHtmlWriter
Writes an HTML start tag.

X

X - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number X.
XmlException - Exception in org.josef.util.xml
Generic XML exception to be used in situations where an xml file could not be read, could not be parsed and so on.
XmlException(Throwable) - Constructor for exception org.josef.util.xml.XmlException
Creates this XmlException from the supplied cause.
XmlException(String, Throwable) - Constructor for exception org.josef.util.xml.XmlException
Creates this XmlException from the supplied message and cause.
XmlReader - Class in org.josef.util.xml
Utility class to read xml documents.
XmlUtil - Class in org.josef.util.xml
Xml related utility class.

Y

YARDS_IN_MILE - Static variable in enum org.josef.science.physics.BritishImperialLength
Number of yard in a mile.
YEAR_1879 - Static variable in class org.josef.science.physics.TimeConstants
Year 1879.
YEAR_1900 - Static variable in class org.josef.science.physics.TimeConstants
Year 1900.
YEAR_1901 - Static variable in class org.josef.science.physics.TimeConstants
Year 1901.
YEAR_1902 - Static variable in class org.josef.science.physics.TimeConstants
Year 1902.
YEAR_1970 - Static variable in class org.josef.science.physics.TimeConstants
Year 1970 The Unix Epoch.
YEAR_2010 - Static variable in class org.josef.science.physics.TimeConstants
Year 2010.

Z

ZERO - Static variable in class org.josef.science.math.Complex
Complex number with a value of zero.
ZERO - Static variable in class org.josef.science.math.CRational
A rational value of zero.
ZipCodeOfCountry - Enum in org.josef.util
Enumeration of zip codes, uses in different countries.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2008–2017. All rights reserved.