Uses of Class
de.knightsoftnet.gwtp.spring.shared.search.SearchOperation
-
Packages that use SearchOperation Package Description de.knightsoftnet.gwtp.spring.shared.data this package contains interfaces for constants.de.knightsoftnet.gwtp.spring.shared.search -
-
Uses of SearchOperation in de.knightsoftnet.gwtp.spring.shared.data
Methods in de.knightsoftnet.gwtp.spring.shared.data that return SearchOperation Modifier and Type Method Description SearchOperationAdminSearchEntry. getSearchOperation()Methods in de.knightsoftnet.gwtp.spring.shared.data with parameters of type SearchOperation Modifier and Type Method Description voidAdminSearchEntry. setSearchOperation(SearchOperation searchOperation)Constructors in de.knightsoftnet.gwtp.spring.shared.data with parameters of type SearchOperation Constructor Description AdminSearchEntry(String searchField, SearchOperation searchOperation, String searchValue)constructoer which initializes fields. -
Uses of SearchOperation in de.knightsoftnet.gwtp.spring.shared.search
Methods in de.knightsoftnet.gwtp.spring.shared.search that return SearchOperation Modifier and Type Method Description SearchOperationSearchCriteria. getOperation()static SearchOperationSearchOperation. getSimpleOperation(char pinput)get simple search operation from representing character.static SearchOperationSearchOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchOperation[]SearchOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.knightsoftnet.gwtp.spring.shared.search that return types with arguments of type SearchOperation Modifier and Type Method Description Collection<SearchOperation>SearchFieldDefinition. getAllowedSearchOperations()Methods in de.knightsoftnet.gwtp.spring.shared.search with parameters of type SearchOperation Modifier and Type Method Description voidSearchCriteria. setOperation(SearchOperation poperation)Constructors in de.knightsoftnet.gwtp.spring.shared.search with parameters of type SearchOperation Constructor Description SearchCriteria(K pkey, SearchOperation poperation, T pvalue)constructor initializing fields.SearchCriteriaSearch(SearchFieldDefinition pkey, SearchOperation poperation, String pvalue)constructor initializing fields.SearchCriteriaServer(String pkey, SearchOperation poperation, Object pvalue)constructor initializing fields.SearchFieldDefinition(String fieldName, String fieldDisplayName, FieldTypeEnum fieldType, SearchOperation... allowedSearchOperations)constructor initializing all fields.
-