Class IndexGroupAssignmentCellValueProvider
- java.lang.Object
-
- com.hybris.pcmbackoffice.classificationgroupsbackoffice.renderers.IndexGroupAssignmentCellValueProvider
-
- All Implemented Interfaces:
GroupAssignmentCellValueProvider,java.util.function.Function<ClassFeatureGroupAssignmentModel,java.lang.String>
public class IndexGroupAssignmentCellValueProvider extends java.lang.Object implements GroupAssignmentCellValueProvider
Allows to provide index value ofClassFeatureGroupAssignmentModelinsideClassFeatureGroupModel. When index cannot be found an empty value is returned.
-
-
Constructor Summary
Constructors Constructor Description IndexGroupAssignmentCellValueProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(ClassFeatureGroupAssignmentModel model)
-
-
-
Method Detail
-
apply
public java.lang.String apply(ClassFeatureGroupAssignmentModel model)
- Specified by:
applyin interfacejava.util.function.Function<ClassFeatureGroupAssignmentModel,java.lang.String>
-
-