Class GetSelectedWidgetStatesTask
java.lang.Object
ch.tocco.nice2.optional.cms.impl.content.visibility.AbstractGetSelectStatesTask
ch.tocco.nice2.optional.cms.impl.content.visibility.GetSelectedWidgetStatesTask
- All Implemented Interfaces:
PersistTask<PrimaryKey, Map<String, Set<String>>>
Get selected widget states.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisSelected(ContentStatus status, PrimaryKey contentToSectionKey, CommandContext commandContext) Methods inherited from class AbstractGetSelectStatesTask
runMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
GetSelectedWidgetStatesTask
-
-
Method Details
-
isSelected
protected boolean isSelected(ContentStatus status, PrimaryKey contentToSectionKey, CommandContext commandContext) - Specified by:
isSelectedin classAbstractGetSelectStatesTask
-