Class ChildOfReportParamWrapperFactory<R extends Referencable>
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismReferenceWrapper<R>,PrismReferenceValue,PrismReference,PrismReferenceValueWrapperImpl<R>>
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.PrismReferenceWrapperFactory<R>
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.ChildOfReportParamWrapperFactory<R>
-
- All Implemented Interfaces:
ItemWrapperFactory<PrismReferenceWrapper<R>,PrismReferenceValueWrapperImpl<R>,PrismReferenceValue>
,WrapperFactory
@Component public class ChildOfReportParamWrapperFactory<R extends Referencable> extends PrismReferenceWrapperFactory<R>
- Author:
- katka
-
-
Constructor Summary
Constructors Constructor Description ChildOfReportParamWrapperFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PrismReferenceValue
createNewValue(PrismReference item)
PrismReferenceValueWrapperImpl<R>
createValueWrapper(PrismReferenceWrapper<R> parent, PrismReferenceValue value, ValueStatus status, WrapperContext context)
PrismReferenceWrapper<R>
createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context)
protected PrismReferenceWrapper<R>
createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx)
int
getOrder()
<C extends Containerable>
booleanmatch(ItemDefinition<?> def, PrismContainerValue<C> parent)
void
registerWrapperPanel(PrismReferenceWrapper<R> wrapper)
protected void
setupWrapper(PrismReferenceWrapper<R> wrapper)
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismReferenceWrapperFactory
match, register
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue
-
-
-
-
Method Detail
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent)
-
getOrder
public int getOrder()
- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismReferenceWrapperFactory<R extends Referencable>
-
createWrapper
public PrismReferenceWrapper<R> createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) throws SchemaException
- Specified by:
createWrapper
in interfaceItemWrapperFactory<PrismReferenceWrapper<R extends Referencable>,PrismReferenceValueWrapperImpl<R extends Referencable>,PrismReferenceValue>
- Overrides:
createWrapper
in classItemWrapperFactoryImpl<PrismReferenceWrapper<R extends Referencable>,PrismReferenceValue,PrismReference,PrismReferenceValueWrapperImpl<R extends Referencable>>
- Throws:
SchemaException
-
createNewValue
protected PrismReferenceValue createNewValue(PrismReference item)
- Overrides:
createNewValue
in classPrismReferenceWrapperFactory<R extends Referencable>
-
createWrapperInternal
protected PrismReferenceWrapper<R> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx)
- Overrides:
createWrapperInternal
in classPrismReferenceWrapperFactory<R extends Referencable>
-
createValueWrapper
public PrismReferenceValueWrapperImpl<R> createValueWrapper(PrismReferenceWrapper<R> parent, PrismReferenceValue value, ValueStatus status, WrapperContext context)
- Specified by:
createValueWrapper
in interfaceItemWrapperFactory<PrismReferenceWrapper<R extends Referencable>,PrismReferenceValueWrapperImpl<R extends Referencable>,PrismReferenceValue>
- Overrides:
createValueWrapper
in classPrismReferenceWrapperFactory<R extends Referencable>
-
registerWrapperPanel
public void registerWrapperPanel(PrismReferenceWrapper<R> wrapper)
- Overrides:
registerWrapperPanel
in classPrismReferenceWrapperFactory<R extends Referencable>
-
setupWrapper
protected void setupWrapper(PrismReferenceWrapper<R> wrapper)
- Overrides:
setupWrapper
in classPrismReferenceWrapperFactory<R extends Referencable>
-
-