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
-
Method Summary
Modifier and TypeMethodDescriptionprotected PrismReferenceValue
createNewValue
(PrismReference item) createValueWrapper
(PrismReferenceWrapper<R> parent, PrismReferenceValue value, ValueStatus status, WrapperContext context) 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, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue, skipCreateWrapper
-
Constructor Details
-
ChildOfReportParamWrapperFactory
public ChildOfReportParamWrapperFactory()
-
-
Method Details
-
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
- 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
- Overrides:
registerWrapperPanel
in classPrismReferenceWrapperFactory<R extends Referencable>
-
setupWrapper
- Overrides:
setupWrapper
in classPrismReferenceWrapperFactory<R extends Referencable>
-