Package com.kenshoo.pl.entity.spi
Class ExistingFieldModifier<E extends EntityType<E>,T>
- java.lang.Object
-
- com.kenshoo.pl.entity.internal.SingleFieldEnricher<E,T>
-
- com.kenshoo.pl.entity.spi.ExistingFieldModifier<E,T>
-
- All Implemented Interfaces:
CurrentStateConsumer<E>,PostFetchCommandEnricher<E>
public abstract class ExistingFieldModifier<E extends EntityType<E>,T> extends SingleFieldEnricher<E,T>
-
-
Constructor Summary
Constructors Constructor Description ExistingFieldModifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanshouldRunForCommand(EntityChange<E> entityChange)-
Methods inherited from class com.kenshoo.pl.entity.internal.SingleFieldEnricher
additionalCommandFilter, additionalPostFetchCommandFilter, enrich, enrichedField, enrichedValue, fieldsToEnrich, shouldRun
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kenshoo.pl.entity.spi.CurrentStateConsumer
getSupportedChangeOperation, requiredFields
-
-
-
-
Method Detail
-
shouldRunForCommand
protected final boolean shouldRunForCommand(EntityChange<E> entityChange)
- Overrides:
shouldRunForCommandin classSingleFieldEnricher<E extends EntityType<E>,T>
-
-