Uses of Class
de.hybris.platform.cmsfacades.data.CMSWorkflowEditableItemData
-
Packages that use CMSWorkflowEditableItemData Package Description de.hybris.platform.cmsfacades.workflow de.hybris.platform.cmsfacades.workflow.impl -
-
Uses of CMSWorkflowEditableItemData in de.hybris.platform.cmsfacades.workflow
Methods in de.hybris.platform.cmsfacades.workflow that return types with arguments of type CMSWorkflowEditableItemData Modifier and Type Method Description java.util.List<CMSWorkflowEditableItemData>CMSWorkflowFacade. getSessionUserEditableItems(java.util.List<java.lang.String> itemUids)Returns a list ofCMSWorkflowEditableItemDatathat informs whether each item is editable or not by the session user. -
Uses of CMSWorkflowEditableItemData in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return CMSWorkflowEditableItemData Modifier and Type Method Description protected CMSWorkflowEditableItemDataDefaultCMSWorkflowFacadeTest. getEditableItemByUid(java.util.List<CMSWorkflowEditableItemData> editableItems, java.lang.String itemUid)protected CMSWorkflowEditableItemDataDefaultCMSWorkflowFacade. getSessionUserEditableItemData(CMSItemModel itemModel, boolean editableByCurrentUser)GeneratesCMSWorkflowEditableItemDatafromCMSItemModeland editableByCurrentUser attribute.Methods in de.hybris.platform.cmsfacades.workflow.impl that return types with arguments of type CMSWorkflowEditableItemData Modifier and Type Method Description java.util.List<CMSWorkflowEditableItemData>DefaultCMSWorkflowFacade. getSessionUserEditableItems(java.util.List<java.lang.String> itemUids)Method parameters in de.hybris.platform.cmsfacades.workflow.impl with type arguments of type CMSWorkflowEditableItemData Modifier and Type Method Description protected CMSWorkflowEditableItemDataDefaultCMSWorkflowFacadeTest. getEditableItemByUid(java.util.List<CMSWorkflowEditableItemData> editableItems, java.lang.String itemUid)
-