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 -
Method Summary
Modifier and TypeMethodDescriptionprotected PrismReferenceValuecreateNewValue(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) intgetOrder()<C extends Containerable>
booleanmatch(ItemDefinition<?> def, PrismContainerValue<C> parent) voidregisterWrapperPanel(PrismReferenceWrapper<R> wrapper) protected voidsetupWrapper(PrismReferenceWrapper<R> wrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismReferenceWrapperFactory
match, registerMethods 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:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismReferenceWrapperFactory<R extends Referencable>
-
createWrapper
public PrismReferenceWrapper<R> createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) throws SchemaException - Specified by:
createWrapperin interfaceItemWrapperFactory<PrismReferenceWrapper<R extends Referencable>,PrismReferenceValueWrapperImpl<R extends Referencable>, PrismReferenceValue> - Overrides:
createWrapperin classItemWrapperFactoryImpl<PrismReferenceWrapper<R extends Referencable>,PrismReferenceValue, PrismReference, PrismReferenceValueWrapperImpl<R extends Referencable>> - Throws:
SchemaException
-
createNewValue
- Overrides:
createNewValuein classPrismReferenceWrapperFactory<R extends Referencable>
-
createWrapperInternal
protected PrismReferenceWrapper<R> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) - Overrides:
createWrapperInternalin classPrismReferenceWrapperFactory<R extends Referencable>
-
createValueWrapper
public PrismReferenceValueWrapperImpl<R> createValueWrapper(PrismReferenceWrapper<R> parent, PrismReferenceValue value, ValueStatus status, WrapperContext context) - Specified by:
createValueWrapperin interfaceItemWrapperFactory<PrismReferenceWrapper<R extends Referencable>,PrismReferenceValueWrapperImpl<R extends Referencable>, PrismReferenceValue> - Overrides:
createValueWrapperin classPrismReferenceWrapperFactory<R extends Referencable>
-
registerWrapperPanel
- Overrides:
registerWrapperPanelin classPrismReferenceWrapperFactory<R extends Referencable>
-
setupWrapper
- Overrides:
setupWrapperin classPrismReferenceWrapperFactory<R extends Referencable>
-