Class EvaluationSourceDataProvider

java.lang.Object
ch.tocco.nice2.optional.evaluation.impl.customdata.EvaluationSourceDataProvider
All Implemented Interfaces:
CustomDataProvider

@Component public class EvaluationSourceDataProvider extends Object implements CustomDataProvider
  • Constructor Details

  • Method Details

    • getData

      public CustomDataValue<?> getData(Entity evaluationPartyAssignment)
      Description copied from interface: CustomDataProvider
      Collects the custom data for this field and returns it as a TypedValue.
      Specified by:
      getData in interface CustomDataProvider
      Parameters:
      evaluationPartyAssignment - The current entity, which gets loaded in the grid or form (is null in create scope).
      Returns:
      a TypedValue containing the custom data for this field.