Package com.kenshoo.pl.entity
Class DeletionCommandPopulator
- java.lang.Object
-
- com.kenshoo.pl.entity.DeletionCommandPopulator
-
public class DeletionCommandPopulator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeletionCommandPopulator(ChildrenIdFetcher childrenIdFetcher)DeletionCommandPopulator(PLContext plContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <PARENT extends EntityType<PARENT>>
voidhandleRecursive(java.lang.Iterable<? extends ChangeEntityCommand<PARENT>> parents, ChangeFlowConfig<PARENT> config)
-
-
-
Constructor Detail
-
DeletionCommandPopulator
public DeletionCommandPopulator(PLContext plContext)
-
DeletionCommandPopulator
public DeletionCommandPopulator(ChildrenIdFetcher childrenIdFetcher)
-
-
Method Detail
-
handleRecursive
public <PARENT extends EntityType<PARENT>> void handleRecursive(java.lang.Iterable<? extends ChangeEntityCommand<PARENT>> parents, ChangeFlowConfig<PARENT> config)
-
-