public void setOperation(String opertion) {
   searchDateField.setOperator(SearchDateFieldOperator.fromValue(opertion));
 }