Class FilterParameter

java.lang.Object
org.cxbox.core.controller.param.AbstractQueryParameter
org.cxbox.core.controller.param.FilterParameter
All Implemented Interfaces:
QueryParameter

public class FilterParameter extends AbstractQueryParameter
  • Constructor Details

  • Method Details

    • apply

      public <R> R apply(BiFunction<String,String,R> biFunction)
    • getValue

      public <T> T getValue(Class<T> clazz)
    • getIntegerValue

      public Integer getIntegerValue()
    • getLongValue

      public Long getLongValue()
    • getDoubleValue

      public Double getDoubleValue()
    • getBigDecimalValue

      public BigDecimal getBigDecimalValue()
    • getBooleanValue

      public Boolean getBooleanValue()
    • getDateValue

      public LocalDateTime getDateValue()
    • getStringValuesAsList

      public List<String> getStringValuesAsList()
    • getDateValueAsList

      public List<LocalDateTime> getDateValueAsList()
    • getBigDecimalValuesAsList

      public List<BigDecimal> getBigDecimalValuesAsList()
    • getLongValuesAsList

      public List<Long> getLongValuesAsList()