Class PointsThresholdInput.PointsThresholdDataStoreRecord
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.util.entities.inputtypes.AbstractInputType.AbstractDataStoreRecord
ch.tocco.nice2.optional.qualification.impl.util.entities.inputtypes.AbstractPointsInput.AbstractPointsDataRecord
ch.tocco.nice2.optional.qualification.impl.util.entities.inputtypes.PointsThresholdInput.PointsThresholdDataStoreRecord
- All Implemented Interfaces:
DataStoreRecord
- Enclosing class:
PointsThresholdInput
public static class PointsThresholdInput.PointsThresholdDataStoreRecord
extends AbstractPointsInput.AbstractPointsDataRecord
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.qualification.api.DataStoreRecord
DataStoreRecord.ExcelExportColumn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstartSheet
(TextResources textResources, Locale locale) writeRow()
Methods inherited from class ch.tocco.nice2.optional.qualification.impl.util.entities.inputtypes.AbstractPointsInput.AbstractPointsDataRecord
getAverage, getAverageColumn, getAverageHeader, getDispenseColumn, getDispenseHeader, getPoints, getRatingColumns, getRatingHeaders, getTotal, getTotalColumn, getTotalHeader
Methods inherited from class ch.tocco.nice2.optional.qualification.impl.util.entities.inputtypes.AbstractInputType.AbstractDataStoreRecord
addAttribute, getAttribute, getAttributes, getFirstName, getKey, getLastName, getStatus, getUserNr, isDispense, setAttributes, setDispense, setFirstName, setKey, setLastName, setStatus, setUserNr
-
Constructor Details
-
PointsThresholdDataStoreRecord
-
-
Method Details
-
writeRow
- Specified by:
writeRow
in interfaceDataStoreRecord
- Overrides:
writeRow
in classAbstractInputType.AbstractDataStoreRecord
-
startSheet
public List<DataStoreRecord.ExcelExportColumn> startSheet(TextResources textResources, Locale locale) - Specified by:
startSheet
in interfaceDataStoreRecord
- Overrides:
startSheet
in classAbstractInputType.AbstractDataStoreRecord
-