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 aCell
which can be used to fill aDetailedGridResultData
.
-
Method Details
-
createCell
Cell createCell(Entity defaultStatus, Entity surveyIntrusion, @Nullable @Nullable Entity userIntrusion, Column column) creates aCell
which can be used to fill aDetailedGridResultData
. The data specified in theColumn
parameter is extracted from the passeduserIntrusion
. If nouserIntrusion
is present, and the relationrelSurvey_intrusion
orrelSurvey_status
is requested, the label from the passed parametersurveyIntrusion
ordefaultStatus
will be returned asCell
-