| Interface | Description |
|---|---|
| ConsistencyCheckAction |
By using the
ConsistencyCheckAction a user is able to implement business logic, which will be executed
before an GenericItem instance will be finally created! |
| ContextMap<KEY,VALUE> |
This context interface has two different implementations,
GlobalContextMap
LocalContextMap
|
| DataCreator | Deprecated
since ages - the functionality to create a system is now part of the extension managers
|
| ExtensibleItem.ExtensibleItemImpl |
internal use only!
|
| GenericItem.GenericItemImpl |
interface to persistence layer
internal use only! |
| Item.AttributeFilter |
Describes an
AttributeFilterInternal use only! |
| Item.ItemConstraint |
Interface for implementing transaction aware consistency checks using the item method
Item.checkConstraint(ItemConstraint). |
| Item.ItemImpl |
object used by getSyncObject()
|
| JaloOnlyItem |
Interface for all items which do only exists in jalo layer and are not backed by an entity bean.
|
| JaloOnlySingletonItem |
Jalo class of each jalo-only singleton composed type must implement this interface.
|
| JaloSession.LoginProperties |
Contains login property names.
|
| JaloSession.LoginProperties.SessionTypes |
These are possible session types.
|
| JaloSessionListener |
By implementing this interface an {link
extension manager will be
notified about creation, closing and user change events. |
| SearchContext |
Used for searchXY methods.
|
| SearchResult<E> |
Returned by search methods.
|
| Class | Description |
|---|---|
| AbstractDynamicContent | |
| AbstractJaloSession | |
| AbstractSystemCreator |
Base class of all system creators.
|
| ContextMapUnitTest |
Test checking if the ContextMap fulfills contract of thread safety.
|
| CoreBasicDataCreator | Deprecated
since ages
|
| ExtensibleItem |
Each extensible item can have several additional properties.
|
| GeneratedAbstractDynamicContent |
Generated class for type
AbstractDynamicContent. |
| GeneratedPcmbackofficesamplesaddonManager |
Generated class for type
PcmbackofficesamplesaddonManager. |
| GenericItem |
This class represents a generic item.
|
| HybrisEnumValueSerializationTest | |
| Item |
The superclass of all the hybris platform persistent data-objects.
|
| Item.ItemAttributeMap |
internal use only!
|
| JaloConnection |
The JaloConnection represents a connection to the system.
|
| JaloImplementationManager |
The basic service for managing a set of jalo implementations.
|
| JaloItemCacheUnit |
Cache unit holding one jalo item object.
|
| JaloItemWrappingTest |
Testing particular performance optimization in
JaloImplementationManager. |
| JaloSession |
The JaloSession is the central class for storing all session informations.
|
| JaloSessionFactory |
Factory for creating a
JaloSession. |
| JaloTypeCacheUnit |
Cache helper class to perform caching in Jalo.
|
| JaloTypeCacheUnit.JaloTypeCacheKey | |
| Manager |
A Manager is responsible for providing basic functionality, mostly creating and finding items.
|
| Manager.GenericManagerSingletonCreator | |
| Manager.ManagerSingletonCreator | |
| PcmbackofficesamplesaddonManager |
This is the extension manager of the Pcmbackofficesamplesaddon extension.
|
| PcmbackofficesamplesaddonTest |
JUnit Tests for the Pcmbackofficesamplesaddon extension
|
| PromotionEngineSamplesAddonTest |
JUnit Tests for the Promotionenginesamplesaddon extension
|
| SessionContext |
The Context-Object of a JaloSession.
|
| SessionContextMapTest | |
| SessionContextTest |
Sanity check for
SessionContext thread modification safety due to proving PLA-10825 already fixed. |
| Enum | Description |
|---|---|
| Item.AttributeMode |
| Exception | Description |
|---|---|
| ConsistencyCheckException |
Thrown if the data consistency is violated.
|
| Item.JaloCachedComputationException |
Thrown by
Item.CachedGetter.get(SessionContext) and Item.CachedSetter.set(SessionContext) whenever
the executed code throws an exception. |
| JaloBusinessException |
Superclass of all business exceptions.
|
| JaloConnectException |
Thrown if a connection to a hybris platform could not be established.
|
| JaloInternalException |
Thrown if an internal exception occured in the hybris system.
|
| JaloInvalidParameterException |
Thrown if a bad parameter is passed to a jalo method.
|
| JaloItemNotFoundException |
Thrown if an item could not be found.
|
| JaloObjectNoLongerValidException |
Thrown when you tried to access a Jalo Object with no longer physically exists.
|
| JaloSystemException |
Superclass of all system exceptions.
All exceptions that inherits from JaloSystemException are Runtime exceptions and must not be caught. |
| JaloSystemNotInitializedException |
Thrown if the system was not properly initialized and therefore could not be accessed.
|
| RuntimeSQLException | |
| SessionClosedException |
Copyright © 2018 SAP SE. All Rights Reserved.