public class ServiceSearchSupport extends SearchSupport<Service>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ServiceSearchSupport.ServiceFieldDefs |
SearchSupport.FieldDefs<T>| Constructor and Description |
|---|
ServiceSearchSupport(MatchingCondition[] conds,
Order[] ord) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<Service> |
getComponentType() |
protected SearchSupport.FieldDefs<Service> |
getDefinition(String fieldName) |
emptyArray, filter, getComparator, matchpublic ServiceSearchSupport(MatchingCondition[] conds, Order[] ord)
protected SearchSupport.FieldDefs<Service> getDefinition(String fieldName)
getDefinition in class SearchSupport<Service>protected Class<Service> getComponentType()
getComponentType in class SearchSupport<Service>