Package de.hybris.platform.jalo
-
Interface Summary Interface Description ConsistencyCheckAction By using theConsistencyCheckAction
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 managersExtensibleItem.ExtensibleItemImpl internal use only!GenericItem.GenericItemImpl interface to persistence layer
internal use only!Item.AttributeFilter Describes anAttributeFilter
Internal use only!Item.ItemConstraint Interface for implementing transaction aware consistency checks using the item methodItem.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 {linkextension manager
will be notified about creation, closing and user change events.SearchContext Used for searchXY methods.SearchResult<E> Returned by search methods. -
Class Summary 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 agesExtensibleItem Each extensible item can have several additional properties.GeneratedAbstractDynamicContent Generated class for typeAbstractDynamicContent
.GeneratedPcmbackofficesamplesaddonManager Generated class for typePcmbackofficesamplesaddonManager
.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 inJaloImplementationManager
.JaloSession The JaloSession is the central class for storing all session informations.JaloSessionFactory Factory for creating aJaloSession
.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 OutboundsyncManager Generated class for typeOutboundsyncManager
.PcmbackofficesamplesaddonManager This is the extension manager of the Pcmbackofficesamplesaddon extension.PcmbackofficesamplesaddonTest JUnit Tests for the Pcmbackofficesamplesaddon extensionPromotionEngineSamplesAddonTest JUnit Tests for the Promotionenginesamplesaddon extensionSessionContext The Context-Object of a JaloSession.SessionContextMapTest SessionContextTest Sanity check forSessionContext
thread modification safety due to proving PLA-10825 already fixed. -
Enum Summary Enum Description Item.AttributeMode -
Exception Summary Exception Description ConsistencyCheckException Thrown if the data consistency is violated.Item.JaloCachedComputationException Thrown byItem.CachedGetter.get(SessionContext)
andItem.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