Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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
- addSearchField(String, SearchFieldDataTypeEnum) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
-
Add a new search field
- ASC - Enum constant in enum class 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 - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
- BIG_DECIMAL - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
- BOOLEAN - Enum constant in enum class 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 - Enum constant in enum class 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.
- CipherFactory(String) - Constructor for class net.sourceforge.jbizmo.commons.crypto.CipherFactory
-
Constructor
- compareTo(SearchFieldDTO) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDTO
- ConcurrentEntityModificationException - Exception in net.sourceforge.jbizmo.commons.repository
-
Exception that wraps a jakarta.persistence.OptimisticLockException
- ConcurrentEntityModificationException(String) - Constructor for exception net.sourceforge.jbizmo.commons.repository.ConcurrentEntityModificationException
-
Constructor
- ConstrainedClass - Class in net.sourceforge.jbizmo.commons.validation.util
-
A class to provide access to annotation-based property constraints.
- Constraint - Annotation Interface 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 class net.sourceforge.jbizmo.commons.transport.TransportConstants
- CONTENT_TYPE_VALUE - Static variable in class net.sourceforge.jbizmo.commons.transport.TransportConstants
- 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 Interface 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 - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
- DEFAULT_BUFFER_SIZE - Static variable in class net.sourceforge.jbizmo.commons.stream.StreamWorker
- DESC - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SortDirectionEnum
- DOUBLE - Enum constant in enum class 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.FileKAFKAService
-
Download a file
- downloadFile(String, File) - Method in interface net.sourceforge.jbizmo.commons.transport.file.FileRESTService
-
Download a file
- downloadFile(String, File, Duration) - Method in interface net.sourceforge.jbizmo.commons.transport.file.FileJMSService
-
Download a file
- DuplicateCollectionEntryException - Exception in net.sourceforge.jbizmo.commons.repository
-
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.repository.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 - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
- EQUAL - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
- equals(Object) - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
- ERROR - Enum constant in enum class net.sourceforge.jbizmo.commons.jms.ResponseStatus
- ExceptionHelper - Class in net.sourceforge.jbizmo.commons.exception
-
Utility class for exceptions
F
- FileJMSService - Interface in net.sourceforge.jbizmo.commons.transport.file
-
Service interface for file operations via JMS
- FileKAFKAService - Interface in net.sourceforge.jbizmo.commons.transport.file
-
Service interface for file operations via Kafka
- FileOperationException - Exception in net.sourceforge.jbizmo.commons.file
-
Exception that will be thrown if a file operation has failed.
- FileOperationException(String) - Constructor for exception net.sourceforge.jbizmo.commons.file.FileOperationException
-
Constructor
- FileOperationException(String, Throwable) - Constructor for exception net.sourceforge.jbizmo.commons.file.FileOperationException
-
Constructor
- FileOperationException(Throwable) - Constructor for exception net.sourceforge.jbizmo.commons.file.FileOperationException
-
Constructor
- 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 Class 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 - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
- FutureDate - Annotation Interface 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 Interface in net.sourceforge.jbizmo.commons.annotation
-
Annotation interface for generated methods
- generateRandomString(int) - Static method in class net.sourceforge.jbizmo.commons.random.RandomStringGenerator
-
Generate a random string that contains characters from 0 to 9 and A to Z with the given length
- 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
ConstrainedClassfor 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() - 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() - 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
- getNextBooleanParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next
Booleanparameter - getNextBoolParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next boolean parameter
- getNextCharParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next char parameter
- getNextDoubleObjectParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next
Doubleparameter - getNextDoubleParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next double parameter
- getNextFloatObjectParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next
Floatparameter - getNextFloatParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next float parameter
- getNextIntegerParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next
Integerparameter - getNextIntParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next int parameter
- getNextLongObjectParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next
Longparameter - getNextLongParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next long parameter
- getNextParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next parameter
- getNextParameter(Class<T>) - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next parameter
- getNextStringParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next
Stringparameter - getNextUUIDParameter() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Get the next
UUIDparameter - getNumberFormat() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchDTO
- getNumberFormat() - Method in class net.sourceforge.jbizmo.commons.search.dto.SearchInput
- getObject() - Method in class net.sourceforge.jbizmo.commons.jms.ResponseMessage
- getOperationID() - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
- getOperationID() - Method in class net.sourceforge.jbizmo.commons.jms.ResponseMessage
- 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
- getStatus() - Method in class net.sourceforge.jbizmo.commons.jms.ResponseMessage
- getStringProperty(String) - Method in class net.sourceforge.jbizmo.commons.property.PropertyService
-
Get a property of type String
- getText() - Method in class net.sourceforge.jbizmo.commons.jms.ResponseMessage
- 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 class 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 - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
- GREATER_OR_EQUAL - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
- GREGORIAN_CALENDAR - Enum constant in enum class 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 - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
- INTEGER - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
- INVALID_OPERATION - Enum constant in enum class net.sourceforge.jbizmo.commons.jms.ResponseStatus
- IS_NOT_NULL - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
- IS_NULL - Enum constant in enum class 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
L
- LABEL_SEPARATOR - Static variable in class net.sourceforge.jbizmo.commons.i18n.I18N
- LIKE - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
- LOCAL_DATE - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
- LOCAL_DATE_TIME - Enum constant in enum class 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 - Enum constant in enum class 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 - Class in net.sourceforge.jbizmo.commons.transport
-
Instances of this class represent the result of a remote method invocation
- MarshalledInvocationResult(Serializable) - Constructor for class net.sourceforge.jbizmo.commons.transport.MarshalledInvocationResult
-
Constructor
- MarshalledInvocationResult(Throwable) - Constructor for class net.sourceforge.jbizmo.commons.transport.MarshalledInvocationResult
-
Constructor
- MaxDecimalValue - Annotation Interface 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 Interface 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 Interface 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 Interface 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() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.FutureDate
- message() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MaxDecimalValue
- message() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MaxFloatValue
- message() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MaxIntegerValue
- message() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MaxLength
- message() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MinDecimalValue
- message() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MinFloatValue
- message() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MinIntegerValue
- message() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MinLength
- message() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.NotEmpty
- message() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.NotNull
- message() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.PastDate
- message() - Element in annotation interface 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 Interface 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 Interface 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 Interface 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 Interface 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.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.jms - package net.sourceforge.jbizmo.commons.jms
- net.sourceforge.jbizmo.commons.property - package net.sourceforge.jbizmo.commons.property
- net.sourceforge.jbizmo.commons.random - package net.sourceforge.jbizmo.commons.random
- net.sourceforge.jbizmo.commons.reflect - package net.sourceforge.jbizmo.commons.reflect
- net.sourceforge.jbizmo.commons.repository - package net.sourceforge.jbizmo.commons.repository
- 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 - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SortDirectionEnum
- NOT_IN - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
- NOT_LIKE - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
- NOT_SEARCHABLE - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldTypeEnum
- NotEmpty - Annotation Interface 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 Interface 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 Interface 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_REPOSITORY_FOLDER - Static variable in class net.sourceforge.jbizmo.commons.property.PropertyService
- PROP_TRANSPORT_AUTHENTICATION - Static variable in class net.sourceforge.jbizmo.commons.property.PropertyService
- PROP_TRANSPORT_SECRET - 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
- RandomStringGenerator - Class in net.sourceforge.jbizmo.commons.random
-
Utility class for creating random alphanumeric strings
- 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 Interface 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 class net.sourceforge.jbizmo.commons.transport.TransportConstants
- REQ_PROP_FILE_NAME - Static variable in class net.sourceforge.jbizmo.commons.transport.TransportConstants
- RequestMessage - Class in net.sourceforge.jbizmo.commons.jms
-
Container object that holds all data of JMS request message
- RequestMessage(String) - Constructor for class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Constructor
- ResponseMessage - Class in net.sourceforge.jbizmo.commons.jms
-
Container object that holds all data of JMS response message
- ResponseMessage(String) - Constructor for class net.sourceforge.jbizmo.commons.jms.ResponseMessage
-
Constructor
- ResponseStatus - Enum Class in net.sourceforge.jbizmo.commons.jms
-
Enumeration of supported response states
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 Class 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 Class 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
SearchInputinto aSearchDTOobject - 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(Serializable[]) - 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(Map<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
- setObject(Serializable) - Method in class net.sourceforge.jbizmo.commons.jms.ResponseMessage
- 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(Serializable) - 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
- setStatus(ResponseStatus) - Method in class net.sourceforge.jbizmo.commons.jms.ResponseMessage
- setText(String) - Method in class net.sourceforge.jbizmo.commons.jms.ResponseMessage
- 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 - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
- SMALLER_OR_EQUAL - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
- SortDirectionEnum - Enum Class in net.sourceforge.jbizmo.commons.search.dto
-
Enumeration of sort direction
- STANDARD - Enum constant in enum class 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(String) - Constructor for class net.sourceforge.jbizmo.commons.stream.StreamWorker
-
Constructor
- StreamWorker(String, int) - Constructor for class net.sourceforge.jbizmo.commons.stream.StreamWorker
-
Constructor to define the size of the internal buffer
- STRING - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
- SUCCESS - Enum constant in enum class net.sourceforge.jbizmo.commons.jms.ResponseStatus
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
- TransportConstants - Class in net.sourceforge.jbizmo.commons.transport
-
Constants concerning transport
U
- UniqueConstraintViolationException - Exception in net.sourceforge.jbizmo.commons.repository
-
Exception that will be thrown if a unique constraint is violated.
- UniqueConstraintViolationException(String) - Constructor for exception net.sourceforge.jbizmo.commons.repository.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.FileKAFKAService
-
Upload a file
- uploadFile(File) - Method in interface net.sourceforge.jbizmo.commons.transport.file.FileRESTService
-
Upload a file
- uploadFile(File, Duration) - Method in interface net.sourceforge.jbizmo.commons.transport.file.FileJMSService
-
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
- UUID_BINARY - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
- UUID_STRING - Enum constant in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
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() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MaxDecimalValue
- value() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MaxFloatValue
- value() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MaxIntegerValue
- value() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MaxLength
- value() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MinDecimalValue
- value() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MinFloatValue
- value() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MinIntegerValue
- value() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.MinLength
- value() - Element in annotation interface net.sourceforge.jbizmo.commons.validation.RegularExpression
- valueOf(String) - Static method in enum class net.sourceforge.jbizmo.commons.jms.ResponseStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldTypeEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.sourceforge.jbizmo.commons.search.dto.SortDirectionEnum
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.sourceforge.jbizmo.commons.jms.ResponseStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.sourceforge.jbizmo.commons.search.dto.FilterOperatorEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldDataTypeEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.sourceforge.jbizmo.commons.search.dto.SearchFieldTypeEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.sourceforge.jbizmo.commons.search.dto.SortDirectionEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withParameter(Serializable) - Method in class net.sourceforge.jbizmo.commons.jms.RequestMessage
-
Add a parameter to the request
- 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form