Interface PublicSurveyCellCreatorService
- All Known Implementing Classes:
PublicSurveyCellCreatorServiceImpl
public interface PublicSurveyCellCreatorService
-
Method Summary
Modifier and TypeMethodDescriptioncreateCell(Entity defaultStatus, Entity surveyIntrusion, @Nullable Entity userIntrusion, Column column) creates aCellwhich can be used to fill aDetailedGridResultData.
-
Method Details
-
createCell
Cell createCell(Entity defaultStatus, Entity surveyIntrusion, @Nullable @Nullable Entity userIntrusion, Column column) creates aCellwhich can be used to fill aDetailedGridResultData. The data specified in theColumnparameter is extracted from the passeduserIntrusion. If nouserIntrusionis present, and the relationrelSurvey_intrusionorrelSurvey_statusis requested, the label from the passed parametersurveyIntrusionordefaultStatuswill be returned asCell
-