Class UserRegistrationRelationMergeHandler
java.lang.Object
ch.tocco.nice2.entityoperation.spi.merge.ToManyRelationMergeHandler
ch.tocco.nice2.optional.reservation.impl.actions.mergehandler.UserRegistrationRelationMergeHandler
- All Implemented Interfaces:
RelationMergeHandler
-
Constructor Summary
ConstructorsConstructorDescriptionUserRegistrationRelationMergeHandler(Context context, TextResources textResources, SecurityManager securityManager, BusinessUnitManager businessUnitManager, DeleteService deleteService) -
Method Summary
Modifier and TypeMethodDescriptionprotected EntityMergeResultdoMergeRelation(RelationMergeContext mergeContext) mergeRelation(RelationMergeContext mergeContext) Merges the relation into the target entity.intpriority()The priority can be used to override the default handlers by using a higher priority than the default which is 0booleansupports(RelationModel relationModel)
-
Constructor Details
-
UserRegistrationRelationMergeHandler
public UserRegistrationRelationMergeHandler(Context context, TextResources textResources, SecurityManager securityManager, BusinessUnitManager businessUnitManager, DeleteService deleteService)
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceRelationMergeHandler- Overrides:
supportsin classToManyRelationMergeHandler- Returns:
- true if this handler supports merging the given relation model
-
mergeRelation
Description copied from interface:RelationMergeHandlerMerges the relation into the target entity.- Specified by:
mergeRelationin interfaceRelationMergeHandler- Overrides:
mergeRelationin classToManyRelationMergeHandler- Parameters:
mergeContext- contains the necessary data to perform the merge operation (like relation model and target entity)- Returns:
- merge result (for example skipped entities)
-
doMergeRelation
-
priority
public int priority()Description copied from interface:RelationMergeHandlerThe priority can be used to override the default handlers by using a higher priority than the default which is 0- Returns:
- the priority of this handler.
-