Uses of Class
de.hybris.platform.cmsfacades.util.models.MediaModelMother.MediaTemplate
-
Packages that use MediaModelMother.MediaTemplate Package Description de.hybris.platform.cmsfacades.util.models -
-
Uses of MediaModelMother.MediaTemplate in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return MediaModelMother.MediaTemplate Modifier and Type Method Description static MediaModelMother.MediaTemplateMediaModelMother.MediaTemplate. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MediaModelMother.MediaTemplate[]MediaModelMother.MediaTemplate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.cmsfacades.util.models with parameters of type MediaModelMother.MediaTemplate Modifier and Type Method Description MediaModelMediaModelMother. createMediaModel(CatalogVersionModel catalogVersion, MediaModelMother.MediaTemplate template)protected MediaModelMediaModelMother. createMediaModelWithCode(CatalogVersionModel catalogVersion, MediaModelMother.MediaTemplate template, java.lang.String code)protected MediaModelMediaModelMother. createMediaModelWithFormat(CatalogVersionModel catalogVersion, MediaModelMother.MediaTemplate template, MediaFormatModel mediaFormat)
-