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

A

a() - Method in class org.josef.science.math.FunctionInterval
Gets the left side of this interval.
A - Static variable in class org.josef.web.html.HtmlTag
A link tag.
A_E - Static variable in class org.josef.web.html.HtmlTag
A link end tag.
A_S - Static variable in class org.josef.web.html.HtmlTag
A link start tag.
ABBR - Static variable in class org.josef.web.html.HtmlTag
Abbreviation tag.
ABBR_E - Static variable in class org.josef.web.html.HtmlTag
Abbreviation end tag.
ABBR_S - Static variable in class org.josef.web.html.HtmlTag
Abbreviation start tag.
abortAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'abort' action.
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
 
AbstractCompositeComponentTestBean - Class in org.josef.web.jsf.beans.test
Ultimate base class for Composite Component test Beans.
AbstractCompositeComponentTestBean() - Constructor for class org.josef.web.jsf.beans.test.AbstractCompositeComponentTestBean
 
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.crud
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.crud.AbstractCrudChildControllerBean
 
AbstractCrudControllerBean<T extends Persistable> - Class in org.josef.ejb.crud
Controller that support CRUD (Create, Read, Update Delete) actions on a JPA Entity.
AbstractCrudControllerBean() - Constructor for class org.josef.ejb.crud.AbstractCrudControllerBean
 
AbstractCrudEntityBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Super class for JSF Beans that perform CRUD actions (including searching and sorting) on JPA Entities using a MultiFieldComparator.
AbstractCrudEntityBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudEntityBean
 
AbstractCrudItemBean<T extends Serializable> - Class in org.josef.web.jsf.bean.crud
Super class for JSF Beans that perform CRUD actions (including searching and sorting) on Items.
AbstractCrudItemBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Public constructor to make this a bean.
AbstractCrudItemBean.DetailItemDelegate - Class in org.josef.web.jsf.bean.crud
Delegate for the maintenance of a single Item.
AbstractCrudItemBean.SearchItemsDelegate - Class in org.josef.web.jsf.bean.crud
Delegate for searching and sorting of Items.
AbstractCrudManyToManyEntityBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Short description.
AbstractCrudManyToManyEntityBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityBean
 
AbstractCrudManyToManyEntityUsingEntityManagerBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Short description.
AbstractCrudManyToManyEntityUsingEntityManagerBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityUsingEntityManagerBean
 
AbstractCrudManyToManyEntityUsingFacadeBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Short description.
AbstractCrudManyToManyEntityUsingFacadeBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityUsingFacadeBean
 
AbstractCrudManyToManyEntityUsingSessionBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Short description.
AbstractCrudManyToManyEntityUsingSessionBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityUsingSessionBean
 
AbstractCrudManyToOneEntityBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Super class for JSF Beans that perform CRUD actions (including searching and sorting) on JPA Entities that are on the Many side of a many-to-one relation.
AbstractCrudManyToOneEntityBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityBean
 
AbstractCrudManyToOneEntityUsingEntityManagerBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Super class for JSF Beans that perform CRUD actions (including searching and sorting) on a single JPA Entity, that is part of a many-to-one relation, by directly using an Entity Manager.
AbstractCrudManyToOneEntityUsingEntityManagerBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingEntityManagerBean
 
AbstractCrudManyToOneEntityUsingFacadeBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Short description.
AbstractCrudManyToOneEntityUsingFacadeBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingFacadeBean
 
AbstractCrudManyToOneEntityUsingSessionBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Super class for JSF Beans that perform CRUD actions (including searching and sorting) on a single JPA Entity, that is part of a many-to-one relation, by using a Stateless Session Bean that implements the CrudChildActions interface.
AbstractCrudManyToOneEntityUsingSessionBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingSessionBean
Public constructor to make this a bean.
AbstractCrudSingleEntityBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Super class for JSF Beans that maintain a single JPA Entity.
AbstractCrudSingleEntityBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityBean
 
