Uses of Class
de.hybris.platform.commons.jalo.Format
-
Packages that use Format Package Description de.hybris.platform.commons.jalo de.hybris.platform.platformbackoffice.renderers de.hybris.platform.productcockpit.services.product.impl -
-
Uses of Format in de.hybris.platform.commons.jalo
Methods in de.hybris.platform.commons.jalo that return Format Modifier and Type Method Description FormatGeneratedCommonsManager. createFormat(SessionContext ctx, java.util.Map attributeValues)FormatGeneratedCommonsManager. createFormat(java.util.Map attributeValues)FormatGeneratedDocument. getFormat()Generated method - Getter of theDocument.formatattribute.FormatGeneratedDocument. getFormat(SessionContext ctx)Generated method - Getter of theDocument.formatattribute.Methods in de.hybris.platform.commons.jalo that return types with arguments of type Format Modifier and Type Method Description java.util.List<Format>CommonsManager. getFormats(SessionContext ctx, ComposedType ct)java.util.List<Format>CommonsManager. getFormats(ComposedType ct)java.util.Collection<Format>GeneratedCommonsManager. getFormats(SessionContext ctx, ComposedType item)Generated method - Getter of theComposedType.formatsattribute.java.util.Collection<Format>GeneratedCommonsManager. getFormats(ComposedType item)Generated method - Getter of theComposedType.formatsattribute.java.util.Collection<Format>GeneratedMediaFormatter. getFormats()Generated method - Getter of theMediaFormatter.formatsattribute.java.util.Collection<Format>GeneratedMediaFormatter. getFormats(SessionContext ctx)Generated method - Getter of theMediaFormatter.formatsattribute.java.util.Collection<Format>CommonsManager. getFormatsForItem(Item item)Methods in de.hybris.platform.commons.jalo with parameters of type Format Modifier and Type Method Description voidGeneratedCommonsManager. addToFormats(SessionContext ctx, ComposedType item, Format value)Generated method - Addsvalueto formats.voidGeneratedCommonsManager. addToFormats(ComposedType item, Format value)Generated method - Addsvalueto formats.voidGeneratedMediaFormatter. addToFormats(Format value)Generated method - Addsvalueto formats.voidGeneratedMediaFormatter. addToFormats(SessionContext ctx, Format value)Generated method - Addsvalueto formats.java.util.Collection<Document>CommonsManager. getDocuments(Item item, Format format)voidGeneratedCommonsManager. removeFromFormats(SessionContext ctx, ComposedType item, Format value)Generated method - Removesvaluefrom formats.voidGeneratedCommonsManager. removeFromFormats(ComposedType item, Format value)Generated method - Removesvaluefrom formats.voidGeneratedMediaFormatter. removeFromFormats(Format value)Generated method - Removesvaluefrom formats.voidGeneratedMediaFormatter. removeFromFormats(SessionContext ctx, Format value)Generated method - Removesvaluefrom formats.voidCommonsManager. setDocuments(Item item, Format format, java.util.Collection<Document> documents)protected voidGeneratedDocument. setFormat(Format value)Generated method - Setter of theDocument.formatattribute.protected voidGeneratedDocument. setFormat(SessionContext ctx, Format value)Generated method - Setter of theDocument.formatattribute.Method parameters in de.hybris.platform.commons.jalo with type arguments of type Format Modifier and Type Method Description voidGeneratedCommonsManager. setFormats(SessionContext ctx, ComposedType item, java.util.Collection<Format> value)Generated method - Setter of theComposedType.formatsattribute.voidGeneratedCommonsManager. setFormats(ComposedType item, java.util.Collection<Format> value)Generated method - Setter of theComposedType.formatsattribute.voidGeneratedMediaFormatter. setFormats(SessionContext ctx, java.util.Collection<Format> value)Generated method - Setter of theMediaFormatter.formatsattribute.voidGeneratedMediaFormatter. setFormats(java.util.Collection<Format> value)Generated method - Setter of theMediaFormatter.formatsattribute. -
Uses of Format in de.hybris.platform.platformbackoffice.renderers
Methods in de.hybris.platform.platformbackoffice.renderers that return types with arguments of type Format Modifier and Type Method Description protected java.util.Collection<Format>GenerateOutputDocumentPanelRenderer. getFormatsForItem(Item jalo)Methods in de.hybris.platform.platformbackoffice.renderers with parameters of type Format Modifier and Type Method Description protected DocumentGenerateOutputDocumentPanelRenderer. createDocumentOfFormat(Format value, Item jalo)protected java.util.Collection<Document>GenerateOutputDocumentPanelRenderer. findDocumentsOfFormat(Format value, Item jalo) -
Uses of Format in de.hybris.platform.productcockpit.services.product.impl
Methods in de.hybris.platform.productcockpit.services.product.impl that return Format Modifier and Type Method Description protected FormatProductServiceImpl. getFormat(java.lang.String code, Item item)
-