Class AbstractActionFactory
java.lang.Object
ch.tocco.nice2.netui.spi.actions.AbstractActionFactory
- All Implemented Interfaces:
ActionFactory
- Direct Known Subclasses:
AbstractEntityActionsFactory, AbstractModelActionFactory, AcceptConflictActionFactory, ActionsModelFactory, EvaluationQuestionLogicCopyActionFactory, EventLogicCopyActionFactory, ExportingActionFactory, GenericLabelActionFactory, GridUserSettingActionFactory, HistoryActionFactory, ImportingActionFactory, OpenDmsNodeActionFactory, OrderPositionActionFactory, QuestionLogicCopyActionFactory, QuestionnaireLogicCopyActionFactory, ReportingLogicCopyActionFactory, RoomProposalActionFactory, ShowDocumentsActionFactory, SingleMarkActionFactory, ZipFileImportActionFactory
Deprecated.
-
Field Summary
FieldsFields inherited from interface ActionFactory
DISABLE_ACTION, HIGH_PRIORITY, LOW_PRIORITY, PERFORM_DENIED_KEY, REMOVE_ACTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddSeparator(List<ActionModel> actionList) Deprecated.protected ActionModeladdToList(List<ActionModel> actionList, @Nullable ActionModel action) Deprecated.Adds the action preserving the order as they were added to this list.protected Collection<ActionModel> asCollection(ActionModel... actions) Deprecated.Adds the given actions to a collection.protected @Nullable StringgetEntityName(Situation sit) Deprecated.Returns the entity-name if it is available via the specified situation object.protected @Nullable StringgetPrimaryKey(Situation sit) Deprecated.Returns the primary key if it is available from the specified situation.Deprecated.Returns aPredicatewhich evaluates totrue, if the appliedSituationis providing a entity name (likeSituationWithEntityNamefor list forms orSituationWithEntityfor detail forms) and the entity name equals the specified entity name.Deprecated.Deprecated.Deprecated.Deprecated.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ActionFactory
createActions
-
Field Details
-
actionBuilder
Deprecated.
-
-
Constructor Details
-
AbstractActionFactory
Deprecated.
-
-
Method Details
-
addToList
protected ActionModel addToList(List<ActionModel> actionList, @Nullable @Nullable ActionModel action) Deprecated.Adds the action preserving the order as they were added to this list.If the position property is set, it will not be changed.
- Parameters:
action- the action to add, may be null so nothing is added- Returns:
- the action that was added to the list (and potentially the position property changed)
-
addSeparator
Deprecated. -
asCollection
Deprecated.Adds the given actions to a collection. -
isScope
-
isScreen
-
isPlace
-
isEntity
Deprecated.Returns aPredicatewhich evaluates totrue, if the appliedSituationis providing a entity name (likeSituationWithEntityNamefor list forms orSituationWithEntityfor detail forms) and the entity name equals the specified entity name. -
isForm
-
getEntityName
-
getPrimaryKey
-