Class GoLiveQueueOrganizer
java.lang.Object
org.craftercms.studio.impl.v1.util.GoLiveQueueOrganizer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContentItemTO.ChildFilterprotected ContentServiceprotected static final org.slf4j.Logger -
Constructor Summary
ConstructorsConstructorDescriptionGoLiveQueueOrganizer(ContentService contentService, ContentItemTO.ChildFilter childFilter) -
Method Summary
Modifier and TypeMethodDescriptionprotected void_addToCategoryList(List<ContentItemTO> categoryItems, String site, ContentItemTO node, boolean includeInProgress, DmContentItemComparator comparator) protected voidaddThis(List<ContentItemTO> categoryItems, DmContentItemComparator comparator, ContentItemTO itemToAdd, boolean includeInProgress) voidaddToGoLiveItems(String site, ContentItemTO node, List<ContentItemTO> categoryItems, DmContentItemComparator comparator, boolean includeInProgress, List<String> displayPatterns)
-
Field Details
-
logger
protected static final org.slf4j.Logger logger -
contentService
-
childFilter
-
-
Constructor Details
-
GoLiveQueueOrganizer
-
-
Method Details
-
addToGoLiveItems
public void addToGoLiveItems(String site, ContentItemTO node, List<ContentItemTO> categoryItems, DmContentItemComparator comparator, boolean includeInProgress, List<String> displayPatterns) throws ServiceLayerException - Throws:
ServiceLayerException
-
_addToCategoryList
protected void _addToCategoryList(List<ContentItemTO> categoryItems, String site, ContentItemTO node, boolean includeInProgress, DmContentItemComparator comparator) -
addThis
protected void addThis(List<ContentItemTO> categoryItems, DmContentItemComparator comparator, ContentItemTO itemToAdd, boolean includeInProgress)
-