A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

addSearchField(String, String, SearchFieldDataTypeEnum) - Method in class net.sourceforge.jbizmo.commons.search.util.SearchObjectConverter
Add a field to the internal search object
addSearchField(String, String, SearchFieldDataTypeEnum, boolean) - Method in class net.sourceforge.jbizmo.commons.search.util.SearchObjectConverter
Add a field to the internal search object
addSearchField(String, FilterOperatorEnum) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
Add a search field
addSearchField(String, FilterOperatorEnum, String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
Add a search field
addSearchField(String, FilterOperatorEnum, String, SortDirectionEnum) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
Add a search field
ASC - net.sourceforge.jbizmo.commons.search.dto.SortDirectionEnum
 

B

BasicAuthentication - Class in net.sourceforge.jbizmo.commons.authentication
Utility class for HTTP basic access authentication
BeanValidator - Class in net.sourceforge.jbizmo.commons.validation
This class provides validation services within the constraint framework
BeanValidator(Object) - Constructor for class net.sourceforge.jbizmo.commons.validation.BeanValidator
Constructor
BETWEEN - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
BIG_DECIMAL - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 
BOOLEAN - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 
ByteConverter - Class in net.sourceforge.jbizmo.commons.file
Utility class to convert the number of the given bytes into a human-readable format

C

CHAR - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 
checkConstraints(Object, Set<Annotation>) - Static method in class net.sourceforge.jbizmo.commons.validation.BeanValidator
Check the constraints
CipherFactory - Class in net.sourceforge.jbizmo.commons.crypto
Factory that provides encryption and decryption ciphers.
compareTo(SearchFieldDTO) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
ConcurrentEntityModificationException - Exception in net.sourceforge.jbizmo.commons.crud
Exception that wraps a javax.persistence.OptimisticLockException
ConcurrentEntityModificationException(String) - Constructor for exception net.sourceforge.jbizmo.commons.crud.ConcurrentEntityModificationException
Constructor
ConstrainedClass - Class in net.sourceforge.jbizmo.commons.validation.util
A class to provide access to annotation-based property constraints.
Constraint - Annotation Type in net.sourceforge.jbizmo.commons.validation
Basic validation constraint
ConstraintValidator - Interface in net.sourceforge.jbizmo.commons.validation.util.validator
A validator for annotation-based constraints.
ConstraintViolation - Class in net.sourceforge.jbizmo.commons.validation.util
Represents a violation of a constraint.
ConstraintViolation(String) - Constructor for class net.sourceforge.jbizmo.commons.validation.util.ConstraintViolation
Constructor
CONTENT_TYPE_KEY - Static variable in interface net.sourceforge.jbizmo.commons.transport.ITransportConstants
 
CONTENT_TYPE_VALUE - Static variable in interface net.sourceforge.jbizmo.commons.transport.ITransportConstants
 
convert() - Method in class net.sourceforge.jbizmo.commons.search.util.SearchObjectConverter
Convert the provided input into a SearchDTO
convert(long) - Static method in class net.sourceforge.jbizmo.commons.file.ByteConverter
Convert the given number of bytes into a human-readable format
convertToByteArray(byte[]) - Static method in class net.sourceforge.jbizmo.commons.file.FileUtil
Convert a byte[] into a Byte[]
convertToByteArray(Byte[]) - Static method in class net.sourceforge.jbizmo.commons.file.FileUtil
Convert a given Byte[] into a byte[]
copyFile(File, File) - Static method in class net.sourceforge.jbizmo.commons.file.FileUtil
Copy a file and replace the target file if it already exists
createAuthentication(String, String) - Static method in class net.sourceforge.jbizmo.commons.authentication.BasicAuthentication
Create a basic authentication string by using the provided credentials
Customized - Annotation Type in net.sourceforge.jbizmo.commons.annotation
Annotation interface for customized methods

D

DataExportException - Exception in net.sourceforge.jbizmo.commons.exchange
Exception thrown by data exchange methods if an export operation fails
DataExportException(String) - Constructor for exception net.sourceforge.jbizmo.commons.exchange.DataExportException
Constructor
DataExportException(String, Throwable) - Constructor for exception net.sourceforge.jbizmo.commons.exchange.DataExportException
Constructor
DataExportException(Throwable) - Constructor for exception net.sourceforge.jbizmo.commons.exchange.DataExportException
Constructor
DataExportException(Throwable, boolean) - Constructor for exception net.sourceforge.jbizmo.commons.exchange.DataExportException
Constructor that initializes the exception with the message of the root cause
DataImportException - Exception in net.sourceforge.jbizmo.commons.exchange
Exception thrown by data exchange methods if an import operation fails
DataImportException(String) - Constructor for exception net.sourceforge.jbizmo.commons.exchange.DataImportException
Constructor
DataImportException(String, Throwable) - Constructor for exception net.sourceforge.jbizmo.commons.exchange.DataImportException
Constructor
DataImportException(Throwable) - Constructor for exception net.sourceforge.jbizmo.commons.exchange.DataImportException
Constructor
DataImportException(Throwable, boolean) - Constructor for exception net.sourceforge.jbizmo.commons.exchange.DataImportException
Constructor that initializes the exception with the message of the root cause
DATE - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 
DEFAULT_BUFFER_SIZE - Static variable in class net.sourceforge.jbizmo.commons.stream.StreamWorker
 
DESC - net.sourceforge.jbizmo.commons.search.dto.SortDirectionEnum
 
DOUBLE - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 
downloadFile(String) - Method in interface net.sourceforge.jbizmo.commons.transport.file.FileRMIService
Download a file
downloadFile(String) - Method in interface net.sourceforge.jbizmo.commons.transport.file.FileSOAPService
Download a file
downloadFile(String, File) - Method in interface net.sourceforge.jbizmo.commons.transport.file.FileRESTService
Download a file
DuplicateCollectionEntryException - Exception in net.sourceforge.jbizmo.commons.crud
Exception that will be thrown if an object is added to a many-to-many association and the object is already a member of this association
DuplicateCollectionEntryException(String) - Constructor for exception net.sourceforge.jbizmo.commons.crud.DuplicateCollectionEntryException
Constructor

E

encrypt(String, String, Charset) - Static method in class net.sourceforge.jbizmo.commons.crypto.HashGenerator
Perform encryption of the given text
encryptMD5(String) - Static method in class net.sourceforge.jbizmo.commons.crypto.HashGenerator
Perform encryption of the given text by using MD5
encryptSHA256(String) - Static method in class net.sourceforge.jbizmo.commons.crypto.HashGenerator
Perform encryption of the given text by using SHA-256
ENUM - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 
EQUAL - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
equals(Object) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
 
ExceptionHelper - Class in net.sourceforge.jbizmo.commons.exception
Utility class for exceptions

F

FileRESTService - Interface in net.sourceforge.jbizmo.commons.transport.file
Service interface for file operations via REST
FileRMIService - Interface in net.sourceforge.jbizmo.commons.transport.file
Service interface for file operations via RMI
FileSOAPService - Interface in net.sourceforge.jbizmo.commons.transport.file
Service interface for file operations via SOAP
FileUtil - Class in net.sourceforge.jbizmo.commons.file
Utility class for file operations
FilterOperatorEnum - Enum in net.sourceforge.jbizmo.commons.search.dto
Enumeration of supported filter operators
findMethod(Class<?>, String, Object[]) - Static method in class net.sourceforge.jbizmo.commons.reflect.MethodFinder
Find the method
FLOAT - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 
FutureDate - Annotation Type in net.sourceforge.jbizmo.commons.validation
Future date constraint
FutureDateValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Future date validator
FutureDateValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.FutureDateValidator
 

G

GeneralSearchException - Exception in net.sourceforge.jbizmo.commons.search.exception
General exception that is thrown if a search operation has failed
GeneralSearchException() - Constructor for exception net.sourceforge.jbizmo.commons.search.exception.GeneralSearchException
Constructor
GeneralSearchException(String) - Constructor for exception net.sourceforge.jbizmo.commons.search.exception.GeneralSearchException
Constructor
GeneralSearchException(String, Throwable) - Constructor for exception net.sourceforge.jbizmo.commons.search.exception.GeneralSearchException
Constructor
GeneralSearchException(Throwable) - Constructor for exception net.sourceforge.jbizmo.commons.search.exception.GeneralSearchException
Constructor
GeneralSearchException(Throwable, boolean) - Constructor for exception net.sourceforge.jbizmo.commons.search.exception.GeneralSearchException
Constructor that initializes the exception with the message of the root cause
Generated - Annotation Type in net.sourceforge.jbizmo.commons.annotation
Annotation interface for generated methods
getAllOperators() - Static method in class net.sourceforge.jbizmo.commons.search.util.SearchOperatorHelper
Get all operators
getArguments() - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
getBooleanProperty(String) - Method in class net.sourceforge.jbizmo.commons.property.PropertyService
Get a property of type boolean
getBytesFromFile(File) - Static method in class net.sourceforge.jbizmo.commons.file.FileUtil
Get the contents of the file as a byte array
getCharProperty(String) - Method in class net.sourceforge.jbizmo.commons.property.PropertyService
Get a property of type char
getColLabel() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getColName() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getColOrder() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getColumnIndex() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getColWidth() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getConstrainedClass() - Method in class net.sourceforge.jbizmo.commons.validation.BeanValidator
 
getConstrainedClass(Class<?>) - Static method in class net.sourceforge.jbizmo.commons.validation.util.ConstrainedClass
Get the ConstrainedClass for the given class
getConstrainedProperties() - Method in class net.sourceforge.jbizmo.commons.validation.util.ConstrainedClass
 
getConstraints(String) - Method in class net.sourceforge.jbizmo.commons.validation.util.ConstrainedClass
Get an immutable set of constraints for a given property.
getDataType() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getDateFormat() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
getDateFormat() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
getDateProperty(String) - Method in class net.sourceforge.jbizmo.commons.property.PropertyService
Get a property of type java.util.Date
getDateTimeFormat() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
getDateTimeFormat() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
getDecimalSeparator() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
getDecimalSeparator() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
getDecryptionCipher() - Static method in class net.sourceforge.jbizmo.commons.crypto.CipherFactory
 
getDescription() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 
getDoubleProperty(String) - Method in class net.sourceforge.jbizmo.commons.property.PropertyService
Get a property of type double
getEncryptionCipher() - Static method in class net.sourceforge.jbizmo.commons.crypto.CipherFactory
 
getEnumListValues() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getException() - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocationResult
 
getFetchIndex() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getFilterCriteria() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getFilterCriteria() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
 
getFloatProperty(String) - Method in class net.sourceforge.jbizmo.commons.property.PropertyService
Get a property of type float
getFromClause() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
getGroupBy() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
getGroupingSeparator() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
getGroupingSeparator() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
getId() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
getId() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
 
getId() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 
getInstance() - Static method in class net.sourceforge.jbizmo.commons.validation.util.validator.ValidatorFactory
 
getIntProperty(String) - Method in class net.sourceforge.jbizmo.commons.property.PropertyService
Get a property of type int
getListOfValues() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getListOfValues(String, String) - Method in interface net.sourceforge.jbizmo.commons.search.SearchService
Search for values that begin with the specified prefix
getLongProperty(String) - Method in class net.sourceforge.jbizmo.commons.property.PropertyService
Get a property of type long
getLovCommand() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getMaxResult() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
getMaxResult() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
getMessage() - Method in class net.sourceforge.jbizmo.commons.validation.util.ConstraintViolation
Text describing the violation.
getMethodName() - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
getName() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
 
getName() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
 
getNumberFormat() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
getNumberFormat() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
getOperator() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getOperator() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
 
getOperator(String) - Static method in class net.sourceforge.jbizmo.commons.search.util.SearchOperatorHelper
Get an operator by its name
getOperatorsForField(SearchFieldDTO) - Static method in class net.sourceforge.jbizmo.commons.search.util.SearchOperatorHelper
 
getOriginalColumnIndex() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getPassword() - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
getPassword(String) - Static method in class net.sourceforge.jbizmo.commons.authentication.BasicAuthentication
Extract the password from the given authentication string
getReturnValue() - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
getReturnValue() - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocationResult
Get the invocation result
getRootCause(Throwable) - Static method in class net.sourceforge.jbizmo.commons.exception.ExceptionHelper
 
getSearchFields() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
getSearchFields() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
getSerialVersionUID() - Static method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
getServiceInterfaceName() - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
getSortIndex() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getSortIndex() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
 
getSortOrder() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getSortOrder() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
 
getStartIndex() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
getStartIndex() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
getStringProperty(String) - Method in class net.sourceforge.jbizmo.commons.property.PropertyService
Get a property of type String
getTranslation(ResourceBundle, String, Object...) - Static method in class net.sourceforge.jbizmo.commons.i18n.I18N
 
getTranslationForFieldLabel(ResourceBundle, String) - Static method in class net.sourceforge.jbizmo.commons.i18n.I18N
 
getType() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
getUniqueFileName(String) - Static method in class net.sourceforge.jbizmo.commons.file.FileUtil
Get a unique file name to the save file to a central repository
getUserName() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
 
getUserName() - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
getUserName(String) - Static method in class net.sourceforge.jbizmo.commons.authentication.BasicAuthentication
Extract the user name from the given authentication string
getValidatorFor(Class<? extends Annotation>) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.ValidatorFactory
Get the validator for the given constraint type or null if there is no registered validator
getValue() - Method in enum net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
getValue() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 
getViewName() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
 
GREATER - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
GREATER_OR_EQUAL - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
GREGORIAN_CALENDAR - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 

H

hasException() - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocationResult
 
hashCode() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
 
HashGenerator - Class in net.sourceforge.jbizmo.commons.crypto
Utility class for encrypting a text by using MD5 or SHA-256
hasTemporalDataType() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
HTTP_HEADER_AUTHORIZATION - Static variable in class net.sourceforge.jbizmo.commons.authentication.BasicAuthentication
 

I

I18N - Class in net.sourceforge.jbizmo.commons.i18n
Utility class for the translation of text fragments
IllegalPropertyValueException - Exception in net.sourceforge.jbizmo.commons.property
Exception that will be thrown by the property service if the property does not exist or if the value cannot be converted to the requested type!
IllegalPropertyValueException(String) - Constructor for exception net.sourceforge.jbizmo.commons.property.IllegalPropertyValueException
Constructor
IllegalQueryStatementException - Exception in net.sourceforge.jbizmo.commons.search.exception
Exception for illegal query statements
IllegalQueryStatementException() - Constructor for exception net.sourceforge.jbizmo.commons.search.exception.IllegalQueryStatementException
Constructor
IllegalQueryStatementException(String) - Constructor for exception net.sourceforge.jbizmo.commons.search.exception.IllegalQueryStatementException
Constructor
IllegalQueryStatementException(String, Throwable) - Constructor for exception net.sourceforge.jbizmo.commons.search.exception.IllegalQueryStatementException
Constructor
IllegalQueryStatementException(Throwable) - Constructor for exception net.sourceforge.jbizmo.commons.search.exception.IllegalQueryStatementException
Constructor
IN - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
INTEGER - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 
IS_NOT_NULL - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
IS_NULL - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
isAsynchronous() - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
isBooleanSupport() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 
isCaseSensitive() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
isCaseSensitive() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
isConstraint(Annotation) - Static method in class net.sourceforge.jbizmo.commons.validation.util.ConstrainedClass
 
isCount() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
isDateSupport() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 
isDateTimeFormat() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
isDateTimeFormat() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
 
isExactFilterMatch() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
isExactFilterMatch() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
isExpectsArgument() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 
isFetchHidden() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
isNumberSupport() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 
isTextSupport() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 
isVisible() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
ITransportConstants - Interface in net.sourceforge.jbizmo.commons.transport
Constants concerning transport

L

LABEL_SEPARATOR - Static variable in class net.sourceforge.jbizmo.commons.i18n.I18N
 
LIKE - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
LOCAL_DATE - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 
LOCAL_DATE_TIME - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 
LocalDateAdapter - Class in net.sourceforge.jbizmo.commons.jaxb
Adapter for binding fields of type LocalDate
LocalDateAdapter() - Constructor for class net.sourceforge.jbizmo.commons.jaxb.LocalDateAdapter
 
LocalDateTimeAdapter - Class in net.sourceforge.jbizmo.commons.jaxb
Adapter for binding fields of type LocalDateTime
LocalDateTimeAdapter() - Constructor for class net.sourceforge.jbizmo.commons.jaxb.LocalDateTimeAdapter
 
LONG - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 

M

marshal(LocalDate) - Method in class net.sourceforge.jbizmo.commons.jaxb.LocalDateAdapter
 
marshal(LocalDateTime) - Method in class net.sourceforge.jbizmo.commons.jaxb.LocalDateTimeAdapter
 
MarshalledInvocation - Class in net.sourceforge.jbizmo.commons.transport
Instances of this class are used to collect invocation data that is exchanged between a local application and a remote system
MarshalledInvocation() - Constructor for class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
MarshalledInvocationResult<T> - Class in net.sourceforge.jbizmo.commons.transport
Instances of this class represent the result of a remote method invocation
MarshalledInvocationResult(Throwable) - Constructor for class net.sourceforge.jbizmo.commons.transport.MarshalledInvocationResult
Constructor
MarshalledInvocationResult(T) - Constructor for class net.sourceforge.jbizmo.commons.transport.MarshalledInvocationResult
Constructor
MaxDecimalValue - Annotation Type in net.sourceforge.jbizmo.commons.validation
Max.
MaxDecimalValueValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Max.
MaxDecimalValueValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.MaxDecimalValueValidator
 
MaxFloatValue - Annotation Type in net.sourceforge.jbizmo.commons.validation
Max.
MaxFloatValueValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Max.
MaxFloatValueValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.MaxFloatValueValidator
 
MaxIntegerValue - Annotation Type in net.sourceforge.jbizmo.commons.validation
Max.
MaxIntegerValueValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Max.
MaxIntegerValueValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.MaxIntegerValueValidator
 
MaxLength - Annotation Type in net.sourceforge.jbizmo.commons.validation
Maximum length constraint
MaxLengthValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Maximum length validator
MaxLengthValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.MaxLengthValidator
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.FutureDate
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MaxDecimalValue
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MaxFloatValue
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MaxIntegerValue
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MaxLength
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MinDecimalValue
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MinFloatValue
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MinIntegerValue
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MinLength
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.NotEmpty
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.NotNull
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.PastDate
 
message() - Method in annotation type net.sourceforge.jbizmo.commons.validation.RegularExpression
 
MethodFinder - Class in net.sourceforge.jbizmo.commons.reflect
Utility class for finding a method by its name and its parameters
MinDecimalValue - Annotation Type in net.sourceforge.jbizmo.commons.validation
Min.
MinDecimalValueValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Min.
MinDecimalValueValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.MinDecimalValueValidator
 
MinFloatValue - Annotation Type in net.sourceforge.jbizmo.commons.validation
Min.
MinFloatValueValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Min.
MinFloatValueValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.MinFloatValueValidator
 
MinIntegerValue - Annotation Type in net.sourceforge.jbizmo.commons.validation
Min.
MinIntegerValueValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Min.
MinIntegerValueValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.MinIntegerValueValidator
 
MinLength - Annotation Type in net.sourceforge.jbizmo.commons.validation
Minimum length constraint
MinLengthValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Min.
MinLengthValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.MinLengthValidator
 

N

net.sourceforge.jbizmo.commons.annotation - package net.sourceforge.jbizmo.commons.annotation
 
net.sourceforge.jbizmo.commons.authentication - package net.sourceforge.jbizmo.commons.authentication
 
net.sourceforge.jbizmo.commons.crud - package net.sourceforge.jbizmo.commons.crud
 
net.sourceforge.jbizmo.commons.crypto - package net.sourceforge.jbizmo.commons.crypto
 
net.sourceforge.jbizmo.commons.exception - package net.sourceforge.jbizmo.commons.exception
 
net.sourceforge.jbizmo.commons.exchange - package net.sourceforge.jbizmo.commons.exchange
 
net.sourceforge.jbizmo.commons.file - package net.sourceforge.jbizmo.commons.file
 
net.sourceforge.jbizmo.commons.i18n - package net.sourceforge.jbizmo.commons.i18n
 
net.sourceforge.jbizmo.commons.jaxb - package net.sourceforge.jbizmo.commons.jaxb
 
net.sourceforge.jbizmo.commons.property - package net.sourceforge.jbizmo.commons.property
 
net.sourceforge.jbizmo.commons.reflect - package net.sourceforge.jbizmo.commons.reflect
 
net.sourceforge.jbizmo.commons.search - package net.sourceforge.jbizmo.commons.search
 
net.sourceforge.jbizmo.commons.search.dto - package net.sourceforge.jbizmo.commons.search.dto
 
net.sourceforge.jbizmo.commons.search.exception - package net.sourceforge.jbizmo.commons.search.exception
 
net.sourceforge.jbizmo.commons.search.util - package net.sourceforge.jbizmo.commons.search.util
 
net.sourceforge.jbizmo.commons.stream - package net.sourceforge.jbizmo.commons.stream
 
net.sourceforge.jbizmo.commons.transport - package net.sourceforge.jbizmo.commons.transport
 
net.sourceforge.jbizmo.commons.transport.file - package net.sourceforge.jbizmo.commons.transport.file
 
net.sourceforge.jbizmo.commons.validation - package net.sourceforge.jbizmo.commons.validation
 
net.sourceforge.jbizmo.commons.validation.util - package net.sourceforge.jbizmo.commons.validation.util
 
net.sourceforge.jbizmo.commons.validation.util.validator - package net.sourceforge.jbizmo.commons.validation.util.validator
 
NONE - net.sourceforge.jbizmo.commons.search.dto.SortDirectionEnum
 
NOT_IN - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
NOT_LIKE - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
NOT_SEARCHABLE - net.sourceforge.jbizmo.commons.search.dto.SearchFieldTypeEnum
 
NotEmpty - Annotation Type in net.sourceforge.jbizmo.commons.validation
Not empty constraint
NotEmptyValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Not empty validator
NotEmptyValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.NotEmptyValidator
 
NotNull - Annotation Type in net.sourceforge.jbizmo.commons.validation
Not null constraint
NotNullValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Not null validator
NotNullValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.NotNullValidator
 

O

OPERATOR_BETWEEN - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
OPERATOR_EQUAL - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
OPERATOR_GREATER - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
OPERATOR_GREATER_OR_EQUAL - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
OPERATOR_IN - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
OPERATOR_IS_NOT_NULL - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
OPERATOR_IS_NULL - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
OPERATOR_LIKE - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
OPERATOR_NOT_IN - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
OPERATOR_NOT_LIKE - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
OPERATOR_SMALLER - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
OPERATOR_SMALLER_OR_EQUAL - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 

P

PastDate - Annotation Type in net.sourceforge.jbizmo.commons.validation
Past date constraint
PastDateValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Past date validator
PastDateValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.PastDateValidator
 
PROP_EXCHANGE_FOLDER - Static variable in class net.sourceforge.jbizmo.commons.property.PropertyService
 
PROP_LOGGING_LEVEL - Static variable in class net.sourceforge.jbizmo.commons.property.PropertyService
 
PROP_PERFORM_LOGIN - Static variable in class net.sourceforge.jbizmo.commons.property.PropertyService
 
PROP_REPOSITORY_FOLDER - Static variable in class net.sourceforge.jbizmo.commons.property.PropertyService
 
PropertyConstraintViolationException - Exception in net.sourceforge.jbizmo.commons.validation
Exception that will be thrown if a property constraint is violated
PropertyConstraintViolationException(String) - Constructor for exception net.sourceforge.jbizmo.commons.validation.PropertyConstraintViolationException
Constructor
PropertyService - Class in net.sourceforge.jbizmo.commons.property
Simple utility that provides methods to access properties.
PropertyService() - Constructor for class net.sourceforge.jbizmo.commons.property.PropertyService
Constructor
PropertyService(String) - Constructor for class net.sourceforge.jbizmo.commons.property.PropertyService
Constructor

R

readObjectFromStream(InputStream, boolean) - Method in class net.sourceforge.jbizmo.commons.stream.StreamWorker
Read a serialized object from an input stream
register(Class<? extends Annotation>, ConstraintValidator) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.ValidatorFactory
Register a validator
RegularExpression - Annotation Type in net.sourceforge.jbizmo.commons.validation
Regular expression constraint
RegularExpressionValidator - Class in net.sourceforge.jbizmo.commons.validation.util.validator
Regular expression validator
RegularExpressionValidator() - Constructor for class net.sourceforge.jbizmo.commons.validation.util.validator.RegularExpressionValidator
 
RemoteOperationException - Exception in net.sourceforge.jbizmo.commons.transport
This class represents a general exception that is thrown if a remote method invocation has failed.
RemoteOperationException(String) - Constructor for exception net.sourceforge.jbizmo.commons.transport.RemoteOperationException
Constructor
REQ_PROP_ENCRYPTION - Static variable in interface net.sourceforge.jbizmo.commons.transport.ITransportConstants
 
REQ_PROP_FILE_NAME - Static variable in interface net.sourceforge.jbizmo.commons.transport.ITransportConstants
 

S

SearchDTO - Class in net.sourceforge.jbizmo.commons.search.dto
Data transfer object that holds all necessary data for building generic queries
SearchDTO() - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
Constructor
SearchFieldDataTypeEnum - Enum in net.sourceforge.jbizmo.commons.search.dto
Enumeration of search field data types
SearchFieldDTO - Class in net.sourceforge.jbizmo.commons.search.dto
Data transfer object that represents all information for building query fragments on field level.
SearchFieldDTO() - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Default constructor
SearchFieldDTO(int, String, String, SearchFieldDataTypeEnum, int) - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Constructor
SearchFieldDTO(SearchFieldTypeEnum, int, String, String, SearchFieldDataTypeEnum, int) - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Constructor
SearchFieldDTO(SearchFieldTypeEnum, int, String, String, SearchFieldDataTypeEnum, int, String) - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Constructor
SearchFieldTypeEnum - Enum in net.sourceforge.jbizmo.commons.search.dto
Enumeration search field types
SearchInput - Class in net.sourceforge.jbizmo.commons.search.dto
Data transfer object for generic search operations via integration services (e.g.
SearchInput() - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchInput
Constructor
SearchInputField - Class in net.sourceforge.jbizmo.commons.search.dto
Data transfer object that contains filter and sorting information in order to generate parts of a query upon field level
SearchInputField() - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
Default constructor
SearchInputField(String, FilterOperatorEnum) - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
Constructor
SearchInputField(String, FilterOperatorEnum, String) - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
Constructor
SearchInputField(String, FilterOperatorEnum, String, SortDirectionEnum) - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
Constructor
SearchListDTO - Class in net.sourceforge.jbizmo.commons.search.dto
Data transfer object for search objects
SearchListDTO(int, String, String) - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
Constructor
SearchObjectConverter - Class in net.sourceforge.jbizmo.commons.search.util
Utility class for converting a SearchInput into a SearchDTO object
SearchObjectConverter(SearchInput) - Constructor for class net.sourceforge.jbizmo.commons.search.util.SearchObjectConverter
Constructor
SearchOperatorDTO - Class in net.sourceforge.jbizmo.commons.search.dto
Data transfer object for search operators
SearchOperatorDTO(int, String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
Constructor
SearchOperatorHelper - Class in net.sourceforge.jbizmo.commons.search.util
Helper class for search operators
SearchService - Interface in net.sourceforge.jbizmo.commons.search
Generic search service
setArguments(Object[]) - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
setAsynchronous(boolean) - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
setCaseSensitive(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
Set the flag to determine if a search should be case sensitive
setCaseSensitive(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
setColLabel(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the column label
setColName(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the column name
setColOrder(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the column order
setColumnIndex(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
setColWidth(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the column width
setCount(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
Set the flag that controls if a count operation should be performed
setDataType(SearchFieldDataTypeEnum) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the data type of the column
setDateFormat(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
Set the date format
setDateFormat(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
setDateSupport(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 
setDateTimeFormat(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
setDateTimeFormat(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
 
setDateTimeFormat(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
Set the date time format
setDateTimeFormat(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
setDecimalSeparator(char) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
setDecimalSeparator(char) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
setDescription(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
Set the description text
setEnumListValues(HashMap<String, String>) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
setExactFilterMatch(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
setExactFilterMatch(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
setExpectsArgument(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 
setFetchHidden(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
Set the hidden fetch flag
setFetchIndex(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the column fetch index
setFilterCriteria(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the filter criteria
setFilterCriteria(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
 
setFromClause(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
Set the from clause of the query
setGroupBy(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
setGroupingSeparator(char) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
setGroupingSeparator(char) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
setId(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
setId(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
 
setId(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
Set the ID
setListOfValues(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the fully qualified class name of the connected list-of-values dialog
setLovCommand(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
setMaxResult(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
Set the max.
setMaxResult(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
setMethodName(String) - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
setName(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
Set the field name
setName(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
 
setNumberFormat(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
Set the number format
setNumberFormat(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
setOperator(FilterOperatorEnum) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
 
setOperator(SearchOperatorDTO) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the search operator
setOriginalColumnIndex(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
setPassword(String) - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
setReturnValue(Object) - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
setSearchFields(List<SearchFieldDTO>) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
 
setSearchFields(List<SearchInputField>) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
setServiceInterfaceName(String) - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
setSortIndex(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
 
setSortIndex(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
 
setSortOrder(SortDirectionEnum) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the sort order
setSortOrder(SortDirectionEnum) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInputField
 
setStartIndex(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
Set the start index
setStartIndex(int) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
 
setTextSupport(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 
setType(SearchFieldTypeEnum) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the search field type
setUserName(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
 
setUserName(String) - Method in class net.sourceforge.jbizmo.commons.transport.MarshalledInvocation
 
setValue(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
Set the value
setViewName(String) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
 
setVisible(boolean) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
Set the flag that controls if a column is visible
SMALLER - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
SMALLER_OR_EQUAL - net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
 
SortDirectionEnum - Enum in net.sourceforge.jbizmo.commons.search.dto
Enumeration of sort direction
STANDARD - net.sourceforge.jbizmo.commons.search.dto.SearchFieldTypeEnum
 
StreamWorker - Class in net.sourceforge.jbizmo.commons.stream
Utility class to provide common operations upon streams that are used for the communication between client and server
StreamWorker() - Constructor for class net.sourceforge.jbizmo.commons.stream.StreamWorker
Default constructor
StreamWorker(int) - Constructor for class net.sourceforge.jbizmo.commons.stream.StreamWorker
Constructor to define the size of the internal buffer
STRING - net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
 

T

TOKEN_DELIMITER_BETWEEN - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
TOKEN_DELIMITER_IN - Static variable in interface net.sourceforge.jbizmo.commons.search.SearchService
 
toString() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchOperatorDTO
 

U

UniqueConstraintViolationException - Exception in net.sourceforge.jbizmo.commons.crud
Exception that will be thrown if a unique constraint is violated.
UniqueConstraintViolationException(String) - Constructor for exception net.sourceforge.jbizmo.commons.crud.UniqueConstraintViolationException
Constructor
unmarshal(String) - Method in class net.sourceforge.jbizmo.commons.jaxb.LocalDateAdapter
 
unmarshal(String) - Method in class net.sourceforge.jbizmo.commons.jaxb.LocalDateTimeAdapter
 
uploadFile(File) - Method in interface net.sourceforge.jbizmo.commons.transport.file.FileRESTService
Upload a file
uploadFile(String, byte[]) - Method in interface net.sourceforge.jbizmo.commons.transport.file.FileRMIService
Upload a file
uploadFile(String, byte[]) - Method in interface net.sourceforge.jbizmo.commons.transport.file.FileSOAPService
Upload a file

V

validate() - Method in class net.sourceforge.jbizmo.commons.validation.BeanValidator
Validate the object
validate(Object, Annotation) - Method in interface net.sourceforge.jbizmo.commons.validation.util.validator.ConstraintValidator
Validate the given value against the supplied constraint
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.FutureDateValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.MaxDecimalValueValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.MaxFloatValueValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.MaxIntegerValueValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.MaxLengthValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.MinDecimalValueValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.MinFloatValueValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.MinIntegerValueValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.MinLengthValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.NotEmptyValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.NotNullValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.PastDateValidator
 
validate(Object, Annotation) - Method in class net.sourceforge.jbizmo.commons.validation.util.validator.RegularExpressionValidator
 
validateProperty(ConstrainedClass, String, Object) - Method in class net.sourceforge.jbizmo.commons.validation.BeanValidator
Checks if the value is valid
ValidatorFactory - Class in net.sourceforge.jbizmo.commons.validation.util.validator
A factory (registry) for validators of annotation-based constraints.
value() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MaxDecimalValue
 
value() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MaxFloatValue
 
value() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MaxIntegerValue
 
value() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MaxLength
 
value() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MinDecimalValue
 
value() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MinFloatValue
 
value() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MinIntegerValue
 
value() - Method in annotation type net.sourceforge.jbizmo.commons.validation.MinLength
 
value() - Method in annotation type net.sourceforge.jbizmo.commons.validation.RegularExpression
 
valueOf(String) - Static method in enum net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.jbizmo.commons.search.dto.SearchFieldTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.jbizmo.commons.search.dto.SortDirectionEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.jbizmo.commons.search.dto.SearchFieldTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.jbizmo.commons.search.dto.SortDirectionEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeObjectToStream(Serializable, OutputStream, boolean) - Method in class net.sourceforge.jbizmo.commons.stream.StreamWorker
Write an object to an output stream
writeToOutput(InputStream, OutputStream, boolean, boolean) - Method in class net.sourceforge.jbizmo.commons.stream.StreamWorker
Write data from an input stream to an output stream
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages