Class DateSearchItemWrapperFactory
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.component.search.factory.AbstractSearchItemWrapperFactory<XMLGregorianCalendar,DateSearchItemWrapper>
-
- com.evolveum.midpoint.gui.impl.component.search.factory.DateSearchItemWrapperFactory
-
public class DateSearchItemWrapperFactory extends AbstractSearchItemWrapperFactory<XMLGregorianCalendar,DateSearchItemWrapper>
-
-
Constructor Summary
Constructors Constructor Description DateSearchItemWrapperFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DateSearchItemWrapper
createSearchWrapper(SearchItemContext ctx)
boolean
match(SearchItemContext ctx)
protected void
setupParameterOptions(SearchItemContext ctx, DateSearchItemWrapper searchItem)
-
Methods inherited from class com.evolveum.midpoint.gui.impl.component.search.factory.AbstractSearchItemWrapperFactory
create
-
-
-
-
Method Detail
-
createSearchWrapper
protected DateSearchItemWrapper createSearchWrapper(SearchItemContext ctx)
- Specified by:
createSearchWrapper
in classAbstractSearchItemWrapperFactory<XMLGregorianCalendar,DateSearchItemWrapper>
-
setupParameterOptions
protected void setupParameterOptions(SearchItemContext ctx, DateSearchItemWrapper searchItem)
- Overrides:
setupParameterOptions
in classAbstractSearchItemWrapperFactory<XMLGregorianCalendar,DateSearchItemWrapper>
-
match
public boolean match(SearchItemContext ctx)
- Specified by:
match
in classAbstractSearchItemWrapperFactory<XMLGregorianCalendar,DateSearchItemWrapper>
-
-