Class PublicSurveyCellCreatorServiceImpl
java.lang.Object
ch.tocco.nice2.optional.survey.impl.publicsurvey.PublicSurveyCellCreatorServiceImpl
- All Implemented Interfaces:
PublicSurveyCellCreatorService
@Component
public class PublicSurveyCellCreatorServiceImpl
extends Object
implements PublicSurveyCellCreatorService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCell(Entity defaultStatus, Entity surveyIntrusion, @Nullable Entity userIntrusion, Column column) creates aCellwhich can be used to fill aDetailedGridResultData.
-
Constructor Details
-
PublicSurveyCellCreatorServiceImpl
-
-
Method Details
-
createCell
public Cell createCell(Entity defaultStatus, Entity surveyIntrusion, @Nullable @Nullable Entity userIntrusion, Column column) Description copied from interface:PublicSurveyCellCreatorServicecreates 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- Specified by:
createCellin interfacePublicSurveyCellCreatorService
-