Class ImportingActionFactory
java.lang.Object
ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
ch.tocco.nice2.entityoperation.impl.action.ImportingActionFactory
- All Implemented Interfaces:
ActionFactory
Adds csv import action to the "Actions" action group if the currently logged in user has create permissions on the
current entity (in the legacy client).
Also see
for the new client.
invalid reference
ImportActionFormInterceptor
-
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
ConstructorDescriptionImportingActionFactory
(ActionsBuilder actionsBuilder, CommandExecutor commandExecutor, Context context) -
Method Summary
Modifier and TypeMethodDescription@Nullable Collection
<ActionModel> createActions
(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
-
Constructor Details
-
ImportingActionFactory
public ImportingActionFactory(ActionsBuilder actionsBuilder, CommandExecutor commandExecutor, Context context)
-
-
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.
-