| Interface | Description |
|---|---|
| InitDefaultsInterceptor<MODEL> |
The InitDefaultsInterceptor is called when a model is filled with its default values.
|
| Interceptor |
Interceptors are called during different times of the life cycle of any model.
|
| InterceptorContext |
Context provided to all
Interceptor instances. |
| InterceptorRegistry |
Abstraction of the interceptor registry responsible for getting life-cycle handle interceptors for mapped jalo item by their
type code, see
InterceptorMapping.getTypeCode() |
| LoadInterceptor<MODEL> |
The LoadInterceptor is called whenever a model is loaded from the database.
|
| PrepareInterceptor<MODEL> |
The PrepareInterceptor is called before it is validated by the
ValidateInterceptors and before the
model is saved to the database. |
| RemoveInterceptor<MODEL> |
The RemoveInterceptor is called before a model is removed from the database.
|
| ValidateInterceptor<MODEL> |
The ValidateInterceptor is called after the model is been prepared by all needed
PrepareInterceptors and
before the model is saved to the database. |
| Class | Description |
|---|---|
| EnumerationPrepareInterceptorTest |
test-class for EnumerationPrepareInterceptor.
|
| EnumerationValidatorTest |
test-class for EnumerationValidator.
|
| InterceptorContextModelRegistrationTest |
Tests PLA-10368.
Test uses test implementation of ModelService :
de.hybris.platform.servicelayer.interceptor.InterceptorTestModelService.This test service knows only a simple InterceptorRegistry, which is registered only for the purpose of
this test. |
| InterceptorRegistryTest |
Testing the order of the registered Interceptors and the dependency of their typecode.
|
| JaloInitDefaultInterceptorTest | |
| MandatoryAttributeValidatorTest | |
| RemoveInterceptorTest |
This junit test tests the Partof remove interceptor and the partof save interceptor
|
| TaskConditionPrepareInterceptor | |
| TaskPrepareInterceptor | |
| UniqueAttributeInterceptorTest | |
| ViewTypePrepareInterceptorTest |
| Enum | Description |
|---|---|
| GenderEnumStub |
GenderEnum - Stub
|
| PersistenceOperation |
Specifies what operation should be performed with a particular model instance.
|
| Exception | Description |
|---|---|
| InterceptorException |
Exception which is thrown from an
Interceptor. |
| ValidationConfigurationException |
Exception thrown when some error in validation configuration is detected.
|
Copyright © 2018 SAP SE. All Rights Reserved.