| Interface | Description |
|---|---|
| AbstractLazyLoadMultiColumnList.CalculateLazyLoadListBody |
internal callback
|
| AbstractTenant.CodeWrapper | |
| Constants.CACHE_KEYS |
Definition of used cached keys.
|
| Constants.Encryption | |
| Constants.Initialization |
internal use only!
|
| Constants.TYPES |
Definition of some core types
|
| CoreAlgorithms.LegacyRoundingConfigProvider | |
| DataSourceFactory | |
| DataSourceProvider |
Abstraction for tenant to provide access to data source(s).
|
| DeploymentImpl |
defines a interface for handling a set of item deployments.
|
| Executable<T> |
An object which it is possible to execute any logic.
|
| FilterSearchConstants |
internal use only!
|
| GenericSearchConstants.CHARS |
Definition of constants for some special characters, which could be used for formulating a search expressions.
|
| GenericSearchConstants.LOG |
Constant used for logging.
|
| GenericSearchConstants.ORDER_BY |
Definition of constants, which could be used for the creation of an 'ODERY BY' part of a SQL expression.
|
| GenericSearchConstants.ORDER_BY.DIREC |
Constants for ASC and DESC
|
| HybrisEnumValue |
Represents the enum value.
|
| ItemDeployment |
Defines the interface of an
ItemDeployment |
| ItemDeployment.Attribute |
describes a CMP field
|
| ItemDeployment.FinderMethod |
describes a CMP finder
|
| ItemDeployment.Index |
describes an index of a database
|
| ItemDeployment.IndexAttribute |
Describes the attribute of an
Index |
| ItemWrapperCreator | |
| ObjectWrapperCreator | |
| PK.PKCounterGenerator | |
| Tenant | |
| TenantListener |
By implementing this interface the listener instance can be notified about start up and shut down of a
Tenant
. |
| TenantStartupNotifier | |
| WrapperFactory.ItemPropertyWrappingListener |
| Class | Description |
|---|---|
| AbstractLazyLoadMultiColumnList<T extends LazyLoadItemList> |
Abstraction for
LazyLoadMultiColumnModelList and
LazyLoadMultiColumnList |
| AbstractLazyLoadMultiColumnList.LazyLoadMultiColumnListRow | |
| AbstractObjectAdapter | |
| AbstractTenant | |
| AbstractTenant.DataSourceHolder | |
| AbstractTenant.DataSourceSelection | |
| AbstractTenantInitializationTest |
Abstract for test initializing tenants on the fly
|
| AsyncTenantStartupNotifier | |
| BaseSlaveTenantTest | |
| BeanScopesIntegrationTest | |
| BeanShellUtils | |
| BeanShellUtils.StreamWrapper | |
| BlockingTenantStartupNotifier | |
| BridgeImplementation | |
| ClassLoaderUtils | |
| ConcurrentInitializationTest |
Test proofs that while initialization , lock flag remains unchanged ( even while restarting tenant which also happens
during initialization) so the CheckLockRunner should never get information that system is unlocked while
initialization, moreover even
InitializationLockInfo.getInstanceIdentifier() should not change. |
| Constants |
constants definition for the hybris platform framework
|
| Constants.ENUMS | |
| Constants.TC |
Typecode definitions.
|
| Constants.USER |
System user principals.
|
| Constants.WEB |
Definition of the
jalosession constant. |
| CoreAlgorithms |
This class provides miscellaneous functions used in all hybris platform layers.
|
| DatabaseProperties |
Describes the used database of the hybris platform system
|
| DataSourceImplFactory | |
| DefaultPKCounterGenerator |
Default implementation for
PK.PKCounterGenerator. |
| FlexibleSearchTranslatable |
Super class for all classes which have to be translateable to flexible search.
|
| GenericCondition |
Super class for all Conditions.
|
| GenericConditionList |
This Class holds a list of Conditions, concatenates them by
AND or OR operator. |
| GenericField |
Super class for all kinds of Fields.
|
| GenericFieldComparisonCondition |
Class represents a Condition for a field comparison (e.g.
|
| GenericFieldComparisonConditionTest |
Unit tests for
GenericFieldComparisonCondition |
| GenericFieldCondition |
Super class for all conditions responsible for any kind of field comparison.
|
| GenericFieldConditionTest |
Unit tests for
GenericFieldCondition. |
| GenericFieldConditionTest.TestableGenericFieldCondition |
Subclass of
GenericFieldCondition to make constructor accessible for testing. |
| GenericFunctionSelectField |
Allows to specify a function to be applied to a generic select field.
|
| GenericLiteralCondition |
Class represents a Condition for a literal comparison (e.g.
|
| GenericQuery |
The
GenericQuery class holds and manages all objects necessary for searching on a specific
Type. |
| GenericSearchConstants |
constants definition used for creating genericsearch expressions
|
| GenericSearchField |
Kind of Field used with a WHERE or ORDER BY clause.
|
| GenericSearchFieldTest |
Unit tests for
GenericSearchField. |
| GenericSearchFieldType |
Class represents a field modifier, used to indicate one of the following:
CORE - marks field as core attribute PROPERTY - marks field as property
LOCALIZED - marks field as localized attribute INTERNAL - marks field as internal
OUTER_JOIN - forces flexible search to join this field outer |
| GenericSearchOrderBy |
Class represents a
|
| GenericSearchOrderByTest |
Unit tests for
GenericSearchOrderBy. |
| GenericSelectField |
Kind of Field used within a SELECT clause.
|
| GenericSubQueryCondition |
Class represents a Condition for comparing a field with the outcome of a SubQuery ( e.g.
|
| GenericTypeJoin |
Class represents a join between types.
|
| GenericValueCondition |
Class represents a Condition for value comparison (e.g.
|
| HybrisContextFactoryTest | |
| HybrisContextHolderPerformanceTest | |
| HybrisContextHolderTest | |
| HybrisEnumValueTest | |
| Initialization | |
| JMXBeanLoader |
handles un/~registration of available JMX beans during tenant shutdown/startup
|
| LazyLoadItemList<E> |
Class to store PKs instead of Items.
|
| LazyLoadItemList.BufferedPage<T> |
Thread safe (hopefully) abstraction for paged result objects list with information at which index this page
starts.
|
| LazyLoadItemListInternalTest |
UnitTest for checking internals of the
LazyLoadItemList working correctly. |
| LazyLoadItemListInternalTest.TestPKLazyLoadItemList | |
| LazyLoadItemSet<E> |
SortedSet version of
LazyLoadItemList which simply wraps a load item list and in addition ensures uniqueness
when adding new items to the set. |
| LazyLoadMultiColumnList | |
| LazyLoadMultiColumnListUnitTest | |
| LegacyPKTest | |
| Log4JUtils |
Provides a helper method for which loads the hybris log4j properties and set's the hybris hierarchy for being able to
log correctly from within cronjobs
|
| MasterTenant | |
| MasterTenantUnitTest | |
| Operator |
Class represents an Operator; is used with all types of
GenericConditions. |
| PasswordsReEncoder | |
| PK |
Calculation rules long->pk:
|
| Registry | |
| Registry.Init | |
| Registry.TenantHolder | |
| RestartSlaveTenantTest |
Test checks that system in the most crucial low level features
flexible search
jalo persistence
metadata persistence
tenant loading mechanism
re-think the concept of creating tenants in the tests
|
| SchemaGenerator |
Utility class for schema generator creation.
|
| SearchResultTest | |
| SingletonCreatorPerformanceTest |
Tests SingletonCreator via delegating methods like Registry.getSingleton(Creator).
|
| SingletonCreatorTest |
Tests SingletonCreator via delegating methods like Registry.getSingleton(Creator).
|
| SlaveTenant |
The slave tenant represents any other tenant exept the master tenant.
|
| SlaveTenantDataSourceFactory | |
| SlaveTenantTest | |
| TenantAwareThreadFactory |
Thread factory creating new Thread instance in environment filled with passed by
Tenant and
JaloSession. |
| TenantAwareThreadFactoryTest |
Test for checking execution of the created
Runnable depending on the prepare/after method result. |
| TenantDTO |
DTO class for serializing tenants using
writeReplace() / readResolve() . |
| TenantRestartTest | |
| TestAfterTenantStartupEventListener | |
| TestSlaveTenantStub | |
| TestTenantStub | |
| WrapperFactory | |
| WrapperFactory.PrecomputedJaloItemCacheUnit |
| Enum | Description |
|---|---|
| AbstractTenant.ShutDownMode | |
| AbstractTenant.State |
| Exception | Description |
|---|---|
| PK.PKException | |
| UninstantiableCoreApplicationContextException |
Copyright © 2018 SAP SE. All Rights Reserved.