Class GroupNameGroupAssignmentCellValueProvider
- java.lang.Object
-
- com.hybris.pcmbackoffice.classificationgroupsbackoffice.renderers.GroupNameGroupAssignmentCellValueProvider
-
- All Implemented Interfaces:
GroupAssignmentCellValueProvider,java.util.function.Function<ClassFeatureGroupAssignmentModel,java.lang.String>
public class GroupNameGroupAssignmentCellValueProvider extends java.lang.Object implements GroupAssignmentCellValueProvider
Allows to provide value of name ofClassFeatureGroupModelassigned toClassFeatureGroupAssignmentModel
-
-
Constructor Summary
Constructors Constructor Description GroupNameGroupAssignmentCellValueProvider()
-
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>
-
-