Class DateTimeParameterInstance
java.lang.Object
net.datenwerke.rs.core.service.parameters.entities.ParameterInstance<DateTimeParameterDefinition>
net.datenwerke.rs.base.service.parameters.datetime.DateTimeParameterInstance
- All Implemented Interfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.base.client.parameters.datetime.dto",
dto2PosoPostProcessors=DateTimeParameterInstance2PosoPostProcessor.class,
poso2DtoPostProcessors=DateTimeParameterInstance2DtoPostProcessor.class,
createDecorator=true)
public class DateTimeParameterInstance
extends ParameterInstance<DateTimeParameterDefinition>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureParameterMap(User user, Map<String, ParameterValue> parameterMap, ParameterSet parameterSet) getDefaultValue(User user, ParameterSet parameterSet) getSelectedValue(User user) getValue()voidsetFormula(String formula) voidsetStrValue(String strValue) voidSets the actual value of this parameterMethods inherited from class net.datenwerke.rs.core.service.parameters.entities.ParameterInstance
cloneInstanceForReportVariant, configureEL, equals, getDefinition, getId, getKey, getTransientId, getVersion, hashCode, isStillDefault, parseStringValue, prettyPrintSelectedValue, setDefinition, setId, setStillDefault, setTransientId, setVersion, toInformationString
-
Constructor Details
-
DateTimeParameterInstance
public DateTimeParameterInstance()
-
-
Method Details
-
setValue
Sets the actual value of this parameter- Parameters:
date-
-
getValue
-
setFormula
-
getFormula
-
getSelectedValue
- Specified by:
getSelectedValuein classParameterInstance<DateTimeParameterDefinition>
-
configureParameterMap
public void configureParameterMap(User user, Map<String, ParameterValue> parameterMap, ParameterSet parameterSet) - Overrides:
configureParameterMapin classParameterInstance<DateTimeParameterDefinition>
-
getDefaultValue
- Specified by:
getDefaultValuein classParameterInstance<DateTimeParameterDefinition>
-
getStrValue
-
setStrValue
-