Class TrashContentPagePopulator
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.populators.TrashContentPagePopulator
public class TrashContentPagePopulator
extends Object
implements Populator<Map<String,Object>,ItemModel>
TrashContentPagePopulator populator for cmsfacades is used to ensure that a page that is being moved to the trash bin contains
the right information (e.g., cannot have a homepage flag).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisPageInTrash(ContentPageModel contentPageModel) voidPopulate the target instance with values from the source instance.
-
Constructor Details
-
TrashContentPagePopulator
public TrashContentPagePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance. -
isPageInTrash
-