AbstractTenantAwareSerializationDTO |
AbstractTenantAwareSerializationDTO class (DTO - DataTransferObject).
|
AbstractWorkerValueQueue<E> |
|
ASCIITableReport |
This builder allows easily to build ASCII tables around any data.
|
ASCIITableReportTest |
|
AtomicCounter |
Provides a number counter which allows to specify start and end number as well as whether overflow should throw a
exception or simply reset to start value again.
|
Base64 |
Encodes and decodes to and from Base64 notation.
|
Base64.InputStream |
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
|
Base64.OutputStream |
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
|
BidirectionalOneToManyHandler<T extends ExtensibleItem> |
Specific 1:n relation handler to cover a n-side adjustments of relation entries and give them appropriate position
values.
|
BridgeAbstraction |
the 'father' of all Jalo Items and Managers.
|
ByteArrayContainer |
Serializable byte array container for serializing byte arrays as objects.
|
CallingUtilities |
|
ClientExecuter |
|
CloseJaloSessionListener |
This listener closes JaloSession when http session is destroyed.
|
CloseJaloSessionListenerTest |
|
Config |
Main class that is used to load and store hybris platform configuration settings.
|
ConfigAttributeDescriptor |
|
CoreImpExConstants |
Specifies constants for ImpEx module which are also used by classes of core module, especially Order and
LinkManager .
|
CoreUtilities |
A registry free util for getting a platform properties, extension info, tenant info.
|
CoreUtilitiesTest |
|
CSVConstants |
Contains all constants which are in context of reading, processing or writing CSV-files in general.
|
CSVFromPropertiesReader |
|
CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder |
|
CSVReader |
This class parses a CSV InputStream to a list of maps.
|
CSVUtils |
Utility class for parsing CSV text.
|
CSVWriter |
This class writes maps of text fields to a CSV OutputStream.
|
DateFormatUtilImpl |
|
DefaultValueExpressionHolder |
Serializable wrapper for default value expressions which ddl and dml generators were not able to interpret.
|
DefaultWorkerValueQueue<E> |
|
DeprecatedWorkerValueQueue<E> |
This class represents the WorkerValueQueue implementation before 4.2.2 and is here only for performance testing.
|
DiscountValue |
string-storeable discount value object.
|
DiscountValueTest |
|
EJBStandardDateRange |
|
EJBTools |
tools that are useful when writing own EJBs for the hybris system.
|
ExpressionUtils |
|
FixedLengthCSVReader |
This class extends the CSVReader and parses a CSV InputStream to a list of maps using fixed lengths for the
columns.
|
FlexibleSearchUtils |
|
FTPData |
FORMAT user%password%address%ftp_port_nr%path%www_url if ftp_port has standard number then it should be ommited
|
GZIPResponseStream |
This is an implementation of a ServletOutputStream which uses a GZIPOutputStream to provide gzip compression for a
HttpServletResponse (see GZIPResponseWrapper ).
|
GZIPResponseWrapper |
Implementation of a HttpServletResponse which provides gzip compression on its content.
|
GZIPServletFilter |
This class provides a servlet filter which adds gzip compression to the filtered servlets.
|
HexUtils |
Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
|
HybrisInitFilter |
Deprecated.
|
HybrisInitFilterTest |
|
HybrisWeakReference |
This subclass of WeakReference does implement equals and hashCode so it can be used in sets.
|
IsItemAliveCheckUnit |
|
IsItemAliveCheckUnit.ItemAliveInvalidationListener |
|
ItemModificationInvalidationListener |
|
ItemPropertyValue |
a read only wrapper.
|
ItemPropertyValueCollection |
instances of this class represent a collection of property values that are Items on jalo level
|
JaloPropertyContainerAdapter |
|
JaloTools |
tool package for useful jalo methods
|
JsonUtilities |
Simple json utility class
|
JspContext |
The context of the jsp page.
|
Key<K,V> |
|
KeyUnitTest |
|
LocalizedValuesMap<T> |
|
ManyToManyHandler<T extends Item> |
The unloclized n-m relation handler.
|
MediaUtil |
Tools for medias
|
MurmurHash |
MurmurHash java implementation from http://d3s.mff.cuni.cz/~holub/sw/javamurmurhash/
|
OneToManyHandler<T extends Item> |
|
OneToManyRelationOrderTest |
Test has only a chance to work if a relation.handle.legacy is equal false or empty
|
PartOfHandler<T> |
Generic partOf handler to wrap arbitrary value setters into some code which automatically removes all items which has
been previous value(s) but are not part of the new value.
|
Perf |
|
PlatformStartupListener |
|
PriceValue |
default price value object.
|
ProcessManager |
Helper class, for executing a specified command in a separate process with the specified arguemnts and working
directory.
|
ProfilingFilter |
Filter that will intercept requests & time how long it takes for them to return.
|
QFormat |
good old test format methods.
|
RedeployUtilities |
|
RootRequestFilter |
Deprecated.
|
RootRequestFilter.HybrisSessionWrapper |
|
RootRequestFilterTest |
|
SafeURLEncoder |
Wrapper for URLEncoder which always encodes using UTF-8 scheme and throws runtime exception in case of unsupported
encoding.
|
SearchTools |
Search string tool functions.
|
SecurityUtils |
|
SerializableChecker |
Utility class that analyzes objects for non-serializable nodes.
|
ServicesUtilTest |
|
SingletonCreator |
|
SingletonCreator.Creator<T> |
abstract class used to for the Singleton creation.
|
SomeTest |
|
SQLSearchResult<E> |
|
SQLSearchResultFactory |
|
SSHFile |
Delivers informations for a file which is accessible via SSH.
|
StandardDateRange |
A simple date range implementation consisting only a start and
|
StandardSearchResult<E> |
|
StopWatch |
Simple timer implementation.
To count the time, a certain process runs, stop it's execution time as follows:
|
StringByStringTokenizer |
Tokenizes a string by string delimiters not by char delimiters.
|
SystemSetupUtils |
Utility class that allows to check if initialization or update running system is performed currently.
|
TaxValue |
the string-storeable tax value object.
|
ThreadLocalUtilities |
|
ThreadUtilities |
utility methods for Thread handling
|
ThreadUtilitiesTest |
|
TimeTracer |
usage: create a hierarchy of time tracers
execute that task you want to have traces, starting and stopping the tracers (a child tracer must only be running if
its parent is running)
if you want a intermediate report, call TimeTracer.printReport()
call TimeTracer.finishAll() in the root tracer after the task has finished, to get a final report
|
Token |
|
TokenUnitTest |
|
Utilities |
Helper class providing many utility methods.
|
UtilitiesTest |
|
VelocityHelper |
Initializes Velocity singleton with secure properties.
|
ViewResultItem |
Represents the result of a search which was initiated by a ViewType
|
WeakArrayList<T> |
|
WeakHashSet |
This is a set which references the contained objects using HybrisWeakReference.
|
WeakValueHashMap<K,V> |
A Map implementation that maps keys to weakly referenced values.
|
WeakValueHashMap.MyWeakReference<T> |
|
WebServicesInitFilter |
|
WebSessionFunctions |
Helper class for session handling.
|
WorkerValueQueueTest |
|
WorkerValueQueueTest.Master |
|