Uses of Class
de.hybris.platform.commons.model.FormatModel
-
Packages that use FormatModel Package Description de.hybris.platform.commons.model Contains generated models for each type of de.hybris.platform.commons.jalo package.de.hybris.platform.core.model.type Contains generated models for each type of de.hybris.platform.jalo.type package. -
-
Uses of FormatModel in de.hybris.platform.commons.model
Methods in de.hybris.platform.commons.model that return FormatModel Modifier and Type Method Description FormatModelDocumentModel. getFormat()Generated method - Getter of theDocument.formatattribute defined at extensioncommons.Methods in de.hybris.platform.commons.model that return types with arguments of type FormatModel Modifier and Type Method Description java.util.Collection<FormatModel>MediaFormatterModel. getFormats()Generated method - Getter of theMediaFormatter.formatsattribute defined at extensioncommons.Methods in de.hybris.platform.commons.model with parameters of type FormatModel Modifier and Type Method Description voidDocumentModel. setFormat(FormatModel value)Generated method - Initial setter ofDocument.formatattribute defined at extensioncommons.Method parameters in de.hybris.platform.commons.model with type arguments of type FormatModel Modifier and Type Method Description voidMediaFormatterModel. setFormats(java.util.Collection<FormatModel> value)Generated method - Setter ofMediaFormatter.formatsattribute defined at extensioncommons.Constructors in de.hybris.platform.commons.model with parameters of type FormatModel Constructor Description DocumentModel(CatalogVersionModel _catalogVersion, java.lang.String _code, FormatModel _format)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDocumentModel(CatalogVersionModel _catalogVersion, java.lang.String _code, FormatModel _format, ItemModel _owner, ItemModel _sourceItem)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of FormatModel in de.hybris.platform.core.model.type
Methods in de.hybris.platform.core.model.type that return types with arguments of type FormatModel Modifier and Type Method Description java.util.Collection<FormatModel>ComposedTypeModel. getFormats()Generated method - Getter of theComposedType.formatsattribute defined at extensioncommons.Method parameters in de.hybris.platform.core.model.type with type arguments of type FormatModel Modifier and Type Method Description voidComposedTypeModel. setFormats(java.util.Collection<FormatModel> value)Generated method - Setter ofComposedType.formatsattribute defined at extensioncommons.
-