- 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
-
- callStoredProcedure(Connection, String, StoredProcedureParameter...) - Static method in class org.josef.jdbc.StoredProcedure
-
- 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
-
- 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
-
- 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
-
- CodeDescriptionConverter() - Constructor for class org.josef.web.jsf.converter.CodeDescriptionConverter
-
- CodeDescriptionConverterTestBean - Class in org.josef.web.jsf.beans.test
-
- 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
-
- computeHashCode(int, int) - Static method in class org.josef.util.HashUtil
-
- computeHashCode(int, long) - Static method in class org.josef.util.HashUtil
-
- computeHashCode(int, float) - Static method in class org.josef.util.HashUtil
-
- computeHashCode(int, double) - Static method in class org.josef.util.HashUtil
-
- computeHashCode(int, Object) - Static method in class org.josef.util.HashUtil
-
- computeMolecularWeight(String) - Static method in class org.josef.science.physics.Molecule
-
Computes the molecular weight for the supplied molecularFormula.
- computeStatistics(boolean, double...) - Static method in class org.josef.science.math.CStatistics
-
Computes the mathematical statistics for the supplied values.
- concat(T[], T[]) - Static method in class org.josef.util.CArray
-
Concatenates two arrays.
- 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
-
- 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
-
- CrudControllerRemote - Interface in org.josef.ejb.crud
-
- CrudServiceBean - Class in org.josef.web.jsf.beans.demo.crud.jpa.service
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getCategoryId() - Method in class org.josef.demo.jpa.NobelPrizeSearchCriteria
-
- 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
-
- getCodeDescription(Locale) - Method in interface org.josef.util.LocalizableEnumeration
-
Gets the CodeDescription of the enumerated constant.
- getCodeDescription(Locale) - Method in enum org.josef.util.Month
-
Gets the CodeDescription of this Month.
- getCodeDescription(Locale) - Method in enum org.josef.util.Nationality
-
- getCodeDescription(Locale) - Method in enum org.josef.util.WeekDay
-
Gets the CodeDescription of this WeekDay.
- getCodeDescriptions(Locale) - Static method in enum org.josef.science.physics.astronomy.Planet
-
- getCodeDescriptions(Locale) - Static method in enum org.josef.science.physics.Element
-
- getCodeDescriptions(Locale) - Static method in enum org.josef.util.CColor
-
- getCodeDescriptions(Class<T>, Locale) - Static method in class org.josef.util.CEnumeration
-
Gets
CodeDescriptions
for all the localizable enumerated constants of the supplied
localizableEnumeration.
- getCodeDescriptions(Locale) - Static method in enum org.josef.util.Iso3166Country
-
Gets a List of
CodeDescription
objects for all the active ISO-3166 countries, ordered by name of the country.
- getCodeDescriptions(Locale) - Static method in enum org.josef.util.Month
-
- getCodeDescriptions(Locale) - Static method in enum org.josef.util.WeekDay
-
- getCodeDescriptionsUsingEnumNameAsCode(Class<T>, Locale) - Static method in class org.josef.util.CEnumeration
-
Gets
CodeDescriptions
for all the enumerated constants of the supplied enumeration, using the
names of the enumerated constants as the code for the different
CodeDescriptions
.
- getCodeDescriptionUsingEnumNameAsCode(T, Locale) - Static method in class org.josef.util.CEnumeration
-
Gets the CodeDescription of the supplied enumeratedConstant, using the name of the supplied enumerated constant as the
code for the returned CodeDescription.
- 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
-
- 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
-
- getLocale(HttpServletRequest) - Method in class org.josef.web.servlet.AbstractHttpServlet
-
Gets the locale.
- getLocalizableEnumConverter() - Method in class org.josef.web.jsf.bean.JosefUtilBean
-
- 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
-
- getSpin() - Method in enum org.josef.science.physics.particle.Quark
-
- getSpin() - Method in enum org.josef.science.physics.particle.Spin
-
Gets the Spin as a fraction.
- getSpin() - Method in interface org.josef.science.physics.particle.SubatomicParticle
-
Gets the Spin of a subatomic particle.
- getSqlParameterType() - Method in class org.josef.jdbc.StoredProcedureParameter
-
Gets the type of this parameter.
- getStackTrace(Throwable) - Static method in class org.josef.util.CDebug
-
Gets the stack trace from the supplied throwable.
- getStandardDeviation() - Method in class org.josef.science.math.CStatistics
-
Gets the standard deviation of the data.
- 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.
- 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
-
- setCategoryId(Long) - Method in class org.josef.demo.jpa.NobelPrizeSearchCriteria
-
- 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.
- 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.