- 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
-
- 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
-
- callStoredProcedure(Connection, String, StoredProcedureParameter...) - Static method in class org.josef.jdbc.StoredProcedure
-
- 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
-
- 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
-
- 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
-
- computeHashCode(int, int) - Static method in class org.josef.util.HashUtil
-
- computeHashCode(int, long) - Static method in class org.josef.util.HashUtil
-
- computeHashCode(int, float) - Static method in class org.josef.util.HashUtil
-
- computeHashCode(int, double) - Static method in class org.josef.util.HashUtil
-
- computeHashCode(int, Object) - Static method in class org.josef.util.HashUtil
-
- 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
-
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- getCodeDescriptions(Locale) - Static method in enum org.josef.science.physics.Element
-
- getCodeDescriptions(Locale) - Static method in enum org.josef.util.CColor
-
- 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
-
- getCodeDescriptions(Locale) - Static method in enum org.josef.util.WeekDay
-
- 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
-
- getSpin() - Method in enum org.josef.science.physics.particle.Quark
-
- 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.
- 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.
- 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.
- 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.
- 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.