Class EntityMergeActionFactory
java.lang.Object
ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
ch.tocco.nice2.netui.impl.actions.entityoperation.EntityMergeActionFactory
- All Implemented Interfaces:
ActionFactory
Provides the entity merge action (old and new) to the gui (in the legacy client).
Also see
for the new client.
invalid reference
EntityMergeActionFormInterceptor
-
Field Summary
Fields inherited from class ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
actionBuilder
Fields inherited from interface ch.tocco.nice2.netui.spi.actions.ActionFactory
DISABLE_ACTION, HIGH_PRIORITY, LOW_PRIORITY, PERFORM_DENIED_KEY, REMOVE_ACTION
-
Constructor Summary
ConstructorDescriptionEntityMergeActionFactory
(ActionsBuilder actionBuilder, DataModel dataModel, org.slf4j.Logger log) -
Method Summary
Modifier and TypeMethodDescriptioncreateActions
(Situation situation) Create a newActionGroupModel
for the specified situation.Methods inherited from class ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
addSeparator, addToList, asCollection, getEntityName, getPrimaryKey, isEntity, isForm, isPlace, isScope, isScreen
-
Field Details
-
ENTITY_MERGE_ACTION_ID
- See Also:
-
-
Constructor Details
-
EntityMergeActionFactory
public EntityMergeActionFactory(ActionsBuilder actionBuilder, DataModel dataModel, org.slf4j.Logger log)
-
-
Method Details
-
createActions
Description copied from interface:ActionFactory
Create a newActionGroupModel
for the specified situation.- Returns:
null
if this factory provides no actions for this situation.
-