AbstractCrudSingleEntityUsingEntityManagerBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Super class for JSF Beans that perform CRUD actions (including searching and sorting) on a single JPA Entity, by directly using an Entity Manager.
AbstractCrudSingleEntityUsingEntityManagerBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingEntityManagerBean
Public constructor to make this a bean.
AbstractCrudSingleEntityUsingFacadeBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Super class for JSF Beans that perform CRUD actions (including searching and sorting) on JPA Entities, by using a Facade, implemented as a Stateless Session Bean.
AbstractCrudSingleEntityUsingFacadeBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingFacadeBean
Public constructor to make this a bean.
AbstractCrudSingleEntityUsingSessionBean<T extends Persistable> - Class in org.josef.web.jsf.bean.crud
Super class for JSF Beans that perform CRUD actions (including searching and sorting) on JPA Entities, by using a Stateless Session Bean that implements the CrudActions interface.
AbstractCrudSingleEntityUsingSessionBean() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingSessionBean
Public constructor to make this a bean.
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.
AbstractFlow - Class in org.josef.web.jsf.flow
Abstraction of a flow (actually it is a poor man's flow mechanism).
The design is based upon the design of a menu and a menu item where a menu extends a menu item.
AbstractFlow() - Constructor for class org.josef.web.jsf.flow.AbstractFlow
No argument constructor to make this flow a Java Bean.
AbstractFlow(String) - Constructor for class org.josef.web.jsf.flow.AbstractFlow
Creates this flow from the supplied name.
AbstractFlowStep - Class in org.josef.web.jsf.flow
Abstraction of a single step that is part of a flow.
AbstractFlowStep() - Constructor for class org.josef.web.jsf.flow.AbstractFlowStep
No argument constructor to make this step a Java Bean.
AbstractFlowStep(String) - Constructor for class org.josef.web.jsf.flow.AbstractFlowStep
Creates this step from the supplied name.
AbstractGuiFlowStep - Class in org.josef.web.jsf.flow
Abstraction of a single step that is part of a flow and has a GUI representation (most likely a corresponding JSF page).
AbstractGuiFlowStep() - Constructor for class org.josef.web.jsf.flow.AbstractGuiFlowStep
No argument constructor to make this step a Java Bean.
AbstractGuiFlowStep(String) - Constructor for class org.josef.web.jsf.flow.AbstractGuiFlowStep
Creates this step from the supplied name.
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
 
AbstractSelect - Class in org.josef.web.jsf.binding.jcc
Abstract backing component for the different Select...
AbstractSelect() - Constructor for class org.josef.web.jsf.binding.jcc.AbstractSelect
 
AbstractStateHolder - Class in org.josef.web.jsf
Superclass for StateHolders.
AbstractStateHolder() - Constructor for class org.josef.web.jsf.AbstractStateHolder
 
AbstractTestComponentWithIntegerValuesBean - Class in org.josef.web.jsf.beans.test
Abstract super class for managed beans that test composite components that can be displayed differently when readonly and use integer properties.
AbstractTestComponentWithIntegerValuesBean() - Constructor for class org.josef.web.jsf.beans.test.AbstractTestComponentWithIntegerValuesBean
 
AbstractValidator - Class in org.josef.web.jsf.validator
Abstract superclass for all Validators.
AbstractValidator() - Constructor for class org.josef.web.jsf.validator.AbstractValidator
 
action() - Method in class org.josef.web.jsf.bean.DefaultActionBean
Handles the default action.
action() - Method in class org.josef.web.jsf.beans.test.CommandButtonTestBean
Executes the action.
ActionBean - Class in org.josef.web.jsf.bean
Common Actions suitable to be used from a JSF page.
ActionBean() - Constructor for class org.josef.web.jsf.bean.ActionBean
Public constructor to make this a bean.
actionListener(ActionEvent) - Method in class org.josef.web.jsf.bean.DefaultActionListenerBean
Handles the default actionListener with an empty implementation.
actionListener(ActionEvent) - Method in class org.josef.web.jsf.beans.test.CommandButtonTestBean
Executes the actionListener by logging a message.
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() - Method in class org.josef.web.jsf.beans.test.ComplexNumberTestBean
Adds the two complex numbers.
add(String, String) - Method in class org.josef.web.QueryString
Adds the supplied name and value to this query string.
addAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'add' action.
addAllAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'add all' action.
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.
addChildObserver(String, Class<O>) - Method in class org.josef.web.jsf.bean.crud.ItemObservable
Adds a JSF managed bean as an observer.
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.
addErrorMessage(Throwable, PersistAction, String, Object...) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.DetailItemDelegate
Adds an error message stating an action like persist, merge or remove was not successful.
addErrorMessage() - Method in class org.josef.web.jsf.beans.test.MessagesTestBean
Adds a message with severity type error.
addExpression(String) - Method in class org.josef.jpa.WhereClause
Adds the supplied expression to this WhereClause.
addFatalMessage() - Method in class org.josef.web.jsf.beans.test.MessagesTestBean
Adds a message with severity type fatal.
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.
addInfoMessage() - Method in class org.josef.web.jsf.beans.test.MessagesTestBean
Adds a message with severity type info.
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.
addMessage(FacesMessage, FacesMessage.Severity) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Adds the supplied message with the supplied severity, as a generic (not for a particular component) message.
addMessage(FacesMessage) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Adds the supplied message as a generic (not for a particular component) message.
addMessage(String, FacesMessage, FacesMessage.Severity) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Adds the supplied message with the supplied severity, as a specific message, for a component with the supplied clientId.
addMessage(String, FacesMessage) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Adds the supplied message, as a specific message, for a component with the supplied clientId.
addMissingCountry(Locale) - Static method in class org.josef.util.CLocale
Adds the country to the supplied locale, but only when it is missing.
addMoon(Moon) - Method in class org.josef.demo.jpa.Planet
Adds the supplied Moon to this Planet.
addObserver(Observer) - Method in class org.josef.web.jsf.bean.crud.ItemObservable
Blocks this method from being used since the ItemObservable.addChildObserver(String, Class) should be used instead.
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.
addPhaseListener(PhaseListener) - Static method in class org.josef.web.jsf.util.JsfFactoryUtil
Convenience method to add a PhaseListener.
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.
addSelectedAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'add selected' action.
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.
addStep(Class<? extends AbstractFlowStep>) - Method in class org.josef.web.jsf.flow.AbstractFlow
Adds an instance of the supplied stepClass as a step of this flow.
addSuccessMessage(PersistAction, String, Object...) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.DetailItemDelegate
Adds a message stating an action like persist, merge or remove was successful.
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.
addWarningMessage() - Method in class org.josef.web.jsf.beans.test.MessagesTestBean
Adds a message with severity type warning.
afterPhase(PhaseEvent) - Method in class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
Performs cross field validation.
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.
ApplicationSettingsBean - Class in org.josef.web.jsf.bean
Java Server Faces Application Settings bean.
ApplicationSettingsBean() - Constructor for class org.josef.web.jsf.bean.ApplicationSettingsBean
 
apply(FaceletContext, UIComponent) - Method in class org.josef.web.jsf.validator.DynamicValidatorHandler
.
applyAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'apply' action.
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.
asSelectItems(List<? extends Persistable>, String) - Static method in class org.josef.web.jsf.util.JsfJpaUtil
Creates items of type SelectItem from the supplied List of persistables, using reflection.
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
 
AutoCompleteBean - Class in org.josef.web.jsf.beans.demo.autoComplete
Auto Complete Bean.
AutoCompleteBean() - Constructor for class org.josef.web.jsf.beans.demo.autoComplete.AutoCompleteBean
 
autoCompleteElements(String) - Method in class org.josef.web.jsf.beans.demo.autoComplete.AutoCompleteBean
Creates an ordered auto complete list of Elements of the Periodic Table, using simple (but localized) Strings.
autoCompleteElementsUsingEnum(String) - Method in class org.josef.web.jsf.beans.demo.autoComplete.AutoCompleteBean
Creates an ordered auto complete list of Elements of the Periodic Table, consisting of Element enumerated items.
autoCompleteScientists(String) - Method in class org.josef.web.jsf.beans.demo.crud.jpa.ScientistBean
Creates an ordered auto complete list of Scientists.

B

b() - Method in class org.josef.science.math.FunctionInterval
Gets the right side of this interval.
B - Static variable in class org.josef.web.html.HtmlTag
Bold tag.
B_E - Static variable in class org.josef.web.html.HtmlTag
Bold end tag.
B_S - Static variable in class org.josef.web.html.HtmlTag
Bold start tag.
back() - Method in class org.josef.web.jsf.flow.AbstractFlow
Goes back to the previous startable step.
back() - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Goes back to the previous step.
backAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'back' action.
backAction() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Determines the action to navigate to the previous page.
backToSearchItemsListener(ActionEvent) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
When moving to the search page from the detail page, perform a search so changes at the item level are reflected at the search level.
BankAccountNumberTestBean - Class in org.josef.web.jsf.beans.test
Bank Account Number Bean.
BankAccountNumberTestBean() - Constructor for class org.josef.web.jsf.beans.test.BankAccountNumberTestBean
 
BankIdentifierCode - Class in org.josef.finance
Abstraction of a Bank Identifier Code (BIC).
BankIdentifierCode(String) - Constructor for class org.josef.finance.BankIdentifierCode
Constructs this BankIdentifierCode from the supplied bankIdentifierCode.
BankIdentifierCodeValidator - Class in org.josef.web.jsf.validator
A validator that validates a Bank Identifier Code (BIC).
BankIdentifierCodeValidator() - Constructor for class org.josef.web.jsf.validator.BankIdentifierCodeValidator
 
Base - Class in org.josef.science.math
Constants for the different number bases.
BASE - Static variable in class org.josef.web.html.HtmlTag
Base tag.
Base64 - Class in org.josef.util
Base64 encoding and decoding.
BASE_10 - Static variable in class org.josef.science.math.Base
Base 10 (decimal) system.
BASE_16 - Static variable in class org.josef.science.math.Base
Base 16 (hexadecimal) system.
BASE_2 - Static variable in class org.josef.science.math.Base
Base 2 (binary) system.
BASE_S - Static variable in class org.josef.web.html.HtmlTag
Base start tag.
BasicFlow - Class in org.josef.web.jsf.beans.demo.flow
Managed Bean to test basic functionality of the flow mechanism.
BasicFlow() - Constructor for class org.josef.web.jsf.beans.demo.flow.BasicFlow
Constructs this BasicFlow by adding the individual steps.
BasicFlowStepOne - Class in org.josef.web.jsf.beans.demo.flow
First step of the basic flow.
BasicFlowStepOne() - Constructor for class org.josef.web.jsf.beans.demo.flow.BasicFlowStepOne
No argument constructor to make this step a Java Bean.
BasicFlowStepThree - Class in org.josef.web.jsf.beans.demo.flow
Third and final step of the basic flow.
BasicFlowStepThree() - Constructor for class org.josef.web.jsf.beans.demo.flow.BasicFlowStepThree
No argument constructor to make this step a Java Bean.
BasicFlowStepTwo - Class in org.josef.web.jsf.beans.demo.flow
Second step of the basic flow.
BasicFlowStepTwo() - Constructor for class org.josef.web.jsf.beans.demo.flow.BasicFlowStepTwo
No argument constructor to make this step a Java Bean.
BDI - Static variable in class org.josef.web.html.HtmlTag
BDI tag.
BDI_E - Static variable in class org.josef.web.html.HtmlTag
BDI end tag.
BDI_S - Static variable in class org.josef.web.html.HtmlTag
BDI start tag.
BDO - Static variable in class org.josef.web.html.HtmlTag
BDO tag.
BDO_E - Static variable in class org.josef.web.html.HtmlTag
BDO end tag.
BDO_S - Static variable in class org.josef.web.html.HtmlTag
BDO start tag.
beforePhase(PhaseEvent) - Method in class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
This empty method is called before the model is updated.
beginTransaction() - Static method in class org.josef.jpa.EntityManagerHelper
Begins a transaction.
BIC_VALIDATOR_INVALID_BIC - Static variable in class org.josef.web.jsf.util.JsfMessages
Bank Identifier Code (BIC).
BiDirectionalMap<K,V> - Class in org.josef.util
Bidirectional Map, mapping keys to values and vice versa.
BiDirectionalMap(Class<K>, Class<V>) - Constructor for class org.josef.util.BiDirectionalMap
Constructs this BiDirectionalMap from the supplied keyClass and valueClass.
BigDecimalToIntegerConverter - Class in org.josef.util.convert
Converts a BigDecimal to an Integer.
BigDecimalToLongConverter - Class in org.josef.util.convert
Converts a BigDecimal to a Long.
BindingBean - Class in org.josef.web.jsf.beans.demo.binding
Binding Bean, demonstrating the usage of JSF's binding attribute.
BindingBean() - Constructor for class org.josef.web.jsf.beans.demo.binding.BindingBean
Creates the panel group and adds two children to it.
Bisection - Class in org.josef.science.math
Finds the roots of a function within a defined interval, using the Bisection method.
Bisection(int) - Constructor for class org.josef.science.math.Bisection
Creates this Bisection root finder using the supplied number of iterations.
Bisection(double) - Constructor for class org.josef.science.math.Bisection
Creates this Bisection root finder using the supplied accuracy.
BITS_5_TO_8_MASK - Static variable in class org.josef.science.math.CByte
Masks the four rightmost bits.
BITS_FOR_ONE_HEX_CHARACTER - Static variable in class org.josef.science.math.CByte
Number of bits that represent a single hexadecimal character.
BITS_IN_BYTE - Static variable in class org.josef.science.math.CByte
Number of bits in a single byte.
BLOCKQUOTE - Static variable in class org.josef.web.html.HtmlTag
Block quote tag.
BLOCKQUOTE_E - Static variable in class org.josef.web.html.HtmlTag
Block quote end tag.
BLOCKQUOTE_S - Static variable in class org.josef.web.html.HtmlTag
Block quote start tag.
BODY - Static variable in class org.josef.web.html.HtmlTag
Body tag.
BODY_E - Static variable in class org.josef.web.html.HtmlTag
Body end tag.
BODY_S - Static variable in class org.josef.web.html.HtmlTag
Body start tag.
BodyLength - Class in org.josef.web.jsf.binding.jcc
Backing component for the BodyLength composite component.
BodyLength() - Constructor for class org.josef.web.jsf.binding.jcc.BodyLength
 
BodyLengthTestBean - Class in org.josef.web.jsf.beans.test
Body Length Bean.
BodyLengthTestBean() - Constructor for class org.josef.web.jsf.beans.test.BodyLengthTestBean
 
BodyMassIndex - Class in org.josef.science.biology
Body Mass Index Calculation class.
BodyWeight - Class in org.josef.web.jsf.binding.jcc
Backing component for the BodyWeight composite component.
BodyWeight() - Constructor for class org.josef.web.jsf.binding.jcc.BodyWeight
 
BodyWeightTestBean - Class in org.josef.web.jsf.beans.test
Body Weight Bean.
BodyWeightTestBean() - Constructor for class org.josef.web.jsf.beans.test.BodyWeightTestBean
 
BR - Static variable in class org.josef.web.html.HtmlTag
Break tag.
BR_S - Static variable in class org.josef.web.html.HtmlTag
Break start tag.
BR_SE - Static variable in class org.josef.web.html.HtmlTag
Break start/end tag.
BRITISH_FOOT_TO_CM_FACTOR - Static variable in class org.josef.science.physics.LengthConverterSi2BritishImperial
Exact factor to convert feet to centimeters.
BRITISH_INCH_TO_CM_FACTOR - Static variable in class org.josef.science.physics.LengthConverterSi2BritishImperial
Exact factor to convert inches to centimeters.
BRITISH_MILE_TO_KILOMETER_FACTOR - Static variable in class org.josef.science.physics.LengthConverterSi2BritishImperial
Exact factor to convert miles to kilometers.
BRITISH_OUNCE_TO_GRAM - Static variable in class org.josef.science.physics.MassConverterSi2BritishImperial
Exact factor to convert ounces to grams.
BRITISH_POUND_TO_KILOGRAM_FACTOR - Static variable in class org.josef.science.physics.MassConverterSi2BritishImperial
Exact factor to convert pounds to grams.
BRITISH_STONE_TO_KILOGRAM_FACTOR - Static variable in class org.josef.science.physics.MassConverterSi2BritishImperial
Exact factor to convert stones to kilograms.
BRITISH_YARD_TO_METER_FACTOR - Static variable in class org.josef.science.physics.LengthConverterSi2BritishImperial
Exact factor to convert yards to centimeters.
BritishImperialLength - Enum in org.josef.science.physics
Enumeration of British Imperial lengths.
BritishImperialMass - Enum in org.josef.science.physics
Enumeration of British Imperial masses.
BS - Static variable in class org.josef.util.CCharacter
Backspace.
build() - Method in class org.josef.jpa.CColumn.Builder
Creates a new CColumn from this Builder.
build() - Method in interface org.josef.util.Builder
Builds an object using the 'Build Pattern' [Gamma 95, p.97].
build() - Method in class org.josef.util.xml.MarshalParameters.Builder
Builds the MarshalParameters object.
build() - Method in class org.josef.util.xml.UnmarshalParameters.Builder
Builds the UnmarshalParameters object.
Builder(String, Method, Integer) - Constructor for class org.josef.jpa.CColumn.Builder
Constructs this String type CColumn from the supplied name, getMethod and length.
Builder(String, Method, Integer, Integer) - Constructor for class org.josef.jpa.CColumn.Builder
Constructs this numeric type CColumn from the supplied name, getMethod, scale and precision.
Builder<T> - Interface in org.josef.util
Generic Builder Interface.
Builder(Object) - Constructor for class org.josef.util.xml.MarshalParameters.Builder
Creates this Builder using the supplied object and using default settings.
Builder(String, Class<T>) - Constructor for class org.josef.util.xml.UnmarshalParameters.Builder
Creates this Builder from the supplied xml, using default settings.
buildTree(TreeNode) - Static method in class org.josef.web.jsf.beans.demo.tree.TreeDumpBean
Builds a tree from the UIViewRoot.
BUNDLE - Static variable in class org.josef.web.jsf.util.JsfMessageUtil
Name of the application's resource bundle as defined as a var in faces-Config.xml.
BURGER_SERVICE_NUMMER_VALIDATOR_INVALID_BSN - Static variable in class org.josef.web.jsf.util.JsfMessages
Invalid Burger Service Nummer message.
Parameter 0: Burger Service Nummer.
BurgerServiceNummerTestBean - Class in org.josef.web.jsf.beans.test
Burger Service Nummer Bean.
BurgerServiceNummerTestBean() - Constructor for class org.josef.web.jsf.beans.test.BurgerServiceNummerTestBean
 
BurgerServiceNummerValidator - Class in org.josef.web.jsf.validator
A validator that validates a Dutch social security number (Burger Service Nummer or BSN).
BurgerServiceNummerValidator() - Constructor for class org.josef.web.jsf.validator.BurgerServiceNummerValidator
 
BUTTON - Static variable in class org.josef.web.html.HtmlTag
Button tag.
BUTTON_E - Static variable in class org.josef.web.html.HtmlTag
Button end tag.
BUTTON_S - Static variable in class org.josef.web.html.HtmlTag
Button start tag.
byteValue() - Method in class org.josef.science.math.CByte
Returns the value of this CByte as a byte.
byteValue() - Method in class org.josef.science.math.CDouble
Returns the value of this CDouble as a byte.
byteValue() - Method in class org.josef.science.math.CFloat
Returns the value of this CFloat as a byte.
byteValue() - Method in class org.josef.science.math.CInteger
Returns the value of this CInteger as a byte.
byteValue() - Method in class org.josef.science.math.CLong
Returns the value of this CLong as a byte.
byteValue() - Method in class org.josef.science.math.CShort
Returns the value of this CShort as a byte.

C

c() - Method in class org.josef.science.math.FunctionInterval
Gets the point between a and b.
C - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number C.
CAction - Enum in org.josef.web.jsf
Enumeration of Common Actions.
calculateBodyMassIndex(int, int) - Static method in class org.josef.science.biology.BodyMassIndex
Calculates the BMI (Body Mass Index) of an adult.
call(UIComponent, int) - Method in interface org.josef.web.jsf.util.UIComponentCallBack
Method that is called for every UIComponent found.
callStoredProcedure(DataSource, String, StoredProcedureParameter...) - Static method in class org.josef.jdbc.StoredProcedure
Calls a stored procedure using a DataSource.
callStoredProcedure(Connection, String, StoredProcedureParameter...) - Static method in class org.josef.jdbc.StoredProcedure
Calls a stored procedure using a Connection.
cancelAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'cancel' action.
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.
Car - Class in org.josef.demo.jpa
Car entity.
Car() - Constructor for class org.josef.demo.jpa.Car
Default constructor as required by the JPA specs for unenhanced classes.
Car(String, String) - Constructor for class org.josef.demo.jpa.Car
Constructs this Car from all the mandatory fields.
CarBean - Class in org.josef.web.jsf.beans.demo.crud.jpa
Car Bean, demonstrating maintenance of a 1 to 1 relationship, directly using an EntityManager.
CarBean() - Constructor for class org.josef.web.jsf.beans.demo.crud.jpa.CarBean
Public default constructor to make this a bean.
CarControllerBean - Class in org.josef.demo.ejb
Car Controller.
CarControllerBean() - Constructor for class org.josef.demo.ejb.CarControllerBean
 
CarControllerLocal - Interface in org.josef.demo.ejb
Local Car Controller Interface.
CarControllerRemote - Interface in org.josef.demo.ejb
Remote Car Controller Interface.
CarDetail - Class in org.josef.demo.jpa
CarDetail entity which has a one to one relation with Car.
CarDetail() - Constructor for class org.josef.demo.jpa.CarDetail
Default constructor as required by the JPA specs for unenhanced classes.
CarDetail(Car, CColor) - Constructor for class org.josef.demo.jpa.CarDetail
Constructs this CarDetail from all the mandatory fields.
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.
CarSearchCriteria - Class in org.josef.demo.jpa
Search criteria to find entities of type Car.
CarSearchCriteria() - Constructor for class org.josef.demo.jpa.CarSearchCriteria
Public default constructor to make this a bean.
Case - Enum in org.josef.util
Enumeration of possibles ways to convert characters.
caseInsensitiveDescriptionComparator - Static variable in class org.josef.util.CodeDescription
A comparator that sorts on description (case insensitive and ascending) and then code ascending.
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.
CCharacter - Class in org.josef.util
Character constants.
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.
checkGuessedNumber() - Method in class org.josef.web.jsf.beans.demo.guess.NumberGuessBean
Check the supplied guessedNumber against the number to guess.
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.
CInputState - Class in org.josef.web.jsf.custom.inputstate
Custom Component that represents the state of an input item.
CInputState() - Constructor for class org.josef.web.jsf.custom.inputstate.CInputState
 
CInputStateHtmlRenderer - Class in org.josef.web.jsf.custom.inputstate
HTML Renderer for CInputState components.
CInputStateHtmlRenderer() - Constructor for class org.josef.web.jsf.custom.inputstate.CInputStateHtmlRenderer
 
CInputText - Class in org.josef.web.jsf.custom.inputtext
Custom Component that enhances Primefaces InputText.
CInputText() - Constructor for class org.josef.web.jsf.custom.inputtext.CInputText
Creates the input text and subscribes to the PreRenderViewEvent.
CInputTextPanelGroup - Class in org.josef.web.jsf.custom.inputtext
Custom Component that enhances Primefaces InputText.
CInputTextPanelGroup() - Constructor for class org.josef.web.jsf.custom.inputtext.CInputTextPanelGroup
Creates the input text panel and subscribes to the PreRenderViewEvent.
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.
cleanStart() - Method in class org.josef.web.jsf.flow.AbstractFlow
Cleans data from a previous run and then starts this flow.
clear() - Static method in class org.josef.jpa.EntityManagerHelper
Clear the persistence context.
clear() - Method in class org.josef.util.CCache
Clears the cache.
clearAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'clear' action.
clearAllMembers(Object) - Static method in class org.josef.util.CReflection
Clears all member fields on the supplied object.
clearSessionData(HttpSession) - Static method in class org.josef.web.servlet.AbstractHttpServlet
Clears all data from the supplied session.
clearTimeInfo(Calendar) - Static method in class org.josef.util.CDate
Clears time information from the supplied calendar.
clearTimeInfo(Date) - Static method in class org.josef.util.CDate
Clears time information from the supplied date.
CLIENT_ERROR_HIGH - Static variable in class org.josef.web.HttpStatus
Highest (theoretical) client error status code.
CLIENT_ERROR_LOW - Static variable in class org.josef.web.HttpStatus
Lowest client error status code.
CLine - Class in org.josef.science.math.geometry
Abstraction of a line.
CLine(CPoint, CPoint) - Constructor for class org.josef.science.math.geometry.CLine
Creates this CLine from the supplied CPoints.
CLocale - Class in org.josef.util
Collection of Locale related methods.
CLong - Class in org.josef.science.math
This class wraps a primitive long value.
CLong.FibonacciIterator - Class in org.josef.science.math
Iterator suitable for iterating over all the Fibonacci numbers in sequence.
close(ResultSet, Statement, Connection) - Static method in class org.josef.jdbc.JdbcUtil
Closes the supplied resultSet, statement and connection.
close() - Method in class org.josef.util.CQueue
Closes the queue.
close() - Method in class org.josef.util.csv.CsvFileReader
Closes used resources.
close(Closeable...) - Static method in class org.josef.util.InputOutputUtil
Unconditionally closes the supplied Closeables.
close() - Method in class org.josef.web.servlet.GZipResponseStream
Closes this stream and writes the actual response.
closeAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'close' action.
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_DESCRIPTION_CONVERTER_UNKNOWN_CODE - Static variable in class org.josef.web.jsf.util.JsfMessages
 
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
 
CodeDescriptionConverter - Class in org.josef.web.jsf.converter
Standard converter for objects of type CodeDescription.
CodeDescriptionConverter() - Constructor for class org.josef.web.jsf.converter.CodeDescriptionConverter
 
CodeDescriptionConverterTestBean - Class in org.josef.web.jsf.beans.test
CodeDescriptionConverter test bean to test the CodeDescriptionConverter.
CodeDescriptionConverterTestBean() - Constructor for class org.josef.web.jsf.beans.test.CodeDescriptionConverterTestBean
 
codeDescriptionsToSelectItems(List<CodeDescription>) - Static method in class org.josef.web.jsf.util.JsfSelectItemsFromCodeDescriptionsUtil
Converts the supplied codeDescriptions to a list of SelectItem objects.
codeDescriptionToSelectItem(CodeDescription) - Static method in class org.josef.web.jsf.util.JsfSelectItemsFromCodeDescriptionsUtil
Converts the supplied codeDescription to a SelectItem.
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.
CommandButtonTestBean - Class in org.josef.web.jsf.beans.test
CommandButton Bean to test the CommandButton composite component.
CommandButtonTestBean() - Constructor for class org.josef.web.jsf.beans.test.CommandButtonTestBean
 
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.
compare(SelectItem, SelectItem) - Method in class org.josef.web.jsf.util.SelectItemComparator
Compares the supplied SelectItems on their labels (ignoring case), taking the sort order into account.
compareAllowingNulls(T, T) - Static method in class org.josef.util.CComparator
Utility method to compare two objects.
compareAllowingNulls(T, T, Order) - Static method in class org.josef.util.CComparator
Utility method to compare two objects.
compareAllowingNulls(T, T, Order, CComparator.OrderNulls) - Static method in class org.josef.util.CComparator
Utility method to compare two objects.
CompareField - Class in org.josef.util
Abstraction of a Field that is used in a comparison to determine the order of Objects that contain this Field.
CompareField(CompareField) - Constructor for class org.josef.util.CompareField
Copy constructor.
CompareField(Method...) - Constructor for class org.josef.util.CompareField
Creates this CompareField that will be orderer ascending.
CompareField(Method, Order) - Constructor for class org.josef.util.CompareField
Creates this CompareField that will be ordered according to the supplied order.
compareStringsIgnoringCase(String, String) - Static method in class org.josef.util.CComparator
Utility method to compare two Strings, ignoring case, while allowing for null Strings.
compareTo(UKSortCodeRange) - Method in class org.josef.finance.UKSortCodeRange
Compares this UKSortCodeRange against the supplied ukSortCodeRange.
compareTo(CByte) - Method in class org.josef.science.math.CByte
Compares two CByte objects numerically.
compareTo(CDouble) - Method in class org.josef.science.math.CDouble
Compares two CDouble objects numerically.
compareTo(CFloat) - Method in class org.josef.science.math.CFloat
Compares two CFloat objects numerically.
compareTo(CInteger) - Method in class org.josef.science.math.CInteger
Compares two CInteger objects numerically.
compareTo(CLong) - Method in class org.josef.science.math.CLong
Compares two CLong objects numerically.
compareTo(CRational) - Method in class org.josef.science.math.CRational
Compares the supplied rational with this CRational.
compareTo(CShort) - Method in class org.josef.science.math.CShort
Compares two CShort objects numerically.
compareTo(CodeDescription) - Method in class org.josef.util.CodeDescription
Compares this CodeDescription to the supplied codeDescription.
compareTo(MailServer) - Method in class org.josef.util.MailServer
Compares MailServers by preference and then by domain name.
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.
ComplexFlow - Class in org.josef.web.jsf.beans.demo.flow
Managed Bean to test the more complex functionality of the flow mechanism.
ComplexFlow() - Constructor for class org.josef.web.jsf.beans.demo.flow.ComplexFlow
Constructs this ComplexFlow by adding the individual steps.
ComplexNestedFlow - Class in org.josef.web.jsf.beans.demo.flow
Managed Bean to test the more complex functionality of the flow mechanism.
ComplexNestedFlow() - Constructor for class org.josef.web.jsf.beans.demo.flow.ComplexNestedFlow
No argument constructor to make this flow a Java Bean.
ComplexNestedFlowStepOne - Class in org.josef.web.jsf.beans.demo.flow
First step of a nested flow.
ComplexNestedFlowStepOne() - Constructor for class org.josef.web.jsf.beans.demo.flow.ComplexNestedFlowStepOne
No argument constructor to make this step a Java Bean.
ComplexNestedFlowStepTwo - Class in org.josef.web.jsf.beans.demo.flow
Second step of a nested flow.
ComplexNestedFlowStepTwo() - Constructor for class org.josef.web.jsf.beans.demo.flow.ComplexNestedFlowStepTwo
No argument constructor to make this step a Java Bean.
ComplexNumberTestBean - Class in org.josef.web.jsf.beans.test
Complex Number Bean.
ComplexNumberTestBean() - Constructor for class org.josef.web.jsf.beans.test.ComplexNumberTestBean
 
computeCollatzConjecture(BigInteger) - Static method in class org.josef.science.math.CBigInteger
Computes Collatz Conjecture.
computeEasterSunday(int) - Static method in class org.josef.util.CDate
For the supplied (Gregorian) year, this method calculates the date of Easter Sunday.
computeHashCode(int, boolean) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied value, to it.
computeHashCode(int, int) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied value, to it.
computeHashCode(int, long) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied value, to it.
computeHashCode(int, float) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied value, to it.
computeHashCode(int, double) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied value, to it.
computeHashCode(int, Object) - Static method in class org.josef.util.HashUtil
Multiplies the supplied currentHashCode by HashUtil.ODD_PRIME_HASH_CODE and adds the hash code, computed for the supplied object, to it.
computeMolecularWeight(String) - Static method in class org.josef.science.physics.Molecule
Computes the molecular weight for the supplied molecularFormula.
computeStatistics(boolean, double...) - Static method in class org.josef.science.math.CStatistics
Computes the mathematical statistics for the supplied values.
concat(T[], T[]) - Static method in class org.josef.util.CArray
Concatenates two arrays.
ConditionalFlow - Class in org.josef.web.jsf.beans.demo.flow
Managed Bean to test a conditional flow.
ConditionalFlow() - Constructor for class org.josef.web.jsf.beans.demo.flow.ConditionalFlow
Constructs this ConditionalFlow by adding the individual steps.
ConditionalFlowStepOne - Class in org.josef.web.jsf.beans.demo.flow
First step of the conditional flow.
ConditionalFlowStepOne() - Constructor for class org.josef.web.jsf.beans.demo.flow.ConditionalFlowStepOne
No argument constructor to make this step a Java Bean.
ConditionalFlowStepThree - Class in org.josef.web.jsf.beans.demo.flow
Final step of the conditional flow.
ConditionalFlowStepThree() - Constructor for class org.josef.web.jsf.beans.demo.flow.ConditionalFlowStepThree
No argument constructor to make this step a Java Bean.
ConditionalFlowStepTwo - Class in org.josef.web.jsf.beans.demo.flow
Second step of the conditional flow.
ConditionalFlowStepTwo() - Constructor for class org.josef.web.jsf.beans.demo.flow.ConditionalFlowStepTwo
No argument constructor to make this step a Java Bean.
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.
continueAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'continue' action.
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.
convertComponentForToClientFor(FacesContext, String, UIComponent) - Static method in class org.josef.web.jsf.util.JsfTreeUtil
Utility method to convert the "component id" as used in a for attribute to a client id.
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.
copyAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'copy' action.
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.
CR - Static variable in class org.josef.util.CCharacter
Carriage return.
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.
create(Class<? extends AbstractFlowStep>) - Static method in class org.josef.web.jsf.flow.FlowBeanFactory
Creates a managed flow bean from the supplied flowBeanClass.
createAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'create' action.
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.
createBigDecimalFormat(Locale, String) - Static method in class org.josef.util.FormatterFactory
Creates a NumberFormat object suitable for formatting and parsing BigDecimal numbers, based upon the supplied pattern.
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.
createDays(int) - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Creates the days the user can select from.
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.
createDefaultBigDecimalFormat(Locale) - Static method in class org.josef.util.FormatterFactory
Creates a default NumberFormat object suitable for formatting and parsing BigDecimal numbers.
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.
createElementFromFormParameters(UriInfo, Long, String, String, String, String, String, String, String) - Method in class org.josef.demo.ws.rest.elements.PeriodicTableElementResource
Creates a new Element or updates an existing Element from form parameters.
createElementUsingRest() - Method in class org.josef.web.jsf.beans.demo.rest.ElementRestBean
Creates an element using a REST web service.
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.
createErrorMessageFromLocalizedException(AbstractLocalizedException) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Creates a faces error message from the supplied localizedException.
createErrorMessageFromLocalizedRuntimeException(AbstractLocalizedRuntimeException) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Creates a faces error message from the supplied localizedRuntimeException.
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.
createJavaScriptAlert(FacesMessage) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Creates JavaScript code to create an alert (dialog box) that contains the supplied message.
createMap(K, V) - Static method in class org.josef.util.MapUtil
Creates a map that stores the supplied key/value pair.
createMethodExpressionActionListener(String) - Static method in class org.josef.web.jsf.util.JsfExpressionUtil
Creates a MethodExpressionActionListener from the supplied stringMethodExpression.
createMonths() - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Creates the months the user can select from.
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.
createOrUpdateElement(UriInfo, Element) - Method in class org.josef.demo.ws.rest.elements.PeriodicTableElementResource
Creates a new Element or updates an existing Element.
createOrUpdateElementFromJasonOrXML(UriInfo, Element) - Method in class org.josef.demo.ws.rest.elements.PeriodicTableElementResource
Creates a new Element or updates an existing Element from either JASON or XML.
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.
createValueExpression(String, Class<?>) - Static method in class org.josef.web.jsf.util.JsfExpressionUtil
Creates a value expression, where the expression uses the "Unified Expression Language".
createWhereClause(String) - Static method in class org.josef.jdbc.SqlStatementUtil
Creates a sql WHERE clause.
createYears(int, int) - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Creates the years the user can select from.
CReflection - Class in org.josef.util
Utility class to aid in using reflection.
CResourceBundle - Class in org.josef.util
A list of resource bundles that represents itself as a single ResourceBundle.
CResourceBundle(String) - Constructor for class org.josef.util.CResourceBundle
Constructs this CResourceBundle from the supplied resourceBundleName, using the default locale.
CResourceBundle(Locale) - Constructor for class org.josef.util.CResourceBundle
Constructs this CResourceBundle with an empty list of resource bundles.
CResourceBundle(Locale, String) - Constructor for class org.josef.util.CResourceBundle
Constructs this CResourceBundle from the supplied locale and resourceBundleName.
CrossFieldValidationBean - Class in org.josef.web.jsf.beans.demo.xfield
Cross Field Validation Bean to demonstrate cross field validation.
Note: This bean is used for both postValidate validation and "after update model" validation.
CrossFieldValidationBean() - Constructor for class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
 
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.
CrudControllerBean - Class in org.josef.ejb.crud
CRUD (Create Read Update Delete) Controller Bean using generic methods.
CrudControllerBean() - Constructor for class org.josef.ejb.crud.CrudControllerBean
 
CrudControllerLocal - Interface in org.josef.ejb.crud
Local interface to CrudControllerBean.
CrudControllerRemote - Interface in org.josef.ejb.crud
Remote interface to CrudControllerBean.
CrudServiceBean - Class in org.josef.web.jsf.beans.demo.crud.jpa.service
CRUD Service Bean, demonstrating CRUD actions using CrudControllerRemote.
CrudServiceBean() - Constructor for class org.josef.web.jsf.beans.demo.crud.jpa.service.CrudServiceBean
Public default constructor to make this a bean.
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.
CThreadManagement - Class in org.josef.util.management
Simple front to the ThreadMXBean bean.
CTriangle - Class in org.josef.science.math.geometry
Abstraction of a triangle in two dimensions.
CTriangle(CPoint, CPoint, CPoint) - Constructor for class org.josef.science.math.geometry.CTriangle
Creates this triangle from the supplied points.
CType - Enum in org.josef.jdbc
Enumeration of JDBC types.

D

D - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number D.
Database - Class in org.josef.jdbc
Utility class to access a relational database.
DatabaseType - Enum in org.josef.jdbc
Enumeration of (SQL) Databases.
DATALIST - Static variable in class org.josef.web.html.HtmlTag
Data list tag.
DATALIST_E - Static variable in class org.josef.web.html.HtmlTag
Data list end tag.
DATALIST_S - Static variable in class org.josef.web.html.HtmlTag
Data list start tag.
DATE - Static variable in class org.josef.jpa.FieldLengths
Length of a Date field.
Date - Class in org.josef.web.jsf.binding.jcc
Backing bean for the Date composite component.
Date() - Constructor for class org.josef.web.jsf.binding.jcc.Date
 
DATE_RANGE_VALIDATOR_DATE_AFTER_MAXIMUM_DATE - Static variable in class org.josef.web.jsf.util.JsfMessages
Date after maximum date message.
Parameter 0: Actual date entered by the user.
Parameter 1: Maximum date.
DATE_RANGE_VALIDATOR_DATE_BEFORE_MINIMUM_DATE - Static variable in class org.josef.web.jsf.util.JsfMessages
Date before minimum date message.
Parameter 0: Actual date entered by the user.
Parameter 1: Minimum date.
DateBean - Class in org.josef.web.jsf.bean
Date related Managed Bean.
DateBean() - Constructor for class org.josef.web.jsf.bean.DateBean
 
DateConversion - Class in org.josef.util.xml
Utility class to convert dates from and to XMLGregorianCalendar.
DateConverter - Class in org.josef.web.jsf.converter
Date Converter.
DateConverter() - Constructor for class org.josef.web.jsf.converter.DateConverter
 
DateRangeValidator - Class in org.josef.web.jsf.validator
A validator that validates that a date is within a certain range.
DateRangeValidator() - Constructor for class org.josef.web.jsf.validator.DateRangeValidator
 
DateRangeValidatorTestBean - Class in org.josef.web.jsf.beans.test
Date Range Validator Bean.
DateRangeValidatorTestBean() - Constructor for class org.josef.web.jsf.beans.test.DateRangeValidatorTestBean
 
DateSelect - Class in org.josef.web.jsf.binding.jcc
Backing bean for the DateSelect composite component.
DateSelect() - Constructor for class org.josef.web.jsf.binding.jcc.DateSelect
 
DateTestBean - Class in org.josef.web.jsf.beans.test
Date Bean.
DateTestBean() - Constructor for class org.josef.web.jsf.beans.test.DateTestBean
Initializes the dates.
DAY_1 - Static variable in class org.josef.science.physics.TimeConstants
Day 1.
DAY_10 - Static variable in class org.josef.science.physics.TimeConstants
Day 10.
DAY_11 - Static variable in class org.josef.science.physics.TimeConstants
Day 11.
DAY_12 - Static variable in class org.josef.science.physics.TimeConstants
Day 12.
DAY_13 - Static variable in class org.josef.science.physics.TimeConstants
Day 13.
DAY_14 - Static variable in class org.josef.science.physics.TimeConstants
Day 14.
DAY_15 - Static variable in class org.josef.science.physics.TimeConstants
Day 15.
DAY_16 - Static variable in class org.josef.science.physics.TimeConstants
Day 16.
DAY_17 - Static variable in class org.josef.science.physics.TimeConstants
Day 17.
DAY_18 - Static variable in class org.josef.science.physics.TimeConstants
Day 18.
DAY_19 - Static variable in class org.josef.science.physics.TimeConstants
Day 19.
DAY_2 - Static variable in class org.josef.science.physics.TimeConstants
Day 2.
DAY_20 - Static variable in class org.josef.science.physics.TimeConstants
Day 20.
DAY_21 - Static variable in class org.josef.science.physics.TimeConstants
Day 21.
DAY_22 - Static variable in class org.josef.science.physics.TimeConstants
Day 22.
DAY_23 - Static variable in class org.josef.science.physics.TimeConstants
Day 23.
DAY_24 - Static variable in class org.josef.science.physics.TimeConstants
Day 24.
DAY_25 - Static variable in class org.josef.science.physics.TimeConstants
Day 25.
DAY_26 - Static variable in class org.josef.science.physics.TimeConstants
Day 26.
DAY_27 - Static variable in class org.josef.science.physics.TimeConstants
Day 27.
DAY_28 - Static variable in class org.josef.science.physics.TimeConstants
Day 28.
DAY_29 - Static variable in class org.josef.science.physics.TimeConstants
Day 29.
DAY_3 - Static variable in class org.josef.science.physics.TimeConstants
Day 3.
DAY_30 - Static variable in class org.josef.science.physics.TimeConstants
Day 30.
DAY_31 - Static variable in class org.josef.science.physics.TimeConstants
Day 31.
DAY_4 - Static variable in class org.josef.science.physics.TimeConstants
Day 4.
DAY_5 - Static variable in class org.josef.science.physics.TimeConstants
Day 5.
DAY_6 - Static variable in class org.josef.science.physics.TimeConstants
Day 6.
DAY_7 - Static variable in class org.josef.science.physics.TimeConstants
Day 7.
DAY_8 - Static variable in class org.josef.science.physics.TimeConstants
Day 8.
DAY_9 - Static variable in class org.josef.science.physics.TimeConstants
Day 9.
DAYS_IN_A_YEAR - Static variable in class org.josef.util.CDate
Number of days in a (non leap) year.
DAYS_IN_WEEK - Static variable in enum org.josef.util.WeekDay
The number of days in a week.
DD - Static variable in class org.josef.web.html.HtmlTag
DD (description definition) tag.
DD_E - Static variable in class org.josef.web.html.HtmlTag
DD (description definition) end tag.
DD_S - Static variable in class org.josef.web.html.HtmlTag
DD (description definition) start tag.
DEBUG - Static variable in class org.josef.util.Message
A debug message.
DECIMAL_INTEREST_RATE - Static variable in class org.josef.finance.Finance
Constant to compute the decimal interest rate (perunage in Dutch) from a percentage.
decode(byte[]) - Static method in class org.josef.util.Base64
Decodes the supplied Base64 encoded input.
decodeFromFile(String) - Static method in class org.josef.util.Base64
Decodes the Base64 encoded data from the supplied fileName.
decodeToFile(byte[], String) - Static method in class org.josef.util.Base64
Decodes the supplied input to a file with the supplied fileName.
decodeUrl(String) - Static method in class org.josef.web.QueryStringUtil
Decodes the supplied url using UTF-8 encoding as recommended by the W3C.
DefaultActionBean - Class in org.josef.web.jsf.bean
Handles the default value for a composite component with an attribute named "action".
DefaultActionBean() - Constructor for class org.josef.web.jsf.bean.DefaultActionBean
 
DefaultActionListenerBean - Class in org.josef.web.jsf.bean
Handles the default value for a composite component with an attribute named "actionListener".
DefaultActionListenerBean() - Constructor for class org.josef.web.jsf.bean.DefaultActionListenerBean
 
DEL - Static variable in class org.josef.web.html.HtmlTag
Delete tag.
DEL_E - Static variable in class org.josef.web.html.HtmlTag
Delete end tag.
DEL_S - Static variable in class org.josef.web.html.HtmlTag
Delete start tag.
deleteAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'delete' action.
deleteElement() - Method in class org.josef.demo.ws.rest.elements.PeriodicTableElementResource
Deletes the Element with the id that was supplied at construction time.
deleteElementUsingRest() - Method in class org.josef.web.jsf.beans.demo.rest.ElementRestBean
Deletes the element using a REST web service.
DerbyDatabase - Class in org.josef.jdbc
Abstraction of a Derby database.
DerivedSiUnit - Enum in org.josef.science
Abstraction of a physical unit.
deserializeFromObject(File) - Static method in class org.josef.util.Serializer
Deserializes an object, previously serialized by Serializer.serializeAsObject(Serializable, File).
deserializeFromObject(InputStream) - Static method in class org.josef.util.Serializer
Deserializes an object, previously serialized by Serializer.serializeAsObject(Serializable, OutputStream).
deserializeFromXml(File) - Static method in class org.josef.util.Serializer
Deserializes an object, previously serialized by Serializer.serializeAsXml(Object, OutputStream).
deserializeFromXml(InputStream) - Static method in class org.josef.util.Serializer
Deserializes an object, previously serialized by Serializer.serializeAsXml(Object, OutputStream).
destroy() - Method in class org.josef.web.servlet.AbstractHttpServlet
Called by the servlet runner when this servlet has to be destroyed.
destroy() - Method in class org.josef.web.servlet.EncodeParameterFilter
Destroys this filter by doing absolutely nothing.
destroy() - Method in class org.josef.web.servlet.GZipFilter
Destroys this filter by doing absolutely nothing.
detach(Persistable) - Static method in class org.josef.jpa.EntityManagerHelper
Detaches the supplied persistable by removing it from the persistence context.
DETAIL_SUFFIX - Static variable in class org.josef.web.jsf.util.JsfMessageUtil
The suffix that is added to the bundle key to get the detail message.
DetailItemDelegate() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.DetailItemDelegate
 
DETAILS - Static variable in class org.josef.web.html.HtmlTag
Details tag.
DETAILS_E - Static variable in class org.josef.web.html.HtmlTag
Details end tag.
DETAILS_S - Static variable in class org.josef.web.html.HtmlTag
Details start tag.
DFN - Static variable in class org.josef.web.html.HtmlTag
Defining tag.
DFN_E - Static variable in class org.josef.web.html.HtmlTag
Defining end tag.
DFN_S - Static variable in class org.josef.web.html.HtmlTag
Defining start tag.
DIALOG - Static variable in class org.josef.web.html.HtmlTag
Dialog tag.
DIALOG_E - Static variable in class org.josef.web.html.HtmlTag
Dialog end tag.
DIALOG_S - Static variable in class org.josef.web.html.HtmlTag
Dialog start tag.
DIV - Static variable in class org.josef.web.html.HtmlTag
Div tag.
DIV_E - Static variable in class org.josef.web.html.HtmlTag
Div end tag.
DIV_S - Static variable in class org.josef.web.html.HtmlTag
Div start tag.
DIV_SE - Static variable in class org.josef.web.html.HtmlTag
Div start/end tag.
divide(byte) - Method in class org.josef.science.math.CByte
Divides this value by the supplied value.
divide(byte, byte) - Static method in class org.josef.science.math.CByte
Divides x by y.
divide(double) - Method in class org.josef.science.math.CDouble
Divides this value by the supplied value.
divide(double, double) - Static method in class org.josef.science.math.CDouble
Divides x by y.
divide(float) - Method in class org.josef.science.math.CFloat
Divides this value by the supplied value.
divide(float, float) - Static method in class org.josef.science.math.CFloat
Divides x by y.
divide(int) - Method in class org.josef.science.math.CInteger
Divides this value by the supplied value.
divide(int, int) - Static method in class org.josef.science.math.CInteger
Divides x by y.
divide(long) - Method in class org.josef.science.math.CLong
Divides this value by the supplied value.
divide(long, long) - Static method in class org.josef.science.math.CLong
Divides x by y.
divide(Complex) - Method in class org.josef.science.math.Complex
Multiplies this Complex number by the supplied Complex number.
divide(Complex, Complex) - Static method in class org.josef.science.math.Complex
Computes left * right.
divide(CRational) - Method in class org.josef.science.math.CRational
Divides this rational number by the supplied rational number.
divide(CRational, CRational) - Static method in class org.josef.science.math.CRational
Divides the left rational number by the right rational number.
divide(short) - Method in class org.josef.science.math.CShort
Divides this value by the supplied value.
divide(short, short) - Static method in class org.josef.science.math.CShort
Divides x by y.
divideAndFloor(byte) - Method in class org.josef.science.math.CByte
Divides this value by the supplied value and floors the result.
divideAndFloor(byte, byte) - Static method in class org.josef.science.math.CByte
Divides x by y and floors the result.
divideAndFloor(int) - Method in class org.josef.science.math.CInteger
Divides this value by the supplied value and floors the result.
divideAndFloor(int, int) - Static method in class org.josef.science.math.CInteger
Divides x by y and floors the result.
divideAndFloor(long) - Method in class org.josef.science.math.CLong
Divides this value by the supplied value and floors the result.
divideAndFloor(long, long) - Static method in class org.josef.science.math.CLong
Divides x by y and floors the result.
divideAndFloor(short) - Method in class org.josef.science.math.CShort
Divides this value by the supplied value and floors the result.
divideAndFloor(short, short) - Static method in class org.josef.science.math.CShort
Divides x by y and floors the result.
DL - Static variable in class org.josef.web.html.HtmlTag
DL (description list) tag.
DL_E - Static variable in class org.josef.web.html.HtmlTag
DL (description list) end tag.
DL_S - Static variable in class org.josef.web.html.HtmlTag
DL (description list) start tag.
DnsUtil - Class in org.josef.util
DNS related utility class.
DocType - Enum in org.josef.web.html
Enumeration of HTML DocTypes.
DOES_NOT_PASS_MODULO_CHECK_MSG - Static variable in class org.josef.finance.UKBankAccountNumber
Sort code/Bank account number do not pass modulo check message.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.josef.web.servlet.EncodeParameterFilter
Encodes parameters by wrapping the original request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.josef.web.servlet.GZipFilter
Zips the response when the client accepts gzip encoding and the size of the response exceeds the threshold.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.josef.web.demo.servlet.EchoParameterServlet
Echoes the request parameters.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.josef.web.demo.servlet.HelloWorldServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.josef.web.demo.servlet.TimeConsumingServlet
Performs a time consuming task (sleeping).
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.josef.web.servlet.AbstractCsvServlet
Processes the get request.
DOUBLE - Static variable in class org.josef.jpa.FieldLengths
Length of a Double field.
doubleValue() - Method in class org.josef.science.math.CByte
Returns the value of this CByte as a double.
doubleValue() - Method in class org.josef.science.math.CDouble
Returns the value of this CDouble as a double.
doubleValue() - Method in class org.josef.science.math.CFloat
Returns the value of this CFloat as a double.
doubleValue() - Method in class org.josef.science.math.CInteger
Returns the value of this CInteger as a double.
doubleValue() - Method in class org.josef.science.math.CLong
Returns the value of this CLong as a double.
doubleValue() - Method in class org.josef.science.math.CRational
Gets the value of this CRational as a double.
doubleValue() - Method in class org.josef.science.math.CShort
Returns the value of this CShort as a double.
doubleValueChanged(ValueChangeEvent) - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Evaluates the Double expression setter.
DQ - Static variable in class org.josef.util.CCharacter
Double quote.
DragAndDropBean - Class in org.josef.web.jsf.beans.demo.dragndrop
Managed Bean to demo the drag and drop functionality of Primefaces.
DragAndDropBean() - Constructor for class org.josef.web.jsf.beans.demo.dragndrop.DragAndDropBean
 
DT - Static variable in class org.josef.web.html.HtmlTag
DT (Defines term) tag.
DT_E - Static variable in class org.josef.web.html.HtmlTag
DT (Defines term) end tag.
DT_S - Static variable in class org.josef.web.html.HtmlTag
DT (Defines term) start tag.
DUTCH_BANK_ACCOUNT_NUMBER_INVALID_VALUE - Static variable in class org.josef.web.jsf.util.JsfMessages
Invalid Dutch Bank Account Number.
DUTCH_BANK_ACCOUNT_NUMBER_LENGTH - Static variable in class org.josef.finance.FinanceConstants
Exact length of a Dutch Bank Account Number usable for payments.
DUTCH_GIRO_ACCOUNT_NUMBER_VALIDATOR_INVALID_GIRO - Static variable in class org.josef.web.jsf.util.JsfMessages
Invalid Dutch Giro Account Number.
DUTCH_GIRO_ACCOUNT_NUMBER_VALIDATOR_RESERVED_GIRO - Static variable in class org.josef.web.jsf.util.JsfMessages
Reserved Dutch Giro Account Number.
DutchBankGiroAccountNumberValidator - Class in org.josef.web.jsf.validator
A validator that validates either a Dutch Giro Account or a Dutch Bank Account Number.
DutchBankGiroAccountNumberValidator() - Constructor for class org.josef.web.jsf.validator.DutchBankGiroAccountNumberValidator
 
DutchGiroAccountNumberValidator - Class in org.josef.web.jsf.validator
A validator that validates a Dutch Giro Account Number.
DutchGiroAccountNumberValidator() - Constructor for class org.josef.web.jsf.validator.DutchGiroAccountNumberValidator
Initializes the list of giro account numbers that should be excluded as valid account numbers.
DutchTelephoneNumberTestBean - Class in org.josef.web.jsf.beans.test
Telephone number Bean.
DutchTelephoneNumberTestBean() - Constructor for class org.josef.web.jsf.beans.test.DutchTelephoneNumberTestBean
 
DynamicValidatorHandler - Class in org.josef.web.jsf.validator
Adds dynamic evaluation of attributes to validators.
DynamicValidatorHandler(ValidatorConfig) - Constructor for class org.josef.web.jsf.validator.DynamicValidatorHandler
Constructs this DynamicValidatorhandler from the supplied validatorConfig.

E

EchoParameterServlet - Class in org.josef.web.demo.servlet
Servlet that echoes its request parameters.
EchoParameterServlet() - Constructor for class org.josef.web.demo.servlet.EchoParameterServlet
 
editAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'edit' action.
ElectricCharge - Enum in org.josef.science.physics.particle
Enumeration of all the possible electrical charges of particles in the standard model.
Element - Class in org.josef.demo.jpa
Element entity.
Element() - Constructor for class org.josef.demo.jpa.Element
Default constructor as required by the JPA specs for unenhanced classes.
Element(Long, String, String) - Constructor for class org.josef.demo.jpa.Element
Constructs this Element from the supplied number, symbol and name.
Element - Enum in org.josef.science.physics
Enumeration of all the Elements of the Periodic Table.
ElementaryBoson - Enum in org.josef.science.physics.particle
Enumeration of all the elementary Bosons.
ElementBean - Class in org.josef.web.jsf.beans.demo.crud.jpa
Element Bean, demonstrating maintenance of a single Entity, directly using an EntityManager.
ElementBean() - Constructor for class org.josef.web.jsf.beans.demo.crud.jpa.ElementBean
Public default constructor to make this a bean.
ElementRestBean - Class in org.josef.web.jsf.beans.demo.rest
Managed Bean to manage a single element of the periodic table, using REST services.
ElementRestBean() - Constructor for class org.josef.web.jsf.beans.demo.rest.ElementRestBean
 
ElementSearchCriteria - Class in org.josef.demo.jpa
Search criteria to find entities of type Element.
ElementSearchCriteria() - Constructor for class org.josef.demo.jpa.ElementSearchCriteria
Public default constructor to make this a bean.
ElementsRestBean - Class in org.josef.web.jsf.beans.demo.rest
Managed Bean to manage elements of the periodic table, using REST services.
ElementsRestBean() - Constructor for class org.josef.web.jsf.beans.demo.rest.ElementsRestBean
 
ELEVEN - Static variable in class org.josef.science.math.ModuloCheck
Eleven.
EM - Static variable in class org.josef.web.html.HtmlTag
Emphasize tag.
EM_E - Static variable in class org.josef.web.html.HtmlTag
Emphasize end tag.
EM_S - Static variable in class org.josef.web.html.HtmlTag
Emphasize start tag.
EMAIL_VALIDATOR_INVALID_EMAIL - Static variable in class org.josef.web.jsf.util.JsfMessages
Invalid email address message.
Parameter 0: Email address.
EmailTestBean - Class in org.josef.web.jsf.beans.test
Email Bean.
EmailTestBean() - Constructor for class org.josef.web.jsf.beans.test.EmailTestBean
 
EmailValidationPattern - Enum in org.josef.util
Enumeration of patterns to use for email address verification.
EmailValidator - Class in org.josef.web.jsf.validator
A validator that validates an email address.
EmailValidator() - Constructor for class org.josef.web.jsf.validator.EmailValidator
 
EMBED - Static variable in class org.josef.web.html.HtmlTag
Embed tag.
EMBED_E - Static variable in class org.josef.web.html.HtmlTag
Embed end tag.
EMBED_S - Static variable in class org.josef.web.html.HtmlTag
Embed start tag.
EMPTY_ARRAY_OF_CLASSES - Static variable in class org.josef.util.CArray
Empty array of Classes.
EMPTY_ARRAY_OF_CODE_DESCRIPTIONS - Static variable in class org.josef.util.CodeDescription
Empty array of CodeDescriptions.
EMPTY_ARRAY_OF_COMPARE_FIELDS - Static variable in class org.josef.util.CompareField
Empty array of Fields.
EMPTY_ARRAY_OF_FIELDS - Static variable in class org.josef.util.CArray
Empty array of Fields.
EMPTY_ARRAY_OF_METHODS - Static variable in class org.josef.util.CArray
Empty array of Methods.
EMPTY_ARRAY_OF_OBJECTS - Static variable in class org.josef.util.CArray
Empty array of Objects.
EMPTY_ARRAY_OF_PRIMITIVE_DOUBLES - Static variable in class org.josef.util.CArray
Empty array of primitive doubles.
EMPTY_ARRAY_OF_SELECT_ITEMS - Static variable in class org.josef.web.jsf.util.JsfSelectItemUtil
Empty array of SelectItems.
EMPTY_ARRAY_OF_STRINGS - Static variable in class org.josef.util.CArray
Empty array of Strings.
encode(String) - Static method in class org.josef.jdbc.JdbcUtil
Simple encode method that encodes a SQL parameter to prevent SQL injection.
encode(byte[], int) - Static method in class org.josef.util.Base64
Encodes the supplied input to a Base64 encoding.
encodeBegin(FacesContext) - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Sets the values of the day, month and year from the model date.
encodeBegin(FacesContext, UIComponent) - Method in class org.josef.web.jsf.component.UIMessageHtmlRenderer
Renders this component provided that the rendered property is true and a message exists for the component identified by the "for" attribute.
encodeBegin(FacesContext, UIComponent) - Method in class org.josef.web.jsf.component.UIMessagesHtmlRenderer
Renders this component provided that the rendered property is true.
encodeBegin(FacesContext, UIComponent) - Method in class org.josef.web.jsf.custom.inputstate.CInputStateHtmlRenderer
Encodes this component by encoding the "required" image, "valid" image and message.
encodeFromFile(String, int) - Static method in class org.josef.util.Base64
Encodes the information stored in the file identified by the supplied fileName.
EncodeParameterFilter - Class in org.josef.web.servlet
Filter that encodes request parameters.
EncodeParameterFilter() - Constructor for class org.josef.web.servlet.EncodeParameterFilter
 
encodeToFile(byte[], String, int) - Static method in class org.josef.util.Base64
Encodes the supplied input to a file with the supplied fileName.
encodeUrl(String) - Static method in class org.josef.web.QueryStringUtil
Encodes the supplied url using UTF-8 encoding as recommended by the W3C.
ENTITY_MERGE_ERROR - Static variable in class org.josef.web.jsf.util.JsfMessages
Error while merging an Entity.
ENTITY_MERGE_SUCCESSFULL - Static variable in class org.josef.web.jsf.util.JsfMessages
Entity was merged successfully.
ENTITY_PERSIST_ERROR - Static variable in class org.josef.web.jsf.util.JsfMessages
Error while persisting an Entity.
ENTITY_PERSIST_SUCCESSFULL - Static variable in class org.josef.web.jsf.util.JsfMessages
Entity was persisted successfully.
ENTITY_REMOVE_ERROR - Static variable in class org.josef.web.jsf.util.JsfMessages
Error while removing an Entity.
ENTITY_REMOVE_SUCCESSFULL - Static variable in class org.josef.web.jsf.util.JsfMessages
Entity was removed successfully.
EntityDataAccess - Class in org.josef.jpa
Utility class that provides data access for JPA/EJB 3 entities.
EntityManagerHelper - Class in org.josef.jpa
Entity Manager Helper utility class after an example by MyEclipse.
EnumConverter - Class in org.josef.web.jsf.converter
Converter for objects of type Enum that are backed by a properties file.
EnumConverter() - Constructor for class org.josef.web.jsf.converter.EnumConverter
 
EnumConverterTestBean - Class in org.josef.web.jsf.beans.test
EnumConverter Bean to test the EnumConverter..
EnumConverterTestBean() - Constructor for class org.josef.web.jsf.beans.test.EnumConverterTestBean
 
enumFromCode(Class<T>, Object) - Static method in class org.josef.util.CEnumeration
Gets the localizable enumerated constant of type T with the supplied code.
enumFromOrdinal(Class<T>, int) - Static method in class org.josef.util.CEnumeration
Gets the enumerated constant of type T with the supplied ordinal.
EnumMapper<F extends Enum<F>,S extends Enum<S>> - Class in org.josef.util
Utility class to map the enumerated constants of one enumeration, to the enumerated constants of another enumeration and vice versa.
EnumMapper(Class<F>, Class<S>) - Constructor for class org.josef.util.EnumMapper
Constructs this EnumMapper from the supplied firstEnumClass and secondEnumClass.
enumSetToSelectItems(EnumSet<E>) - Static method in class org.josef.web.jsf.util.JsfSelectItemsFromEnumsUtil
Converts the supplied enumSet, to a List of non localized SelectItem objects.
enumSetToSelectItems(EnumSet<E>, Locale) - Static method in class org.josef.web.jsf.util.JsfSelectItemsFromEnumsUtil
Converts the supplied enumSet, to a List of localized SelectItem objects.
enumsToSelectItems(Class<E>) - Static method in class org.josef.web.jsf.util.JsfSelectItemsFromEnumsUtil
Converts the supplied enumClass, to a List of non localized SelectItem objects.
enumsToSelectItems(Class<E>, Locale) - Static method in class org.josef.web.jsf.util.JsfSelectItemsFromEnumsUtil
Converts the supplied enumClass, to a List of localized SelectItem objects.
equals(Object) - Method in class org.josef.ejb.ValueObject
Determines whether this object is equal to the supplied Object.
equals(Object) - Method in class org.josef.finance.UKSortCodeRange
Determines if this UKSortCodeRange is equal to the supplied object.
equals(Object) - Method in class org.josef.jdbc.Column
Determines whether this Column is equal to the supplied object.
equals(Object) - Method in class org.josef.jdbc.OrderByClause
Determines whether this OrderByClause is equal to the supplied object.
equals(Object) - Method in class org.josef.jdbc.OrderByColumn
Determines whether this OrderByColumn is equal to the supplied object.
equals(Object) - Method in class org.josef.jdbc.Table
Determines whether this Table is equal to the supplied object.
equals(Object) - Method in class org.josef.jpa.AbstractEntity
Determines whether this AbstractEntity is equal to the supplied object.
equals(Object) - Method in class org.josef.jpa.CColumn
Determines whether this CColumn is equal to the supplied object.
equals(Object) - Method in class org.josef.science.math.CByte
Determines whether this object and the supplied object are the same.
equals(Object) - Method in class org.josef.science.math.CDouble
Determines whether this object and the supplied object are the same.
equals(double, double, double) - Static method in class org.josef.science.math.CDouble
Determines whether the supplied left and right double are equal to each other within the limit of the supplied delta.
equals(Object) - Method in class org.josef.science.math.CFloat
Determines whether this object and the supplied object are the same.
equals(float, float, float) - Static method in class org.josef.science.math.CFloat
Determines whether the supplied left and right float are equal to each other within the limit of the supplied delta.
equals(Object) - Method in class org.josef.science.math.CInteger
Determines whether this object and the supplied object are the same.
equals(Object) - Method in class org.josef.science.math.CLong
Determines whether this object and the supplied object are the same.
equals(Object) - Method in class org.josef.science.math.Complex
Determines whether this object and the supplied object are the same.
equals(Object) - Method in class org.josef.science.math.CRational
Determines whether the supplied object is equal to this CRational.
equals(Object) - Method in class org.josef.science.math.CShort
Determines whether this object and the supplied object are the same.
equals(Object) - Method in class org.josef.science.math.geometry.CLine
Determines whether this CLine is equal to the supplied line.
equals(Object) - Method in class org.josef.science.math.geometry.CPoint
Determines whether this CPoint is equal to the supplied point.
equals(Object) - Method in class org.josef.util.CodeDescription
Determines whether this CodeDescription and the supplied object are the same.
equals(Object) - Method in class org.josef.util.CompareField
Determines whether this CompareField is equal to the supplied object.
equals(Object) - Method in class org.josef.util.MailServer
Determines whether this object is equal to the supplied Object.
equals(Object) - Method in class org.josef.web.html.HtmlAttribute
Determines if the supplied htmlAttribute is equal to this HtmlAttribute.
equals(Object) - Method in class org.josef.web.jsf.demo.HtmlTag
ERROR - Static variable in class org.josef.util.Message
An error message.
escape(boolean) - Method in class org.josef.util.xml.MarshalParameters.Builder
Adds the escape option.
escape() - Method in class org.josef.util.xml.MarshalParameters
Determines whether the XML is escaped (true) or not (false).
escape(char[], int, int, boolean, Writer) - Method in class org.josef.util.xml.NoEscapeHandler
.
escapeControlCharacters(String) - Static method in class org.josef.util.CString
Replaces control characters in the range 00-1F with escape characters.
escapeQuotes(String) - Static method in class org.josef.web.html.HtmlUtil
Escapes all quotes (single and double) with an escape character (unless the quote has already been escaped).
evaluate(String) - Method in class org.josef.util.rpn.RpnCalc
Evaluates the supplied expression which should be written in RPN notation.
evaluateExpressionCall(String, Class<T>, Class<?>[], Object[]) - Static method in class org.josef.web.jsf.util.JsfExpressionUtil
Evaluates a method call value expression, where the expression uses the "Unified Expression Language".
evaluateExpressionGet(String, Class<T>) - Static method in class org.josef.web.jsf.util.JsfExpressionUtil
Evaluates a get value expression, where the expression uses the "Unified Expression Language".
evaluateExpressionSet(String, Class<T>, T) - Static method in class org.josef.web.jsf.util.JsfExpressionUtil
Evaluates a set value expression, where the expression uses the "Unified Expression Language".
evaluatePropertyExpression(Object, String) - Static method in class org.josef.util.CReflection
Gets the value of the supplied propertyExpression from the supplied bean.
EVENT_HAS_NULL_UI_COMPONENT - Static variable in class org.josef.web.jsf.util.JsfMessages
An event like an action event needs to have a UIComponent.
ExceptionHandlingBean - Class in org.josef.web.jsf.beans.demo.miscellaneous
Exception Handling Bean, demonstrating how exceptions are handled.
ExceptionHandlingBean() - Constructor for class org.josef.web.jsf.beans.demo.miscellaneous.ExceptionHandlingBean
 
execute(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a sql statement that is not a SELECT statement.
execute(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a sql statement that is not a SELECT statement.
executeNamedQuery(String, Map<String, Object>, Class<T>) - Static method in class org.josef.jpa.EntityDataAccess
Executes a named query.
executeNamedQuery(EntityManager, String, Map<String, Object>, Class<T>) - Static method in class org.josef.jpa.EntityDataAccess
Executes a named query using the supplied entityManager.
executeQuery(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQuery(DataSource, Integer, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQuery(Connection, Integer, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQuery(DataSource, Integer, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQuery(Connection, Integer, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement.
executeQueryWithLargeResultSet(DataSource, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that could possible result in a large result set.
executeQueryWithLargeResultSet(Connection, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that could possible result in a large result set.
executeSingleDoubleResultQuery(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row.
executeSingleDoubleResultQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row.
executeSingleLongResultQuery(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row.
executeSingleLongResultQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row.
executeSingleOptionalResultQuery(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row provided that the query results in the selection of a row.
executeSingleOptionalResultQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row provided that the query results in the selection of a row.
executeSingleResultQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that will fetch the first column from the first row.
executeSingleRowResultQuery(DataSource, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that returns a single row.
executeSingleRowResultQuery(Connection, ResultSetRowCallBackInterface<T>, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that returns a single row.
executeSingleRowResultQuery(DataSource, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that returns a single row.
executeSingleRowResultQuery(Connection, String, Object...) - Static method in class org.josef.jdbc.Database
Executes a SELECT statement that returns a single row.
EXPIRES_AFTER_A_DAY - Static variable in enum org.josef.web.CCookie
Cookie expires after a day.
EXPIRES_AFTER_A_MONTH - Static variable in enum org.josef.web.CCookie
Cookie expires after a month.
EXPIRES_AFTER_A_YEAR - Static variable in enum org.josef.web.CCookie
Cookie expires after a year.

F

f(double) - Method in interface org.josef.science.math.SingleParameterFunction
The mathematical function.
fa() - Method in class org.josef.science.math.FunctionInterval
Gets f(a).
factorial() - Method in class org.josef.science.math.CBigInteger
Computes the factorial of this CBigInteger.
factorial(int) - Static method in class org.josef.science.math.CLong
Computes the factorial of the supplied value.
factorize(BigInteger) - Static method in class org.josef.science.math.PrimeFactor
Factorizes the supplied BigInteger value into its prime factors.
factorize(long) - Static method in class org.josef.science.math.PrimeFactor
Factorizes the supplied long value into its prime factors.
failureAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'failure' action.
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.
FF - Static variable in class org.josef.util.CCharacter
Form feed.
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.SEVERE 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.
FIND_BY_PRIMARY_KEY_RETURNED_NULL - Static variable in class org.josef.web.jsf.util.JsfMessages
A find by primary key returned null.
Parameter 0: The name of the Entity.
Parameter 1: The primary key of the Entity.
findAll() - Method in class org.josef.demo.ejb.CarControllerBean
Finds all Cars.
findAll() - Method in interface org.josef.demo.ejb.CarControllerLocal
Finds all Elements.
findAll() - Method in class org.josef.demo.ejb.MoonControllerBean
Finds all Moons.
findAll() - Method in interface org.josef.demo.ejb.MoonControllerRemote
Finds all Moons.
findAll() - Method in class org.josef.demo.ejb.PeriodicTableControllerBean
Finds all Elements.
findAll() - Method in interface org.josef.demo.ejb.PeriodicTableControllerRemote
Finds all Elements.
findAll() - Method in class org.josef.demo.ejb.PlanetControllerBean
Finds all Planets.
findAll() - Method in interface org.josef.demo.ejb.PlanetControllerRemote
Finds all Planets.
findAll() - Method in class org.josef.demo.ejb.ScientistControllerBean
Finds all Scientists.
findAll() - Method in interface org.josef.demo.ejb.ScientistControllerRemote
Finds all Scientists.
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.
findAll(UIComponent, Class<T>) - Static method in class org.josef.web.jsf.util.JsfTreeUtil
Finds all UI components of a certain type.
findAll(UIComponent, Class<T>, String) - Static method in class org.josef.web.jsf.util.JsfTreeUtil
Finds all UI components of a certain type that have an attribute with the supplied attributeName.
findAllPlanets() - Method in class org.josef.demo.ejb.SolarSystemFacadeBean
Finds all Planets.
findAllPlanets() - Method in interface org.josef.demo.ejb.SolarSystemFacadeRemote
Finds all Planets.
findByCriteria(Searchable) - Method in class org.josef.demo.ejb.CarControllerBean
Finds Cars based upon criteria.
findByCriteria(Searchable) - Method in class org.josef.demo.ejb.MoonControllerBean
Finds Moons based upon criteria.
findByCriteria(Searchable) - Method in class org.josef.demo.ejb.PeriodicTableControllerBean
Finds Elements based upon criteria.
findByCriteria(Searchable) - Method in class org.josef.demo.ejb.PlanetControllerBean
Finds Planets based upon criteria.
findByCriteria(Searchable) - Method in class org.josef.demo.ejb.ScientistControllerBean
Finds Scientists based upon criteria.
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.crud.AbstractCrudChildControllerBean
Finds an Entity with the supplied id.
findById(Long) - Method in class org.josef.ejb.crud.AbstractCrudControllerBean
Finds an Entity with the supplied id.
findById(Class<T>, Number) - Method in class org.josef.ejb.crud.CrudControllerBean
Finds a persisted entity by its primary key.
findById(Class<T>, Number) - Method in interface org.josef.ejb.crud.CrudControllerRemote
Finds a persisted entity by its primary key.
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).
findByNamedQuery(Class<T>, String, Map<String, Object>) - Method in class org.josef.ejb.crud.CrudControllerBean
Finds entities using a named query with the supplied queryName.
findByNamedQuery(Class<T>, String, Map<String, Object>) - Method in interface org.josef.ejb.crud.CrudControllerRemote
Finds entities using a named query with the supplied queryName.
findByPrimaryKey() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.service.CrudServiceBean
Find an HtmlTag entity by its primary key.
findByTag() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.service.CrudServiceBean
Find an HtmlTag entity by its tag.
findClass(String) - Method in class org.josef.util.CClassLoader
Finds the class with the supplied className.
findComponent(UIComponent, String) - Static method in class org.josef.web.jsf.util.JsfTreeUtil
Finds the component with the supplied id.
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.
findMoonById(Long) - Method in class org.josef.demo.ejb.SolarSystemFacadeBean
Finds the Moon with the supplied objectId.
findMoonById(Long) - Method in interface org.josef.demo.ejb.SolarSystemFacadeRemote
Finds the Moon with the supplied objectId.
findMoonsByCriteria(MoonSearchCriteria) - Method in class org.josef.demo.ejb.SolarSystemFacadeBean
Finds Moons based upon criteria.
findMoonsByCriteria(MoonSearchCriteria) - Method in interface org.josef.demo.ejb.SolarSystemFacadeRemote
Finds Moons based upon criteria.
findPlanetById(Long) - Method in class org.josef.demo.ejb.SolarSystemFacadeBean
Finds the Planet with the supplied objectId.
findPlanetById(Long) - Method in interface org.josef.demo.ejb.SolarSystemFacadeRemote
Finds the Planet with the supplied objectId.
findPlanetsByCriteria(PlanetSearchCriteria) - Method in class org.josef.demo.ejb.SolarSystemFacadeBean
Finds Planets based upon criteria.
findPlanetsByCriteria(PlanetSearchCriteria) - Method in interface org.josef.demo.ejb.SolarSystemFacadeRemote
Finds Planets based upon criteria.
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.
finish() - Method in class org.josef.web.jsf.beans.demo.flow.FlowWithDoubleSteps
Makes the selected elements available under two different keys.
finish() - Method in class org.josef.web.jsf.flow.AbstractFlow
Finishes the current step and continues with the next startable step.
finish() - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Finishes this step (and continues with the next).
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.
FlowBeanFactory - Class in org.josef.web.jsf.flow
Factory for managed beans that are related to a flow.
FlowMenuHelper - Class in org.josef.web.jsf.flow
Helper class to create a menu (model) from an flow.
FlowMenuHelper() - Constructor for class org.josef.web.jsf.flow.FlowMenuHelper
No argument constructor to make this helper a Java Bean.
FlowWithDoubleSteps - Class in org.josef.web.jsf.beans.demo.flow
Managed Bean to test using the same step twice in a flow.
FlowWithDoubleSteps() - Constructor for class org.josef.web.jsf.beans.demo.flow.FlowWithDoubleSteps
Constructs this FlowWithDoubleSteps by adding the individual steps.
FlowWithDoubleStepsFinalStep - Class in org.josef.web.jsf.beans.demo.flow
Final step of the flow with double steps.
FlowWithDoubleStepsFinalStep() - Constructor for class org.josef.web.jsf.beans.demo.flow.FlowWithDoubleStepsFinalStep
No argument constructor to make this step a Java Bean.
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.
FormBean - Class in org.josef.web.jsf.bean
Form related Managed Bean.
FormBean() - Constructor for class org.josef.web.jsf.bean.FormBean
 
forward(String) - Static method in class org.josef.web.jsf.util.JsfNavigationUtil
Forwards (dispatches) to the supplied path.
forwardAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'forward' action.
FOUR - Static variable in class org.josef.science.math.CBigInteger
The constant value 4.
FOUR - Static variable in class org.josef.science.math.CDouble
The constant value 4.0.
FOUR_CENTURIES - Static variable in class org.josef.util.CDate
Every fourth century is a leap year in the Gregorian Calendar.
FOUR_YEARS - Static variable in class org.josef.util.CDate
Every fourth year is a leap year.
from(Phase, Phase) - Static method in enum org.josef.science.physics.Phase.Transition
Gets the transition from the supplied phase, to the supplied phase.
fromBritishPoundsToKilograms(double) - Static method in class org.josef.science.physics.MassConverterSi2BritishImperial
Converts the supplied number of British pounds to kilograms.
fromCentimetersToFootAndInches(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of centimeters to feet and inches.
fromCentimetersToInches(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of centimeters to inches.
fromFeetAndInchesToCentimeters(int, double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of feet and inches to centimeters.
fromGrams(double) - Method in enum org.josef.science.physics.MetricMass
Converts the supplied mass in grams to this mass.
fromInchesToCentimeters(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of inches to centimeters.
fromKilogramsToBritishPounds(double) - Static method in class org.josef.science.physics.MassConverterSi2BritishImperial
Converts the supplied number of kilograms to British pounds.
fromKilogramsToStonesAndPounds(double) - Static method in class org.josef.science.physics.MassConverterSi2BritishImperial
Converts the supplied number of kilograms to stones and pounds.
fromKilometers(double) - Method in enum org.josef.science.physics.MetricLength
Converts the supplied length in kilometers to this length.
fromKilometersToMiles(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of kilometers to miles.
fromKilos(double) - Method in enum org.josef.science.physics.MetricMass
Converts the supplied mass in kilo's to this mass.
fromMaskedValue(String, String) - Static method in class org.josef.util.Mask
Converts the supplied maskedValue to a value that does not contain mask characters.
fromMaskedValue(String) - Method in enum org.josef.util.ZipCodeOfCountry
Removes mask characters from the supplied zipCode.
fromMeters(double) - Method in enum org.josef.science.physics.MetricLength
Converts the supplied length in meters to this length.
fromMetersToYards(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of meters to yards.
fromMiles(double) - Method in enum org.josef.science.physics.BritishImperialLength
Converts the supplied length in miles to this length.
fromMilesToKilometers(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of miles to kilometers.
fromOunces(double) - Method in enum org.josef.science.physics.BritishImperialMass
Converts the supplied mass in ounces to this mass.
fromPounds(double) - Method in enum org.josef.science.physics.BritishImperialMass
Converts the supplied mass in pounds to this mass.
fromStonesAndPoundsToKilograms(int, double) - Static method in class org.josef.science.physics.MassConverterSi2BritishImperial
Converts the supplied number of stones and pounds to kilograms.
fromString(String) - Static method in enum org.josef.jdbc.ConstraintType
Converts the supplied code to the corresponding enumerated value.
fromUnmaskedValue(String, String) - Static method in class org.josef.util.Mask
Converts the supplied unmaskedValue to a value that contains mask characters.
fromUnmaskedValue(String) - Method in enum org.josef.util.ZipCodeOfCountry
Adds mask characters to the supplied zipCode.
fromYards(double) - Method in enum org.josef.science.physics.BritishImperialLength
Converts the supplied length in yards to this length.
fromYardsToMeters(double) - Static method in class org.josef.science.physics.LengthConverterSi2BritishImperial
Converts the supplied number of yards to meters.
FunctionInterval - Class in org.josef.science.math
Abstraction of an interval of a function.
FunctionInterval(SingleParameterFunction, double, double) - Constructor for class org.josef.science.math.FunctionInterval
Creates this FunctionInterval from the supplied function and left and right sides of the interval.
futureValue(double, double, int) - Static method in class org.josef.finance.Finance
Computes the future value of a starting capital (present value) for which compound interest will be received annually.
futureValue(double, double, int, double) - Static method in class org.josef.finance.Finance
Computes the future value of a starting capital (present value) for which compound interest will be received interestPaymentsPerPeriod times per period for the duration of the supplied periods.

G

Generation - Enum in org.josef.science.physics.particle
Enumeration of all the generations of particles in the standard model.
GENERIC_MASK_CONVERTER_INVALID_VALUE - Static variable in class org.josef.web.jsf.util.JsfMessages
Invalid value message.
GENERIC_MASK_CONVERTER_INVALID_VALUE_WITHOUT_MASK - Static variable in class org.josef.web.jsf.util.JsfMessages
Invalid value message.
genericLogger - Static variable in class org.josef.util.LogUtil
Generic logger.
GenericMaskConverter - Class in org.josef.web.jsf.converter
Generic Mask Converter.
GenericMaskConverter() - Constructor for class org.josef.web.jsf.converter.GenericMaskConverter
 
GenericObjectToStringConverter - Class in org.josef.util.convert
Generic converter from Object to String that simply uses the Object.toString() method.
GenericStringConverter - Class in org.josef.web.jsf.converter
Generic String Converter.
GenericStringConverter() - Constructor for class org.josef.web.jsf.converter.GenericStringConverter
 
get(K) - Method in class org.josef.util.CCache
Gets the value corresponding to the supplied key from the cache.
getAccountNumber() - Method in class org.josef.web.jsf.beans.test.UKBankAccountNumberTestBean
Gets the account number.
getAccuracy() - Method in class org.josef.science.math.AbstractRootFinder
Gets the accuracy of the root to find.
getAction(String) - Static method in enum org.josef.web.jsf.CAction
Gets the enumerated CAction that corresponds with the supplied name.
getActiveFrom() - Method in enum org.josef.util.Iso3166Country
Gets the date from which this country is active or null when this country was active from the beginning.
getActiveRequests() - Method in class org.josef.web.servlet.AbstractHttpServlet
Gets the number of active requests.
getActiveUntil() - Method in enum org.josef.util.Iso3166Country
Gets the date until this country is active or null when this country is currently active.
getActualConstraint(Connection, String, String) - Method in class org.josef.jdbc.Database
Gets the constraint owned by the supplied owner and with the supplied name, from the database.
getActualConstraint(Connection, String, String) - Method in class org.josef.jdbc.DerbyDatabase
Gets the constraint owned by the supplied owner and with the supplied name, from the database.
getActualConstraint(Connection, String, String) - Method in class org.josef.jdbc.OracleDatabase
Gets the constraint owned by the supplied owner and with the supplied name, from the database.
getActualConstraints(Connection, String, String) - Method in class org.josef.jdbc.Database
Gets all constraints on the supplied tableName, owned by the supplied owner.
getActualConstraints(Connection, String, String) - Method in class org.josef.jdbc.DerbyDatabase
Gets all constraints on the supplied tableName, owned by the supplied owner.
getActualConstraints(Connection, String, String) - Method in class org.josef.jdbc.OracleDatabase
Gets the all constraints on the supplied tableName, owned by the supplied owner.
getActualDatabase(DatabaseMetaData) - Static method in class org.josef.jdbc.Database
Gets the actual database, like DerbyDatabase or OracleDatabase.
getActualDatabaseTime(Connection) - Method in class org.josef.jdbc.Database
Gets the time of the actual database.
getActualDatabaseTime(Connection) - Method in class org.josef.jdbc.DerbyDatabase
Gets the time of the actual database.
getActualDatabaseTime(Connection) - Method in class org.josef.jdbc.OracleDatabase
Gets the time from an Oracle database server.
getActualTableMetaData(Connection, String, String) - Method in class org.josef.jdbc.Database
Gets the meta data of the table identified by the supplied tableName.
getActualTableMetaData(Connection, String, String) - Method in class org.josef.jdbc.DerbyDatabase
Gets the meta data of the table identified by the supplied tableName.
getActualTableMetaData(Connection, String, String) - Method in class org.josef.jdbc.OracleDatabase
Gets the meta data of the table identified by the supplied tableName.
getActualTables(Connection, String) - Method in class org.josef.jdbc.Database
Gets the database tables owned by the supplied owner.
getActualTables(Connection, String) - Method in class org.josef.jdbc.DerbyDatabase
Gets the database tables owned by the supplied owner.
getActualTables(Connection, String) - Method in class org.josef.jdbc.OracleDatabase
Gets the database tables owned by the supplied owner.
getAirco() - Method in class org.josef.demo.jpa.CarDetail
Determines whether the corresponding car has air-conditioning (true) or not (false).
getAirco() - Method in class org.josef.demo.jpa.CarSearchCriteria
Gets the airco of the Car.
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.
getAllPersistActions() - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Gets all the PersistActions.
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.
getAphelion() - Method in class org.josef.demo.jpa.Planet
Gets the aphelion of this Planet in kilometers.
The aphelion is the smallest distance to the star this Planet belongs to.
getApplication() - Static method in class org.josef.web.jsf.util.JsfUtil
Convenience method to get the application.
getApplicationMap() - Static method in class org.josef.web.jsf.util.JsfUtil
Convenience method to get the application map.
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.
getAsCalendar(int) - Static method in class org.josef.util.JulianDate
Converts the supplied Julian day to a LocalDate.
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.
getAsLocalDate(int) - Static method in class org.josef.util.JulianDate
Converts the supplied Julian day to a LocalDate.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.CodeDescriptionConverter
Converts the supplied code to an object of type CodeDescription.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.DateConverter
Converts the supplied stringDate to an object of type Date.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.EnumConverter
Converts the supplied stringEnum to an object of type Enum.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.GenericMaskConverter
Converts the supplied maskedValue to a String that does not contain any mask characters.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.GenericStringConverter
Converts the supplied String value to a new String.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.HtmlTagConverter
Converts the name of an HtmlTag to an actual HtmlTag.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.LocaleConverter
Converts the supplied stringLocale to an object of type Locale.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.LocalizableEnumConverter
Converts the supplied stringEnum to an object of type LocalizableEnumeration.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.PaddingConverter
Converts the supplied String value to a new padded String.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.PerunageConverter
Converts the supplied String value to 1% of the supplied value.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.SpecialMaskConverter
Converts the supplied maskedValue to a String that does not contain any mask characters.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.TimeZoneConverter
Converts the supplied stringTimeZone to an object of type TimeZone.
getAsObject(FacesContext, UIComponent, String) - Method in class org.josef.web.jsf.converter.ZipCodeConverter
Adds mask characters to the supplied zipCode.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.CodeDescriptionConverter
Converts the supplied codeDescription to a String.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.DateConverter
Converts the supplied date to a String.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.EnumConverter
Converts the supplied enumeratedValue to a localized String consisting of the localized description of the enumerated value.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.GenericMaskConverter
Converts the supplied unmaskedValue to a masked value.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.GenericStringConverter
Converts the supplied value to a String, by calling toString() on it.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.HtmlTagConverter
Converts the supplied htmlTag to a String.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.LocaleConverter
Converts the supplied locale to a String.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.LocalizableEnumConverter
Converts the supplied enumeratedValue to a localized String consisting of the localized description of the enumerated value.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.PaddingConverter
Converts the supplied value to a String, by calling toString() on it.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.PerunageConverter
Converts the supplied perunage to a percentage.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.TimeZoneConverter
Converts the supplied timeZone to a String.
getAsString(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.converter.ZipCodeConverter
Removes mask characters from the supplied zipCode.
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.
getAttribute(UIComponent, String) - Static method in class org.josef.web.jsf.util.JsfComponentUtil
Convenience method to get an attribute from a component.
getAttribute(UIComponent, String, T) - Static method in class org.josef.web.jsf.util.JsfComponentUtil
Convenience method to get an optional attribute of type <T> from a component.
getAuditTrailData() - Method in class org.josef.demo.jpa.Moon
Gets the audit trail data.
getAuditTrailData() - Method in class org.josef.demo.jpa.NobelPrizeCategory
Gets the audit trail data.
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.
getAutoCompleteSuggestions(List<SelectItem>, String, int) - Static method in class org.josef.web.jsf.util.JsfAutoCompleteUtil
Gets auto complete suggestions.
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.
getBankIdentifierCode() - Method in class org.josef.web.jsf.beans.test.BankAccountNumberTestBean
Gets the bank identifier code (BIC).
getBasicBankAccountNumber() - Method in class org.josef.finance.InternationalBankAccountNumber
Gets the Basic Bank Account Number (BBAN) from this IBAN.
getBasicThreadInfo() - Static method in class org.josef.util.management.CThreadManagement
Gets the basic thread information for each and every existing Thread.
getBelgiumZipCode() - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Gets the Belgium zip code.
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.
getBigDecimalFormat() - Method in class org.josef.util.Formatter
Gets a formatter suitable for formatting BigDecimal numbers.
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.
getBirthDate() - Method in class org.josef.web.jsf.beans.test.MonthYearTestBean
Gets the birth date.
getBirthDay() - Method in class org.josef.demo.jpa.Scientist
Gets the birth day of this Scientist.
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.
getBlock() - Method in class org.josef.demo.jpa.Element
Gets the block of this Element.
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.
getBooleanAttribute(UIComponent, String) - Static method in class org.josef.web.jsf.util.JsfComponentUtil
Convenience method to get a boolean attribute from a component.
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.
getBsn() - Method in class org.josef.web.jsf.beans.test.BurgerServiceNummerTestBean
Gets the burger service nummer.
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.
getCar() - Method in class org.josef.demo.jpa.CarDetail
Gets the Car of this CarDetail.
getCar() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.CarBean
Gets the Car.
getCarDetail() - Method in class org.josef.demo.jpa.Car
Gets the details of this Car.
getCase() - Method in class org.josef.web.jsf.converter.GenericStringConverter
Gets the case attribute.
getCategoriesAsSelectItems() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeCategoryBean
Gets all NobelPrizeCategories as SelectItems.
getCategory(Long) - Method in class org.josef.demo.ws.rest.nobelprize.NobelPrizeCategoriesResource
Gets the sub resource to handle the "{category}" part of the path.
getCategoryId() - Method in class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Gets the ID of the NobelPrizeCategory of the NobelPrize of the NobelPrizeLaureate.
getCategoryId() - Method in class org.josef.demo.jpa.NobelPrizeSearchCriteria
Gets the id of the NobelPrizeCategory of the NobelPrize.
getCentimetersComponent() - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Gets the length in centimeters input component.
getCharacter() - Method in class org.josef.web.jsf.converter.PaddingConverter
Gets the pad character.
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.
getClasses() - Method in class org.josef.demo.ws.rest.MyRestServicesApplication
Gets all classes that implement REST services.
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.
getClientId(UIComponent) - Method in class org.josef.web.jsf.bean.FormBean
Gets the client of the form that contains the supplied component.
getClientIdOfForm(FacesContext, UIComponent) - Static method in class org.josef.web.jsf.util.JsfTreeUtil
Gets the client id of the form in which the supplied uiComponent is nested.
getClob(int) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getClob(String) - Method in interface org.josef.jdbc.ResultSetRowInterface
Gets the value of the supplied column.
getCode() - Method in enum org.josef.jdbc.ConstraintType
Gets the code for this enumerated value.
getCode() - Method in enum org.josef.science.physics.astronomy.Planet
Gets the code of this Planet.
getCode() - Method in enum org.josef.science.physics.Element
Gets the code of this Element.
getCode() - Method in enum org.josef.util.CColor
Gets the code of this CColor which equals the name() of this CColor.
getCode() - Method in class org.josef.util.CodeDescription
Gets the code.
getCode() - Method in enum org.josef.util.Iso3166Country
Gets the 2 letter code of this Iso3166Country.
getCode() - Method in interface org.josef.util.LocalizableEnumeration
Gets the code of the enumerated constant.
getCode() - Method in enum org.josef.util.Month
Gets the code of this Month.
getCode() - Method in enum org.josef.util.Nationality
Gets the 2 letter code of this Nationality.
getCode() - Method in enum org.josef.util.WeekDay
Gets the code of this WeekDay.
getCodeDescription(Locale) - Method in enum org.josef.science.physics.astronomy.Planet
Gets the CodeDescription of this Planet.
getCodeDescription(Locale) - Method in enum org.josef.science.physics.Element
Gets the CodeDescription of this Element.
getCodeDescription(Locale) - Method in enum org.josef.util.CColor
Gets the CodeDescription of this CColor.
getCodeDescription(T, Locale) - Static method in class org.josef.util.CEnumeration
Gets the CodeDescription of the supplied localizableEnumeratedConstant.
getCodeDescription(Locale) - Method in enum org.josef.util.Iso3166Country
Gets the CodeDescription of this Iso3166Country.
getCodeDescription(Locale) - Method in interface org.josef.util.LocalizableEnumeration
Gets the CodeDescription of the enumerated constant.
getCodeDescription(Locale) - Method in enum org.josef.util.Month
Gets the CodeDescription of this Month.
getCodeDescription(Locale) - Method in enum org.josef.util.Nationality
Gets the CodeDescription of this Nationality.
getCodeDescription(Locale) - Method in enum org.josef.util.WeekDay
Gets the CodeDescription of this WeekDay.
getCodeDescriptions(Locale) - Static method in enum org.josef.science.physics.astronomy.Planet
Gets a List of CodeDescription objects for all the Planets.
getCodeDescriptions(Locale) - Static method in enum org.josef.science.physics.Element
Gets a List of CodeDescription objects for all the Elements.
getCodeDescriptions(Locale) - Static method in enum org.josef.util.CColor
Gets a List of CodeDescription objects for all the CColors.
getCodeDescriptions(Class<T>, Locale) - Static method in class org.josef.util.CEnumeration
Gets CodeDescriptions for all the localizable enumerated constants of the supplied localizableEnumeration.
getCodeDescriptions(Locale) - Static method in enum org.josef.util.Iso3166Country
Gets a List of CodeDescription objects for all the active ISO-3166 countries, ordered by name of the country.
getCodeDescriptions(Locale) - Static method in enum org.josef.util.Month
Gets a List of CodeDescription objects for all the Months.
getCodeDescriptions(Locale) - Static method in enum org.josef.util.WeekDay
Gets a List of CodeDescription objects for all the WeekDays.
getCodeDescriptionsUsingEnumNameAsCode(Class<T>, Locale) - Static method in class org.josef.util.CEnumeration
Gets CodeDescriptions for all the enumerated constants of the supplied enumeration, using the names of the enumerated constants as the code for the different CodeDescriptions.
getCodeDescriptionUsingEnumNameAsCode(T, Locale) - Static method in class org.josef.util.CEnumeration
Gets the CodeDescription of the supplied enumeratedConstant, using the name of the supplied enumerated constant as the code for the returned CodeDescription.
getColor() - Method in class org.josef.demo.jpa.CarDetail
Gets the color of the corresponding Car.
getColor() - Method in class org.josef.demo.jpa.CarSearchCriteria
Gets the color of the Car.
getColorsAsSelectItems() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.CarBean
Gets all CColors as SelectItems.
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.
getContextParameter(String) - Static method in class org.josef.web.jsf.util.JsfUtil
Convenience method to get a context parameter.
getController() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingSessionBean
Gets the Controller to maintain the Entities.
getController() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingSessionBean
Gets the Controller to maintain the Entities.
getConvertedValue(FacesContext, Object) - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Converts the submitted value to a Date.
getCookie(String) - Static method in class org.josef.web.jsf.util.JsfCookieUtil
Gets a cookie from the current request.
getCookie(HttpServletRequest, String) - Static method in class org.josef.web.servlet.ServletUtil
Gets a cookie from the current request.
getCountries() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets all the countries.
getCountries() - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Gets all the countries.
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.
getCountry() - Method in class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Gets the country.
getCountry() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets the country.
getCountry() - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Gets the country.
getCountry(UIComponent) - Static method in class org.josef.web.jsf.binding.jcc.ZipCode
Gets the country for the supplied component.
getCountry() - Method in class org.josef.web.jsf.converter.ZipCodeConverter
Gets the country of this ZipCodeConverter.
getCountry() - Method in class org.josef.web.jsf.validator.ZipCodeValidator
Gets the country.
getCountryCode() - Method in class org.josef.finance.BankIdentifierCode
Gets the country code from this Bank Identifier Code.
getCountryOfAttribute(Object) - Static method in class org.josef.web.jsf.binding.jcc.ZipCode
Gets the country from the supplied countryAttribute.
getCssClassForSeverity(FacesMessage.Severity) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets the css class that corresponds to the supplied severity.
getCuracaoZipCode() - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Gets the Curacao zip code.
getCurrentDate() - Method in class org.josef.web.jsf.beans.test.MonthYearTestBean
Gets the current date.
getCurrentFlowPath() - Method in class org.josef.web.jsf.flow.AbstractFlow
Gets the current flow path.
getCurrentLocale() - Static method in class org.josef.web.jsf.util.JsfLocaleUtil
Convenience method to get the current locale from the view root.
getCurrentStep() - Method in class org.josef.web.jsf.flow.AbstractFlow
Gets the current step.
getCurrentUnit() - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Gets the current unit of length.
getCurrentUnit() - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Gets the current unit of weight.
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.
getCurrentYear() - Method in class org.josef.web.jsf.bean.YearBean
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.
getDataModel() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Gets the DataModel.
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.
getDateField() - Method in class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
Gets the Date field.
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.
getDayComponent() - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Gets the day component.
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).
getDays() - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Gets the days the user can select from.
getDeathDay() - Method in class org.josef.demo.jpa.Scientist
Gets the date of death of this Scientist.
getDecember() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets the month December as a single SelectItem.
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.
getDefaultDatePattern() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the default date pattern for the current locale.
getDefaultDateTimePattern() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the default date/time pattern for the current locale.
getDefaultLocale() - Static method in class org.josef.web.jsf.util.JsfLocaleUtil
Convenience method to get the default locale.
getDefaultMonthYearPattern() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the default month/year pattern for the current locale.
getDefaultShortDatePattern() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the default short date pattern for the current locale.
getDefaultShortDateTimePattern() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the default short date/time pattern for the current locale.
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() - Method in class org.josef.demo.jpa.HtmlTag
Gets the description of this HTML tag.
getDescription() - Method in class org.josef.demo.jpa.HtmlTagSearchCriteria
Gets the description of the HTML tag.
getDescription() - Method in class org.josef.demo.jpa.NobelPrizeLaureate
Gets the description.
getDescription() - Method in class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Gets the description of the NobelPrizeLaureate.
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.
getDestinationElements() - Method in class org.josef.web.jsf.beans.demo.dragndrop.DragAndDropBean
Gets all destination elements.
getDetailDelegate() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Gets the delegate responsible for CRUD actions on a single Item.
getDetailedThreadInfo() - Static method in class org.josef.util.management.CThreadManagement
Gets the detailed thread information for each and every existing Thread.
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.
getDisplayName() - Method in class org.josef.demo.jpa.Scientist
Gets the display name of this Scientist.
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.
getDoubleExpressionGet() - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Gets the get Double expression.
getDoubleExpressionSet() - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Gets the set Double expression.
getDoubleValue() - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Gets the Double value.
getDoubleValueSet() - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Gets the Double value to set.
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.
getDutchBankAccountNumber() - Method in class org.josef.web.jsf.beans.test.BankAccountNumberTestBean
Gets the Dutch bank account number.
getDutchBankGiroAccountNumber() - Method in class org.josef.web.jsf.beans.test.BankAccountNumberTestBean
Gets the Dutch bank/giro account number.
getDutchFixedNumber() - Method in class org.josef.web.jsf.beans.test.DutchTelephoneNumberTestBean
Gets the Dutch fixed number.
getDutchGiroAccountNumber() - Method in class org.josef.web.jsf.beans.test.BankAccountNumberTestBean
Gets the Dutch giro account number.
getDutchMobileNumber() - Method in class org.josef.web.jsf.beans.test.DutchTelephoneNumberTestBean
Gets the Dutch mobile number.
getDutchNumber() - Method in class org.josef.web.jsf.beans.test.DutchTelephoneNumberTestBean
Gets the Dutch number.
getDutchZipCode() - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Gets the Dutch zip code.
getEinsteinsDateOfBirth() - Method in class org.josef.web.jsf.beans.test.DateTestBean
Gets Einstein's date of birth.
getELContext() - Static method in class org.josef.web.jsf.util.JsfUtil
Convenience method to get the expression language context.
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.
getElectronConfiguration() - Method in class org.josef.demo.jpa.Element
Gets the electron configuration of this Element.
getElement(Long) - Method in class org.josef.demo.ws.rest.nobelprize.NobelPrizesResource
Gets the sub resource to handle the "categories/{category}" part of the path.
getElement() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.ElementBean
Gets the Element.
getElement() - Method in class org.josef.web.jsf.beans.demo.rest.ElementRestBean
Gets the element.
getElementAsHtml() - Method in class org.josef.demo.ws.rest.elements.PeriodicTableElementResource
Gets the Element with the id that was supplied at construction time, in HTML format.
getElementAsJasonOrXml() - Method in class org.josef.demo.ws.rest.elements.PeriodicTableElementResource
Gets the Element with the id that was supplied at construction time.
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.
getElementName() - Method in class org.josef.web.jsf.beans.demo.flow.ConditionalFlowStepThree
Gets the (localized) name of the previously selected element.
getElementNumber() - Method in class org.josef.web.jsf.beans.demo.rest.ElementRestBean
Gets the element number.
getElements() - Method in class org.josef.web.jsf.beans.demo.flow.ConditionalFlowStepOne
Gets all the element of the periodic table.
getElements() - Method in class org.josef.web.jsf.beans.demo.rest.ElementsRestBean
Gets all the previously fetched elements of the periodic table.
getElementsAsHtml(UriInfo) - Method in class org.josef.demo.ws.rest.elements.PeriodicTableResource
Gets all the Elements of the Periodic Table in HTML format.
getElementsAsJasonOrXml() - Method in class org.josef.demo.ws.rest.elements.PeriodicTableResource
Gets all the Elements of the Periodic Table.
getElementUsingRest() - Method in class org.josef.web.jsf.beans.demo.rest.ElementRestBean
Gets the selected element using a REST web service.
getEmailAddress() - Method in class org.josef.web.jsf.beans.test.EmailTestBean
Gets the email address.
getEmailValidationPattern() - Method in class org.josef.web.jsf.validator.EmailValidator
Gets the email validation pattern.
getEmailValueChangeListener() - Method in class org.josef.web.jsf.beans.test.InputTextTestBean
Gets the required email field ValueChangeListener.
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.crud.AbstractCrudChildControllerBean
Gets the Entity Manager.
getEntityManager() - Method in class org.josef.ejb.crud.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.
getErrorMessage(String, String, Object...) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets an error message from the ResourceBundle with the supplied bundleVarName and the supplied bundleKey.
getEscapedControlCharacter(int) - Static method in class org.josef.util.CString
Gets the escape sequence for the control character with the supplied ordinal.
getEvaluateDoubleExpressionGet() - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Evaluates the get Double expression.
getEvaluateStringExpressionGet() - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Evaluates the get String expression.
getExample() - Method in enum org.josef.finance.IbanOfCountry
Gets the example IBAN.
getExpirationDate() - Method in class org.josef.web.jsf.beans.test.MonthYearTestBean
Gets the expiration date.
getExponent() - Method in class org.josef.science.math.PrimeFactor
Gets the exponent of this PrimeFactor.
getExternalContext() - Static method in class org.josef.web.jsf.util.JsfUtil
Convenience method to get the external context.
getFacesContext() - Static method in class org.josef.web.jsf.util.JsfUtil
Convenience method to get the faces context.
getFactor() - Method in enum org.josef.science.SiPrefix
Gets the factor of this SI prefix.
getFamily() - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Gets the component family.
getFamily() - Method in class org.josef.web.jsf.binding.jcc.OutputLabel
Gets the component family.
getFamily() - Method in class org.josef.web.jsf.component.UIMessage
Determines the component family.
getFamily() - Method in class org.josef.web.jsf.component.UIMessages
Determines the component family.
getFamily() - Method in class org.josef.web.jsf.custom.inputstate.CInputState
Gets the component family.
getFeet() - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Gets the length in feet.
getFeetComponent() - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Gets the length in feet input component.
getFileName() - Method in class org.josef.web.servlet.AbstractCsvServlet
Gets the file name to write the csv output to.
getFirstInputTextId(UIComponent) - Method in class org.josef.web.jsf.beans.test.JsfTreeUtilTestBean
Gets the client id of the first input text.
getFirstPanelId(UIComponent) - Method in class org.josef.web.jsf.beans.test.JsfTreeUtilTestBean
Gets the client id of the first panel.
getFirstQuarterMonths() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets the Months of the first quarter as SelectItems.
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.
getFor() - Method in class org.josef.web.jsf.custom.inputstate.CInputState
Gets the id of the component for which we want to process its input state.
getForId() - Method in class org.josef.web.jsf.binding.jcc.OutputLabel
Gets the id for the component that the outputLabel refers to.
getFormattedErrorMessage(Object...) - Method in class org.josef.web.jsf.validator.AbstractValidator
Gets the formatted error message by substituting the supplied messageArguments into the message defined by the "message" attribute.
getFraction() - Method in class org.josef.demo.jpa.NobelPrizeLaureate
Gets the fraction of the NobelPrize awarded to the Scientist.
getFraction() - Method in class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Gets the fraction of the NobelPrizeLaureate.
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.
getFromBirthDay() - Method in class org.josef.demo.jpa.ScientistSearchCriteria
Gets the minimum birth day of the Scientist.
getFromDeathDay() - Method in class org.josef.demo.jpa.ScientistSearchCriteria
Gets the minimum death day of the Scientist.
getFromPoint() - Method in class org.josef.science.math.geometry.CLine
Gets the first CPoint of this CLine.
getFromWeight() - Method in class org.josef.demo.jpa.ElementSearchCriteria
Gets the minimum atomic weight of the Element.
getFromYear() - Method in class org.josef.demo.jpa.NobelPrizeSearchCriteria
Gets the minimum year of the NobelPrize.
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.
getGravity() - Method in class org.josef.demo.jpa.Planet
Gets the gravity of this Planet in meters per second2.
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.
getGroup() - Method in class org.josef.demo.jpa.Element
Gets the group of this Element.
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.
getGuessedNumber() - Method in class org.josef.web.jsf.beans.demo.guess.NumberGuessBean
Gets the number the user has guessed.
getHireDate() - Method in class org.josef.web.jsf.beans.test.MonthYearTestBean
Gets the hire date.
getHtmlTag() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.HtmlTagBean
Gets the HTML tag.
getHtmlTag() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.service.CrudServiceBean
Gets the HtmlTag.
getHtmlTag() - Method in class org.josef.web.jsf.beans.demo.HtmlTagConverterTestBean
Gets the HtmlTag.
getHtmlTags() - Method in class org.josef.web.jsf.beans.demo.HtmlTagConverterTestBean
Gets the HtmlTags.
getId() - Method in class org.josef.demo.jpa.HtmlTag
Gets the unique ID of this HtmlTag.
getId() - Method in class org.josef.demo.jpa.Moon
Gets the unique ID of this Moon.
getId() - Method in class org.josef.demo.jpa.NobelPrizeCategory
Gets the unique ID of this HtmlTag.
getId() - Method in class org.josef.demo.jpa.PlanetSearchCriteria
Gets the ID of the Planet.
getId() - Method in class org.josef.jpa.AbstractEntityIdentifiedById
Gets the unique ID of this Entity.
getImageForSeverity(FacesMessage.Severity) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets the image that belongs to a message of the supplied severity.
getImaginary() - Method in class org.josef.science.math.Complex
Gets the imaginary part of this Complex number.
getImaginaryValueOne() - Method in class org.josef.web.jsf.beans.test.ComplexNumberTestBean
Gets the imaginary value of the first complex number.
getImaginaryValueResult() - Method in class org.josef.web.jsf.beans.test.ComplexNumberTestBean
Gets the imaginary value of the result of the addition.
getImaginaryValueTwo() - Method in class org.josef.web.jsf.beans.test.ComplexNumberTestBean
Gets the imaginary value of the second complex number.
getInches() - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Gets the length in inches.
getInchesComponent() - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Gets the length in inches input component.
getIndexOfCurrentStep() - Method in class org.josef.web.jsf.flow.AbstractFlow
Gets the index of the current step.
getInfo() - Method in class org.josef.demo.jpa.Scientist
Gets information about this Scientist.
getInitialContext() - Static method in class org.josef.util.appserver.ApplicationServerUtil
Creates and returns an initial context.
getInitiallyNullDate() - Method in class org.josef.web.jsf.beans.test.DateTestBean
Gets a date that is initially null.
getInputOutputParameter(String) - Method in class org.josef.web.jsf.flow.AbstractFlow
Gets the input/output parameter with the supplied key.
getInputOutputParameter(String) - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Gets the input/output parameter with the supplied key.
getInputText() - Method in class org.josef.web.jsf.beans.demo.binding.PrimefacesBindingBean
Gets the input text.
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.
getIntegerField() - Method in class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
Gets the Integer field.
getIntegerFormat() - Method in class org.josef.util.Formatter
Gets a formatter suitable for formatting integer numbers.
getIntegerSelectItems() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets the Integer SelectItems.
getInteraction() - Method in enum org.josef.science.physics.particle.ElementaryBoson
Gets the Interaction of this Boson.
getInternationalBankAccountNumber() - Method in class org.josef.web.jsf.beans.test.BankAccountNumberTestBean
Gets the international bank account number (IBAN).
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.
getItem() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.DetailItemDelegate
Gets the Item.
getItemObservable() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Gets the Observable.
getItems() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Gets the Items to show in the DataTable.
getItemType() - Method in class org.josef.demo.ejb.CarControllerBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.demo.ejb.MoonControllerBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.demo.ejb.PeriodicTableControllerBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.demo.ejb.PlanetControllerBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.demo.ejb.ScientistControllerBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.ejb.crud.AbstractCrudChildControllerBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.ejb.crud.AbstractCrudControllerBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Gets the type of the Item to maintain.
getItemType() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.CarBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.ElementBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.HtmlTagBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.MoonBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeCategoryBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeLaureateBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.PlanetBean
Gets the type of the Entity to maintain.
getItemType() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.ScientistBean
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.
getJamesBond() - Method in class org.josef.web.jsf.beans.test.CodeDescriptionConverterTestBean
Gets James Bond.
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.
getJosefErrorMessage(String, Object...) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets an error message from the standard Josef ResourceBundle.
getJosefInputTextPadding() - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Gets the padding for the Josef InputText field.
getJosefMessage(String, Object...) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets a message from the standard Josef ResourceBundle.
getJosefStringMessage(String, Object...) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets a String message from Josef's Resource bundle with the supplied bundleKey.
getJsfStandardStringMessage(String, Object...) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets a String message from the standard JSF Resource bundle, with the supplied bundleKey.
getJsfVersion() - Method in class org.josef.web.jsf.bean.JosefUtilBean
Gets the JSF version.
getJulianDay(LocalDate) - Static method in class org.josef.util.JulianDate
Computes the Julian day from the supplied localDate.
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.
getKilogramsComponent() - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Gets the weight in kilograms input component.
getLabelFromSelectItemsAndValue(SelectItem[], Object) - Method in class org.josef.web.jsf.bean.JosefSelectOneUtilBean
Gets the Label of the SelectItem with the supplied value from the supplied selectItems.
getLabelFromSelectItemsAndValue(SelectItem[], Object) - Static method in class org.josef.web.jsf.util.JsfSelectItemUtil
Gets the label of the SelectItem with the supplied value from the supplied selectItems.
getLabelOfSelectOneComponent(String) - Method in class org.josef.web.jsf.bean.JosefSelectOneUtilBean
Gets the current Label (that is the one corresponding to the current value) of the Select component with the supplied id.
getLabelOfSelectOneComponent(UINamingContainer, String) - Method in class org.josef.web.jsf.bean.JosefSelectOneUtilBean
Gets the current Label (that is the one corresponding to the current value) of the SelectOne...
getLabelsFromSelectItemsAndValues(SelectItem[], Object) - Static method in class org.josef.web.jsf.util.JsfSelectItemUtil
Gets the labels of the supplied selectItems, corresponding to the supplied values, as a comma separated list.
getLabelsOfSelectManyComponent(UINamingContainer, String) - Method in class org.josef.web.jsf.bean.JosefSelectManyUtilBean
Gets the current Labels (that is the ones corresponding to the current values) of the SelectMany...
getLanguage() - Method in class org.josef.util.xml.AtomLink
Gets the language of this link.
getLanguage() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the current language.
getLastName() - Method in class org.josef.demo.jpa.Scientist
Gets the last name (sir name) of this Scientist.
getLastName() - Method in class org.josef.demo.jpa.ScientistSearchCriteria
Gets the last name of the Scientist.
getLeftCharacterPadding() - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Gets the left padding with explicit pad character.
getLeftDate() - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Gets the left Date value.
getLeftDouble() - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Gets the left double value.
getLeftInteger() - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Gets the left Integer value.
getLeftMinimumLengthPadding() - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Gets the left padding with explicit minimum length.
getLeftPadding() - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Gets the left padding.
getLeftString() - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Gets the left String value.
getLeftValue() - Method in class org.josef.web.jsf.validator.RelationalValidator
Gets the value of the left operand.
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.
getLength() - Method in class org.josef.web.jsf.converter.PaddingConverter
Gets the length to pad to.
getLengthFromCentimeters() - Method in class org.josef.web.jsf.beans.test.BodyLengthTestBean
Gets the length in centimeters from input in centimeters.
getLengthFromFeetAndInches() - Method in class org.josef.web.jsf.beans.test.BodyLengthTestBean
Gets the length in centimeters from input in feet and inches.
getLicensePlateNumber() - Method in class org.josef.demo.jpa.Car
Gets the license plate number of this Car.
getLicensePlateNumber() - Method in class org.josef.demo.jpa.CarSearchCriteria
Gets the license plate number of the Car.
getLifecycle() - Static method in class org.josef.web.jsf.util.JsfFactoryUtil
Convenience method to get the default Life cycle.
getLifecycleFactory() - Static method in class org.josef.web.jsf.util.JsfFactoryUtil
Convenience method to get the Life cycle factory.
getLinearListOfFlowSteps(AbstractFlow) - Static method in class org.josef.web.jsf.flow.AbstractFlow
Gets a linear list of flow steps.
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() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the current locale.
getLocale() - Method in class org.josef.web.jsf.beans.test.AbstractCompositeComponentTestBean
Gets the locale from UserSettingsBean.
getLocale(HttpServletRequest) - Method in class org.josef.web.servlet.AbstractHttpServlet
Gets the locale.
getLocalizableEnumConverter() - Method in class org.josef.web.jsf.bean.JosefUtilBean
Gets the converter for converting objects of type LocalizableEnumeration.
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.
getLoggedIn() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Determines whether the current user is logged in or not.
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.
getLowerLimit() - Method in class org.josef.web.jsf.beans.demo.guess.NumberGuessBean
Gets the lower limit of the number to guess.
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.
getMapModel() - Method in class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Gets the Map Model.
getMask() - Method in enum org.josef.util.ZipCodeOfCountry
Gets the mask to display a zip code.
getMask() - Method in class org.josef.web.jsf.converter.GenericMaskConverter
Gets the mask attribute.
getMass() - Method in class org.josef.demo.jpa.Planet
Gets the mass of this Planet in kilograms.
getMatchingScientists() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeLaureateBean
Get all the Scientists to suggest for auto completion.
getMax() - Method in class org.josef.web.jsf.validator.DateRangeValidator
Gets the maximum date.
getMaximum() - Method in class org.josef.science.math.CStatistics
Gets the maximum value from the data.
getMaximum() - Method in class org.josef.web.jsf.beans.demo.miscellaneous.JSR303DemoModel
Gets the integer with a maximum value constraint.
getMaximumDate() - Method in class org.josef.web.jsf.beans.test.MonthYearTestBean
Gets the maximum date.
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.
getMaximumLength() - Method in class org.josef.web.jsf.binding.jcc.ZipCode
Gets the maximum length of the zip code.
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.
getMaximumRangeDate() - Method in class org.josef.web.jsf.beans.test.DateRangeValidatorTestBean
Gets the maximum range date.
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).
getMaximumYear() - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Gets the maximum year.
getMedian() - Method in class org.josef.science.math.CStatistics
Gets the median value of the data.
getMenuModel(AbstractFlow) - Method in class org.josef.web.jsf.flow.FlowMenuHelper
Gets the menu model, created from the supplied flow.
getMessage(String) - Method in class org.josef.demo.ws.rest.hello.HelloUserResource
Gets the message, greeting the user.
getMessage() - Method in class org.josef.demo.ws.rest.hello.HelloWorldResource
Gets the standard message introduced by Kernighan and Ritchie.
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.
getMessage() - Method in class org.josef.web.jsf.beans.demo.hello.HelloWorldBean
Gets the message.
getMessage(String, String, Object...) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets a message from the ResourceBundle with the supplied bundleVarName and the supplied bundleKey.
getMessage(Throwable) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets a message from the supplied throwable.
getMessage() - Method in class org.josef.web.jsf.validator.AbstractValidator
Gets the 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.
getMin() - Method in class org.josef.web.jsf.validator.DateRangeValidator
Gets the minimum date.
getMinimum() - Method in class org.josef.science.math.CStatistics
Gets the minimum value from the data.
getMinimum() - Method in class org.josef.web.jsf.beans.demo.miscellaneous.JSR303DemoModel
Gets the integer with a minimum value constraint.
getMinimumDate() - Method in class org.josef.web.jsf.beans.test.DateRangeValidatorTestBean
Gets the minimum date, which is 1969-09-29 (iso).
getMinimumDate() - Method in class org.josef.web.jsf.beans.test.MonthYearTestBean
Gets the minimum date.
getMinimumMaximumRangeDate() - Method in class org.josef.web.jsf.beans.test.DateRangeValidatorTestBean
Gets the minimum/maximum range date.
getMinimumRangeDate() - Method in class org.josef.web.jsf.beans.test.DateRangeValidatorTestBean
Gets the minimum range date.
getMinimumYear() - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Gets the minimum year.
getMinLength() - Method in class org.josef.web.jsf.converter.PaddingConverter
Gets the minimum length to pad from.
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.
getMobileTelephoneNumber() - Method in class org.josef.web.jsf.beans.test.UKTelephoneNumberTestBean
Gets the mobile telephone number.
getMode() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.DetailItemDelegate
Gets the mode of this DetailItemDelegate.
getModel() - Method in class org.josef.web.jsf.beans.demo.miscellaneous.JSR303DemoBean
Gets the model.
getMoment() - Method in enum org.josef.finance.Payment
Gets moment at which the payments take place.
getMonth() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets the Month as a CodeDescription.
getMonth() - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Gets the month.
getMonthComponent() - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Gets the month component.
getMonthComponent() - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Gets the month component.
getMonths() - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Gets the months the user can select from.
getMonthsAsSelectItems() - Method in class org.josef.web.jsf.bean.MonthBean
Gets all the Months as SelectItems.
getMonthYearComponent() - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Gets the month/year input component.
getMoon() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.MoonBean
Gets the Moon.
getMoons() - Method in class org.josef.demo.jpa.Planet
Gets all the Moons that orbit this Planet.
getMostSevereMessage(Collection<FacesMessage>) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets the most severe message from the supplied collection of messages.
getName() - Method in class org.josef.demo.jpa.Car
Gets the name of this Car.
getName() - Method in class org.josef.demo.jpa.CarSearchCriteria
Gets the name of the Car.
getName() - Method in class org.josef.demo.jpa.Element
Gets the name of this Element.
getName() - Method in class org.josef.demo.jpa.ElementSearchCriteria
Gets the name of the Element.
getName() - Method in class org.josef.demo.jpa.Moon
Gets the name of this Moon.
getName() - Method in class org.josef.demo.jpa.MoonSearchCriteria
Gets the name of the Moon.
getName() - Method in class org.josef.demo.jpa.NobelPrizeCategory
Gets the name of this NobelPrizeCategory.
getName() - Method in class org.josef.demo.jpa.NobelPrizeCategorySearchCriteria
Gets the name of the NobelPrizeCategory.
getName() - Method in class org.josef.demo.jpa.Planet
Gets the name of this Planet.
getName() - Method in class org.josef.demo.jpa.PlanetSearchCriteria
Gets the name of the Planet.
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.
getName() - Method in class org.josef.web.jsf.demo.HtmlTag
Gets the name of this HtmlTag.
getName() - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Gets the name of this step.
getNationalInsuranceNumber() - Method in class org.josef.web.jsf.beans.test.UKNationalInsuranceNumberTestBean
Gets the national insurance number.
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.
getNavigationHandler() - Static method in class org.josef.web.jsf.util.JsfNavigationUtil
Convenience method to get the navigation handler.
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.
getNextStartableStep(int) - Method in class org.josef.web.jsf.flow.AbstractFlow
Recursively gets the next startable step, starting from the supplied fromIndex position.
getNobelPrize() - Method in class org.josef.demo.jpa.NobelPrizeLaureate
Gets the NobelPrize.
getNobelPrize() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeBean
Gets the NobelPrize.
getNobelPrizeCategories() - Method in class org.josef.demo.ws.rest.nobelprize.NobelPrizeCategoriesResource
Gets all the NobelPrizeCategories.
getNobelPrizeCategory() - Method in class org.josef.demo.jpa.NobelPrize
Gets the NobelPrizeCategory of this NobelPrize.
getNobelPrizeCategory() - Method in class org.josef.demo.ws.rest.nobelprize.NobelPrizeCategoryResource
Gets the NobelPrizeCategory with the id that was supplied at construction time.
getNobelPrizeCategory() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeCategoryBean
Gets the NobelPrizeCategory.
getNobelPrizeLaureate() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeLaureateBean
Gets the NobelPrizeLaureate.
getNobelPrizeLaureates() - Method in class org.josef.demo.jpa.NobelPrize
Gets all the NobelPrizeLaureates that have won this NobelPrize.
getNobelPrizeLaureates() - Method in class org.josef.demo.jpa.Scientist
Gets the Nobel prizes won by this Scientist.
getNobelPrizes() - Method in class org.josef.demo.jpa.NobelPrizeCategory
Gets all the NobelPrizes corresponding with this NobelPrizeCategory.
getNobelPrizes() - Method in class org.josef.demo.ws.rest.nobelprize.NobelPrizesResource
Gets all the Nobel Prizes.
getNobelprizesOfCategory() - Method in class org.josef.demo.ws.rest.nobelprize.NobelPrizesofCategoryResource
Gets all NobelPrizes of a single NobelPrizeCategory.
getNonRangeDate() - Method in class org.josef.web.jsf.beans.test.DateRangeValidatorTestBean
Gets the non range date.
getNormalValue() - Method in class org.josef.web.jsf.beans.test.AbstractTestComponentWithIntegerValuesBean
Gets the normal value.
getNormalValues() - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Gets the normal values.
getNullPointerExceptionField() - Method in class org.josef.web.jsf.beans.demo.miscellaneous.ExceptionHandlingBean
This getter throws a NullPointerException.
getNumber() - Method in class org.josef.demo.jpa.ElementSearchCriteria
Gets the number of the Element.
getNumber() - Method in enum org.josef.util.Month
Gets the one based number of this Month.
getNumberOfGuesses() - Method in class org.josef.web.jsf.beans.demo.guess.NumberGuessBean
Gets the number of guesses.
getNumberOfRoots() - Method in class org.josef.science.math.QuadraticEquation
Gets the number of roots of this quadratic equation.
getNumberOfSubmits() - Method in class org.josef.web.jsf.beans.demo.miscellaneous.PreventDoubleSubmitBean
Gets the number of times this getter is called.
getNumberToGuess() - Method in class org.josef.web.jsf.beans.demo.guess.NumberGuessBean
Gets the number the user has to guess.
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.
getObjectFromApplication(String) - Static method in class org.josef.web.jsf.util.JsfUtil
Gets an Object from the current application.
getObjectFromSession(String) - Static method in class org.josef.web.jsf.util.JsfSessionUtil
Gets an Object from the current session.
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.
getObjectIdFromActionEvent(ActionEvent) - Static method in class org.josef.web.jsf.util.JsfUtil
Gets the Object ID from the supplied actionEvent.
getObjectIdFromRequest() - Static method in class org.josef.web.jsf.util.JsfRequestUtil
Gets the 'oid' from the request.
getObjectName(Object) - Static method in class org.josef.util.ObjectUtil
Gets the object name from the supplied object.
getOptionalStringMessage(String, String, String, Object...) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets an optional String message from the ResourceBundle with the supplied bundleVarName and the supplied bundleKey.
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.
getPage() - Method in class org.josef.web.jsf.flow.AbstractGuiFlowStep
Gets the name of the corresponding page, which defaults to the simple name of the class of this step.
getPanelGrid() - Method in class org.josef.web.jsf.beans.demo.binding.PrimefacesFlexLayoutBean
Gets the panel grid.
getPanelGroup() - Method in class org.josef.web.jsf.beans.demo.binding.BindingBean
Gets the panel group.
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.
getParent(UIComponent, Class<T>) - Static method in class org.josef.web.jsf.util.JsfTreeUtil
Gets the parent of the supplied uiComponent that is of the supplied type.
getParentFlow() - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Gets the parent flow of this step.
getParentId() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityBean
Gets the Object ID of the parent Entity.
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.
getPattern() - Method in class org.josef.web.jsf.converter.DateConverter
Gets the pattern used for conversion.
getPattern() - Method in class org.josef.web.jsf.validator.PatternValidator
Gets the pattern (regular expression) to validate against.
getPaymentsPerYear() - Method in enum org.josef.finance.Payment
Gets the number of payments per year.
getPerihelion() - Method in class org.josef.demo.jpa.Planet
Gets the perihelion of this Planet in kilometers.
The perihelion is the smallest distance to the star this Planet belongs to.
getPerimeter() - Method in class org.josef.science.math.geometry.CTriangle
Gets the perimeter of this CTriangle.
getPeriod() - Method in class org.josef.demo.jpa.Element
Gets the period of this Element.
getPeriodicTableElementResource(Long) - Method in class org.josef.demo.ws.rest.elements.PeriodicTableResource
Gets the sub resource to handle the "{element}" part of the path.
getPersistAction() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets the PersistAction.
getPersistActions() - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Gets the PersistActions.
getPersistActions() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets all the PersistActions.
getPersistActionSelectItems() - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Gets the PersistAction SelectItems.
getPersistActionSelectItems() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets the PersistAction SelectItems.
getPerunageAsDoubleObject() - Method in class org.josef.web.jsf.beans.test.PerunageTestBean
Gets the perunage stored as a Double Object.
getPerunageAsFloatObject() - Method in class org.josef.web.jsf.beans.test.PerunageTestBean
Gets the perunage stored as a Float Object.
getPerunageAsPrimitiveDouble() - Method in class org.josef.web.jsf.beans.test.PerunageTestBean
Gets the perunage stored as a primitive double.
getPerunageAsPrimitiveFloat() - Method in class org.josef.web.jsf.beans.test.PerunageTestBean
Gets the perunage stored as a primitive float.
getPhase() - Method in class org.josef.web.jsf.beans.test.EnumConverterTestBean
Gets the phase.
getPhaseId() - Method in class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
Determines what phases we are listening to.
getPhaseListener() - Method in class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
Gets the PhaseListener.
Normally, JSF would instantiate new PhaseListeners upon request, but by using binding this bean acts as both the backing bean and the phase listener.
getPlanet() - Method in class org.josef.demo.jpa.Moon
Gets the Planet that this Moon orbits.
getPlanet() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.PlanetBean
Gets the Planet.
getPlanet() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets the Planet.
getPlanetId() - Method in class org.josef.demo.jpa.MoonSearchCriteria
Gets the ID of the Planet.
getPlanets() - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Gets the Planets.
getPlanetSelectItems() - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Gets the Planets as SelectItems.
getPlanetSelectItems() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets the Planets as SelectItems.
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.
getPosition() - Method in class org.josef.demo.jpa.Moon
Gets the position (natural ordering) of this Moon.
getPosition() - Method in class org.josef.demo.jpa.MoonSearchCriteria
Gets the position of the Moon.
getPosition() - Method in class org.josef.web.jsf.converter.PaddingConverter
Gets the pad position.
getPostValue() - Method in class org.josef.web.jsf.beans.test.SpinnerTestBean
Gets the value for the component with a post attribute.
getPounds() - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Gets the weight in pounds.
getPoundsComponent() - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Gets the weight in pounds input component.
getPoundsOnly() - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Gets the weight in pounds only.
getPoundsOnlyComponent() - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Gets the weight in pounds only input component.
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.
getPreValue() - Method in class org.josef.web.jsf.beans.test.SpinnerTestBean
Gets the value for the component with a pre attribute.
getPreviousStartableStep(int) - Method in class org.josef.web.jsf.flow.AbstractFlow
Recursively gets the previous startable step, starting from the supplied fromIndex position.
getPrimaryKey() - Method in class org.josef.demo.jpa.HtmlTag
Gets the primary key of this persistable entity.
getPrimaryKey() - Method in class org.josef.demo.jpa.Moon
Gets the primary key of this persistable entity.
getPrimaryKey() - Method in class org.josef.demo.jpa.NobelPrizeCategory
Gets the primary key of this persistable entity.
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.
getPrimaryKey() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.service.CrudServiceBean
Gets the primary key.
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.
getReadonlyInputValue() - Method in class org.josef.web.jsf.beans.test.AbstractTestComponentWithIntegerValuesBean
Gets the readonly value for an input item.
getReadonlyInputValues() - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Gets the readonly input values.
getReadonlyOutputValue() - Method in class org.josef.web.jsf.beans.test.AbstractTestComponentWithIntegerValuesBean
Gets the readonly value for an output item.
getReadonlyOutputValues() - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Gets the readonly output values.
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.
getRealValueOne() - Method in class org.josef.web.jsf.beans.test.ComplexNumberTestBean
Gets the real value of the first complex number.
getRealValueResult() - Method in class org.josef.web.jsf.beans.test.ComplexNumberTestBean
Gets the real value of the result of the addition.
getRealValueTwo() - Method in class org.josef.web.jsf.beans.test.ComplexNumberTestBean
Gets the real value of the second complex number.
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.
getRelationalOperator() - Method in class org.josef.web.jsf.validator.RelationalValidator
Gets the relational operator.
getRelationship() - Method in class org.josef.util.xml.AtomLink
Gets the relationship of this link.
getRequest() - Static method in class org.josef.web.jsf.util.JsfRequestUtil
Convenience method to get the HttpServletRequest.
getRequestContextPath() - Static method in class org.josef.web.jsf.util.JsfRequestUtil
Convenience method to get the request's context path.
getRequestMap() - Static method in class org.josef.web.jsf.util.JsfRequestUtil
Convenience method to get the request map.
getRequestParameter(String) - Static method in class org.josef.web.jsf.util.JsfRequestUtil
Convenience method to get a parameter from the current request.
getRequestParameterMap() - Static method in class org.josef.web.jsf.util.JsfRequestUtil
Convenience method to get the request parameter map.
getRequestUri() - Method in class org.josef.web.jsf.bean.JosefUtilBean
Gets the request uri.
getRequestUrlWithoutSessionId() - Method in class org.josef.web.jsf.bean.JosefUtilBean
Gets the request Url without the optional ";jsessionid=..." information.
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.
getRequiredMessage() - Method in class org.josef.web.jsf.binding.jcc.InputText
Gets the standard JSF message for a "required field".
getRequiredNumericFieldValueChangeListener() - Method in class org.josef.web.jsf.beans.test.InputTextTestBean
Gets the required numeric field ValueChangeListener.
getRequiredString(String) - Method in class org.josef.util.CResourceBundle
Gets a required String resource from the list of resource bundles.
getRequiredStringMessage(String, String, Object...) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets a String message from the ResourceBundle with the supplied bundleVarName and the supplied bundleKey which must be present.
getRequiredValue() - Method in class org.josef.web.jsf.beans.test.AbstractTestComponentWithIntegerValuesBean
Gets the required value.
getResourceBundle(String) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets the ResourceBundle with the supplied bundleVarName.
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.
getRightDate() - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Gets the right Date value.
getRightDouble() - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Gets the right double value.
getRightInteger() - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Gets the right Integer value.
getRightPadding() - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Gets the right padding.
getRightString() - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Gets the right String value.
getRootFlow() - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Gets the root flow of this step.
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.
getScientist() - Method in class org.josef.demo.jpa.NobelPrizeLaureate
Gets the Scientist.
getScientist() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.ScientistBean
Gets the Scientist.
getScientistLastName() - Method in class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Gets the last name of the Scientist of the NobelPrizeLaureate.
getSearchCriteria() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Gets the search criteria.
getSearchCriteria() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.CarBean
Gets the search criteria.
getSearchCriteria() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.ElementBean
Gets the search criteria.
getSearchCriteria() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.HtmlTagBean
Gets the search criteria.
getSearchCriteria() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.MoonBean
Gets the search criteria.
getSearchCriteria() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeBean
Gets the search criteria.
getSearchCriteria() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeCategoryBean
Gets the search criteria.
getSearchCriteria() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeLaureateBean
Gets the search criteria.
getSearchCriteria() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.PlanetBean
Gets the search criteria.
getSearchCriteria() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.ScientistBean
Gets the search criteria.
getSearchDelegate() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Gets the delegate responsible for search and sort actions.
getSearchMode() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Gets the search mode.
getSearchModePhaseListener() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
PhaseListener that checks the request for "searchMode".
getSeats() - Method in class org.josef.demo.jpa.CarDetail
Gets the number of seats of the corresponding Car.
getSeats() - Method in class org.josef.demo.jpa.CarSearchCriteria
Gets the seats of the Car.
getSecondInputTextId(UIComponent) - Method in class org.josef.web.jsf.beans.test.JsfTreeUtilTestBean
Gets the client id of the second input text.
getSecondPanelId(UIComponent) - Method in class org.josef.web.jsf.beans.test.JsfTreeUtilTestBean
Gets the client id of the second panel.
getSecondQuarterMonths() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets the Months of the second quarter as SelectItems.
getSelectBooleanButton() - Method in class org.josef.web.jsf.binding.jcc.ToggleChildrenWithButton
Gets the selectBooleanButton.
getSelectedElement() - Method in class org.josef.web.jsf.beans.demo.autoComplete.AutoCompleteBean
Gets the Element that was selected from the list of Elements.
getSelectedElement() - Method in class org.josef.web.jsf.beans.demo.flow.ConditionalFlowStepOne
Gets the selected element.
getSelectItems(UIInput) - Static method in class org.josef.web.jsf.util.JsfSelectItemUtil
Gets all the SelectItems from the supplied uiComponent.
getSelectOneValue() - Method in class org.josef.web.jsf.beans.demo.miscellaneous.RedirectFromSelectBean
Gets the selected value.
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.
getSessionMap() - Static method in class org.josef.web.jsf.util.JsfSessionUtil
Convenience method to get the session map.
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.
getSimplePadding() - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Gets the simple padding.
getSkewness() - Method in class org.josef.science.math.CStatistics
Computes the skewness (symmetry) of the data.
getSortCode() - Method in class org.josef.web.jsf.beans.test.UKBankAccountNumberTestBean
Gets the sort code.
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.
getSortColumn() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Gets the name of the column used for sorting.
getSortColumns() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Gets the name of the columns used for sorting.
getSourceElements() - Method in class org.josef.web.jsf.beans.demo.dragndrop.DragAndDropBean
Gets all the source elements.
getSpin() - Method in enum org.josef.science.physics.particle.ElementaryBoson
Gets the Spin of this Boson.
getSpin() - Method in enum org.josef.science.physics.particle.Lepton
Gets the Spin of this Lepton, which is always Spin.ONE_HALF.
getSpin() - Method in enum org.josef.science.physics.particle.Quark
Gets the Spin of this Quark, which is always Spin.MINUS_ONE_HALF.
getSpin() - Method in enum org.josef.science.physics.particle.Spin
Gets the Spin as a fraction.
getSpin() - Method in interface org.josef.science.physics.particle.SubatomicParticle
Gets the Spin of a subatomic particle.
getSqlParameterType() - Method in class org.josef.jdbc.StoredProcedureParameter
Gets the type of this parameter.
getStackTrace(Throwable) - Static method in class org.josef.util.CDebug
Gets the stack trace from the supplied throwable.
getStandardDeviation() - Method in class org.josef.science.math.CStatistics
Gets the standard deviation of the data.
getSteps() - Method in class org.josef.web.jsf.flow.AbstractFlow
Gets all the steps of this flow.
getStones() - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Gets the weight in stones.
getStonesComponent() - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Gets the weight in stones input component.
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.
getStringAttribute(UIComponent, String) - Static method in class org.josef.web.jsf.util.JsfComponentUtil
Convenience method to get a String attribute from a component.
getStringExpressionGet() - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Gets the get String expression.
getStringExpressionSet() - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Gets the set String expression.
getStringField() - Method in class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
Gets the String field.
getStringFromSession(String) - Static method in class org.josef.web.jsf.util.JsfSessionUtil
Gets a String object from the current session.
getStringMessage(String, String, Object...) - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Gets a String message from the Resource bundle with the supplied bundleVarName and the supplied bundleKey.
getStringSelectItems() - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Gets the String SelectItems.
getStringValue() - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Gets the String value.
getStringValueSet() - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Gets the String value to set.
getStyleSheet() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the current style sheet.
getSubmittedValue() - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Gets the submitted value.
getSum() - Method in class org.josef.science.math.CStatistics
Gets the sum of all the values in the data.
getSupportedLocales() - Method in class org.josef.web.jsf.bean.ApplicationSettingsBean
Gets the supported locales as configured in faces-config.xml.
getSupportedLocales() - Static method in class org.josef.web.jsf.util.JsfLocaleUtil
Gets the supported locales.
getSupportedLocalesAsListItems() - Static method in class org.josef.web.jsf.util.JsfLocaleUtil
Gets the supported locales as a List of SelectItem objects so they can be used in a UIComponent that expects it's values to contain objects of type SelectItem.
getSupportedStyleSheets() - Method in class org.josef.web.jsf.bean.ApplicationSettingsBean
Gets the supported style sheets.
getSymbol() - Method in class org.josef.demo.jpa.Element
Gets the symbol of this Element.
getSymbol() - Method in class org.josef.demo.jpa.ElementSearchCriteria
Gets the symbol of the Element.
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.
getTag() - Method in class org.josef.demo.jpa.HtmlTag
Gets the HTML tag.
getTag() - Method in class org.josef.demo.jpa.HtmlTagSearchCriteria
Gets the HTML tag.
getTelephoneNumber() - Method in class org.josef.web.jsf.beans.test.UKTelephoneNumberTestBean
Gets the telephone number.
getTemplate() - Method in class org.josef.web.jsf.beans.TemplateSettingsBean
Gets the template.
getText() - Method in class org.josef.web.jsf.beans.demo.miscellaneous.JSR303DemoModel
Gets the text.
getTextFromUrl(String) - Static method in class org.josef.util.UrlUtil
Gets the text from the supplied url.
getThirdQuarterMonths() - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Gets the Months of the third quarter as CodeDescriptions.
getTHreadAsHtml() - Method in class org.josef.demo.ws.rest.management.ThreadResource
Gets the Thread with the id that was supplied at construction time, in HTML format.
getThreadInfo(long) - Static method in class org.josef.util.management.CThreadManagement
Gets the thread information for the thread with the supplied id.
getThreadResource(Long) - Method in class org.josef.demo.ws.rest.management.ThreadsResource
Gets the sub resource to handle the "{thread}" part of the path.
getThreadsAsHtml(UriInfo) - Method in class org.josef.demo.ws.rest.management.ThreadsResource
Gets all the threads in HTML format.
getThreadsAsJasonOrXml(String) - Method in class org.josef.demo.ws.rest.management.ThreadsResource
Gets all the threads in JSON format.
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.
getTimeZone() - Method in class org.josef.web.jsf.bean.ApplicationSettingsBean
Gets the time zone of the server where this application is running.
getTimeZone() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the current time zone.
getTimeZoneAsGmtOffset() - Method in class org.josef.web.jsf.bean.ApplicationSettingsBean
Gets the time zone of the server where this application is running, as an offset to standard GMT (Greenwich Mean Time).
getTimeZoneAsString() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the current time zone as a String.
getTimeZonesAsSelectItems() - Method in class org.josef.web.jsf.bean.TimeZoneBean
Gets all the Time Zones as SelectItems.
getToBirthDay() - Method in class org.josef.demo.jpa.ScientistSearchCriteria
Gets the maximum birth day of the Scientist.
getToday() - Static method in class org.josef.util.CDate
Gets the current date, without time information.
getToday() - Method in class org.josef.web.jsf.bean.DateBean
Gets todays date.
getToday() - Method in class org.josef.web.jsf.beans.test.DateTestBean
Gets todays date.
getToDeathDay() - Method in class org.josef.demo.jpa.ScientistSearchCriteria
Gets the maximum death day of the Scientist.
getToggleLengthUnitButton() - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Gets the button to toggle the unit of length.
getToggleUnitButtonOffLabel() - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Gets the label for the toggle unit button in case the button is 'off'.
getToggleUnitButtonOffLabel() - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Gets the label for the toggle unit button in case the button is 'off'.
getToggleUnitButtonOnLabel() - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Gets the label for the toggle unit button in case the button is 'on'.
getToggleUnitButtonOnLabel() - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Gets the label for the toggle unit button in case the button is 'on'.
getToggleWeightUnitButton() - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Gets the button to toggle the unit of weight.
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.
getToWeight() - Method in class org.josef.demo.jpa.ElementSearchCriteria
Gets the maximum atomic weight of the Element.
getToYear() - Method in class org.josef.demo.jpa.NobelPrizeSearchCriteria
Gets the maximum year of the NobelPrize.
getTransaction() - Static method in class org.josef.jpa.EntityManagerHelper
Gets the resource-level transaction object.
getTreeModel() - Method in class org.josef.web.jsf.beans.demo.tree.TreeDumpBean
Gets the tree model.
getTrim() - Method in class org.josef.web.jsf.converter.GenericStringConverter
Gets the trim attribute.
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.
getUnitedKingdomZipCode() - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Gets the United Kingdom zip code.
getUno() - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
A single value of "1".
getUpperLimit() - Method in class org.josef.web.jsf.beans.demo.guess.NumberGuessBean
Gets the upper limit of the number to guess.
getUserDescription(String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Gets the description of the user with the supplied userName.
getUserName() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the name of the currently logged in user.
getUserSettingsBean() - Method in class org.josef.web.jsf.beans.test.AbstractCompositeComponentTestBean
Gets the UserSettingsBean.
getUserTransactionJndiName() - Method in interface org.josef.util.appserver.ApplicationServerUtilInterface
Gets the JNDI name to lookup the User Transaction.
getValidator(UIInput, Class<T>) - Static method in class org.josef.web.jsf.util.JsfComponentUtil
Gets the validator from the supplied input component that is of the supplied type T.
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.
getValues() - Method in class org.josef.web.jsf.beans.demo.binding.PrimefacesFlexLayoutBean
Gets the map of values.
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.
getViewRoot() - Static method in class org.josef.web.jsf.util.JsfUtil
Convenience method to get the ui view root.
getVolume() - Method in class org.josef.demo.jpa.Planet
Gets the volume of this Planet in cubic kilometers.
getWarnings() - Method in interface org.josef.jdbc.ResultSetRowInterface
Retrieves the first warning reported .
getWeight() - Method in class org.josef.demo.jpa.Element
Gets the atomic weight of this Element.
getWeightFromKilograms() - Method in class org.josef.web.jsf.beans.test.BodyWeightTestBean
Gets the weight in kilograms from input in kilograms.
getWeightFromPounds() - Method in class org.josef.web.jsf.beans.test.BodyWeightTestBean
Gets the weight in kilograms from input in pounds.
getWeightFromStonesAndPounds() - Method in class org.josef.web.jsf.beans.test.BodyWeightTestBean
Gets the weight in kilograms from input in stones and pounds.
getWeights() - Method in class org.josef.finance.UKSortCodeRange
Gets all the weights of this sort code range.
getWhereClause() - Method in class org.josef.demo.jpa.CarSearchCriteria
Gets the JPQL where-clause.
getWhereClause() - Method in class org.josef.demo.jpa.ElementSearchCriteria
Gets the JPQL where-clause.
getWhereClause() - Method in class org.josef.demo.jpa.HtmlTagSearchCriteria
Gets the JPQL where-clause.
getWhereClause() - Method in class org.josef.demo.jpa.MoonSearchCriteria
Gets the where-clause.
getWhereClause() - Method in class org.josef.demo.jpa.NobelPrizeCategorySearchCriteria
Gets the where-clause.
getWhereClause() - Method in class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Gets the JPQL where-clause.
getWhereClause() - Method in class org.josef.demo.jpa.NobelPrizeSearchCriteria
Gets the JPQL where-clause.
getWhereClause() - Method in class org.josef.demo.jpa.PlanetSearchCriteria
Gets the where-clause.
getWhereClause() - Method in class org.josef.demo.jpa.ScientistSearchCriteria
Gets the where-clause.
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.
getYear() - Method in class org.josef.demo.jpa.NobelPrize
Gets the year this NobelPrize was awarded.
getYear() - Method in class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Gets the year of the NobelPrize of the NobelPrizeLaureate.
getYear() - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Gets the year.
getYearComponent() - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Gets the year component.
getYearComponent() - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Gets the year component.
getYearFromDateObject(Object) - Static method in class org.josef.web.jsf.bean.YearBean
Gets the year from the supplied dateObject.
getYearRange(Object, Object) - Method in class org.josef.web.jsf.bean.YearBean
Gets a range of years from the supplied minDate and maxDate.
getYears() - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Gets the years the user can select from.
getYearsAsSelectItems(int, int) - Method in class org.josef.web.jsf.bean.YearBean
Gets the supplied range (minYear and maxYear) of years as a List of SelectItems.
getZipCode() - Method in class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Gets the zipcode.
getZipCode() - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Gets the zip code.
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.
GoogleMapsBean - Class in org.josef.web.jsf.beans.demo.google
Google Maps Bean.
GoogleMapsBean() - Constructor for class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Creates a Marker at the location of LeanApps.
GRAMS_IN_KILO - Static variable in enum org.josef.science.physics.MetricMass
Number of grams in a kilo.
GRAMS_IN_OUNCE - Static variable in enum org.josef.science.physics.MetricMass
Number of grams in an ounce.
greatestCommonDivisor(long, long) - Static method in class org.josef.science.math.CLong
Computes the greatest common divisor of two long values.
GZipFilter - Class in org.josef.web.servlet
Filter that zips the response, provided that the client accepts gzip encoding.
To use this filter in your application, add the following xml to your web.xml.
GZipFilter() - Constructor for class org.josef.web.servlet.GZipFilter
 
GZipResponseStream - Class in org.josef.web.servlet
A servlet response stream that writes compressed data.
GZipResponseStream(HttpServletResponse, int) - Constructor for class org.josef.web.servlet.GZipResponseStream
Constructs this GZipResponseStream from the supplied response.

H

H1 - Static variable in class org.josef.web.html.HtmlTag
Heading 1 tag.
H1_E - Static variable in class org.josef.web.html.HtmlTag
Heading 1 end tag.
H1_S - Static variable in class org.josef.web.html.HtmlTag
Heading 1 start tag.
H2 - Static variable in class org.josef.web.html.HtmlTag
Heading 2 tag.
H2_E - Static variable in class org.josef.web.html.HtmlTag
Heading 2 end tag.
H2_S - Static variable in class org.josef.web.html.HtmlTag
Heading 2 start tag.
H3 - Static variable in class org.josef.web.html.HtmlTag
Heading 3 tag.
H3_E - Static variable in class org.josef.web.html.HtmlTag
Heading 3 end tag.
H3_S - Static variable in class org.josef.web.html.HtmlTag
Heading 3 start tag.
H4 - Static variable in class org.josef.web.html.HtmlTag
Heading 4 tag.
H4_E - Static variable in class org.josef.web.html.HtmlTag
Heading 4 end tag.
H4_S - Static variable in class org.josef.web.html.HtmlTag
Heading 4 start tag.
H5 - Static variable in class org.josef.web.html.HtmlTag
Heading 5 tag.
H5_E - Static variable in class org.josef.web.html.HtmlTag
Heading 5 end tag.
H5_S - Static variable in class org.josef.web.html.HtmlTag
Heading 5 start tag.
H6 - Static variable in class org.josef.web.html.HtmlTag
Heading 6 tag.
H6_E - Static variable in class org.josef.web.html.HtmlTag
Heading 6 end tag.
H6_S - Static variable in class org.josef.web.html.HtmlTag
Heading 6 start tag.
HALF - Static variable in class org.josef.science.math.CBigDecimal
The constant value 0.5.
handleNavigation(String, String) - Static method in class org.josef.web.jsf.util.JsfNavigationUtil
Handles navigation by delegating to NavigationHandler.handleNavigation(FacesContext, String, String) except for the fact that this method adds "?faces-redirect=true")" to the supplied outcome to perform an actual redirect.
handleNavigation(String, String, boolean) - Static method in class org.josef.web.jsf.util.JsfNavigationUtil
Handles navigation by delegating to NavigationHandler.handleNavigation(FacesContext, String, String) and optionally performs a redirect instead of a forward.
handleSelectElement(SelectEvent) - Method in class org.josef.web.jsf.beans.demo.autoComplete.AutoCompleteBean
Called when an Element has been selected from a list of Elements.
hasConverter(UIComponent) - Method in class org.josef.web.jsf.bean.JosefUtilBean
Determines whether the supplied component has an attached converter.
hasConverter(UIComponent) - Static method in class org.josef.web.jsf.util.JsfComponentUtil
Determines whether the supplied component has an attached converter.
hasErrorOccurred() - Static method in class org.josef.web.jsf.util.JsfMessageUtil
Determines whether an error has occurred.
hasFourDigitYear() - Method in class org.josef.util.Formatter
Determines whether a parsed date, needs to have a year consisting of four digits.
Hash - Class in org.josef.util.security
Hash Utility class.
hash(String, HashingAlgorithm) - Static method in class org.josef.util.security.Hash
Hashes the supplied message using the supplied algorithm.
hash(File, HashingAlgorithm) - Static method in class org.josef.util.security.Hash
Hashes input from the supplied file, using the supplied algorithm.
hashCode() - Method in class org.josef.ejb.ValueObject
Computes the hash code of this Object.
hashCode() - Method in class org.josef.finance.UKSortCodeRange
Computes the hash code of this UKSortCodeRange.
hashCode() - Method in class org.josef.jdbc.Column
Computes the hash code for this Column.
hashCode() - Method in class org.josef.jdbc.OrderByClause
Computes the hash code of this OrderByClause.
hashCode() - Method in class org.josef.jdbc.OrderByColumn
Computes the hash code of this OrderByColumn.
hashCode() - Method in class org.josef.jdbc.Table
Computes the hash code for this Table.
hashCode() - Method in class org.josef.jpa.AbstractEntity
Computes the hash code of this AbstractEntity.
hashCode() - Method in class org.josef.jpa.CColumn
Computes the hash code of this OrderByClause.
hashCode() - Method in class org.josef.science.math.CByte
Computes the hash code value for this object.
hashCode() - Method in class org.josef.science.math.CDouble
Computes the hash code value for this object.
hashCode() - Method in class org.josef.science.math.CFloat
Computes the hash code value for this object.
hashCode() - Method in class org.josef.science.math.CInteger
Computes the hash code value for this object.
hashCode() - Method in class org.josef.science.math.CLong
Computes a hash code for this object using the same algorithm as Long.hashCode() does.
hashCode() - Method in class org.josef.science.math.Complex
Creates a hash code for this Complex number.
hashCode() - Method in class org.josef.science.math.CRational
Computes a hash code for this object.
hashCode() - Method in class org.josef.science.math.CShort
Computes the hash code value for this object.
hashCode() - Method in class org.josef.science.math.geometry.CLine
Computes the hash code of this CLine.
hashCode() - Method in class org.josef.science.math.geometry.CPoint
Computes the hash code of this CPoint.
hashCode() - Method in class org.josef.util.CodeDescription
Computes a hash code for this CodeDescription.
hashCode() - Method in class org.josef.util.CompareField
Computes the hash code of this CompareField.
hashCode() - Method in class org.josef.util.MailServer
Computes the hash code of this MailServer.
hashCode() - Method in class org.josef.web.html.HtmlAttribute
Computes the hash code of this HtmlAttribute.
hashCode() - Method in class org.josef.web.jsf.demo.HtmlTag
HashingAlgorithm - Enum in org.josef.util.security
Enumeration of hashing algorithms.
HashingException - Exception in org.josef.util.security
Hashing exception, thrown when an error occurs during hashing.
HashingException(Throwable) - Constructor for exception org.josef.util.security.HashingException
Constructs this exception from the supplied exception.
HashUtil - Class in org.josef.util
Utility class to compute hash codes.
hasMessage() - Method in class org.josef.web.jsf.validator.AbstractValidator
Determines whether this Validator has a message or not.
hasNext() - Method in class org.josef.science.math.CBigInteger.FibonacciIterator
There will always be another Fibonacci number.
hasNext() - Method in class org.josef.science.math.CLong.FibonacciIterator
Determines whether the next Fibonacci number is available.
hasNext() - Method in class org.josef.util.RandomElementIterator
Determines whether more elements exist.
hasNext() - Method in class org.josef.util.RandomRoundRobinElementIterator
Determines whether more elements exist.
hasNext() - Method in class org.josef.util.RoundRobinElementIterator
Determines whether there are more elements to get.
hasNextRow() - Method in class org.josef.util.csv.AbstractCsvWriter
Determines whether a next row of csv data exists.
hasNextStartableStep(int) - Method in class org.josef.web.jsf.flow.AbstractFlow
Recursively determines whether a next startable step exists.
hasPreviousStartableStep(int) - Method in class org.josef.web.jsf.flow.AbstractFlow
Recursively determines whether a previous startable step exists.
hasZeroOrOneSelectItem(UIInput) - Method in class org.josef.web.jsf.bean.JosefSelectUtilBean
Determines whether the supplied uiComponent contains zero or one SelectItem.
hasZeroOrOneSelectItem(UINamingContainer, String) - Method in class org.josef.web.jsf.bean.JosefSelectUtilBean
Determines whether the supplied namingContainer has a Select...
hasZeroOrOneSelectItem(UIInput) - Static method in class org.josef.web.jsf.util.JsfSelectItemUtil
Determines whether the supplied uiComponent contains zero or one SelectItem.
HEAD - Static variable in class org.josef.web.html.HtmlTag
Head tag.
HEAD_E - Static variable in class org.josef.web.html.HtmlTag
Head end tag.
HEAD_S - Static variable in class org.josef.web.html.HtmlTag
Head start tag.
HEADER - Static variable in class org.josef.web.html.HtmlTag
Header tag.
HEADER_E - Static variable in class org.josef.web.html.HtmlTag
Header end tag.
HEADER_S - Static variable in class org.josef.web.html.HtmlTag
Header start tag.
HelloUserResource - Class in org.josef.demo.ws.rest.hello
Simple hello RESTful web service, that uses the user's name.
HelloUserResource() - Constructor for class org.josef.demo.ws.rest.hello.HelloUserResource
 
HelloWorldBean - Class in org.josef.demo.ejb
Hello World Stateless Session Bean.
HelloWorldBean() - Constructor for class org.josef.demo.ejb.HelloWorldBean
Default constructor as required by JavaBean specs.
HelloWorldBean - Class in org.josef.web.jsf.beans.demo.hello
Hello World Bean.
HelloWorldBean() - Constructor for class org.josef.web.jsf.beans.demo.hello.HelloWorldBean
 
HelloWorldClient - Class in org.josef.demo.ejb
Client program to access the HelloWorldBean.
HelloWorldRemote - Interface in org.josef.demo.ejb
Remote interface for HelloWorldBean.
HelloWorldResource - Class in org.josef.demo.ws.rest.hello
Simple hello world RESTful web service.
HelloWorldResource() - Constructor for class org.josef.demo.ws.rest.hello.HelloWorldResource
 
HelloWorldServlet - Class in org.josef.web.demo.servlet
Hello World application implemented as a servlet.
HelloWorldServlet() - Constructor for class org.josef.web.demo.servlet.HelloWorldServlet
 
HOUR_0 - Static variable in class org.josef.science.physics.TimeConstants
Hour 0.
HOUR_1 - Static variable in class org.josef.science.physics.TimeConstants
Hour 1.
HOUR_10 - Static variable in class org.josef.science.physics.TimeConstants
Hour 10.
HOUR_11 - Static variable in class org.josef.science.physics.TimeConstants
Hour 11.
HOUR_12 - Static variable in class org.josef.science.physics.TimeConstants
Hour 12.
HOUR_13 - Static variable in class org.josef.science.physics.TimeConstants
Hour 13.
HOUR_14 - Static variable in class org.josef.science.physics.TimeConstants
Hour 14.
HOUR_15 - Static variable in class org.josef.science.physics.TimeConstants
Hour 15.
HOUR_16 - Static variable in class org.josef.science.physics.TimeConstants
Hour 16.
HOUR_17 - Static variable in class org.josef.science.physics.TimeConstants
Hour 17.
HOUR_18 - Static variable in class org.josef.science.physics.TimeConstants
Hour 18.
HOUR_19 - Static variable in class org.josef.science.physics.TimeConstants
Hour 19.
HOUR_2 - Static variable in class org.josef.science.physics.TimeConstants
Hour 2.
HOUR_20 - Static variable in class org.josef.science.physics.TimeConstants
Hour 20.
HOUR_21 - Static variable in class org.josef.science.physics.TimeConstants
Hour 21.
HOUR_22 - Static variable in class org.josef.science.physics.TimeConstants
Hour 22.
HOUR_23 - Static variable in class org.josef.science.physics.TimeConstants
Hour 23.
HOUR_24 - Static variable in class org.josef.science.physics.TimeConstants
Hour 24.
HOUR_3 - Static variable in class org.josef.science.physics.TimeConstants
Hour 3.
HOUR_4 - Static variable in class org.josef.science.physics.TimeConstants
Hour 4.
HOUR_5 - Static variable in class org.josef.science.physics.TimeConstants
Hour 5.
HOUR_6 - Static variable in class org.josef.science.physics.TimeConstants
Hour 6.
HOUR_7 - Static variable in class org.josef.science.physics.TimeConstants
Hour 7.
HOUR_8 - Static variable in class org.josef.science.physics.TimeConstants
Hour 8.
HOUR_9 - Static variable in class org.josef.science.physics.TimeConstants
Hour 9.
HOURS_IN_A_DAY - Static variable in class org.josef.science.physics.TimeConstants
Number of hours in a day.
HR - Static variable in class org.josef.web.html.HtmlTag
Horizontal rule tag.
HR_E - Static variable in class org.josef.web.html.HtmlTag
Horizontal rule end tag.
HR_S - Static variable in class org.josef.web.html.HtmlTag
Horizontal rule start tag.
HT - Static variable in class org.josef.util.CCharacter
Horizontal tab.
HTML - Static variable in class org.josef.web.html.HtmlTag
Html tag.
HTML_E - Static variable in class org.josef.web.html.HtmlTag
Html end tag.
HTML_S - Static variable in class org.josef.web.html.HtmlTag
Html start tag.
HtmlAttribute - Class in org.josef.web.html
Represents an HTML attribute, like: id, for example.
HtmlAttribute(String) - Constructor for class org.josef.web.html.HtmlAttribute
Constructs this HTML attribute from the supplied name.
HtmlAttribute(String, String) - Constructor for class org.josef.web.html.HtmlAttribute
Constructs this HTML attribute from the supplied name and value.
HtmlAttribute(HtmlAttribute) - Constructor for class org.josef.web.html.HtmlAttribute
Copy constructor, constructs a new HTML attribute from the supplied sourceAttribute.
HtmlElement - Class in org.josef.web.html
Utility class to create HTML output created from HtmlElement instances.
HtmlElement() - Constructor for class org.josef.web.html.HtmlElement
Constructs the root "html" element with nested "head" and "body" tags.
HtmlElement(String) - Constructor for class org.josef.web.html.HtmlElement
Constructs this HTML element from the supplied (element) name.
HtmlElement(String, String) - Constructor for class org.josef.web.html.HtmlElement
Constructs this HTML element from the supplied (element) name and content.
HtmlElement(String, HtmlAttribute...) - Constructor for class org.josef.web.html.HtmlElement
Constructs this HTML element from the supplied (element) name and attributes.
HtmlElement(String, String, HtmlAttribute...) - Constructor for class org.josef.web.html.HtmlElement
Constructs this HTML element from the supplied (element) name, content and attributes.
HtmlEmptyElement - Class in org.josef.web.html
Represents an empty HTML element, that is to say, an element without content and without children.
HtmlEmptyElement(String) - Constructor for class org.josef.web.html.HtmlEmptyElement
Constructs this empty HTML element from the supplied (element) name.
HtmlEmptyElement(String, HtmlAttribute...) - Constructor for class org.josef.web.html.HtmlEmptyElement
Constructs this empty HTML element from the supplied (element) name and attributes.
HtmlRow - Class in org.josef.web.html
Represents a row in an HTML table.
HtmlRow() - Constructor for class org.josef.web.html.HtmlRow
Constructs this HTML row.
HtmlRow(HtmlAttribute...) - Constructor for class org.josef.web.html.HtmlRow
Constructs this HTML row from the supplied attributes.
HtmlStringWriter - Class in org.josef.web.html
HTML writer that writes its output to a String.
HtmlStringWriter() - Constructor for class org.josef.web.html.HtmlStringWriter
 
HtmlTable - Class in org.josef.web.html
Represents an HTML table.
HtmlTable() - Constructor for class org.josef.web.html.HtmlTable
Constructs this HTML table with nested "thead" and "tbody" elements.
HtmlTable(HtmlAttribute...) - Constructor for class org.josef.web.html.HtmlTable
Constructs this HTML table from the supplied attributes.
HtmlTag - Class in org.josef.demo.jpa
Html Tag Entity.
HtmlTag() - Constructor for class org.josef.demo.jpa.HtmlTag
Default constructor as required by the JPA specs for unenhanced classes.
HtmlTag(String, String) - Constructor for class org.josef.demo.jpa.HtmlTag
Constructs this HTML tag from all the supplied, mandatory fields.
HtmlTag - Class in org.josef.web.html
Html tag constants class for all supported HTML 5 tags.
HtmlTag - Class in org.josef.web.jsf.demo
Simple HtmlTag which only purpose is to be a test case for components with an explicit converter.
HtmlTag(String) - Constructor for class org.josef.web.jsf.demo.HtmlTag
Constructs this HtmlTag from the supplied name.
HtmlTagBean - Class in org.josef.web.jsf.beans.demo.crud.jpa
HTML tag Bean, demonstrating maintenance of a single Entity, directly using an EntityManager.
HtmlTagBean() - Constructor for class org.josef.web.jsf.beans.demo.crud.jpa.HtmlTagBean
Public default constructor to make this a bean.
HtmlTagConverter - Class in org.josef.web.jsf.converter
Html tag converter.
HtmlTagConverter() - Constructor for class org.josef.web.jsf.converter.HtmlTagConverter
 
HtmlTagConverterTestBean - Class in org.josef.web.jsf.beans.demo
Managed Bean to test the explicit conversion of the HtmlTag pojo.
HtmlTagConverterTestBean() - Constructor for class org.josef.web.jsf.beans.demo.HtmlTagConverterTestBean
 
HtmlTagSearchCriteria - Class in org.josef.demo.jpa
Search criteria to find entities of type HtmlTag.
HtmlTagSearchCriteria() - Constructor for class org.josef.demo.jpa.HtmlTagSearchCriteria
Public default constructor to make this a bean.
HtmlUtil - Class in org.josef.web.html
Html related utility class.
HttpStatus - Class in org.josef.web
HTTP Status utility class.
HUNDRED_PERCENT - Static variable in class org.josef.science.math.CDouble
100%.
HUNDRED_PERCENT - Static variable in class org.josef.science.math.CFloat
100%.
HYDERABAD_LATITUDE - Static variable in class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Latitude of Hyderabad location.
HYDERABAD_LONGITUDE - Static variable in class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Longitude of Hyderabad location.

I

I - Static variable in class org.josef.science.math.Complex
Complex imaginary number I (Square root of -1).
I - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number I.
I - Static variable in class org.josef.web.html.HtmlTag
Italics tag.
I_E - Static variable in class org.josef.web.html.HtmlTag
Italics end tag.
I_S - Static variable in class org.josef.web.html.HtmlTag
Italics start tag.
IBAN_VALIDATOR_INVALID_IBAN - Static variable in class org.josef.web.jsf.util.JsfMessages
Invalid IBAN number.
Parameter 0: IBAN Number.
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.
ignoreAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'ignore' action.
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.
incrementSubmitCount() - Method in class org.josef.web.jsf.beans.demo.miscellaneous.PreventDoubleSubmitBean
Increments the number of submits by one.
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() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.CarBean
Fetches all Cars and sorts them on object ID.
init() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.ElementBean
Fetches all Elements of the Periodic Table and sorts them on the id.
init() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.HtmlTagBean
Fetches all HTML tags and sorts them on the tag's name.
init() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.MoonBean
Sorts the Moons on their position.
init() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeBean
Fetches all NobelPrizes and sorts them by Nobel prize category name.
init() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeCategoryBean
Fetches all Nobel prize categories and sorts them by name.
init() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeLaureateBean
Fetches all NobelPrizeLaureates and sorts them by Nobel prize year.
init() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.PlanetBean
Fetches all Planets and sorts them on the id, registers the MoonBean as a child.
init() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.ScientistBean
Fetches all Scientists and sorts them on the last name.
init() - Method in class org.josef.web.jsf.beans.demo.dragndrop.DragAndDropBean
Initializes the list of source elements with all noble gasses.
init() - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Initializes this ZipCodeTestBean by getting all countries and sorting them by name.
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.
InputState - Class in org.josef.web.jsf.binding.jcc
Backing bean for the InputState composite component.
InputState() - Constructor for class org.josef.web.jsf.binding.jcc.InputState
 
InputText - Class in org.josef.web.jsf.binding.jcc
Backing bean for the InputText composite component.
InputText() - Constructor for class org.josef.web.jsf.binding.jcc.InputText
 
InputTextTestBean - Class in org.josef.web.jsf.beans.test
InputText Bean to test the InputText composite component.
InputTextTestBean() - Constructor for class org.josef.web.jsf.beans.test.InputTextTestBean
 
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).
InternationalBankAccountNumberValidator - Class in org.josef.web.jsf.validator
A validator that validates an International Bank Account Number (IBAN).
InternationalBankAccountNumberValidator() - Constructor for class org.josef.web.jsf.validator.InternationalBankAccountNumberValidator
 
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.
INVALID_OID_REQUEST_PARAMETER - Static variable in class org.josef.web.jsf.util.JsfMessages
A request parameter named "oid" exists but it does not contain a valid integer.
Parameter 0: Value of the oid request parameter.
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.
isButtonWithIconsOpened() - Method in class org.josef.web.jsf.beans.test.ToggleChildrenWithButtonTestBean
Determines whether the button with icons is open or not.
isButtonWithLabelsAndIconsOpened() - Method in class org.josef.web.jsf.beans.test.ToggleChildrenWithButtonTestBean
Determines whether the button with labels and icons is open or not.
isButtonWithLabelsOpened() - Method in class org.josef.web.jsf.beans.test.ToggleChildrenWithButtonTestBean
Determines whether the button with labels is open or not.
isClientError(int) - Static method in class org.josef.web.HttpStatus
Determines whether the supplied httpStatusCode is a client error code or not.
isComponentOfTypeUIInput(UIComponent) - Method in class org.josef.web.jsf.validator.AbstractValidator
Checks that the supplied uiComponent is of type UIInput.
isComponentsContainerReadonly(UIComponent) - Method in class org.josef.web.jsf.bean.FormBean
Determines whether the container that contains the supplied component is readonly or not.
isComponentsContainerReadonly(UIComponent) - Static method in class org.josef.web.jsf.util.JsfComponentUtil
Determines whether the container that contains the supplied component is readonly or not.
isComponentsFormReadonly(UIComponent) - Method in class org.josef.web.jsf.bean.FormBean
Determines whether the form that contains the supplied component is readonly or not.
isComponentsFormReadonly(UIComponent) - Static method in class org.josef.web.jsf.util.JsfComponentUtil
Determines whether the form that contains the supplied component is readonly 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).
isDebugMode() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Gets the debug mode.
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.
isFormReadonly() - Method in class org.josef.web.jsf.beans.test.CommandButtonTestBean
Determines whether the form is readonly or not.
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.
isListenerForSource(Object) - Method in class org.josef.web.jsf.custom.inputtext.CInputText
Filters events that are not related to the UIViewRoot.
isListenerForSource(Object) - Method in class org.josef.web.jsf.custom.inputtext.CInputTextPanelGroup
Filters events that are not related to the UIViewRoot.
isLocaleSupported(Locale) - Static method in class org.josef.web.jsf.util.JsfLocaleUtil
Determines whether the supplied locale is one of the supported locales.
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).
isNewMode() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.DetailItemDelegate
Determines whether the mode of this DetailItemDelegate is JsfBeanMode.NEW.
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.
isSortAscending() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Determines whether sorting is done ascending or descending.
isSortColumnChangedOrToggled() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Determines whether the sort column or ascending/descending has changed.
isStartable() - Method in class org.josef.web.jsf.beans.demo.flow.ConditionalFlowStepTwo
Determines whether this step can be started or not.
isStartable() - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Determines whether this step is startable or not.
isSuccessful(int) - Static method in class org.josef.web.HttpStatus
Determines whether the supplied httpStatusCode is a successful code or not.
isSupportedStyleSheet(String) - Method in class org.josef.web.jsf.bean.ApplicationSettingsBean
Determines whether the supplied styleSheet is one of the supported style sheets.
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.
isTransient() - Method in class org.josef.web.jsf.AbstractStateHolder
Determines whether this StateHolder is transient or not.
isUnique() - Method in class org.josef.jpa.CColumn
Determines whether this CColumn is unique (true) or not (false).
isUserInRole(String) - Static method in class org.josef.web.jsf.util.JsfUtil
Determines if the currently logged in user (if any) is in the supplied role.
isUserLoggedIn() - Static method in class org.josef.web.jsf.util.JsfUtil
Determines if there is a currently logged in user.
isUserStartable() - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Determines whether this step is startable by the user or not.
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.
isVisible() - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Determines whether this step is visible 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.
ITEM_MERGE_ERROR - Static variable in class org.josef.web.jsf.util.JsfMessages
Error while merging an Item.
ITEM_MERGE_SUCCESSFULL - Static variable in class org.josef.web.jsf.util.JsfMessages
Item was merged successfully.
ITEM_PERSIST_ERROR - Static variable in class org.josef.web.jsf.util.JsfMessages
Error while persisting an Item.
ITEM_PERSIST_SUCCESSFULL - Static variable in class org.josef.web.jsf.util.JsfMessages
Item was persisted successfully.
ITEM_REMOVE_ERROR - Static variable in class org.josef.web.jsf.util.JsfMessages
Error while removing an Item.
ITEM_REMOVE_SUCCESSFULL - Static variable in class org.josef.web.jsf.util.JsfMessages
Item was removed successfully.
ItemObservable - Class in org.josef.web.jsf.bean.crud
Observable for changes in an Item.
ItemObservable() - Constructor for class org.josef.web.jsf.bean.crud.ItemObservable
 
iterableToString(Iterable<T>) - Static method in class org.josef.util.CString
Creates a String representation of the supplied iterable.
iterator(T[]) - Static method in class org.josef.science.math.Combinations
Creates an Iterator that can be used to iterate over all possible combinations of elements out of the supplied set.
iterator(T[], int) - Static method in class org.josef.science.math.Combinations
Creates an Iterator that can be used to iterate over all possible combinations where each combination is of the supplied size.

J

jaxbContext(JAXBContext) - Method in class org.josef.util.xml.MarshalParameters.Builder
Adds the JAXB context used for marshalling.
jaxbContext(JAXBContext) - Method in class org.josef.util.xml.UnmarshalParameters.Builder
Adds the JAXB context used for unmarshalling.
JdbcMessages - Class in org.josef.jdbc
Contains all localized messages for dmc classes.
JdbcUtil - Class in org.josef.jdbc
JDBC Utility class.
JmxUtil - Class in org.josef.util.appserver
Utility class for JMX.
joinTransaction() - Static method in class org.josef.jpa.EntityManagerHelper
Joins an active transaction.
This method should be called on a JTA application managed EntityManager that was created outside the scope of the active transaction.
JOSEF_BUNDLE - Static variable in class org.josef.web.jsf.util.JsfMessages
Name of Josef's resource bundle as defined as a var in faces-Config.xml.
JosefFunctionsLibrary - Class in org.josef.web.jsf
Josef JSF Functions Library with name space: http://josef.org/jsf/functions.
JosefFunctionsLibrary() - Constructor for class org.josef.web.jsf.JosefFunctionsLibrary
Constructs this library by registering the name space and adding static methods from the following classes.
JosefSelectManyUtilBean - Class in org.josef.web.jsf.bean
Utility bean for components of type SelectMany..., for example: SelectManyListbox.
JosefSelectManyUtilBean() - Constructor for class org.josef.web.jsf.bean.JosefSelectManyUtilBean
 
JosefSelectOneUtilBean - Class in org.josef.web.jsf.bean
Utility bean for components of type SelectOne..., for example: SelectOneMenu and SelectOneRadio.
JosefSelectOneUtilBean() - Constructor for class org.josef.web.jsf.bean.JosefSelectOneUtilBean
 
JosefSelectUtilBean - Class in org.josef.web.jsf.bean
Utility bean for components of type Select..., for example: SelectManyListbox.
JosefSelectUtilBean() - Constructor for class org.josef.web.jsf.bean.JosefSelectUtilBean
 
JosefUtilBean - Class in org.josef.web.jsf.bean
Java Server Faces Util Bean.
JosefUtilBean() - Constructor for class org.josef.web.jsf.bean.JosefUtilBean
 
JpaLogUtil - Class in org.josef.jpa
JPA Log Utility Class.
JpaUtil - Class in org.josef.jpa
JPA Utility Class.
JSF_VERSION - Static variable in class org.josef.web.jsf.util.JsfMessages
JSF Version.
Parameter 0: The implementation title.
Parameter 1: The implementation vendor.
Parameter 2: The implementation version.
Parameter 3: The specification title.
Parameter 4: The specification vendor.
Parameter 5: The specification version.
JsfAutoCompleteUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class that aids in auto completing information.
JsfBeanMode - Enum in org.josef.web.jsf.bean
Enumeration of modes that a JsfBean can be in.
JsfComponentUtil - Class in org.josef.web.jsf.util
Java Server Faces Component Utility class.
JsfCookieUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class.
JsfExpressionUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class related to expression handling.
JsfExpressionUtilTestBean - Class in org.josef.web.jsf.beans.test
JSF Util Bean to test JsfUtil.
JsfExpressionUtilTestBean() - Constructor for class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
 
JsfFactoryUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class that focuses on the FactoryFinder and Lifecycle.
JsfJpaUtil - Class in org.josef.web.jsf.util
Utility class for the combination of JSF with JPA.
JsfLocaleUtil - Class in org.josef.web.jsf.util
Java Server Faces Locale Utility class.
JsfMessages - Class in org.josef.web.jsf.util
JSF Message Constants for Josef Messages.
JsfMessageUtil - Class in org.josef.web.jsf.util
JSF Message Utility class.
JsfNavigationUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class related to navigation.
JsfRequestUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class related to request handling.
JsfSearchMode - Enum in org.josef.web.jsf.bean
Enumeration for modes a search page can be in.
JsfSelectItemsFromCodeDescriptionsUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class that aids in creating SelectItems from CodeDescriptions.
JsfSelectItemsFromEnumsUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class that aids in creating SelectItems from Enumerations.
JsfSelectItemUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class for SelectItems..
JsfSessionUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class related to session handling.
JsfTreeUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class focusing on the UI Component Tree.
JsfTreeUtilTestBean - Class in org.josef.web.jsf.beans.test
JSF Tree Util Bean to test JsfTreeUtil.
JsfTreeUtilTestBean() - Constructor for class org.josef.web.jsf.beans.test.JsfTreeUtilTestBean
 
JsfUtil - Class in org.josef.web.jsf.util
Java Server Faces Utility class.
JSR303DemoBean - Class in org.josef.web.jsf.beans.demo.miscellaneous
Managed Bean to test the Bean Validation (JSR 303).
JSR303DemoBean() - Constructor for class org.josef.web.jsf.beans.demo.miscellaneous.JSR303DemoBean
 
JSR303DemoModel - Class in org.josef.web.jsf.beans.demo.miscellaneous
POJO Model data.
JSR303DemoModel() - Constructor for class org.josef.web.jsf.beans.demo.miscellaneous.JSR303DemoModel
 
JulianDate - Class in org.josef.util
Utility class to calculate Julian Dates.

K

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

L

L - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number L.
LABEL - Static variable in class org.josef.web.html.HtmlTag
Label tag.
LABEL_E - Static variable in class org.josef.web.html.HtmlTag
Label end tag.
LABEL_S - Static variable in class org.josef.web.html.HtmlTag
Label start tag.
LARGEST_ROMAN_NUMBER - Static variable in class org.josef.science.math.RomanNumbers
The largest number the Romans could represent.
LEANAPPS_LATITUDE - Static variable in class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Latitude of LeanApps location.
LEANAPPS_LONGITUDE - Static variable in class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Longitude of LeanApps location.
leastCommonMultiple(long, long) - Static method in class org.josef.science.math.CLong
Computes the least common multiple of two long values.
LEGEND - Static variable in class org.josef.web.html.HtmlTag
Legend tag.
LEGEND_E - Static variable in class org.josef.web.html.HtmlTag
Legend end tag.
LEGEND_S - Static variable in class org.josef.web.html.HtmlTag
Legend start tag.
LENGTH_1 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of one.
LENGTH_15 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of fifteen.
LENGTH_2 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of two.
LENGTH_20 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of twenty.
LENGTH_3 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of three.
LENGTH_4 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of four.
LENGTH_5 - Static variable in class org.josef.jpa.FieldLengths
Field with a length of five.
LENGTH_OF_AVERAGE_PERSON - Static variable in class org.josef.web.jsf.beans.test.BodyLengthTestBean
Average length of Dutch men in 2012.
LENGTH_OF_TALL_PERSON - Static variable in class org.josef.web.jsf.beans.test.BodyLengthTestBean
Length of a person who is taller than average.
LengthConverterSi2BritishImperial - Class in org.josef.science.physics
Utility class to convert from metric lengths to British Imperial lengths and vice versa.
Lepton - Enum in org.josef.science.physics.particle
Enumeration of all the Leptons.
LF - Static variable in class org.josef.util.CCharacter
Line feed.
LI - Static variable in class org.josef.web.html.HtmlTag
List item tag.
LI_E - Static variable in class org.josef.web.html.HtmlTag
List item end tag.
LI_S - Static variable in class org.josef.web.html.HtmlTag
List item start tag.
LINK - Static variable in class org.josef.web.html.HtmlTag
Link tag.
LINK_E - Static variable in class org.josef.web.html.HtmlTag
Link end tag.
LINK_S - Static variable in class org.josef.web.html.HtmlTag
Link start tag.
listUsers(String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Gets the names of all the users that adhere to the supplied pattern.
LOCALE_CONVERTER_INVALID_LOCALE - Static variable in class org.josef.web.jsf.util.JsfMessages
Invalid locale message.
Parameter 0: Locale.
LocaleConverter - Class in org.josef.web.jsf.converter
Locale Converter.
LocaleConverter() - Constructor for class org.josef.web.jsf.converter.LocaleConverter
 
localeToSelectItem(Locale, Locale) - Static method in class org.josef.web.jsf.util.JsfLocaleUtil
Converts the supplied locale to a SelectItem so that the supplied locale is the value of the SelectItem and the display name of the supplied locale is the label of the SelectItem.
Localizable - Interface in org.josef.util
Interface to declare that an implementation supports localization.
LocalizableEnumConverter - Class in org.josef.web.jsf.converter
Converter for objects of type LocalizableEnumeration.
LocalizableEnumConverter() - Constructor for class org.josef.web.jsf.converter.LocalizableEnumConverter
 
LocalizableEnumeration - Interface in org.josef.util
Interface to declare that an enumeration supports localization.
lock(Object, LockModeType) - Static method in class org.josef.jpa.EntityDataAccess
Sets the supplied lockMode on the supplied entity.
log(Logger, Level, String) - Static method in class org.josef.util.LogUtil
Logs the supplied message.
log(Logger, Level, String, Object...) - Static method in class org.josef.util.LogUtil
Logs the supplied message as a formatted message with parameters.
logAction(PersistAction, String) - Static method in class org.josef.jpa.JpaLogUtil
Logs the execution of the supplied action.
loginAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'login' action.
logout() - Method in class org.josef.web.jsf.bean.UserSettingsBean
Executes a logout by invalidating the session, provided the user is logged in.
logoutAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'logout' action.
logSuccessfulAction(PersistAction, String) - Static method in class org.josef.jpa.JpaLogUtil
Logs the successful execution of the supplied action.
logUnsuccessfulAction(PersistAction, String, Throwable) - Static method in class org.josef.jpa.JpaLogUtil
Logs the unsuccessful execution of the supplied action.
logUnsuccessfulAction(PersistAction, Level, String, Throwable) - Static method in class org.josef.jpa.JpaLogUtil
Logs the unsuccessful execution of the supplied action, using the supplied logLevel.
LogUtil - Class in org.josef.util
Collection of Logging related methods.
LONG_DESCRIPTION - Static variable in class org.josef.jpa.FieldLengths
Length of a long description field.
LONG_NAME - Static variable in class org.josef.jpa.FieldLengths
Length of a long name field.
longValue() - Method in class org.josef.science.math.CByte
Returns the value of this CByte as a long.
longValue() - Method in class org.josef.science.math.CDouble
Returns the value of this CDouble as a long.
longValue() - Method in class org.josef.science.math.CFloat
Returns the value of this CFloat as a long.
longValue() - Method in class org.josef.science.math.CInteger
Returns the value of this CInteger as a long.
longValue() - Method in class org.josef.science.math.CLong
Returns the value of this CLong as a long.
longValue() - Method in class org.josef.science.math.CShort
Returns the value of this CShort as a long.
lookup(Class<T>) - Method in class org.josef.ejb.ServiceLocator
Performs a lookup of the service identified by the name of the supplied classToLookup.
lookup(String) - Static method in class org.josef.util.DnsUtil
Performs a lookup of the supplied hostName.
lookupDataSource(Context, String) - Static method in class org.josef.util.appserver.ApplicationServerUtil
Convenience method for looking up a data source.
lookupScientistListener(ActionEvent) - Method in class org.josef.web.jsf.beans.demo.crud.jpa.ScientistBean
Called when a Scientist needs to be looked up.
lookupUserTransaction(Context) - Static method in class org.josef.ejb.ServiceLocator
Looks up the current user transaction.
lookupUserTransaction(Context) - Static method in class org.josef.util.appserver.ApplicationServerUtil
Looks up the user transaction.

M

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

N

Nationality - Enum in org.josef.util
Enumeration of Nationalities.
NationalityType - Enum in org.josef.hist
Enumeration of all nationalities.
NAV - Static variable in class org.josef.web.html.HtmlTag
Nav tag.
NAV_E - Static variable in class org.josef.web.html.HtmlTag
Nav end tag.
NAV_S - Static variable in class org.josef.web.html.HtmlTag
Nav start tag.
negate() - Method in class org.josef.science.math.Complex
Negates this Complex number.
newAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'new' action.
newItemListener(ActionEvent) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Creates a new instance of the Item and notifies all observers.
newItemListener(ActionEvent) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityBean
Creates a new instance of the Item and notifies all observers.
newParent() - Method in class org.josef.web.jsf.bean.crud.ItemObservable
A new parent has been created, so all observers need to be notified.
next() - Method in class org.josef.science.math.CBigInteger.FibonacciIterator
Gets the next fibonacci number in sequence.
next() - Method in class org.josef.science.math.CLong.FibonacciIterator
Gets the next Fibonacci number in sequence.
next() - Method in class org.josef.util.RandomElementIterator
Gets the next element.
next() - Method in class org.josef.util.RandomRoundRobinElementIterator
Gets the next element.
next() - Method in class org.josef.util.RoundRobinElementIterator
Gets the next element.
nextAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'next' action.
NO_LINE_BREAKS_LENGTH - Static variable in class org.josef.util.Base64
Constant line length to be used when Base64 encoded output should not contain line breaks.
NO_OID_ATTRIBUTE - Static variable in class org.josef.web.jsf.util.JsfMessages
No attribute named "oid" exists.
NO_OID_REQUEST_PARAMETER - Static variable in class org.josef.web.jsf.util.JsfMessages
No request parameter named "oid" exists.
noAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'no' action.
NobelPrize - Class in org.josef.demo.jpa
NobelPrize entity.
NobelPrize() - Constructor for class org.josef.demo.jpa.NobelPrize
Default constructor as required by the JPA specs for unenhanced classes.
NobelPrize(NobelPrizeCategory, Integer) - Constructor for class org.josef.demo.jpa.NobelPrize
Constructs this NobelPrize from the supplied nobelPrizeCategory and year.
NobelPrizeBean - Class in org.josef.web.jsf.beans.demo.crud.jpa
NobelPrize Bean.
NobelPrizeBean() - Constructor for class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeBean
Public default constructor to make this a bean.
NobelPrizeCategoriesResource - Class in org.josef.demo.ws.rest.nobelprize
Simple RESTful web service to get all NobelPrizeCategories.
NobelPrizeCategoriesResource() - Constructor for class org.josef.demo.ws.rest.nobelprize.NobelPrizeCategoriesResource
 
NobelPrizeCategory - Class in org.josef.demo.jpa
NobelPrizeCategory entity.
NobelPrizeCategory() - Constructor for class org.josef.demo.jpa.NobelPrizeCategory
Default constructor as required by the JPA specs for unenhanced classes.
NobelPrizeCategory(String) - Constructor for class org.josef.demo.jpa.NobelPrizeCategory
Constructs this NobelPrizecategory from the supplied name.
NobelPrizeCategoryBean - Class in org.josef.web.jsf.beans.demo.crud.jpa
NobelPrizeCategory Bean.
NobelPrizeCategoryBean() - Constructor for class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeCategoryBean
Public default constructor to make this a bean.
NobelPrizeCategoryResource - Class in org.josef.demo.ws.rest.nobelprize
Simple RESTful web service to get a NobelPrizeCategory.
NobelPrizeCategoryResource(Long) - Constructor for class org.josef.demo.ws.rest.nobelprize.NobelPrizeCategoryResource
Constructs this NobelPrizeCategoryResource from the supplied id.
NobelPrizeCategorySearchCriteria - Class in org.josef.demo.jpa
Search criteria to find entities of type NobelPrizeCategory.
NobelPrizeCategorySearchCriteria() - Constructor for class org.josef.demo.jpa.NobelPrizeCategorySearchCriteria
Public default constructor to make this a bean.
NobelPrizeLaureate - Class in org.josef.demo.jpa
NobelPrizeLaureate entity.
NobelPrizeLaureate() - Constructor for class org.josef.demo.jpa.NobelPrizeLaureate
Default constructor as required by the JPA specs for unenhanced classes.
NobelPrizeLaureate(Scientist, NobelPrize) - Constructor for class org.josef.demo.jpa.NobelPrizeLaureate
Constructs this Element from all the supplied, mandatory fields.
NobelPrizeLaureateBean - Class in org.josef.web.jsf.beans.demo.crud.jpa
NobelPrizeLaureate Bean, demonstrating maintenance of a many (NobelPrizeCategory) to many (Scientist) relationship, directly using an EntityManager.
NobelPrizeLaureateBean() - Constructor for class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeLaureateBean
Public default constructor to make this a bean.
NobelPrizeLaureateSearchCriteria - Class in org.josef.demo.jpa
Search criteria to find entities of type NobelPrizeLaureate.
NobelPrizeLaureateSearchCriteria() - Constructor for class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Public default constructor to make this a bean.
NobelPrizeSearchCriteria - Class in org.josef.demo.jpa
Search criteria to find entities of type NobelPrize.
NobelPrizeSearchCriteria() - Constructor for class org.josef.demo.jpa.NobelPrizeSearchCriteria
Public default constructor to make this a bean.
NobelPrizesofCategoryResource - Class in org.josef.demo.ws.rest.nobelprize
Simple RESTful web service to get all NobelPrizes of a certain NobelPrizeCategory.
NobelPrizesofCategoryResource(Long) - Constructor for class org.josef.demo.ws.rest.nobelprize.NobelPrizesofCategoryResource
Constructs this NobelPrizesofCategoryResource from the supplied id.
NobelPrizesResource - Class in org.josef.demo.ws.rest.nobelprize
Complex RESTful web service to get all Nobel Prizes.
NobelPrizesResource() - Constructor for class org.josef.demo.ws.rest.nobelprize.NobelPrizesResource
 
NoEscapeHandler - Class in org.josef.util.xml
A character escape handler that does not escape at all.
NoEscapeHandler() - Constructor for class org.josef.util.xml.NoEscapeHandler
 
NON_NUMERIC_DATA - Static variable in class org.josef.web.jsf.util.JsfMessages
A value contains non numeric data.
Parameter 0: Value.
NOSCRIPT - Static variable in class org.josef.web.html.HtmlTag
No script tag.
NOSCRIPT_E - Static variable in class org.josef.web.html.HtmlTag
No script end tag.
NOSCRIPT_S - Static variable in class org.josef.web.html.HtmlTag
No script start tag.
NoSingleRowResultSetException - Exception in org.josef.jdbc
Exception to indicate that a SQL Select statement resulted in another number of rows than one!
NoSingleRowResultSetException() - Constructor for exception org.josef.jdbc.NoSingleRowResultSetException
Constructs an exception using a standard localized message.
NoSingleRowResultSetException(String) - Constructor for exception org.josef.jdbc.NoSingleRowResultSetException
Constructs an exception using the supplied (non-localized) message.
NOT_A_NUMBER - Static variable in class org.josef.science.math.Complex
Complex number representing NaN (Not a Number).
NOT_NUMERIC_MSG - Static variable in class org.josef.finance.UKBankAccountNumber
Bank account number is not numeric message.
NotComparable - Annotation Type in org.josef.annotations
Marker annotation type to indicate a field that can not be compared upon.
nullable(boolean) - Method in class org.josef.jpa.CColumn.Builder
Sets the CColumn to be nullable or not.
NumberGuessBean - Class in org.josef.web.jsf.beans.demo.guess
Number Guess Bean.
NumberGuessBean() - Constructor for class org.josef.web.jsf.beans.demo.guess.NumberGuessBean
Public constructor to make this a bean.

O

OBJECT - Static variable in class org.josef.web.html.HtmlTag
Object tag.
OBJECT_E - Static variable in class org.josef.web.html.HtmlTag
Object end tag.
OBJECT_S - Static variable in class org.josef.web.html.HtmlTag
Object start tag.
ObjectIdDispenser - Class in org.josef.jpa
Dispenses unique object identifiers which can be used as primary keys.
This class is based upon an article by Scott Ambler Called: Enterprise-Ready Object IDs.
objectToCsvRow(Object, List<Method>, Formatter, Character) - Static method in class org.josef.util.csv.CsvUtil
Converts the supplied object to a single row of csv data.
objectToString(Object) - Static method in class org.josef.util.ObjectToStringUtil
Creates a String representation of the supplied object where the different fields of the supplied object are ordered from super-class to sub-class and within a class, they are ordered by name.
ObjectToStringUtil - Class in org.josef.util
Utility class that creates a generic String representation of an Object.
ObjectUtil - Class in org.josef.util
Generic utility class directly related to Object.
ODD_PRIME_HASH_CODE - Static variable in class org.josef.util.HashUtil
Value to multiply each individual hash code by, as suggested by Joshua Bloch, Effective Java second edition.
OID - Static variable in class org.josef.jpa.FieldLengths
Length of an OID field.
okAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'ok' action.
OL - Static variable in class org.josef.web.html.HtmlTag
Ordered List tag.
OL_E - Static variable in class org.josef.web.html.HtmlTag
Ordered List end tag.
OL_S - Static variable in class org.josef.web.html.HtmlTag
Ordered List start tag.
ONE - Static variable in class org.josef.science.math.Complex
Complex number with a value of one.
ONE_FOURTH - Static variable in class org.josef.science.math.CDouble
1/4.
ONE_THIRD - Static variable in class org.josef.science.math.CDouble
1/3.
onElementDropSelect(DragDropEvent) - Method in class org.josef.web.jsf.beans.demo.dragndrop.DragAndDropBean
Handles a drop of an element onto the destination by moving the element from the source- to the destination list.
onElementDropUnselect(DragDropEvent) - Method in class org.josef.web.jsf.beans.demo.dragndrop.DragAndDropBean
Handles a drop of an element onto the source by moving the element from the destination- to the source list.
onMarkerSelect(OverlaySelectEvent) - Method in class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Handles clicking on a marker by adding a message with information about the marker.
onMessage(Message) - Method in class org.josef.demo.ejb.PeriodicTableMessageBean
Automatically called when a message is received.
onPointSelect(PointSelectEvent) - Method in class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Handles clicking on a point by adding a message with positional information about the marker.
openAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'open' action.
OPTGROUP - Static variable in class org.josef.web.html.HtmlTag
Opt group tag.
OPTGROUP_E - Static variable in class org.josef.web.html.HtmlTag
Opt group end tag.
OPTGROUP_S - Static variable in class org.josef.web.html.HtmlTag
Opt group start tag.
Option - Annotation Type in org.josef.util.args
Indicates that the method with this annotation, corresponds to a single command line option.
option(String, String) - Method in interface org.josef.util.ArgumentsHandler
Called when a flag or an option with an argument has been encountered.
OPTION - Static variable in class org.josef.web.html.HtmlTag
Option tag.
OPTION_E - Static variable in class org.josef.web.html.HtmlTag
Option end tag.
OPTION_S - Static variable in class org.josef.web.html.HtmlTag
Option start tag.
or() - Method in class org.josef.jpa.WhereClauseRpn
Performs an OR operation.
OracleDatabase - Class in org.josef.jdbc
Abstraction of an Oracle database.
Order - Enum in org.josef.util
Determines how things are ordered.
OrderByClause - Class in org.josef.jdbc
Abstraction of a SQL order by clause.
OrderByClause(OrderByColumn...) - Constructor for class org.josef.jdbc.OrderByClause
Constructs this OrderByClause from the supplied allowedOrderByColumns.
OrderByColumn - Class in org.josef.jdbc
Abstraction of a column used in an order by clause.
OrderByColumn(OrderByColumn) - Constructor for class org.josef.jdbc.OrderByColumn
Copy constructor.
OrderByColumn(String) - Constructor for class org.josef.jdbc.OrderByColumn
Constructs this OrderByColumn from the supplied columnName.
OrderByColumn(String, Order) - Constructor for class org.josef.jdbc.OrderByColumn
Constructs this OrderByColumn from the supplied columnName and order.
OrderByColumn(String, Order, Class<T>) - Constructor for class org.josef.jdbc.OrderByColumn
Constructs this OrderByColumn that will be ordered using a decode function.
org.josef - package org.josef
The Josef package.
org.josef.annotations - package org.josef.annotations
Annotations.
org.josef.demo.ejb - package org.josef.demo.ejb
 
org.josef.demo.jdbc - package org.josef.demo.jdbc
Demo of Data Management Components (DMC).
org.josef.demo.jpa - package org.josef.demo.jpa
Demo of Java Persistence API (JPA).
org.josef.demo.ws.rest - package org.josef.demo.ws.rest
 
org.josef.demo.ws.rest.elements - package org.josef.demo.ws.rest.elements
RESTful web services using the Periodic Table of the Elements.
org.josef.demo.ws.rest.hello - package org.josef.demo.ws.rest.hello
Really simple RESTful web services, demonstrating the basics.
org.josef.demo.ws.rest.management - package org.josef.demo.ws.rest.management
RESTful web services using Java's management package.
org.josef.demo.ws.rest.nobelprize - package org.josef.demo.ws.rest.nobelprize
RESTful web services, using the different Nobel Prize entities.
org.josef.ejb - package org.josef.ejb
Enterprise Java Bean Components.
org.josef.ejb.crud - package org.josef.ejb.crud
CRUD Service Component.
org.josef.finance - package org.josef.finance
Finance related Packages and Classes.
org.josef.hist - package org.josef.hist
Package containing classes/enums that are kept for historical reasons and backwards compatibility.
org.josef.jdbc - package org.josef.jdbc
jdbc related classes.
org.josef.jpa - package org.josef.jpa
JPA (Java Persistence API) related classes.
org.josef.jpa.audit - package org.josef.jpa.audit
JPA Audit Trail classes.
org.josef.science - package org.josef.science
Science related classes.
org.josef.science.biology - package org.josef.science.biology
Biology related classes.
org.josef.science.math - package org.josef.science.math
Mathematical related classes.
org.josef.science.math.geometry - package org.josef.science.math.geometry
Contains classes related to (Euclidian) geometry.
org.josef.science.physics - package org.josef.science.physics
Physics related Classes.
org.josef.science.physics.astronomy - package org.josef.science.physics.astronomy
Astronomy related Classes.
org.josef.science.physics.particle - package org.josef.science.physics.particle
Physics of elementary and non-elementary particles.
org.josef.util - package org.josef.util
Utility Classes.
org.josef.util.appserver - package org.josef.util.appserver
Utility Classes for Application Servers.
org.josef.util.args - package org.josef.util.args
Utility Classes to handle command line arguments.
org.josef.util.convert - package org.josef.util.convert
Utility Classes to convert a value of one type to another type.
org.josef.util.csv - package org.josef.util.csv
Utility Classes to handle csv (comma separated values) data.
org.josef.util.management - package org.josef.util.management
Management class that correspond to java's management package.
org.josef.util.rpn - package org.josef.util.rpn
Simple RPN (Reverse Polish Notation) calculator.
org.josef.util.security - package org.josef.util.security
Security related utility classes.
org.josef.util.xml - package org.josef.util.xml
Utility Classes to support xml (conversion).
org.josef.web - package org.josef.web
Web Components.
org.josef.web.demo.servlet - package org.josef.web.demo.servlet
 
org.josef.web.html - package org.josef.web.html
HTML Components.
org.josef.web.jsf - package org.josef.web.jsf
Java Server Faces related classes.
org.josef.web.jsf.bean - package org.josef.web.jsf.bean
Java Server Faces Managed Beans.
org.josef.web.jsf.bean.crud - package org.josef.web.jsf.bean.crud
Java Server Faces Managed Beans that provide CRUD functionality.
org.josef.web.jsf.beans - package org.josef.web.jsf.beans
JSF Managed Beans.
org.josef.web.jsf.beans.demo - package org.josef.web.jsf.beans.demo
JSF Demo Managed Bean.
org.josef.web.jsf.beans.demo.autoComplete - package org.josef.web.jsf.beans.demo.autoComplete
JSF Demo Auto Complete Beans.
org.josef.web.jsf.beans.demo.binding - package org.josef.web.jsf.beans.demo.binding
JSF Demo of binding attribute.
org.josef.web.jsf.beans.demo.crud.jpa - package org.josef.web.jsf.beans.demo.crud.jpa
JSF Managed Beans to demonstrate CRUD actions.
org.josef.web.jsf.beans.demo.crud.jpa.service - package org.josef.web.jsf.beans.demo.crud.jpa.service
JSF Managed Bean to demonstrate the CRUD service.
org.josef.web.jsf.beans.demo.dragndrop - package org.josef.web.jsf.beans.demo.dragndrop
Drag and drop demo's.
org.josef.web.jsf.beans.demo.flow - package org.josef.web.jsf.beans.demo.flow
JSF Demo of flows.
org.josef.web.jsf.beans.demo.google - package org.josef.web.jsf.beans.demo.google
JSF Demo Google Maps Beans.
org.josef.web.jsf.beans.demo.guess - package org.josef.web.jsf.beans.demo.guess
JSF Managed Beans.
org.josef.web.jsf.beans.demo.hello - package org.josef.web.jsf.beans.demo.hello
JSF Managed Bean for the simplest JSF example.
org.josef.web.jsf.beans.demo.miscellaneous - package org.josef.web.jsf.beans.demo.miscellaneous
JSF Demo Managed Beans.
org.josef.web.jsf.beans.demo.rest - package org.josef.web.jsf.beans.demo.rest
JSF Demo Managed Beans to demonstrate using REST services.
org.josef.web.jsf.beans.demo.tree - package org.josef.web.jsf.beans.demo.tree
JSF Tree Managed Bean.
org.josef.web.jsf.beans.demo.xfield - package org.josef.web.jsf.beans.demo.xfield
JSF Managed Beans for demonstrating cross field validation.
org.josef.web.jsf.beans.miscellaneous - package org.josef.web.jsf.beans.miscellaneous
JSF Demo beans that can't be placed in another package.
org.josef.web.jsf.beans.test - package org.josef.web.jsf.beans.test
JSF Managed Beans for Testing.
org.josef.web.jsf.binding.jcc - package org.josef.web.jsf.binding.jcc
Josef Composite Components binfings.
org.josef.web.jsf.component - package org.josef.web.jsf.component
Java Server Faces Components.
org.josef.web.jsf.converter - package org.josef.web.jsf.converter
JSF Demo converters.
org.josef.web.jsf.custom - package org.josef.web.jsf.custom
Custom components.
org.josef.web.jsf.custom.inputstate - package org.josef.web.jsf.custom.inputstate
 
org.josef.web.jsf.custom.inputtext - package org.josef.web.jsf.custom.inputtext
 
org.josef.web.jsf.demo - package org.josef.web.jsf.demo
JSF Demo classes.
org.josef.web.jsf.flow - package org.josef.web.jsf.flow
Flow related classes.
org.josef.web.jsf.util - package org.josef.web.jsf.util
Java Server Faces Utility classes.
org.josef.web.jsf.validator - package org.josef.web.jsf.validator
Java Server Faces Validators.
org.josef.web.servlet - package org.josef.web.servlet
Basic servlet support.
OUNCES_IN_POUND - Static variable in enum org.josef.science.physics.BritishImperialMass
Number of ounces in a pound.
OUNCES_IN_POUND - Static variable in enum org.josef.science.physics.MetricMass
Number of ounces in a pound.
OUTPUT - Static variable in class org.josef.web.html.HtmlTag
Output tag.
OUTPUT_E - Static variable in class org.josef.web.html.HtmlTag
Output end tag.
OUTPUT_S - Static variable in class org.josef.web.html.HtmlTag
Output start tag.
OutputLabel - Class in org.josef.web.jsf.binding.jcc
Backing bean for the OutputLabel composite component.
OutputLabel() - Constructor for class org.josef.web.jsf.binding.jcc.OutputLabel
 

P

P - Static variable in class org.josef.web.html.HtmlTag
Paragraph tag.
P_E - Static variable in class org.josef.web.html.HtmlTag
Paragraph end tag.
P_S - Static variable in class org.josef.web.html.HtmlTag
Paragraph start tag.
P_SE - Static variable in class org.josef.web.html.HtmlTag
Paragraph start/end tag.
PaddingConverter - Class in org.josef.web.jsf.converter
Padding converter.
PaddingConverter() - Constructor for class org.josef.web.jsf.converter.PaddingConverter
 
PaddingTestBean - Class in org.josef.web.jsf.beans.test
Padding Bean.
PaddingTestBean() - Constructor for class org.josef.web.jsf.beans.test.PaddingTestBean
 
PadPosition - Enum in org.josef.web.jsf.converter
Enumeration of possibles ways to pad characters.
ParagraphComparator - Enum in org.josef.util
Compares two paragraph numbers.
PARAM - Static variable in class org.josef.web.html.HtmlTag
Param tag.
PARAM_E - Static variable in class org.josef.web.html.HtmlTag
Param end tag.
PARAM_NAME_CONNECTION - Static variable in class org.josef.jdbc.Database
Parameter name: connection.
PARAM_NAME_DATA_SOURCE - Static variable in class org.josef.jdbc.Database
Parameter name: dataSource.
PARAM_NAME_NAME - Static variable in class org.josef.jdbc.Database
Parameter name: name.
PARAM_NAME_OWNER - Static variable in class org.josef.jdbc.Database
Parameter name: owner.
PARAM_NAME_RESULT_SET_ROW_CALL_BACK - Static variable in class org.josef.jdbc.Database
Parameter name: resultSetRowCallBack.
PARAM_NAME_SQL_STATEMENT - Static variable in class org.josef.jdbc.Database
Parameter name: sqlStatement.
PARAM_NAME_TABLE_NAME - Static variable in class org.josef.jdbc.Database
Parameter name: tableName.
PARAM_S - Static variable in class org.josef.web.html.HtmlTag
Param start tag.
ParameterName - Class in org.josef.util
Parameter name constants.
parseArguments(String[]) - Method in class org.josef.util.CArguments
Parses the actual arguments that have been supplied to a program.
parseBigDecimal(String) - Method in class org.josef.util.Formatter
Parses a big decimal number that may not contain an exponent.
parseBigDecimal(String, String) - Method in class org.josef.util.Formatter
Parses a big decimal number using the supplied pattern.
parseBigDecimalAcceptingAnExponent(String) - Method in class org.josef.util.Formatter
Parses a big decimal number that may include an exponent.
parseBoolean(String) - Static method in class org.josef.science.math.CBoolean
Parses the supplied String value as a boolean.
parseDate(String) - Method in class org.josef.util.Formatter
Parses a date.
parseDate(String, String) - Method in class org.josef.util.Formatter
Parses a date using the supplied pattern.
parseDateTime(String) - Method in class org.josef.util.Formatter
Parses a date/time.
parseDateTime(String, String) - Method in class org.josef.util.Formatter
Parses a date/time using the supplied pattern.
parseDecimal(String) - Method in class org.josef.util.Formatter
Parses a decimal number that may not contain an exponent.
parseDecimal(String, String) - Method in class org.josef.util.Formatter
Parses a decimal number using the supplied pattern.
parseDecimalAcceptingAnExponent(String) - Method in class org.josef.util.Formatter
Parses a decimal number that may include an exponent.
parseInteger(String) - Method in class org.josef.util.Formatter
Parses an integer number.
parseLong(String) - Method in class org.josef.util.Formatter
Parses a long number.
parseTime(String) - Method in class org.josef.util.Formatter
Parses a time.
PATTERN_VALIDATOR_INVALID_VALUE - Static variable in class org.josef.web.jsf.util.JsfMessages
Invalid value message.
Parameter 0: Value.
Parameter 1: Pattern.
PatternValidator - Class in org.josef.web.jsf.validator
A validator that validates a value against a pattern (regular expression).
PatternValidator() - Constructor for class org.josef.web.jsf.validator.PatternValidator
 
Payment - Enum in org.josef.finance
Enumeration of payments.
PaymentMoment - Enum in org.josef.finance
The moment a payment takes place.
PeriodicTableControllerBean - Class in org.josef.demo.ejb
Periodic Table Controller.
PeriodicTableControllerBean() - Constructor for class org.josef.demo.ejb.PeriodicTableControllerBean
 
PeriodicTableControllerLocal - Interface in org.josef.demo.ejb
Local Periodic Table Controller Interface.
PeriodicTableControllerRemote - Interface in org.josef.demo.ejb
Remote Periodic Table Controller Interface.
PeriodicTableCsvServlet - Class in org.josef.web.demo.servlet
Servlet that writes out the periodic table of the elements as csv output.
PeriodicTableCsvServlet() - Constructor for class org.josef.web.demo.servlet.PeriodicTableCsvServlet
 
PeriodicTableElementResource - Class in org.josef.demo.ws.rest.elements
Simple RESTful web service to maintain a single Element of the Periodic Table of the Elements.
PeriodicTableElementResource(Long) - Constructor for class org.josef.demo.ws.rest.elements.PeriodicTableElementResource
Constructs this PeriodicTableElementResource from the supplied id.
PeriodicTableMessageBean - Class in org.josef.demo.ejb
Demo Message Driven Bean that receives Elements of the Periodic Table.
PeriodicTableMessageBean() - Constructor for class org.josef.demo.ejb.PeriodicTableMessageBean
 
PeriodicTableResource - Class in org.josef.demo.ws.rest.elements
Simple RESTful web service to maintain Elements of the Periodic Table.
PeriodicTableResource() - Constructor for class org.josef.demo.ws.rest.elements.PeriodicTableResource
 
persist(T, Long) - Method in class org.josef.ejb.crud.AbstractCrudChildControllerBean
Persists the supplied entity.
persist(T) - Method in class org.josef.ejb.crud.AbstractCrudControllerBean
Persists the supplied entity.
persist(T) - Method in class org.josef.ejb.crud.CrudControllerBean
Persists (creates) the supplied entity.
persist(T) - Method in interface org.josef.ejb.crud.CrudControllerRemote
Persists (creates) the supplied entity.
persist(T) - Method in interface org.josef.ejb.CrudActions
Persists the Entity.
persist(T, Long) - Method in interface org.josef.ejb.CrudChildActions
Persists the Entity.
persist(T) - Static method in class org.josef.jpa.EntityDataAccess
Persists the supplied entity that previously should not have been persisted.
persist() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Persists the Item.
persist() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityUsingEntityManagerBean
Persists the Entity.
persist() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingEntityManagerBean
Persists the Entity.
persist() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingSessionBean
Persists the Entity.
persist() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingEntityManagerBean
Persists the Entity.
persist() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingFacadeBean
Delegates persisting of the Entity to the facade.
persist() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingSessionBean
Persists the Entity.
persist() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.service.CrudServiceBean
Creates an HtmlTag.
Persistable - Interface in org.josef.jpa
This interface should be implemented by persistable classes.
PersistAction - Enum in org.josef.jpa
Enumeration of actions that can be performed on persistable entities.
persistEntity() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingFacadeBean
Persists the Entity using a Facade.
persistMoon(Moon) - Method in class org.josef.demo.ejb.PlanetControllerBean
Persists a Moon.
persistMoon(Moon) - Method in interface org.josef.demo.ejb.PlanetControllerRemote
Persists a Moon.
persistMoon(Moon) - Method in class org.josef.demo.ejb.SolarSystemFacadeBean
Persists a Moon.
persistMoon(Moon) - Method in interface org.josef.demo.ejb.SolarSystemFacadeRemote
Persists a Moon.
persistPlanet(Planet) - Method in class org.josef.demo.ejb.SolarSystemFacadeBean
Persists a Planet.
persistPlanet(Planet) - Method in interface org.josef.demo.ejb.SolarSystemFacadeRemote
Persists a Planet.
PerunageConverter - Class in org.josef.web.jsf.converter
Perunage Converter.
PerunageConverter() - Constructor for class org.josef.web.jsf.converter.PerunageConverter
 
PerunageTestBean - Class in org.josef.web.jsf.beans.test
Perunage Bean.
PerunageTestBean() - Constructor for class org.josef.web.jsf.beans.test.PerunageTestBean
 
Phase - Enum in org.josef.science.physics
Enumeration of the different phases and their possible transitions.
Phase.Transition - Enum in org.josef.science.physics
Transition from one Phase to another.
Planet - Class in org.josef.demo.jpa
Planet entity.
Planet() - Constructor for class org.josef.demo.jpa.Planet
Default constructor as required by the JPA specs for unenhanced classes.
Planet(Long, String) - Constructor for class org.josef.demo.jpa.Planet
Constructs this Planet from all the supplied, mandatory fields.
Planet(Long, String, Set<Moon>) - Constructor for class org.josef.demo.jpa.Planet
Constructs this Planet from all the supplied, mandatory fields.
Planet - Enum in org.josef.science.physics.astronomy
Enumeration of all the planets in the Solar System.
PlanetBean - Class in org.josef.web.jsf.beans.demo.crud.jpa
Planet Bean, demonstrating maintenance of a single Entity, directly using an EntityManager.
PlanetBean() - Constructor for class org.josef.web.jsf.beans.demo.crud.jpa.PlanetBean
Public default constructor to make this a bean.
PlanetControllerBean - Class in org.josef.demo.ejb
Planet Controller that controls the planets and the moons.
PlanetControllerBean() - Constructor for class org.josef.demo.ejb.PlanetControllerBean
 
PlanetControllerLocal - Interface in org.josef.demo.ejb
Local Planet Controller Interface.
PlanetControllerRemote - Interface in org.josef.demo.ejb
Remote Planet Controller Interface.
PlanetSearchCriteria - Class in org.josef.demo.jpa
Search criteria to find entities of type Planet.
PlanetSearchCriteria() - Constructor for class org.josef.demo.jpa.PlanetSearchCriteria
Public default constructor to make this a bean.
postcondition(boolean) - Static method in class org.josef.util.CDebug
Checks that the supplied boolean postcondition is true.
postcondition(boolean, String) - Static method in class org.josef.util.CDebug
Checks that the supplied boolean postcondition is true.
postValidateListener(ComponentSystemEvent) - Method in class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
The Post Validation Listener.
POUNDS_IN_KILO - Static variable in enum org.josef.science.physics.MetricMass
Number of pounds in a kilogram.
POUNDS_IN_STONE - Static variable in enum org.josef.science.physics.BritishImperialMass
Number of pounds in a stone.
PRE - Static variable in class org.josef.web.html.HtmlTag
Pre tag.
PRE_E - Static variable in class org.josef.web.html.HtmlTag
Pre end tag.
PRE_S - Static variable in class org.josef.web.html.HtmlTag
Pre start tag.
precondition(boolean) - Static method in class org.josef.util.CDebug
Checks that the supplied boolean precondition is true.
precondition(boolean, String) - Static method in class org.josef.util.CDebug
Checks that the supplied boolean precondition is true.
preMerge() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityUsingEntityManagerBean
Automatically called from within a transaction, before an entity is merged.
preMerge() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingEntityManagerBean
Automatically called from within a transaction, before an entity is merged.
preMerge() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingEntityManagerBean
Automatically called from within a transaction, before an entity is merged.
preMerge() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeLaureateBean
Sets the Scientist and the NobelPrizeCategory on the current NobelPrizeLaureate.
prePersist(Moon, Long) - Method in class org.josef.demo.ejb.MoonControllerBean
Fetches the Planet with the supplied planetId and sets it on the supplied moon.
prePersist(T, Long) - Method in class org.josef.ejb.crud.AbstractCrudChildControllerBean
Fetches the Entity with the supplied parentId and sets it on the supplied childEntity.
prePersist() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityUsingEntityManagerBean
Automatically called from within a transaction, before an entity is persisted.
prePersist() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingEntityManagerBean
Automatically called from within a transaction, before an entity is persisted.
prePersist() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingEntityManagerBean
Automatically called from within a transaction, before an entity is persisted.
prePersist() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.MoonBean
Sets the Planet on the current Moon.
prePersist() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeBean
Read the actual NobelPrizeCategory using its id and set it on the NobelPrize.
prePersist() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeLaureateBean
Sets the Scientist and the NobelPrizeCategory on the current NobelPrizeLaureate.
prePersistAuditTrail(Auditable) - Method in class org.josef.jpa.audit.AuditTrailListener
Adds audit trail data for a persist action.
preRemove() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityUsingEntityManagerBean
Automatically called from within a transaction, before an entity is removed.
preRemove() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingEntityManagerBean
Automatically called from within a transaction, before an entity is removed.
preRemove() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingEntityManagerBean
Automatically called from within a transaction, before an entity is removed.
preRemoveAuditTrail(Auditable) - Method in class org.josef.jpa.audit.AuditTrailListener
Updates the audit trail data for a delete action.
preRenderView(ComponentSystemEvent) - Method in class org.josef.web.jsf.beans.demo.rest.ElementsRestBean
Gets all the elements of the periodic table and stored them for future reference.
presentValue(double, double, int) - Static method in class org.josef.finance.Finance
Computes the present value of a future capital (future value) for which compound interest will be received annually.
presentValue(double, double, int, double) - Static method in class org.josef.finance.Finance
Computes the present value of a future capital (future value) for which compound interest will be received interestPaymentsPerPeriod times per period for the duration of the supplied periods.
preUpdateAuditTrail(Auditable) - Method in class org.josef.jpa.audit.AuditTrailListener
Updates the audit trail data for an update action.
PreventDoubleSubmitBean - Class in org.josef.web.jsf.beans.demo.miscellaneous
PreventDoubleSubmit Bean to test the prevention of a double submit.
PreventDoubleSubmitBean() - Constructor for class org.josef.web.jsf.beans.demo.miscellaneous.PreventDoubleSubmitBean
 
previousAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'previous' action.
PrimefacesBindingBean - Class in org.josef.web.jsf.beans.demo.binding
Binding Bean, demonstrating the usage of JSF's binding attribute in combination with a PrimeFaces component.
PrimefacesBindingBean() - Constructor for class org.josef.web.jsf.beans.demo.binding.PrimefacesBindingBean
Creates this Binding Bean.
PrimefacesFlexLayoutBean - Class in org.josef.web.jsf.beans.demo.binding
Flex Layout Bean, demonstrating how a JSF Page van be constructed on the fly.
PrimefacesFlexLayoutBean() - Constructor for class org.josef.web.jsf.beans.demo.binding.PrimefacesFlexLayoutBean
Creates this Bean.
PrimeFactor - Class in org.josef.science.math
A prime factor.
primitiveClassToDefaultValue - Static variable in class org.josef.util.CReflection
Mapping of primitive class types to a default value.
process(Object, String[]) - Static method in class org.josef.util.args.CommandLineProcessor
Processes the supplied commandLineArguments and stores the processed information in the supplied commandLineObject.
processDate(AjaxBehaviorEvent) - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Process a date that the user has selected.
processEvent(SystemEvent) - Method in class org.josef.web.jsf.custom.inputtext.CInputText
Processes the supplied event by adding a label a tooltip and water mark.
processEvent(SystemEvent) - Method in class org.josef.web.jsf.custom.inputtext.CInputTextPanelGroup
Processes the supplied event by adding a label a tooltip and water mark.
processMessage() - Method in class org.josef.web.jsf.beans.demo.hello.HelloWorldBean
Processes the message entered by the user by adding the user's message as a FacesMessage.
ProgramArguments - Annotation Type in org.josef.util.args
Indicates that the method with this annotation corresponds to the program arguments.
programArguments(String[]) - Method in interface org.josef.util.ArgumentsHandler
Called when all program arguments, that is all arguments that do not belong to a particular option, have been collected.
PROGRESS - Static variable in class org.josef.web.html.HtmlTag
Progress tag.
PROGRESS_E - Static variable in class org.josef.web.html.HtmlTag
Progress end tag.
PROGRESS_S - Static variable in class org.josef.web.html.HtmlTag
Progress start tag.
property(String, Object) - Method in class org.josef.util.xml.MarshalParameters.Builder
Adds a marshalling property.
property(String, Object) - Method in class org.josef.util.xml.UnmarshalParameters.Builder
Adds an unmarshalling property.
propertyToGetMethod(String) - Static method in class org.josef.util.CReflection
Gets the name of the method that would get the supplied property.
propertyToGetMethod(Object, String) - Static method in class org.josef.util.CReflection
Gets the method that would get the supplied property.
propertyToSetMethod(String) - Static method in class org.josef.util.CReflection
Creates the name of the set...() method from the supplied property name.
push(String) - Method in class org.josef.jpa.WhereClauseRpn
Pushes the supplied expression on the stack.
pushBetween(String, Object, Object) - Method in class org.josef.jpa.WhereClauseRpn
Pushes a BETWEEN expression, created from the supplied column and minimum and maximum values, on the stack.
pushEndsWith(String, String) - Method in class org.josef.jpa.WhereClauseRpn
Pushes a LIKE expression (where the percent sign is at the beginning of the expression), created from the supplied column and value on the stack.
pushIsNotNull(String) - Method in class org.josef.jpa.WhereClauseRpn
Pushes an IS NOT NULL expression, created from the supplied column, on the stack.
pushIsNull(String) - Method in class org.josef.jpa.WhereClauseRpn
Pushes an IS NULL expression, created from the supplied column, on the stack.
pushRelationalExpression(String, RelationalOperator, Object) - Method in class org.josef.jpa.WhereClauseRpn
Pushes a relational expression, constructed from the supplied column, operator and value on the stack.
pushStartsWith(String, String) - Method in class org.josef.jpa.WhereClauseRpn
Pushes a LIKE expression (where the percent sign is at the end of the expression), created from the supplied column and value on the stack.
put(String, Object) - Method in class org.josef.jpa.QueryParameterMap
Puts the supplied name/value pair into this QueryParameterMap.
putCookie(String, Cookie) - Static method in class org.josef.web.jsf.util.JsfCookieUtil
Puts a cookie in the current response.
putCookie(HttpServletResponse, Cookie) - Static method in class org.josef.web.servlet.ServletUtil
Puts a cookie in the current response.
putInputOutputParameter(String, Object) - Method in class org.josef.web.jsf.flow.AbstractFlow
Puts the supplied inputOutputParameter in the map of input/output parameters under the supplied key.
putInputOutputParameter(String, Object) - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Puts the supplied inputOutputParameter in the map of input/output parameters under the supplied key.
putInSession(String, Object) - Static method in class org.josef.web.jsf.util.JsfSessionUtil
Puts the supplied object, using the supplied key, in the session.

Q

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

R

RADIX_10 - Static variable in class org.josef.science.math.MathConstants
Radix 10.
RADIX_16 - Static variable in class org.josef.science.math.MathConstants
Radix 16 (hexadecimal).
RADIX_2 - Static variable in class org.josef.science.math.MathConstants
Radix 2 (binary).
random0(int) - Static method in class org.josef.science.math.CInteger
Computes a zero based random integer up to but not including the supplied maximum.
random1(int) - Static method in class org.josef.science.math.CInteger
Computes a one based random integer up to and including the supplied maximum.
RandomElementIterator<E> - Class in org.josef.util
An Iterator that returns elements in random order.
RandomElementIterator(List<E>) - Constructor for class org.josef.util.RandomElementIterator
Creates this RandomElementIterator using the supplied elements.
RandomRoundRobinElementIterator<E> - Class in org.josef.util
An Iterator that returns elements in random order.
RandomRoundRobinElementIterator(List<E>) - Constructor for class org.josef.util.RandomRoundRobinElementIterator
Creates this RandomRoundRobinElementIterator using the supplied elements.
readEncodedText(File, Charset) - Static method in class org.josef.util.CFile
Reads the supplied file with the supplied characterSet from start to finish.
readText(File) - Static method in class org.josef.util.CFile
Reads the text from the supplied file from start to finish.
readXmlFileAsDocument(String) - Static method in class org.josef.util.xml.XmlReader
Reads the xml file with the supplied fileName.
readXmlInputStreamAsDocument(InputStream) - Static method in class org.josef.util.xml.XmlReader
Reads xml from the supplied inputStream.
redirect(String) - Static method in class org.josef.web.jsf.util.JsfNavigationUtil
Redirects to the supplied url.
RedirectFromSelectBean - Class in org.josef.web.jsf.beans.demo.miscellaneous
Redirect from Select Bean, demonstrating how to redirect to another page after the user has selected an item from a select component.
Note: When clicking on a select item, no setter will be called, even though value="#{redirectFromSelectBean.selectOneValue}" is present in your page.
RedirectFromSelectBean() - Constructor for class org.josef.web.jsf.beans.demo.miscellaneous.RedirectFromSelectBean
 
REDIRECTION_HIGH - Static variable in class org.josef.web.HttpStatus
Highest (theoretical) redirection status code.
REDIRECTION_LOW - Static variable in class org.josef.web.HttpStatus
Lowest redirection status code.
refresh(Object) - Static method in class org.josef.jpa.EntityDataAccess
Refreshes the state of the supplied entity from the database.
refresh() - Static method in class org.josef.web.jsf.util.JsfNavigationUtil
Refreshes the current page by redirecting to it.
RegulaFalsi - Class in org.josef.science.math
Finds the roots of a function within a defined interval, using the Regula Falsi (False Position) method.
RegulaFalsi(int) - Constructor for class org.josef.science.math.RegulaFalsi
Creates this RegulaFalsi root finder using the supplied number of iterations.
RegulaFalsi(double) - Constructor for class org.josef.science.math.RegulaFalsi
Creates this RegulaFalsi root finder using the supplied accuracy.
RELATIONAL_VALIDATOR_INVALID_VALUE - Static variable in class org.josef.web.jsf.util.JsfMessages
Invalid value message.
Parameter 0: left value
Parameter 1: relational operator
Parameter 2: right value
RelationalOperator - Enum in org.josef.jpa
Enumeration of relational operators.
RelationalValidationOperator - Enum in org.josef.web.jsf.validator
Enumeration of relational operators used in validation.
RelationalValidator - Class in org.josef.web.jsf.validator
A validator that validates two values using a relational operator
Usage: <jf:relationalValidator leftId="..." relationalOperator="{EQUAL|UNEQUAL|LESS_THAN|GREATER_THAN|LESS_THAN_OR_EQUAL|GREATER_THAN_OR_EQUAL}" [message="..."] />
leftValue: The value of the left component.
relationalOperator: The relational operator to use.
message: Error message in case a validation error occurs.
RelationalValidator() - Constructor for class org.josef.web.jsf.validator.RelationalValidator
 
RelationalValidatorTestBean - Class in org.josef.web.jsf.beans.test
Relational Validator Bean.
RelationalValidatorTestBean() - Constructor for class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
 
remove(T) - Method in class org.josef.ejb.crud.AbstractCrudChildControllerBean
Removes the Entity with the supplied id.
remove(T) - Method in class org.josef.ejb.crud.AbstractCrudControllerBean
Removes the Entity with the supplied id.
remove(Class<T>, Number) - Method in class org.josef.ejb.crud.CrudControllerBean
Removes a previously persisted entity.
remove(Class<T>, Number) - Method in interface org.josef.ejb.crud.CrudControllerRemote
Removes a previously persisted entity.
remove(T) - Method in interface org.josef.ejb.CrudActions
Removes the Entity.
remove(T) - Method in interface org.josef.ejb.CrudChildActions
Removes the Entity.
remove(Class<T>, Object) - Static method in class org.josef.jpa.EntityDataAccess
Removes a previously persisted entity.
remove() - Method in class org.josef.science.math.CBigInteger.FibonacciIterator
Removing a Fibonacci number is unsupported.
remove() - Method in class org.josef.science.math.CLong.FibonacciIterator
Removing a Fibonacci number is unsupported.
remove() - Method in class org.josef.util.RandomElementIterator
Throws an UnsupportedOperationException.
remove() - Method in class org.josef.util.RandomRoundRobinElementIterator
Throws an UnsupportedOperationException.
remove() - Method in class org.josef.util.RoundRobinElementIterator
Throws an UnsupportedOperationException.
remove() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Removes the current Item.
remove() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityUsingEntityManagerBean
Removes the Item.
remove() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingEntityManagerBean
Removes the Item.
remove() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingSessionBean
Removes the Entity.
remove() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingEntityManagerBean
Removes the Item.
remove() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingFacadeBean
Delegates removal of the Entity to the facade.
remove() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingSessionBean
Removes the Entity.
remove() - Method in class org.josef.web.jsf.beans.demo.crud.jpa.service.CrudServiceBean
Removes an HtmlTag.
removeAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'remove' action.
removeAllAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'remove all' action.
removeEndOfLineCharacters(String) - Static method in class org.josef.util.CString
Removes all the end of line characters from the supplied input String.
removeEntity() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingFacadeBean
Removes the Entity using a Facade.
removeGroup(String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Removes an existing group.
removeGroupFromGroup(String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Removes a group from a group.
removeItemListener(ActionEvent) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Removes the Item and performs a new search.
removeItemListener(ActionEvent) - Method in class org.josef.web.jsf.beans.demo.crud.jpa.MoonBean
Removes the current Moon.
removeMoon(Moon) - Method in class org.josef.demo.ejb.PlanetControllerBean
Removes the supplied moon.
removeMoon(Moon) - Method in interface org.josef.demo.ejb.PlanetControllerRemote
Removes the supplied moon.
removeMoon(Moon) - Method in class org.josef.demo.ejb.SolarSystemFacadeBean
Removes the supplied moon.
removeMoon(Moon) - Method in interface org.josef.demo.ejb.SolarSystemFacadeRemote
Removes the supplied moon.
removePhaseListener(PhaseListener) - Static method in class org.josef.web.jsf.util.JsfFactoryUtil
Convenience method to remove a PhaseListener.
removePlanet(Planet) - Method in class org.josef.demo.ejb.SolarSystemFacadeBean
Removes the supplied planet.
removePlanet(Planet) - Method in interface org.josef.demo.ejb.SolarSystemFacadeRemote
Removes the supplied planet.
removePrefixCharacters(String, char) - Static method in class org.josef.util.CString
Removes all the supplied prefix characters from the supplied input.
removeSelectedAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'remove selected' action.
removeSeparatorsFromDatePattern(String) - Static method in class org.josef.util.Formatter
Removes all the separators from the supplied datePattern.
removeUser(String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Removes an existing user.
removeUserFromGroup(String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Adds a user to a group.
removeValidators(UIInput, Class<T>) - Static method in class org.josef.web.jsf.util.JsfComponentUtil
Removes all validators from the supplied input component that are of the supplied type T.
renderInputText() - Method in class org.josef.web.jsf.binding.jcc.InputText
Determines whether the inputText field needs to be rendered or not.
renderOutputText() - Method in class org.josef.web.jsf.binding.jcc.InputText
Determines whether the outputText field needs to be rendered or not.
renderSelect(UINamingContainer, String) - Method in class org.josef.web.jsf.binding.jcc.AbstractSelect
Determines whether the Select...
renderZipCodeField() - Method in class org.josef.web.jsf.binding.jcc.ZipCode
Determines whether the zip code input field needs to be rendered.
repeat(String, int) - Static method in class org.josef.util.CString
Creates a String that consists of a repetition, determined by the supplied repeat count, of the supplied input String.
replace(String, String, String) - Static method in class org.josef.util.CString
Replaces all occurrences of oldString with newString in the supplied input String.
replaceSeparatorExpressionsWithSeparators(String, String) - Static method in class org.josef.util.FormatWithSeparators
Replaces all separator expressions in the supplied formatString with the actual separator characters that occur within the separator expression, provided that there is text, both left and right of the separator expression.
rereadParentItemListener(ActionEvent) - Method in class org.josef.web.jsf.beans.demo.crud.jpa.MoonBean
Rereads the current Planet before returning to the Planet page.
reset() - Method in class org.josef.demo.jpa.CarSearchCriteria
In addition to clearing all fields, this method resets the airco search criterion to "unknown".
reset() - Method in class org.josef.jpa.AbstractSearchCriteria
Resets the search criteria to their default values.
reset() - Method in interface org.josef.jpa.Searchable
Resets the search criteria to their default values.
resetAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'reset' action.
resetSearchCriteriaListener(ActionEvent) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Clears the search criteria by calling the search criteria's reset method.
restoreAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'restore' action.
restoreState(FacesContext, Object) - Method in class org.josef.web.jsf.converter.DateConverter
Restores the state saved by DateConverter.saveState(FacesContext).
restoreState(FacesContext, Object) - Method in class org.josef.web.jsf.converter.GenericMaskConverter
restoreState(FacesContext, Object) - Method in class org.josef.web.jsf.converter.GenericStringConverter
restoreState(FacesContext, Object) - Method in class org.josef.web.jsf.converter.PaddingConverter
Restores the state saved by PaddingConverter.saveState(FacesContext).
restoreState(FacesContext, Object) - Method in class org.josef.web.jsf.converter.ZipCodeConverter
Restores the state saved by ZipCodeConverter.saveState(FacesContext).
restoreState(FacesContext, Object) - Method in class org.josef.web.jsf.validator.AbstractValidator
Restores the state saved by AbstractValidator.saveState(FacesContext).
restoreState(FacesContext, Object) - Method in class org.josef.web.jsf.validator.DateRangeValidator
Restores the state saved by DateRangeValidator.saveState(FacesContext).
restoreState(FacesContext, Object) - Method in class org.josef.web.jsf.validator.EmailValidator
Restores the state saved by EmailValidator.saveState(FacesContext).
restoreState(FacesContext, Object) - Method in class org.josef.web.jsf.validator.PatternValidator
Restores the state saved by PatternValidator.saveState(FacesContext).
restoreState(FacesContext, Object) - Method in class org.josef.web.jsf.validator.RelationalValidator
Restores the state saved by RelationalValidator.saveState(FacesContext).
restoreState(FacesContext, Object) - Method in class org.josef.web.jsf.validator.ZipCodeValidator
Restores the state saved by ZipCodeValidator.saveState(FacesContext).
ResultSetRowCallBackInterface<T> - Interface in org.josef.jdbc
A call back interface that allows you to fetch columns from a kind of result set.
ResultSetRowInterface - Interface in org.josef.jdbc
Result Set Row Interface.
Review - Annotation Type in org.josef.annotations
Annotation type to indicate a review.
Reviews - Annotation Type in org.josef.annotations
Annotation type to indicate a list of reviews.
RidiculouslyComplexFlow - Class in org.josef.web.jsf.beans.demo.flow
Managed Bean to test the more complex functionality of the flow mechanism, particularly the nesting of flows.
RidiculouslyComplexFlow() - Constructor for class org.josef.web.jsf.beans.demo.flow.RidiculouslyComplexFlow
Constructs this RidiculouslyComplexFlow by adding the individual steps.
RidiculouslyComplexNestedFlow - Class in org.josef.web.jsf.beans.demo.flow
Managed Bean representing a nested flow that is part of the RidiculouslyComplexFlow.
RidiculouslyComplexNestedFlow() - Constructor for class org.josef.web.jsf.beans.demo.flow.RidiculouslyComplexNestedFlow
Constructs this RidiculouslyComplexNestedFlow by adding the individual steps, where on of the steps is in turn a flow.
RidiculouslyComplexNestedFlowStepOne - Class in org.josef.web.jsf.beans.demo.flow
RidiculouslyComplexNestedFlowStepOne() - Constructor for class org.josef.web.jsf.beans.demo.flow.RidiculouslyComplexNestedFlowStepOne
No argument constructor to make this step a Java Bean.
RidiculouslyComplexNestedFlowStepTwo - Class in org.josef.web.jsf.beans.demo.flow
Second step of the RidiculouslyComplexNestedFlow.
RidiculouslyComplexNestedFlowStepTwo() - Constructor for class org.josef.web.jsf.beans.demo.flow.RidiculouslyComplexNestedFlowStepTwo
No argument constructor to make this step a Java Bean.
RidiculouslyComplexNestedNestedFlow - Class in org.josef.web.jsf.beans.demo.flow
/** Managed Bean representing a nested flow, nested in yet another flow.
RidiculouslyComplexNestedNestedFlow() - Constructor for class org.josef.web.jsf.beans.demo.flow.RidiculouslyComplexNestedNestedFlow
Constructs this RidiculouslyComplexNestedNestedFlow by adding the individual steps.
RidiculouslyComplexNestedNestedFlowStepOne - Class in org.josef.web.jsf.beans.demo.flow
RidiculouslyComplexNestedNestedFlowStepOne() - Constructor for class org.josef.web.jsf.beans.demo.flow.RidiculouslyComplexNestedNestedFlowStepOne
No argument constructor to make this step a Java Bean.
RidiculouslyComplexNestedNestedFlowStepTwo - Class in org.josef.web.jsf.beans.demo.flow
RidiculouslyComplexNestedNestedFlowStepTwo() - Constructor for class org.josef.web.jsf.beans.demo.flow.RidiculouslyComplexNestedNestedFlowStepTwo
No argument constructor to make this step a Java Bean.
rollback() - Static method in class org.josef.jpa.EntityManagerHelper
Rolls back the transaction, provided a transaction is active.
RomanNumbers - Class in org.josef.science.math
Utility class for the conversion of Roman numbers to Arabic numbers and vice versa.
RootFinderContext - Class in org.josef.science.math
Context to find a root of a function using different strategies.
RootFinderContext(RootFinderStrategy) - Constructor for class org.josef.science.math.RootFinderContext
Constructs this RootFinder from the supplied strategy.
RootFinderStrategy - Interface in org.josef.science.math
Strategy interface for concrete strategy classes that can find the root of a function.
round(int) - Method in class org.josef.science.math.CDouble
Rounds this value to the supplied number of decimals.
round(double, int) - Static method in class org.josef.science.math.CDouble
Rounds the supplied value to the supplied number of decimals.
round(long, int) - Static method in class org.josef.science.math.CLong
Rounds the supplied value to the supplied position.
RoundRobinElementIterator<E> - Class in org.josef.util
An Iterator that returns elements in round robin fashion.
RoundRobinElementIterator(List<E>) - Constructor for class org.josef.util.RoundRobinElementIterator
Creates this RoundRobinElementIterator using the supplied elements.
roundUp(double, int) - Static method in class org.josef.science.math.CDouble
Rounds the supplied value up, to the supplied number of decimals.
roundUp(long, int) - Static method in class org.josef.science.math.CLong
Rounds the supplied value up to the supplied position.
RP - Static variable in class org.josef.web.html.HtmlTag
RP tag.
RP_E - Static variable in class org.josef.web.html.HtmlTag
RP end tag.
RP_S - Static variable in class org.josef.web.html.HtmlTag
RP start tag.
RpnCalc - Class in org.josef.util.rpn
Basic RPN (Reverse Polish Notation) calculator.
RpnCalc() - Constructor for class org.josef.util.rpn.RpnCalc
Creates a new RPN calculator with an empty stack.
RT - Static variable in class org.josef.web.html.HtmlTag
RT tag.
RT_E - Static variable in class org.josef.web.html.HtmlTag
RT end tag.
RT_S - Static variable in class org.josef.web.html.HtmlTag
RT start tag.
RUBY - Static variable in class org.josef.web.html.HtmlTag
Ruby tag.
RUBY_E - Static variable in class org.josef.web.html.HtmlTag
Ruby end tag.
RUBY_S - Static variable in class org.josef.web.html.HtmlTag
Ruby start tag.

S

S - Static variable in class org.josef.web.html.HtmlTag
Strike tag.
S_E - Static variable in class org.josef.web.html.HtmlTag
Strike end tag.
S_S - Static variable in class org.josef.web.html.HtmlTag
Strike start tag.
SAMPLE - Static variable in class org.josef.web.html.HtmlTag
Sample tag.
SAMPLE_E - Static variable in class org.josef.web.html.HtmlTag
Sample end tag.
SAMPLE_S - Static variable in class org.josef.web.html.HtmlTag
Sample start tag.
saveAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'save' action.
saveState(FacesContext) - Method in class org.josef.web.jsf.converter.DateConverter
Saves the state of this converter.
saveState(FacesContext) - Method in class org.josef.web.jsf.converter.GenericMaskConverter
Saves the state of this converter.
saveState(FacesContext) - Method in class org.josef.web.jsf.converter.GenericStringConverter
Saves the state of this converter.
saveState(FacesContext) - Method in class org.josef.web.jsf.converter.PaddingConverter
Saves the state of this converter.
saveState(FacesContext) - Method in class org.josef.web.jsf.converter.ZipCodeConverter
Saves the state of this converter.
saveState(FacesContext) - Method in class org.josef.web.jsf.validator.AbstractValidator
Saves the state of this validator.
saveState(FacesContext) - Method in class org.josef.web.jsf.validator.DateRangeValidator
Saves the state of this validator.
saveState(FacesContext) - Method in class org.josef.web.jsf.validator.EmailValidator
Saves the state of this validator.
saveState(FacesContext) - Method in class org.josef.web.jsf.validator.PatternValidator
Saves the state of this validator.
saveState(FacesContext) - Method in class org.josef.web.jsf.validator.RelationalValidator
Saves the state of this validator.
saveState(FacesContext) - Method in class org.josef.web.jsf.validator.ZipCodeValidator
Saves the state of this validator.
sayHello(String) - Method in class org.josef.demo.ejb.HelloWorldBean
Says hello.
sayHello(String) - Method in interface org.josef.demo.ejb.HelloWorldRemote
Says hello.
Scientist - Class in org.josef.demo.jpa
Scientist entity.
Scientist() - Constructor for class org.josef.demo.jpa.Scientist
Default constructor as required by the JPA specs for unenhanced classes.
Scientist(String, String, Date) - Constructor for class org.josef.demo.jpa.Scientist
Constructs this Scientist from all the supplied, mandatory fields.
ScientistBean - Class in org.josef.web.jsf.beans.demo.crud.jpa
Scientist Bean, demonstrating maintenance of a single Entity, directly using an EntityManager.
ScientistBean() - Constructor for class org.josef.web.jsf.beans.demo.crud.jpa.ScientistBean
Public default constructor to make this a bean.
ScientistControllerBean - Class in org.josef.demo.ejb
Scientist Controller.
ScientistControllerBean() - Constructor for class org.josef.demo.ejb.ScientistControllerBean
 
ScientistControllerLocal - Interface in org.josef.demo.ejb
Local Scientist Controller Interface.
ScientistControllerRemote - Interface in org.josef.demo.ejb
Remote Scientist Controller Interface.
scientistLookedUpListener(ActionEvent) - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeLaureateBean
Called when a Scientist has been looked up.
ScientistSearchCriteria - Class in org.josef.demo.jpa
Search criteria to find entities of type Scientist.
ScientistSearchCriteria() - Constructor for class org.josef.demo.jpa.ScientistSearchCriteria
Public default constructor to make this a bean.
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.
searchAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'search' action.
searchItems() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Search for Items.
searchItems() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityUsingEntityManagerBean
Default implementation for searching Entities.
searchItems() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingEntityManagerBean
Default implementation for searching Entities.
searchItems() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingSessionBean
Called when a search needs to be executed.
searchItems() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingEntityManagerBean
Default implementation for searching Entities.
searchItems() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingSessionBean
Searches for Entities using search criteria.
SearchItemsDelegate() - Constructor for class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
 
searchItemsListener(ActionEvent) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Searches for Items.
searchItemsListener(ActionEvent) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityUsingEntityManagerBean
Called when a search needs to be executed.
searchItemsListener(ActionEvent) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingEntityManagerBean
Called when a search needs to be executed.
searchItemsListener(ActionEvent) - Method in class org.josef.web.jsf.beans.demo.crud.jpa.MoonBean
Called when a search needs to be executed.
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.
selectAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'select' action.
selectItem(Object) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Selects the Item identified by the supplied objectId.
selectItem(Object) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToManyEntityUsingEntityManagerBean
Selects the Entity identified by the supplied objectId.
selectItem(Object) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingEntityManagerBean
Selects the Entity identified by the supplied objectId.
selectItem(Object) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityUsingSessionBean
Selects the Entity identified by the supplied objectId.
selectItem(Object) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingEntityManagerBean
Selects the Entity identified by the supplied objectId.
selectItem(Object) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudSingleEntityUsingSessionBean
Selects the Entity identified by the supplied objectId.
SELECTITEM_COMPARATOR_ASCENDING - Static variable in class org.josef.web.jsf.util.SelectItemComparator
Comparator that sorts the SelectItems ascending.
SELECTITEM_COMPARATOR_DESCENDING - Static variable in class org.josef.web.jsf.util.SelectItemComparator
Comparator that sorts the SelectItems descending.
SelectItemComparator - Class in org.josef.web.jsf.util
Comparator for items of SelectItem.
selectItemListener(ActionEvent) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Selects the Item that was selected by the user.
SelectManyCheckbox - Class in org.josef.web.jsf.binding.jcc
Backing component for the SelectManyCheckbox composite component.
SelectManyCheckbox() - Constructor for class org.josef.web.jsf.binding.jcc.SelectManyCheckbox
 
SelectManyListbox - Class in org.josef.web.jsf.binding.jcc
Backing component for the SelectManyListbox composite component.
SelectManyListbox() - Constructor for class org.josef.web.jsf.binding.jcc.SelectManyListbox
 
SelectManyMenu - Class in org.josef.web.jsf.binding.jcc
Backing component for the SelectManyMenu composite component.
SelectManyMenu() - Constructor for class org.josef.web.jsf.binding.jcc.SelectManyMenu
 
SelectManyTestBean - Class in org.josef.web.jsf.beans.test
SelectMany Bean to test the SelectMany...
SelectManyTestBean() - Constructor for class org.josef.web.jsf.beans.test.SelectManyTestBean
 
SelectOneListbox - Class in org.josef.web.jsf.binding.jcc
Backing component for the SelectOneListbox composite component.
SelectOneListbox() - Constructor for class org.josef.web.jsf.binding.jcc.SelectOneListbox
 
SelectOneMenu - Class in org.josef.web.jsf.binding.jcc
Backing component for the SelectOneMenu composite component.
SelectOneMenu() - Constructor for class org.josef.web.jsf.binding.jcc.SelectOneMenu
 
SelectOneRadio - Class in org.josef.web.jsf.binding.jcc
Backing component for the SelectOneRadio custom component.
SelectOneRadio() - Constructor for class org.josef.web.jsf.binding.jcc.SelectOneRadio
 
SelectOneTestBean - Class in org.josef.web.jsf.beans.test
SelectOne Bean to test the SelectOne...
SelectOneTestBean() - Constructor for class org.josef.web.jsf.beans.test.SelectOneTestBean
 
selectOneValueChanged(ValueChangeEvent) - Method in class org.josef.web.jsf.beans.demo.miscellaneous.RedirectFromSelectBean
Called when the user has selected an item from the select one component.
selectParent(Long) - Method in class org.josef.web.jsf.bean.crud.ItemObservable
An existing parent has been selected, so all observers need to be notified.
SequentialIdGenerator - Class in org.josef.jpa
Generator of sequence IDs.
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.
setAccountNumber(String) - Method in class org.josef.web.jsf.beans.test.UKBankAccountNumberTestBean
Sets the account number.
setAccuracy(double) - Method in class org.josef.science.math.AbstractRootFinder
Sets the accuracy of the root to find.
setAirco(Boolean) - Method in class org.josef.demo.jpa.CarDetail
Sets the air-conditioning for the corresponding Car.
setAirco(Integer) - Method in class org.josef.demo.jpa.CarSearchCriteria
Sets the airco of the Car.
setAphelion(Double) - Method in class org.josef.demo.jpa.Planet
Sets the aphelion for this Planet in kilometers.
The aphelion is the smallest distance to the star this Planet belongs to.
setAttributes(FaceletContext, Object) - Method in class org.josef.web.jsf.validator.DynamicValidatorHandler
Sets the attributes on the supplied validator.
setAuditTrailData(AuditTrailData) - Method in class org.josef.demo.jpa.Moon
Sets the audit trail data.
setAuditTrailData(AuditTrailData) - Method in class org.josef.demo.jpa.NobelPrizeCategory
Sets the audit trail data.
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.
setBackAction(String) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Sets action to navigate to the previous page.
setBankIdentifierCode(String) - Method in class org.josef.web.jsf.beans.test.BankAccountNumberTestBean
Sets the bank identifier code (BIC).
setBelgiumZipCode(String) - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Sets the Belgium zip code.
setBirthDate(Date) - Method in class org.josef.web.jsf.beans.test.MonthYearTestBean
Sets birth date.
setBirthDay(Date) - Method in class org.josef.demo.jpa.Scientist
Sets the birth day for this Scientist.
setBlock(String) - Method in class org.josef.demo.jpa.Element
Sets the block for this Element.
setBsn(String) - Method in class org.josef.web.jsf.beans.test.BurgerServiceNummerTestBean
Sets the burger service nummer.
setButtonWithIconsOpened(boolean) - Method in class org.josef.web.jsf.beans.test.ToggleChildrenWithButtonTestBean
Sets the open status of the button with icons.
setButtonWithLabelsAndIconsOpened(boolean) - Method in class org.josef.web.jsf.beans.test.ToggleChildrenWithButtonTestBean
Sets the open status of the button with labels and icons.
setButtonWithLabelsOpened(boolean) - Method in class org.josef.web.jsf.beans.test.ToggleChildrenWithButtonTestBean
Sets the open status of the button with labels.
setC(double) - Method in class org.josef.science.math.FunctionInterval
Sets a value c between a and calculates f(c).
setCar(Car) - Method in class org.josef.demo.jpa.CarDetail
Sets the Car for this CarDetail.
setCarDetail(CarDetail) - Method in class org.josef.demo.jpa.Car
Sets the details for this Car.
setCase(Case) - Method in class org.josef.web.jsf.converter.GenericStringConverter
Sets the case attribute.
setCategoryId(Long) - Method in class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Sets the ID of the NobelPrizeCategory of the NobelPrize of the NobelPrizeLaureate.
setCategoryId(Long) - Method in class org.josef.demo.jpa.NobelPrizeSearchCriteria
Sets the id of the NobelPrizeCategory of the NobelPrize.
setCentimetersComponent(UINamingContainer) - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Sets the length in centimeters input component.
setCharacter(char) - Method in class org.josef.web.jsf.converter.PaddingConverter
Sets the pad character.
setClassName(String) - Method in class org.josef.jdbc.Column
Gets the Java class name used for this column.
setColor(CColor) - Method in class org.josef.demo.jpa.CarDetail
Sets the color for the corresponding Car.
setColor(CColor) - Method in class org.josef.demo.jpa.CarSearchCriteria
Sets the color of the Car.
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.
setCountry(Iso3166Country) - Method in class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Sets the country.
setCountry(Iso3166Country) - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Sets the country.
setCountry(Iso3166Country) - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Sets the country.
setCountry(Iso3166Country) - Method in class org.josef.web.jsf.converter.ZipCodeConverter
Sets the country for this ZipCodeConverter.
setCountry(Iso3166Country) - Method in class org.josef.web.jsf.validator.ZipCodeValidator
Sets the country.
setCuracaoZipCode(String) - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Sets the Curacao zip code.
setCurrentDate(Date) - Method in class org.josef.web.jsf.beans.test.MonthYearTestBean
Sets current date.
setDateField(Date) - Method in class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
Sets the Date field.
setDayComponent(UIInput) - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Sets the day component.
setDays(Integer[]) - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Sets the days the user can select from.
setDeathDay(Date) - Method in class org.josef.demo.jpa.Scientist
Sets the date of death for this Scientist.
setDebug(boolean) - Static method in class org.josef.util.CDebug
Enables or disables the josef debug mode.
setDebugMode(boolean) - Method in class org.josef.web.jsf.bean.UserSettingsBean
Sets the debug mode on or off.
setDeleteRule(String) - Method in class org.josef.jdbc.Constraint
Sets the delete rule.
setDescription(String) - Method in class org.josef.demo.jpa.HtmlTag
Sets the description for this HTML tag.
setDescription(String) - Method in class org.josef.demo.jpa.HtmlTagSearchCriteria
Sets the description of the HTML tag.
setDescription(String) - Method in class org.josef.demo.jpa.NobelPrizeLaureate
Sets the description.
setDescription(String) - Method in class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Sets the description of the NobelPrizeLaureate.
setDisplayName(String) - Method in class org.josef.demo.jpa.Scientist
Sets the display name for this Scientist.
setDoubleExpressionGet(String) - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Sets the get Double expression.
setDoubleExpressionSet(String) - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Sets the set Double expression.
setDoubleValue(Double) - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Sets the Double value.
setDoubleValueSet(Double) - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Sets the Double value to set.
setDutchBankAccountNumber(String) - Method in class org.josef.web.jsf.beans.test.BankAccountNumberTestBean
Sets the Dutch bank account number.
setDutchBankGiroAccountNumber(String) - Method in class org.josef.web.jsf.beans.test.BankAccountNumberTestBean
Sets the Dutch bank/giro account number.
setDutchFixedNumber(String) - Method in class org.josef.web.jsf.beans.test.DutchTelephoneNumberTestBean
Sets the Dutch fixed number.
setDutchGiroAccountNumber(String) - Method in class org.josef.web.jsf.beans.test.BankAccountNumberTestBean
Sets the Dutch giro account number.
setDutchMobileNumber(String) - Method in class org.josef.web.jsf.beans.test.DutchTelephoneNumberTestBean
Sets the Dutch mobile number.
setDutchNumber(String) - Method in class org.josef.web.jsf.beans.test.DutchTelephoneNumberTestBean
Sets the Dutch number.
setDutchZipCode(String) - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Sets the Dutch zip code.
setEinsteinsDateOfBirth(Date) - Method in class org.josef.web.jsf.beans.test.DateTestBean
Sets Einstein's date of birth.
setElectronConfiguration(String) - Method in class org.josef.demo.jpa.Element
Sets the electron configuration for this Element.
setElementNumber(Integer) - Method in class org.josef.web.jsf.beans.demo.rest.ElementRestBean
Sets the element number.
setEmailAddress(String) - Method in class org.josef.web.jsf.beans.test.EmailTestBean
Sets the email address.
setEmailValidationPattern(EmailValidationPattern) - Method in class org.josef.web.jsf.validator.EmailValidator
Sets the email validation pattern.
setExpirationDate(Date) - Method in class org.josef.web.jsf.beans.test.MonthYearTestBean
Sets the expiration date.
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).
setFeet(Integer) - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Sets the length in feet.
setFeetComponent(UINamingContainer) - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Sets the length in feet input component.
setFlushMode(FlushModeType) - Static method in class org.josef.jpa.EntityManagerHelper
Sets the flush mode, applicable to all Entities in this persistence context.
setFor(String) - Method in class org.josef.web.jsf.custom.inputstate.CInputState
Sets the id of the component for which we want to process its input state.
setFormReadonly(boolean) - Method in class org.josef.web.jsf.beans.test.CommandButtonTestBean
Sets the form to be readonly or not.
setFourDigitYear(boolean) - Method in class org.josef.util.Formatter
Forces a parsed date to have a year consisting of four digits or not.
setFraction(Integer) - Method in class org.josef.demo.jpa.NobelPrizeLaureate
Sets the fraction of the NobelPrize awarded to the Scientist.
setFraction(Integer) - Method in class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Sets the fraction of the NobelPrizeLaureate.
setFromBirthDay(Date) - Method in class org.josef.demo.jpa.ScientistSearchCriteria
Sets the minimum birth day of the Scientist.
setFromDeathDay(Date) - Method in class org.josef.demo.jpa.ScientistSearchCriteria
Sets the minimum death day of the Scientist.
setFromWeight(String) - Method in class org.josef.demo.jpa.ElementSearchCriteria
Sets the minimum atomic weight of the Element.
setFromYear(Integer) - Method in class org.josef.demo.jpa.NobelPrizeSearchCriteria
Sets the minimum year of the NobelPrize.
setGravity(Double) - Method in class org.josef.demo.jpa.Planet
Sets the gravity for this Planet in meters per second2.
setGroup(String) - Method in class org.josef.demo.jpa.Element
Sets the group for this Element.
setGuessedNumber(int) - Method in class org.josef.web.jsf.beans.demo.guess.NumberGuessBean
Sets the number the user has guessed.
setHireDate(Date) - Method in class org.josef.web.jsf.beans.test.MonthYearTestBean
Sets hire date.
setHtmlTag(HtmlTag) - Method in class org.josef.web.jsf.beans.demo.HtmlTagConverterTestBean
Sets the HtmlTag.
setId(Long) - Method in class org.josef.demo.jpa.HtmlTag
Sets the unique ID for this HtmlTag.
setId(Long) - Method in class org.josef.demo.jpa.Moon
Sets the unique ID for this Entity.
setId(Long) - Method in class org.josef.demo.jpa.NobelPrizeCategory
Sets the unique ID for this NobelPrizeCategory.
setId(Long) - Method in class org.josef.demo.jpa.PlanetSearchCriteria
Sets the ID of the Planet.
setId(Long) - Method in class org.josef.jpa.AbstractEntityIdentifiedById
Sets the unique ID for this Entity.
setImaginaryValueOne(double) - Method in class org.josef.web.jsf.beans.test.ComplexNumberTestBean
Sets the imaginary value of the first complex number.
setImaginaryValueTwo(double) - Method in class org.josef.web.jsf.beans.test.ComplexNumberTestBean
Sets the imaginary value of the second complex number.
setInches(Integer) - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Sets the length in inches.
setInchesComponent(UINamingContainer) - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Sets the length in inches input component.
setIndexOfCurrentStep(Integer) - Method in class org.josef.web.jsf.flow.AbstractFlow
Sets the index of the current step.
setInfo(String) - Method in class org.josef.demo.jpa.Scientist
Sets information for this Scientist.
setInitiallyNullDate(Date) - Method in class org.josef.web.jsf.beans.test.DateTestBean
Sets a date that initially was null.
setInputText(InputText) - Method in class org.josef.web.jsf.beans.demo.binding.PrimefacesBindingBean
Sets the input text.
setIntegerField(Integer) - Method in class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
Sets the Integer field.
setInternationalBankAccountNumber(String) - Method in class org.josef.web.jsf.beans.test.BankAccountNumberTestBean
Sets the international bank account number (IBAN).
setInterval(FunctionInterval) - Method in class org.josef.science.math.AbstractRootFinder
Sets the interval.
setItem(T) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.DetailItemDelegate
Sets the Item.
setIterations(int) - Method in class org.josef.science.math.AbstractRootFinder
Sets the maximum number of iterations to find a root.
setJosefInputTextPadding(String) - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Sets the padding for the Josef InputText field.
setKilogramsComponent(UINamingContainer) - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Sets the weight in kilograms input component.
setLanguage(String) - Method in class org.josef.util.xml.AtomLink
Sets the language for this link.
setLastName(String) - Method in class org.josef.demo.jpa.Scientist
Sets the last name for this Scientist.
setLastName(String) - Method in class org.josef.demo.jpa.ScientistSearchCriteria
Sets the last name of the Scientist.
setLeftCharacterPadding(String) - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Sets the left padding with explicit pad character.
setLeftDate(Date) - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Sets the left Date value.
setLeftDouble(double) - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Sets the left double value.
setLeftInteger(Integer) - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Sets the left Integer value.
setLeftMinimumLengthPadding(String) - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Sets the left padding with explicit minimum length.
setLeftPadding(String) - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Sets the left padding.
setLeftString(String) - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Sets the left String value.
setLeftValue(Object) - Method in class org.josef.web.jsf.validator.RelationalValidator
Sets the value of the left operand.
setLength(int) - Method in class org.josef.web.jsf.converter.PaddingConverter
Sets the length to pad to.
setLengthFromCentimeters(Integer) - Method in class org.josef.web.jsf.beans.test.BodyLengthTestBean
Sets the length in centimeters from input in centimeters.
setLengthFromFeetAndInches(int) - Method in class org.josef.web.jsf.beans.test.BodyLengthTestBean
Sets the length in centimeters from input in feet and inches.
setLicensePlateNumber(String) - Method in class org.josef.demo.jpa.Car
Sets the license plate number for this Car.
setLicensePlateNumber(String) - Method in class org.josef.demo.jpa.CarSearchCriteria
Sets the license plate number of the Car.
setLocale(Locale) - Method in class org.josef.web.jsf.bean.UserSettingsBean
Sets the locale.
setLowerLimit(int) - Method in class org.josef.web.jsf.beans.demo.guess.NumberGuessBean
Sets the lower limit of the number to guess.
setMask(String) - Method in class org.josef.web.jsf.converter.GenericMaskConverter
Sets the mask attribute.
setMass(Double) - Method in class org.josef.demo.jpa.Planet
Sets the mass for this Planet in kilograms.
setMax(Object) - Method in class org.josef.web.jsf.validator.DateRangeValidator
Sets the maximum date.
setMaximum(Integer) - Method in class org.josef.web.jsf.beans.demo.miscellaneous.JSR303DemoModel
Sets the integer with a maximum value constraint.
setMaximumRangeDate(Date) - Method in class org.josef.web.jsf.beans.test.DateRangeValidatorTestBean
Sets the maximum range date.
setMessage(String) - Method in class org.josef.web.jsf.beans.demo.hello.HelloWorldBean
Sets the message.
setMessage(String) - Method in class org.josef.web.jsf.validator.AbstractValidator
Sets the message.
setMin(Object) - Method in class org.josef.web.jsf.validator.DateRangeValidator
Sets the minimum date.
setMinimum(Integer) - Method in class org.josef.web.jsf.beans.demo.miscellaneous.JSR303DemoModel
Sets the integer with a minimum value constraint.
setMinimumMaximumRangeDate(Date) - Method in class org.josef.web.jsf.beans.test.DateRangeValidatorTestBean
Sets the minimum/maximum range date.
setMinimumRangeDate(Date) - Method in class org.josef.web.jsf.beans.test.DateRangeValidatorTestBean
Sets the minimum range date.
setMinLength(int) - Method in class org.josef.web.jsf.converter.PaddingConverter
Sets the minimum length to pad from.
setMobileTelephoneNumber(String) - Method in class org.josef.web.jsf.beans.test.UKTelephoneNumberTestBean
Sets the mobile telephone number.
setMode(JsfBeanMode) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.DetailItemDelegate
Sets the mode for this DetailItemDelegate.
setModel(JSR303DemoModel) - Method in class org.josef.web.jsf.beans.demo.miscellaneous.JSR303DemoBean
Sets the model.
setMonth(CodeDescription) - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Sets the Month as a CodeDescription.
setMonth(Month) - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Sets the month.
setMonthComponent(UIInput) - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Sets the month component.
setMonthComponent(UISelectOne) - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Sets the month component.
setMonths(Map<String, Integer>) - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Sets the months the user can select from.
setMonthYearComponent(UIInput) - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Sets the month/year input component.
setMoons(Set<Moon>) - Method in class org.josef.demo.jpa.Planet
Sets all the Moons that orbit this Planet.
setName(String) - Method in class org.josef.demo.jpa.Car
Sets the name for this Car.
setName(String) - Method in class org.josef.demo.jpa.CarSearchCriteria
Sets the name of the Car.
setName(String) - Method in class org.josef.demo.jpa.Element
Sets the name for this Element.
setName(String) - Method in class org.josef.demo.jpa.ElementSearchCriteria
Sets the name of the Element.
setName(String) - Method in class org.josef.demo.jpa.Moon
Sets the name for this Moon.
setName(String) - Method in class org.josef.demo.jpa.MoonSearchCriteria
Sets the name of the Moon.
setName(String) - Method in class org.josef.demo.jpa.NobelPrizeCategory
Sets the name of this NobelPrizeCategory.
setName(String) - Method in class org.josef.demo.jpa.NobelPrizeCategorySearchCriteria
Sets the name of the NobelPrizeCategory.
setName(String) - Method in class org.josef.demo.jpa.Planet
Sets the name for this Planet.
setName(String) - Method in class org.josef.demo.jpa.PlanetSearchCriteria
Sets the name of the Planet.
setName(String) - Method in class org.josef.jdbc.Constraint
Sets the name of this constraint.
setName(String) - Method in class org.josef.web.jsf.demo.HtmlTag
Sets the name of this HtmlTag.
setNationalInsuranceNumber(String) - Method in class org.josef.web.jsf.beans.test.UKNationalInsuranceNumberTestBean
Sets the national insurance number.
setNobelPrize(NobelPrize) - Method in class org.josef.demo.jpa.NobelPrizeLaureate
Sets the NobelPrize.
setNobelPrizeCategory(NobelPrizeCategory) - Method in class org.josef.demo.jpa.NobelPrize
Sets the NobelPrizeCategory for this NobelPrize.
setNobelPrizeLaureates(Set<NobelPrizeLaureate>) - Method in class org.josef.demo.jpa.NobelPrize
Sets all the NobelPrizeLaureates that have won this NobelPrize.
setNobelPrizeLaureates(Set<NobelPrizeLaureate>) - Method in class org.josef.demo.jpa.Scientist
Sets the Nobel prizes won by this Scientist.
setNobelPrizes(Set<NobelPrize>) - Method in class org.josef.demo.jpa.NobelPrizeCategory
Sets all the NobelPrizes corresponding with this NobelPrizeCategory.
setNonRangeDate(Date) - Method in class org.josef.web.jsf.beans.test.DateRangeValidatorTestBean
Sets the non range date.
setNormalValue(Integer) - Method in class org.josef.web.jsf.beans.test.AbstractTestComponentWithIntegerValuesBean
Sets the normal value.
setNormalValues(String[]) - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Sets the normal values.
setNullable(boolean) - Method in class org.josef.jdbc.Column
Sets this column to nullable or not nullable.
setNumber(Long) - Method in class org.josef.demo.jpa.ElementSearchCriteria
Sets the number of the Element.
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.
setPanelGrid(PanelGrid) - Method in class org.josef.web.jsf.beans.demo.binding.PrimefacesFlexLayoutBean
Sets the panel grid.
setPanelGroup(HtmlPanelGroup) - Method in class org.josef.web.jsf.beans.demo.binding.BindingBean
Sets the panel group.
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.
setParentId(Long) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudManyToOneEntityBean
Sets the Object ID of the parent Entity.
setPattern(String) - Method in class org.josef.web.jsf.converter.DateConverter
Sets the pattern used for conversion..
setPattern(String) - Method in class org.josef.web.jsf.validator.PatternValidator
Sets the pattern (regular expression) to validate against.
setPerihelion(Double) - Method in class org.josef.demo.jpa.Planet
Sets the perihelion for this Planet in kilometers.
The perihelion is the smallest distance to the star this Planet belongs to.
setPeriod(String) - Method in class org.josef.demo.jpa.Element
Sets the period for this Element.
setPersistAction(PersistAction) - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Sets the PersistAction.
setPersistActions(PersistAction[]) - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Sets the PersistActions.
setPerunageAsDoubleObject(Double) - Method in class org.josef.web.jsf.beans.test.PerunageTestBean
Sets the perunage stored as a Double Object.
setPerunageAsFloatObject(Float) - Method in class org.josef.web.jsf.beans.test.PerunageTestBean
Sets the perunage stored as a Float Object.
setPerunageAsPrimitiveDouble(double) - Method in class org.josef.web.jsf.beans.test.PerunageTestBean
Sets the perunage stored as a primitive double.
setPerunageAsPrimitiveFloat(float) - Method in class org.josef.web.jsf.beans.test.PerunageTestBean
Sets the perunage stored as a primitive float.
setPhase(Phase) - Method in class org.josef.web.jsf.beans.test.EnumConverterTestBean
Sets the phase.
setPlanet(Planet) - Method in class org.josef.demo.jpa.Moon
Sets the Planet that this Moon orbits.
setPlanet(Planet) - Method in class org.josef.web.jsf.beans.test.SelectOneTestBean
Sets the Planet.
setPlanetId(Long) - Method in class org.josef.demo.jpa.MoonSearchCriteria
Sets the ID of the Planet.
setPlanets(Planet[]) - Method in class org.josef.web.jsf.beans.test.SelectManyTestBean
Sets the Planets.
setPosition(String) - Method in class org.josef.demo.jpa.Moon
Sets the position (natural ordering) for this Moon.
setPosition(String) - Method in class org.josef.demo.jpa.MoonSearchCriteria
Sets the position of the Moon.
setPosition(PadPosition) - Method in class org.josef.web.jsf.converter.PaddingConverter
Sets the pad position.
setPostValue(Integer) - Method in class org.josef.web.jsf.beans.test.SpinnerTestBean
Sets the value for the component with a post attribute.
setPounds(Integer) - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Sets the weight in pounds.
setPoundsComponent(UINamingContainer) - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Sets the weight in pounds input component.
setPoundsOnly(Integer) - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Sets the weight in pounds only.
setPoundsOnlyComponent(UINamingContainer) - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Sets the weight in pounds only input component.
setPrecision(Integer) - Method in class org.josef.jdbc.Column
For a numeric Column, this method sets the precision.
setPreValue(Integer) - Method in class org.josef.web.jsf.beans.test.SpinnerTestBean
Sets the value for the component with a pre attribute.
setPrimaryKey(Long) - Method in class org.josef.web.jsf.beans.demo.crud.jpa.service.CrudServiceBean
Sets the primary key.
setPrimaryKeyColumns(List<Column>) - Method in class org.josef.jdbc.Table
Sets the list of primary key columns for this Table.
setRealValueOne(double) - Method in class org.josef.web.jsf.beans.test.ComplexNumberTestBean
Sets the real value of the first complex number.
setRealValueTwo(double) - Method in class org.josef.web.jsf.beans.test.ComplexNumberTestBean
Sets the real value of the second complex number.
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.
setRelationalOperator(RelationalValidationOperator) - Method in class org.josef.web.jsf.validator.RelationalValidator
Sets the relational operator.
setRelationship(String) - Method in class org.josef.util.xml.AtomLink
Sets the relationship for this link.
setRequiredValue(String) - Method in class org.josef.web.jsf.beans.test.AbstractTestComponentWithIntegerValuesBean
Sets the required value.
setRightDate(Date) - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Sets the right Date value.
setRightDouble(double) - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Sets the right double value.
setRightInteger(Integer) - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Sets the right Integer value.
setRightPadding(String) - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Sets the right padding.
setRightString(String) - Method in class org.josef.web.jsf.beans.test.RelationalValidatorTestBean
Sets the right String value.
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.
setScientist(Scientist) - Method in class org.josef.demo.jpa.NobelPrizeLaureate
Sets the Scientist.
setScientistLastName(String) - Method in class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Sets the last name of the Scientist of the NobelPrizeLaureate.
setSearchMode(JsfSearchMode) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Sets the search mode.
setSeats(Integer) - Method in class org.josef.demo.jpa.CarDetail
Sets the number of seats for the corresponding Car.
setSeats(Integer) - Method in class org.josef.demo.jpa.CarSearchCriteria
Sets the seats of the Car.
setSelectBooleanButton(UISelectBoolean) - Method in class org.josef.web.jsf.binding.jcc.ToggleChildrenWithButton
Sets the selectBooleanButton.
setSelectedElement(Element) - Method in class org.josef.web.jsf.beans.demo.autoComplete.AutoCompleteBean
Sets the Element that was selected from the list of Elements.
setSelectedElement(Element) - Method in class org.josef.web.jsf.beans.demo.flow.ConditionalFlowStepOne
Sets the selected element, which ends this step.
setSimplePadding(String) - Method in class org.josef.web.jsf.beans.test.PaddingTestBean
Sets the simple padding.
setSortAscending(boolean) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Sets sorting to be either ascending or descending.
setSortCode(String) - Method in class org.josef.web.jsf.beans.test.UKBankAccountNumberTestBean
Sets the sort code.
setSortColumn(String) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Sets the name of the columns used for sorting.
setSortColumnChangedOrToggled(boolean) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean.SearchItemsDelegate
Sets the current sort column to changed or not.
setStartable(boolean) - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Sets this step to be startable or not.
setStones(Integer) - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Sets the weight in stones.
setStonesComponent(UINamingContainer) - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Sets the weight in stones input component.
setStringExpressionGet(String) - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Sets the get String expression.
setStringExpressionSet(String) - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Sets the set String expression.
setStringField(String) - Method in class org.josef.web.jsf.beans.demo.xfield.CrossFieldValidationBean
Sets the String field.
setStringValue(String) - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Sets the String value.
setStringValueSet(String) - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Sets the String value to set.
setStyleSheet(String) - Method in class org.josef.web.jsf.bean.UserSettingsBean
Sets the style sheet.
setSymbol(String) - Method in class org.josef.demo.jpa.Element
Sets the symbol for this Element.
setSymbol(String) - Method in class org.josef.demo.jpa.ElementSearchCriteria
Sets the symbol of the Element.
setTableName(String) - Method in class org.josef.jdbc.Constraint
Sets the table name for this constraint.
setTag(String) - Method in class org.josef.demo.jpa.HtmlTag
Sets the HTML tag.
setTag(String) - Method in class org.josef.demo.jpa.HtmlTagSearchCriteria
Sets the HTML tag.
setTelephoneNumber(String) - Method in class org.josef.web.jsf.beans.test.UKTelephoneNumberTestBean
Sets the telephone number.
setTemplate(String) - Method in class org.josef.web.jsf.beans.TemplateSettingsBean
Sets the template.
setText(String) - Method in class org.josef.web.jsf.beans.demo.miscellaneous.JSR303DemoModel
Sets the text.
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.
setTimeZone(TimeZone) - Method in class org.josef.web.jsf.bean.UserSettingsBean
Sets the time zone.
setToBirthDay(Date) - Method in class org.josef.demo.jpa.ScientistSearchCriteria
Sets the maximum birth day of the Scientist.
setToday(Date) - Method in class org.josef.web.jsf.beans.test.DateTestBean
Sets todays date.
setToDeathDay(Date) - Method in class org.josef.demo.jpa.ScientistSearchCriteria
Sets the maximum death day of the Scientist.
setToggleLengthUnitButton(UIComponent) - Method in class org.josef.web.jsf.binding.jcc.BodyLength
Sets the button to toggle the unit of length.
setToggleWeightUnitButton(UIComponent) - Method in class org.josef.web.jsf.binding.jcc.BodyWeight
Sets the button to toggle the unit of weight.
setToWeight(String) - Method in class org.josef.demo.jpa.ElementSearchCriteria
Sets the maximum atomic weight of the Element.
setToYear(Integer) - Method in class org.josef.demo.jpa.NobelPrizeSearchCriteria
Sets the maximum year of the NobelPrize.
setTransient(boolean) - Method in class org.josef.web.jsf.AbstractStateHolder
Sets this StateHolder to transient or not transient.
setTrim(Trim) - Method in class org.josef.web.jsf.converter.GenericStringConverter
Sets the trim attribute.
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.
setUnitedKingdomZipCode(String) - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Sets the United Kingdom zip code.
setUpperLimit(int) - Method in class org.josef.web.jsf.beans.demo.guess.NumberGuessBean
Sets the upper limit of the number to guess.
setUserSettingsBean(UserSettingsBean) - Method in class org.josef.web.jsf.beans.test.AbstractCompositeComponentTestBean
Sets the UserSettingsBean.
setUserStartable(boolean) - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Sets this step to be startable by the user or not.
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.
setVisible(boolean) - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Sets this step to visible or invisible.
setVolume(Double) - Method in class org.josef.demo.jpa.Planet
Sets the volume for this Planet in cubic kilometers.
setWeight(String) - Method in class org.josef.demo.jpa.Element
Sets the atomic weight for this Element.
setWeightFromKilograms(Integer) - Method in class org.josef.web.jsf.beans.test.BodyWeightTestBean
Sets the weight in kilograms from input in kilograms.
setWeightFromPounds(int) - Method in class org.josef.web.jsf.beans.test.BodyWeightTestBean
Sets the weight in kilograms from input in pounds.
setWeightFromStonesAndPounds(int) - Method in class org.josef.web.jsf.beans.test.BodyWeightTestBean
Sets the weight in kilograms from input in stones and pounds.
setWidth(Integer) - Method in class org.josef.jdbc.Column
Sets the maximum width (in characters) for this Column.
setYear(Integer) - Method in class org.josef.demo.jpa.NobelPrize
Sets the year this NobelPrize was awarded.
setYear(Integer) - Method in class org.josef.demo.jpa.NobelPrizeLaureateSearchCriteria
Sets the year of the NobelPrize of the NobelPrizeLaureate.
setYear(Integer) - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Sets the year.
setYearComponent(UIInput) - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Sets the year component.
setYearComponent(UISelectOne) - Method in class org.josef.web.jsf.binding.jcc.MonthYear
Sets the year component.
setYears(Integer[]) - Method in class org.josef.web.jsf.binding.jcc.DateSelect
Sets the years the user can select from.
setZipCode(String) - Method in class org.josef.web.jsf.beans.demo.google.GoogleMapsBean
Sets the zipcode.
setZipCode(String) - Method in class org.josef.web.jsf.beans.test.ZipCodeTestBean
Sets the zip code.
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.
shouldRequiredStateBeRendered(String) - Method in class org.josef.web.jsf.binding.jcc.InputState
Determines whether the required state should be rendered.
shouldValidStateBeRendered(String) - Method in class org.josef.web.jsf.binding.jcc.InputState
Determines whether the valid state should be rendered.
showOn(boolean) - Method in class org.josef.web.jsf.binding.jcc.Date
Determines the result of the showOn attribute of a p:calendar.
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.
SolarSystemFacadeBean - Class in org.josef.demo.ejb
Solar System Controller that controls the planets and the moons.
SolarSystemFacadeBean() - Constructor for class org.josef.demo.ejb.SolarSystemFacadeBean
 
SolarSystemFacadeLocal - Interface in org.josef.demo.ejb
Local Solar System Controller Interface.
SolarSystemFacadeRemote - Interface in org.josef.demo.ejb
Remote Solar System Controller Interface.
sort(List<T>, String...) - Method in class org.josef.util.MultiFieldComparator
Sort the supplied items on the supplied sortColumns.
sort() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudEntityBean
Sorts the Items.
sort() - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Sorts the Items.
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.
SpecialMaskConverter - Class in org.josef.web.jsf.converter
Special Mask Converter.
SpecialMaskConverter() - Constructor for class org.josef.web.jsf.converter.SpecialMaskConverter
 
Spin - Enum in org.josef.science.physics.particle
Enumeration of all the possible spin values of a subatomic particle.
SpinnerTestBean - Class in org.josef.web.jsf.beans.test
Spinner Bean to test the Spinner composite component.
SpinnerTestBean() - Constructor for class org.josef.web.jsf.beans.test.SpinnerTestBean
 
splitRow(String, Character) - Static method in class org.josef.util.csv.CsvUtil
Splits a row of csv data into columns.
SQ - Static variable in class org.josef.util.CCharacter
Single quote.
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.
start() - Method in class org.josef.web.jsf.flow.AbstractFlow
Starts the flow with the first startable step.
start() - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Starts this step.
start() - Method in class org.josef.web.jsf.flow.AbstractGuiFlowStep
Starts this step by redirecting to the corresponding page.
start(ActionEvent) - Method in class org.josef.web.jsf.flow.AbstractGuiFlowStep
Starts this step as the result of an event.
startPlaying() - Method in class org.josef.web.jsf.beans.demo.guess.NumberGuessBean
Called when the user starts playing this game.
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.
stringValueChanged(ValueChangeEvent) - Method in class org.josef.web.jsf.beans.test.JsfExpressionUtilTestBean
Evaluates the String expression setter.
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.
STYLE_SHEET_BUNDLE_VAR_NAME - Static variable in class org.josef.web.jsf.bean.ApplicationSettingsBean
Resource bundle name (var name in faces-config.xml) of style sheet bundle.
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.
submitAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'submit' action.
submitItemListener(ActionEvent) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
Submits the current Item.
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.
successAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'success' action.
SUCCESSFUL_HIGH - Static variable in class org.josef.web.HttpStatus
Highest (theoretical) successful status code.
SUCCESSFUL_LOW - Static variable in class org.josef.web.HttpStatus
Lowest successful status code.
SUMMARY - Static variable in class org.josef.web.html.HtmlTag
Summary tag.
SUMMARY_E - Static variable in class org.josef.web.html.HtmlTag
Summary end tag.
SUMMARY_S - Static variable in class org.josef.web.html.HtmlTag
Summary start tag.
SUP - Static variable in class org.josef.web.html.HtmlTag
Sup tag.
SUP_E - Static variable in class org.josef.web.html.HtmlTag
Sup end tag.
SUP_S - Static variable in class org.josef.web.html.HtmlTag
Sup start tag.

T

Table - Class in org.josef.jdbc
Abstraction of a database table.
TABLE - Static variable in class org.josef.web.html.HtmlTag
Table tag.
TABLE_E - Static variable in class org.josef.web.html.HtmlTag
Table end tag.
TABLE_S - Static variable in class org.josef.web.html.HtmlTag
Table start tag.
TBODY - Static variable in class org.josef.web.html.HtmlTag
Table body tag.
TBODY_E - Static variable in class org.josef.web.html.HtmlTag
Table body end tag.
TBODY_S - Static variable in class org.josef.web.html.HtmlTag
Table body start tag.
TD - Static variable in class org.josef.web.html.HtmlTag
Table data tag.
TD_E - Static variable in class org.josef.web.html.HtmlTag
Table data end tag.
TD_S - Static variable in class org.josef.web.html.HtmlTag
Table data start tag.
TD_SE - Static variable in class org.josef.web.html.HtmlTag
Table data start/end tag.
TemplateSettingsBean - Class in org.josef.web.jsf.beans
Template Settings Beans, determines the different templates to use.
TemplateSettingsBean() - Constructor for class org.josef.web.jsf.beans.TemplateSettingsBean
 
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.
test() - Static method in class org.josef.web.jsf.JosefFunctionsLibrary
Simple test method to be used in web pages to proof this library works!
testLocal() - Method in class org.josef.ejb.crud.CrudControllerBean
Simple test method to verify this controller works using a local call.
testLocal() - Method in interface org.josef.ejb.crud.CrudControllerLocal
Simple test method to verify this controller works using a local call.
testRemote() - Method in class org.josef.ejb.crud.CrudControllerBean
Simple test method to verify this controller works using a remote call.
testRemote() - Method in interface org.josef.ejb.crud.CrudControllerRemote
Simple test method to verify this controller works using a remote call.
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.
ThreadResource - Class in org.josef.demo.ws.rest.management
Thread Management RESTful web service to show information about a single thread.
ThreadResource(Long) - Constructor for class org.josef.demo.ws.rest.management.ThreadResource
Constructs this ThreadResource from the supplied id.
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.
ThreadsResource - Class in org.josef.demo.ws.rest.management
Simple RESTful web service to show thread info.
ThreadsResource() - Constructor for class org.josef.demo.ws.rest.management.ThreadsResource
 
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.
throwNullPointerException() - Method in class org.josef.web.jsf.beans.demo.miscellaneous.ExceptionHandlingBean
Throws a NullPointerException to see how it is handled.
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.
TimeConsumingServlet - Class in org.josef.web.demo.servlet
Servlet that takes 10 seconds to complete.
TimeConsumingServlet() - Constructor for class org.josef.web.demo.servlet.TimeConsumingServlet
 
TIMESTAMP - Static variable in class org.josef.jpa.FieldLengths
Length of a Time stamp field.
TimeZoneBean - Class in org.josef.web.jsf.bean
Time Zone related Managed Bean.
TimeZoneBean() - Constructor for class org.josef.web.jsf.bean.TimeZoneBean
Initializes this bean by creating a list of all time zones.
TimeZoneConverter - Class in org.josef.web.jsf.converter
Standard converter for objects of type TimeZone.
TimeZoneConverter() - Constructor for class org.josef.web.jsf.converter.TimeZoneConverter
 
timeZoneListener(ComponentSystemEvent) - Method in class org.josef.web.jsf.bean.UserSettingsBean
Checks whether the CCookie.TIMEZONE cookie exists and if it does, sets the time zone for the current user.
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.
ToggleChildrenWithButton - Class in org.josef.web.jsf.binding.jcc
Backing component for the ToggleChildrenWithButton composite component.
ToggleChildrenWithButton() - Constructor for class org.josef.web.jsf.binding.jcc.ToggleChildrenWithButton
 
ToggleChildrenWithButtonTestBean - Class in org.josef.web.jsf.beans.test
SelectBooleanButton Bean to test the ToggleChildrenWithButton composite component.
ToggleChildrenWithButtonTestBean() - Constructor for class org.josef.web.jsf.beans.test.ToggleChildrenWithButtonTestBean
 
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.demo.jpa.Car
Creates a String representation of this Car.
toString() - Method in class org.josef.demo.jpa.CarDetail
Creates a String representation of this CarDetail.
toString() - Method in class org.josef.demo.jpa.Element
Creates a String representation of this Element.
toString() - Method in class org.josef.demo.jpa.HtmlTag
Creates a String representation of this HTML tag.
toString() - Method in class org.josef.demo.jpa.Moon
Creates a String representation of this Moon.
toString() - Method in class org.josef.demo.jpa.NobelPrizeCategory
Creates a String representation of this NobelPrizeCategory.
toString() - Method in class org.josef.demo.jpa.Planet
Creates a String representation of this Planet.
toString() - Method in class org.josef.demo.jpa.Scientist
Creates a String representation of this Scientist.
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 enum org.josef.web.jsf.CAction
Creates a String representation of this enumeration, suitable for using in designing the flow of JSF pages.
toString() - Method in class org.josef.web.jsf.demo.HtmlTag
Deliberately calls default implementation.
toString() - Method in class org.josef.web.jsf.flow.AbstractFlow
Creates a String representation of this AbstractFlow.
toString() - Method in class org.josef.web.jsf.flow.AbstractFlowStep
Creates a String representation of this AbstractFlowStep.
toString() - Method in class org.josef.web.jsf.flow.AbstractGuiFlowStep
Creates a String representation of this AbstractGuiFlowStep.
toString(UIViewRoot) - Static method in class org.josef.web.jsf.util.JsfTreeUtil
Creates a String representation of the supplied uiViewRoot.
toString(UIComponent) - Static method in class org.josef.web.jsf.util.JsfTreeUtil
Creates a String representation of the supplied uiComponent.
toString(PhaseEvent) - Static method in class org.josef.web.jsf.util.JsfUtil
Creates a String representation of the supplied phaseEvent.
toString() - Method in enum org.josef.web.jsf.validator.RelationalValidationOperator
Creates a String representation of this RelationalValidationOperator, consisting of the mathematical representation.
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.
TreeDumpBean - Class in org.josef.web.jsf.beans.demo.tree
A managed bean that dumps the complete JSF component Tree to a PrimeFaces tree.
TreeDumpBean() - Constructor for class org.josef.web.jsf.beans.demo.tree.TreeDumpBean
Constructs the tree from the UIViewRoot.
trim(Trim, String) - Static method in class org.josef.util.CString
Trims whitespace from the supplied input.
Trim - Enum in org.josef.util
Enumeration of all possibles ways to trim characters from a String.
trimAll(String) - Static method in class org.josef.util.CString
Trims all whitespace characters from the supplied input, no matter where they are located.
trimLeft(String) - Static method in class org.josef.util.CString
Trims whitespace from the left of the supplied input.
trimRight(String) - Static method in class org.josef.util.CString
Trims whitespace from the right of the supplied input.
TWO - Static variable in class org.josef.science.math.CBigDecimal
The constant value 2.
TWO - Static variable in class org.josef.science.math.CBigInteger
The constant value 2.
TWO - Static variable in class org.josef.science.math.Complex
Complex number with a value of two.
TWO_THIRDS - Static variable in class org.josef.science.math.CDouble
2/3.

U

U - Static variable in class org.josef.web.html.HtmlTag
Underlined tag.
U_E - Static variable in class org.josef.web.html.HtmlTag
Underlined end tag.
U_S - Static variable in class org.josef.web.html.HtmlTag
Underlined start tag.
UIComponentCallBack - Interface in org.josef.web.jsf.util
Interface for walking the UIComponent tree which has its root in UIViewRoot.
UIMessage - Class in org.josef.web.jsf.component
This class replaces the standard UIMessage class.
UIMessage() - Constructor for class org.josef.web.jsf.component.UIMessage
Constructs this UI Message component.
UIMessageHtmlRenderer - Class in org.josef.web.jsf.component
HTML Renderer for UIMessage components.
UIMessageHtmlRenderer() - Constructor for class org.josef.web.jsf.component.UIMessageHtmlRenderer
 
UIMessages - Class in org.josef.web.jsf.component
This class replaces the standard UIMessages class.
UIMessages() - Constructor for class org.josef.web.jsf.component.UIMessages
Constructs this UI Message component.
UIMessagesHtmlRenderer - Class in org.josef.web.jsf.component
HTML Renderer for UIMessages components.
UIMessagesHtmlRenderer() - Constructor for class org.josef.web.jsf.component.UIMessagesHtmlRenderer
 
UKBankAccountNumber - Class in org.josef.finance
Utility class to verify UK Bank Account Numbers.
See: http://www.vocalink.com/products/payments/customer-support-services/modulus-checking.aspx
Note: This class only performs some basic validation and is not meant for production environments.
UKBankAccountNumberTestBean - Class in org.josef.web.jsf.beans.test
UK Bank Account Number Bean.
UKBankAccountNumberTestBean() - Constructor for class org.josef.web.jsf.beans.test.UKBankAccountNumberTestBean
 
UKBankAccountNumberValidatator - Interface in org.josef.finance
Interface for UK bank account number validation.
Information about validating UK bank account numbers, can be found here: http://www.vocalink.com/products/payments/customer-support-services/modulus-checking.aspx
UKNationalInsuranceNumberTestBean - Class in org.josef.web.jsf.beans.test
UK National Insurance Number Bean.
UKNationalInsuranceNumberTestBean() - Constructor for class org.josef.web.jsf.beans.test.UKNationalInsuranceNumberTestBean
 
UKSortCode - Class in org.josef.finance
Utility class to verify UK Sort Codes.
UKSortCodeRange - Class in org.josef.finance
Abstraction of a range of UK sort codes.
UKSortCodeSubstitution - Class in org.josef.finance
Abstraction of UK sort codes that substitute another UK sort code.
UKTelephoneNumberTestBean - Class in org.josef.web.jsf.beans.test
UK Telephone Number Bean.
UKTelephoneNumberTestBean() - Constructor for class org.josef.web.jsf.beans.test.UKTelephoneNumberTestBean
 
UL - Static variable in class org.josef.web.html.HtmlTag
Unordered List tag.
UL_E - Static variable in class org.josef.web.html.HtmlTag
Unordered List end tag.
UL_S - Static variable in class org.josef.web.html.HtmlTag
Unordered List start tag.
unique(boolean) - Method in class org.josef.jpa.CColumn.Builder
Sets the CColumn to be unique or not.
UniqueLongGenerator - Class in org.josef.util
Class to generate unique long values within the lifetime of this constructed class.
unmarshal(JAXBContext, String, Class<T>) - Static method in class org.josef.util.xml.XmlUtil
Unmarshalls the supplied xml into an object of the supplied type, using the supplied jaxbContext.
unmarshal(UnmarshalParameters) - Static method in class org.josef.util.xml.XmlUtil
Unmarshals XML into an object, where all necessary information is stored in the supplied unmarshalParameters.
UnmarshalParameters - Class in org.josef.util.xml
Parameter class to unmarshal an XML string into an object (using JAXB).
UnmarshalParameters(UnmarshalParameters.Builder<T>) - Constructor for class org.josef.util.xml.UnmarshalParameters
Constructs this UnmarshalParameters object from the supplied builder.
UnmarshalParameters.Builder<T> - Class in org.josef.util.xml
Builder class that builds UnmarshalParameters objects.
update(Observable, Object) - Method in class org.josef.web.jsf.bean.crud.AbstractCrudItemBean
.
updateElementUsingRest() - Method in class org.josef.web.jsf.beans.demo.rest.ElementRestBean
Updates the element using a REST web service.
updateGroup(String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Updates an existing group.
updateLocale(ValueChangeEvent) - Method in class org.josef.web.jsf.bean.UserSettingsBean
Updates the locale.
updateScientistListener(ValueChangeEvent) - Method in class org.josef.web.jsf.beans.demo.crud.jpa.NobelPrizeLaureateBean
Called when the user has modified the name of the Scientist.
updateStyleSheet(ValueChangeEvent) - Method in class org.josef.web.jsf.bean.UserSettingsBean
Updates the style sheet.
updateTimeZone(ValueChangeEvent) - Method in class org.josef.web.jsf.bean.UserSettingsBean
Called when the time zone has been changed by the user.
updateUser(String, String, String) - Method in interface org.josef.util.appserver.ApplicationServerSecurityInterface
Updates an existing user.
UrlUtil - Class in org.josef.util
URL Utility class.
useDefaultValueWhenValueIsNull(T, T) - Static method in class org.josef.util.Util
Convenience method to use a default value when the actual value is null.
UserSettingsBean - Class in org.josef.web.jsf.bean
Java Server Faces User Settings class.
UserSettingsBean() - Constructor for class org.josef.web.jsf.bean.UserSettingsBean
Public constructor to make this a bean.
Util - Class in org.josef.util
Generic utility class.

V

V - Static variable in class org.josef.science.math.RomanNumbers
Arabic value of the Roman number V.
validate() - Method in class org.josef.ejb.ValueObject
Validates the state of this ValueObject.
validate() - Method in interface org.josef.ejb.ValueObjectInterface
Validates the state of the data in this ValueObject.
validate(UKSortCodeRange, String, String) - Method in interface org.josef.finance.UKBankAccountNumberValidatator
Validates that the supplied sortCode/bankAccountNumber combination is valid.
validate(int, int, int) - Static method in class org.josef.util.CDate
Validates that the supplied date is an existing day.
validate(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.validator.BankIdentifierCodeValidator
Validates that the supplied bic represents a valid Bank Identifier Code.
validate(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.validator.BurgerServiceNummerValidator
Validates that the supplied bsn represents a valid Burger Service Nummer.
validate(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.validator.DateRangeValidator
Validates that the supplied value is a date within the range [min ..max].
validate(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.validator.DutchBankGiroAccountNumberValidator
Validates that the supplied accountNumber either represents a valid Dutch Giro or Bank Account Number.
validate(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.validator.DutchGiroAccountNumberValidator
Validates that the supplied giro represents a valid Giro account number.
validate(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.validator.EmailValidator
Validates that the supplied value represents a valid email address.
validate(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.validator.InternationalBankAccountNumberValidator
Validates that the supplied iban represents a valid IBAN nummer.
validate(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.validator.ModuloElevenValidator
Validates that the supplied value represents a valid number that adheres to the Modulo-11 check.
validate(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.validator.PatternValidator
Validates the supplied value against the pattern.
validate(T, T) - Method in enum org.josef.web.jsf.validator.RelationalValidationOperator
Validates the left and right object against each other.
validate(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.validator.RelationalValidator
Validates two values using a relational operator.
validate(FacesContext, UIComponent, Object) - Method in class org.josef.web.jsf.validator.ZipCodeValidator
Validates the supplied zipCode.
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.
validatePositionsOfGroupingSeparators(String, NumberFormat) - Static method in class org.josef.util.Formatter
Validates that if the supplied decimalNumber contains grouping separators, they appear at the proper positions.
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.
valueOf(String) - Static method in enum org.josef.web.jsf.bean.JsfBeanMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.web.jsf.bean.JsfSearchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.web.jsf.CAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.web.jsf.converter.PadPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.josef.web.jsf.validator.RelationalValidationOperator
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.
values() - Static method in enum org.josef.web.jsf.bean.JsfBeanMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.web.jsf.bean.JsfSearchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.web.jsf.CAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.web.jsf.converter.PadPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.josef.web.jsf.validator.RelationalValidationOperator
Returns an array containing the constants of this enum type, in the order they are declared.
VAR - Static variable in class org.josef.web.html.HtmlTag
Variable tag.
VAR_E - Static variable in class org.josef.web.html.HtmlTag
Variable end tag.
VAR_S - Static variable in class org.josef.web.html.HtmlTag
Variable start tag.
VERSION - Static variable in class org.josef.jpa.FieldLengths
Length of a Version field.
VIDEO - Static variable in class org.josef.web.html.HtmlTag
Video tag.
VIDEO_E - Static variable in class org.josef.web.html.HtmlTag
Video end tag.
VIDEO_S - Static variable in class org.josef.web.html.HtmlTag
Video start tag.

W

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

X

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

Y

YARDS_IN_MILE - Static variable in enum org.josef.science.physics.BritishImperialLength
Number of yard in a mile.
YEAR_1879 - Static variable in class org.josef.science.physics.TimeConstants
Year 1879.
YEAR_1900 - Static variable in class org.josef.science.physics.TimeConstants
Year 1900.
YEAR_1901 - Static variable in class org.josef.science.physics.TimeConstants
Year 1901.
YEAR_1902 - Static variable in class org.josef.science.physics.TimeConstants
Year 1902.
YEAR_1970 - Static variable in class org.josef.science.physics.TimeConstants
Year 1970 The Unix Epoch.
YEAR_2010 - Static variable in class org.josef.science.physics.TimeConstants
Year 2010.
YearBean - Class in org.josef.web.jsf.bean
Year related Managed Bean.
YearBean() - Constructor for class org.josef.web.jsf.bean.YearBean
 
yesAction() - Method in class org.josef.web.jsf.bean.ActionBean
Gets the 'yes' action.

Z

ZERO - Static variable in class org.josef.science.math.Complex
Complex number with a value of zero.
ZERO - Static variable in class org.josef.science.math.CRational
A rational value of zero.
ZIP_CODE_VALIDATOR_INVALID_ZIP_CODE - Static variable in class org.josef.web.jsf.util.JsfMessages
Invalid zip code message.
Parameter 0: Zip code.
ZipCode - Class in org.josef.web.jsf.binding.jcc
Backing component for the ZipCode composite component.
ZipCode() - Constructor for class org.josef.web.jsf.binding.jcc.ZipCode
 
ZipCodeConverter - Class in org.josef.web.jsf.converter
ZipCode Converter.
Usage: <jf:zipcodeConverter country="ISO3166Country"/>
Converting a zip code is all about applying the correct mask.
ZipCodeConverter() - Constructor for class org.josef.web.jsf.converter.ZipCodeConverter
 
ZipCodeOfCountry - Enum in org.josef.util
Enumeration of zip codes, uses in different countries.
ZipCodeTestBean - Class in org.josef.web.jsf.beans.test
Zip Code Bean.
ZipCodeTestBean() - Constructor for class org.josef.web.jsf.beans.test.ZipCodeTestBean
 
ZipCodeValidator - Class in org.josef.web.jsf.validator
A zip code validator that validates a zip code of a country.
ZipCodeValidator() - Constructor for class org.josef.web.jsf.validator.ZipCodeValidator
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2008–2018. All rights reserved.