Class AbstractGetSelectStatesTask

java.lang.Object
ch.tocco.nice2.optional.cms.impl.content.visibility.AbstractGetSelectStatesTask
All Implemented Interfaces:
PersistTask<PrimaryKey,Map<String,Set<String>>>
Direct Known Subclasses:
GetSelectedPageStatesTask, GetSelectedWidgetStatesTask

public abstract class AbstractGetSelectStatesTask extends Object implements PersistTask<PrimaryKey,Map<String,Set<String>>>
Base class for all tasks, which collect the selected states of a page. Takes the primary key of a Page_content_to_section entity and returns all selected states. The returned map contains the ID of a template as key and a set of the selected states as value.