Uses of Class
de.hybris.platform.cmsfacades.types.ComponentTypeNotFoundException
-
-
Uses of ComponentTypeNotFoundException in de.hybris.platform.cmsfacades.types
Methods in de.hybris.platform.cmsfacades.types that throw ComponentTypeNotFoundException Modifier and Type Method Description ComponentTypeDataComponentTypeFacade. getCmsItemTypeByCodeAndMode(java.lang.String code, java.lang.String mode, boolean readOnly)Get a single cms item type structure.ComponentTypeDataComponentTypeFacade. getComponentTypeByCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useComponentTypeFacade.getCmsItemTypeByCodeAndMode(String, String, boolean)ComponentTypeDataComponentTypeFacade. getComponentTypeByCodeAndMode(java.lang.String code, java.lang.String mode)Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useComponentTypeFacade.getCmsItemTypeByCodeAndMode(String, String, boolean)voidAbstractComponentTypeFacadeIntegrationTest. shouldGetCategoryPageComponentType_FromSingleType()voidAbstractComponentTypeFacadeIntegrationTest. shouldGetContentPageComponentType_FromSingleType()voidAbstractComponentTypeFacadeIntegrationTest. testAllComponentTypeStructuresArePresent() -
Uses of ComponentTypeNotFoundException in de.hybris.platform.cmsfacades.types.impl
Methods in de.hybris.platform.cmsfacades.types.impl that throw ComponentTypeNotFoundException Modifier and Type Method Description ComponentTypeDataDefaultComponentTypeFacade. getCmsItemTypeByCodeAndMode(java.lang.String code, java.lang.String mode, boolean readOnly)ComponentTypeDataDefaultComponentTypeFacade. getComponentTypeByCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.ComponentTypeDataDefaultComponentTypeFacade. getComponentTypeByCodeAndMode(java.lang.String code, java.lang.String mode)Deprecated, for removal: This API element is subject to removal in a future version.protected ComponentTypeStructureDefaultComponentTypeFacade. getComponentTypeStructureByCode(java.lang.String code)Returns aComponentTypeStructureby its code. -
Uses of ComponentTypeNotFoundException in de.hybris.platform.cmsfacades.types.service.impl
Methods in de.hybris.platform.cmsfacades.types.service.impl that throw ComponentTypeNotFoundException Modifier and Type Method Description voidDefaultStructureTypeModeServiceIntegrationTest. testCMSLinkComponentByModeDEFAULT_shouldNotReturnExcludedAttributes()voidDefaultStructureTypeModeServiceIntegrationTest. testCMSTimeRestrictionByModeDEFAULT_shouldNotReturnExcludedAttributesFromAbstractRestriction()voidDefaultStructureTypeModeServiceIntegrationTest. testCMSTimeRestrictionByModeDEFAULTWithAttributePermissions_nameShouldNotBeEditableForCmsEditor()voidDefaultStructureTypeModeServiceIntegrationTest. testProductCarouselComponentModelByModeDEFAULT_shouldNotReturnExcludedAttributes() -
Uses of ComponentTypeNotFoundException in de.hybris.platform.cmswebservices.types.controller
Methods in de.hybris.platform.cmswebservices.types.controller that throw ComponentTypeNotFoundException Modifier and Type Method Description ComponentTypeDataTypeController. getComponentTypeByCode(java.lang.String code, java.lang.Boolean readOnly)ComponentTypeListDataTypeController. getComponentTypeByCodeAndMode(java.lang.String code, java.lang.String mode, java.lang.Boolean readOnly)
-