Uses of Class
de.hybris.platform.cockpit.services.celum.impl.CelumNotAvailableException
Packages that use CelumNotAvailableException
Package
Description
-
Uses of CelumNotAvailableException in de.hybris.platform.cockpit.model.referenceeditor.celum.impl
Methods in de.hybris.platform.cockpit.model.referenceeditor.celum.impl that throw CelumNotAvailableExceptionModifier and TypeMethodDescriptionCelumMediaEditorBase.getCelumParameters(Map<String, ? extends Object> parameters) Gets the celum parameters.CelumMediaReferenceUIEditor.getCelumParameters(Map<String, ? extends Object> parameters) Deprecated.CelumSimpleMediaReferenceUIEditor.getCelumParameters(Map<String, ? extends Object> parameters) Deprecated.protected StringGets the link to the celum system.protected StringDeprecated.protected StringDeprecated.since 6.3, useCelumMediaEditorBase.getLink(Map, boolean)insteadprotected booleanCelumMediaEditorBase.isSynchronized(Object editorValue) Checks if is synchronized.protected booleanCelumMediaReferenceUIEditor.isSynchronized()Deprecated.protected booleanCelumSimpleMediaReferenceUIEditor.isSynchronized()Deprecated.since 6.3, useCelumMediaEditorBase.isSynchronized(Object)insteadConstructors in de.hybris.platform.cockpit.model.referenceeditor.celum.impl that throw CelumNotAvailableExceptionModifierConstructorDescriptionCelumSynchPopup(CockpitCelumDelegate delegate, TypedObject celumAsset, EditorListener listener) -
Uses of CelumNotAvailableException in de.hybris.platform.cockpit.services.celum
Methods in de.hybris.platform.cockpit.services.celum that throw CelumNotAvailableExceptionModifier and TypeMethodDescriptionvoidCockpitCelumDelegate.createSynchPopup(org.zkoss.zk.ui.Component button, TypedObject celumAsset, EditorListener listener) Creates a Celum Asset Synchronization popup dialog to be used in a Cockpit.Returns a link to be used when opening Celum Imagine from within a Cockpit application.CockpitCelumDelegate.getCelumLink(String celumAssetId, Map<String, String> params) Returns a link to be used when opening Celum Imagine from within a Cockpit application.CockpitCelumDelegate.getLocalMediaUrl(TypedObject celumAsset) Returns the URL of the local version of the Celum asset.CockpitCelumDelegate.getMediaUrl(TypedObject celumAsset) Returns the URL of the current Celum version of the Celum asset.CockpitCelumDelegate.getOriginalMediaFormat()Gets the original media format.booleanCockpitCelumDelegate.isCelumAssetValid(TypedObject celumAsset) Checks if is celum asset valid.booleanCockpitCelumDelegate.isSynchronized(TypedObject celumAsset) Checks if is synchronized.voidCockpitCelumDelegate.synchronize(TypedObject celumAsset) Synchronize celum asset with current image in celum.voidCockpitCelumDelegate.unSynchronize(TypedObject celumAsset) Un synchronize. -
Uses of CelumNotAvailableException in de.hybris.platform.cockpit.services.celum.impl
Methods in de.hybris.platform.cockpit.services.celum.impl that throw CelumNotAvailableExceptionModifier and TypeMethodDescriptionvoidDefaultCockpitCelumDelegate.createSynchPopup(org.zkoss.zk.ui.Component button, TypedObject celumAsset, EditorListener listener) DefaultCockpitCelumDelegate.getCelumLink(ItemModel item, String celumAssetId, Map<String, String> params) DefaultCockpitCelumDelegate.getCelumLink(String celumAssetId, Map<String, String> params) DefaultCockpitCelumDelegate.getLocalMediaUrl(TypedObject celumAsset) DefaultCockpitCelumDelegate.getMediaUrl(TypedObject celumAsset) DefaultCockpitCelumDelegate.getOriginalMediaFormat()booleanDefaultCockpitCelumDelegate.isCelumAssetValid(TypedObject celumAsset) booleanDefaultCockpitCelumDelegate.isSynchronized(TypedObject celumAsset) voidDefaultCockpitCelumDelegate.synchronize(TypedObject celumAsset) voidDefaultCockpitCelumDelegate.unSynchronize(TypedObject celumAsset)
CelumMediaEditorBase.getCelumParameters(Map)instead