Class DistributedProcessHandler.ModelWithDependencies<T extends ItemModel>
java.lang.Object
de.hybris.platform.processing.distributed.defaultimpl.DistributedProcessHandler.ModelWithDependencies<T>
- Enclosing interface:
- DistributedProcessHandler
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()static <T extends ItemModel>
DistributedProcessHandler.ModelWithDependencies<T>modelWithDependencies(T model, ItemModel... dependencies) static <T extends ItemModel>
DistributedProcessHandler.ModelWithDependencies<T>singleModel(T model)
-
Method Details
-
singleModel
public static <T extends ItemModel> DistributedProcessHandler.ModelWithDependencies<T> singleModel(T model) -
modelWithDependencies
public static <T extends ItemModel> DistributedProcessHandler.ModelWithDependencies<T> modelWithDependencies(T model, ItemModel... dependencies) -
getModel
-
getAllModels
-