Interface DataStoreRecord
- All Known Implementing Classes:
AbstractInputType.AbstractDataStoreRecord
,AbstractPointsInput.AbstractPointsDataRecord
,FreeTextInput.FreeTextDataStoreRecord
,GradesInput.GradesDataStoreRecord
,PointsInput.PointInputDataRecord
,PointsThresholdInput.PointsThresholdDataStoreRecord
,PresenceInput.PresenceDataStoreRecord
,TextChoiceInput.TextChoiceDataStoreRecord
public interface DataStoreRecord
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(String key, Object value) add an attribute to this DataStoreRecord to be sent to clientgetAttribute
(String key) getKey()
long
boolean
startSheet
(TextResources textResources, Locale locale) writeRow()
-
Method Details
-
getUserNr
long getUserNr() -
getLastName
String getLastName() -
getFirstName
String getFirstName() -
getStatus
String getStatus() -
getKey
String getKey() -
isDispense
boolean isDispense() -
writeRow
List<DataStoreRecord.ExcelExportColumn> writeRow() -
startSheet
-
addAttribute
add an attribute to this DataStoreRecord to be sent to client- Parameters:
key
- the keyvalue
- the value
-
getAttribute
-