| Package | Description |
|---|---|
| de.hybris.platform.commons.jalo | |
| de.hybris.platform.platformbackoffice.renderers |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<Document> |
GeneratedCommonsManager.ITEMDOCRRELATIONALLDOCUMENTSHANDLER
OneToManyHandler for handling 1:n ALLDOCUMENTS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
Document |
GeneratedCommonsManager.createDocument(java.util.Map attributeValues) |
Document |
GeneratedCommonsManager.createDocument(SessionContext ctx,
java.util.Map attributeValues) |
Document |
Format.format(Item item) |
Document |
Format.format(Item item,
Document doc)
Formats document using public Document format(final Item item, final Document doc) throws
JaloBusinessException
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Document> |
GeneratedCommonsManager.getAllDocuments(Item item)
Generated method - Getter of the
Item.allDocuments attribute. |
java.util.Collection<Document> |
GeneratedCommonsManager.getAllDocuments(SessionContext ctx,
Item item)
Generated method - Getter of the
Item.allDocuments attribute. |
java.util.Collection<Document> |
CommonsManager.getDocuments(Item item,
Format format) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCommonsManager.addToAllDocuments(Item item,
Document value)
Generated method - Adds
value to allDocuments. |
void |
GeneratedCommonsManager.addToAllDocuments(SessionContext ctx,
Item item,
Document value)
Generated method - Adds
value to allDocuments. |
Document |
Format.format(Item item,
Document doc)
Formats document using public Document format(final Item item, final Document doc) throws
JaloBusinessException
|
void |
GeneratedCommonsManager.removeFromAllDocuments(Item item,
Document value)
Generated method - Removes
value from allDocuments. |
void |
GeneratedCommonsManager.removeFromAllDocuments(SessionContext ctx,
Item item,
Document value)
Generated method - Removes
value from allDocuments. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCommonsManager.setAllDocuments(Item item,
java.util.Collection<Document> value)
Generated method - Setter of the
Item.allDocuments attribute. |
void |
GeneratedCommonsManager.setAllDocuments(SessionContext ctx,
Item item,
java.util.Collection<Document> value)
Generated method - Setter of the
Item.allDocuments attribute. |
void |
CommonsManager.setDocuments(Item item,
Format format,
java.util.Collection<Document> documents)
|
| Modifier and Type | Method and Description |
|---|---|
protected Document |
GenerateOutputDocumentPanelRenderer.createDocumentOfFormat(Format value,
Item jalo) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<Document> |
GenerateOutputDocumentPanelRenderer.findDocumentsOfFormat(Format value,
Item jalo) |
Copyright © 2018 SAP SE. All Rights Reserved.