Uses of Class
de.hybris.platform.commons.model.FormatModel
Packages that use FormatModel
Package
Description
Contains generated models for each type of de.hybris.platform.commons.jalo package.
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 FormatModelModifier and TypeMethodDescriptionDocumentModel.getFormat()Generated method - Getter of theDocument.formatattribute defined at extensioncommons.Methods in de.hybris.platform.commons.model that return types with arguments of type FormatModelModifier and TypeMethodDescriptionMediaFormatterModel.getFormats()Generated method - Getter of theMediaFormatter.formatsattribute defined at extensioncommons.Methods in de.hybris.platform.commons.model with parameters of type FormatModelModifier and TypeMethodDescriptionvoidDocumentModel.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 FormatModelModifier and TypeMethodDescriptionvoidMediaFormatterModel.setFormats(Collection<FormatModel> value) Generated method - Setter ofMediaFormatter.formatsattribute defined at extensioncommons.Constructors in de.hybris.platform.commons.model with parameters of type FormatModelModifierConstructorDescriptionDocumentModel(CatalogVersionModel _catalogVersion, 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, 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 FormatModelModifier and TypeMethodDescriptionComposedTypeModel.getFormats()Generated method - Getter of theComposedType.formatsattribute defined at extensioncommons.Method parameters in de.hybris.platform.core.model.type with type arguments of type FormatModelModifier and TypeMethodDescriptionvoidComposedTypeModel.setFormats(Collection<FormatModel> value) Generated method - Setter ofComposedType.formatsattribute defined at extensioncommons.