Uses of Class
de.hybris.platform.commons.jalo.Document
-
Packages that use Document Package Description de.hybris.platform.commons.jalo de.hybris.platform.platformbackoffice.renderers -
-
Uses of Document in de.hybris.platform.commons.jalo
Fields in de.hybris.platform.commons.jalo with type parameters of type Document Modifier and Type Field Description protected static OneToManyHandler<Document>GeneratedCommonsManager. ITEMDOCRRELATIONALLDOCUMENTSHANDLEROneToManyHandlerfor handling 1:n ALLDOCUMENTS's relation attributes from 'many' side.Methods in de.hybris.platform.commons.jalo that return Document Modifier and Type Method Description DocumentGeneratedCommonsManager. createDocument(SessionContext ctx, java.util.Map attributeValues)DocumentGeneratedCommonsManager. createDocument(java.util.Map attributeValues)DocumentFormat. format(Item item)DocumentFormat. format(Item item, Document doc)Formats document using public Document format(final Item item, final Document doc) throws JaloBusinessExceptionMethods in de.hybris.platform.commons.jalo that return types with arguments of type Document Modifier and Type Method Description java.util.Collection<Document>GeneratedCommonsManager. getAllDocuments(Item item)Generated method - Getter of theItem.allDocumentsattribute.java.util.Collection<Document>GeneratedCommonsManager. getAllDocuments(SessionContext ctx, Item item)Generated method - Getter of theItem.allDocumentsattribute.java.util.Collection<Document>CommonsManager. getDocuments(Item item, Format format)Methods in de.hybris.platform.commons.jalo with parameters of type Document Modifier and Type Method Description voidGeneratedCommonsManager. addToAllDocuments(Item item, Document value)Generated method - Addsvalueto allDocuments.voidGeneratedCommonsManager. addToAllDocuments(SessionContext ctx, Item item, Document value)Generated method - Addsvalueto allDocuments.DocumentFormat. format(Item item, Document doc)Formats document using public Document format(final Item item, final Document doc) throws JaloBusinessExceptionvoidGeneratedCommonsManager. removeFromAllDocuments(Item item, Document value)Generated method - Removesvaluefrom allDocuments.voidGeneratedCommonsManager. removeFromAllDocuments(SessionContext ctx, Item item, Document value)Generated method - Removesvaluefrom allDocuments.Method parameters in de.hybris.platform.commons.jalo with type arguments of type Document Modifier and Type Method Description voidGeneratedCommonsManager. setAllDocuments(Item item, java.util.Collection<Document> value)Generated method - Setter of theItem.allDocumentsattribute.voidGeneratedCommonsManager. setAllDocuments(SessionContext ctx, Item item, java.util.Collection<Document> value)Generated method - Setter of theItem.allDocumentsattribute.voidCommonsManager. setDocuments(Item item, Format format, java.util.Collection<Document> documents) -
Uses of Document in de.hybris.platform.platformbackoffice.renderers
Methods in de.hybris.platform.platformbackoffice.renderers that return Document Modifier and Type Method Description protected DocumentGenerateOutputDocumentPanelRenderer. createDocumentOfFormat(Format value, Item jalo)Methods in de.hybris.platform.platformbackoffice.renderers that return types with arguments of type Document Modifier and Type Method Description protected java.util.Collection<Document>GenerateOutputDocumentPanelRenderer. findDocumentsOfFormat(Format value, Item jalo)
-