| Package | Description |
|---|---|
| de.hybris.platform.print.comet | |
| de.hybris.platform.print.comet.utils | |
| de.hybris.platform.print.jalo | |
| de.hybris.platform.print.util |
| Modifier and Type | Method and Description |
|---|---|
PrintPublication |
SessionManager.getPublication()
Returns the publication that is currently used in the Comet.
|
PrintPublication |
DefaultSessionManager.getPublication() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManager.setPublication(PrintPublication publication)
Sets the publication that should be used by Comet in the current session.
|
void |
DefaultSessionManager.setPublication(PrintPublication publication) |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends PrintPublication> |
CometPrintTools.getPublications() |
| Modifier and Type | Method and Description |
|---|---|
static PageModel |
CometFileHandler.getPageById(String id,
PrintPublication publication,
ModelService modelService) |
| Constructor and Description |
|---|
PriceTools(Product p,
PrintPublication pub) |
| Modifier and Type | Class and Description |
|---|---|
class |
Publication |
| Modifier and Type | Method and Description |
|---|---|
static String |
PagePreviewTools.changeFileIDString(String oldFileID,
PrintPublication publication)
Change the given filename from the .crpt script (pdf: pagepreview_pdf_timestamp_indesignfilename.pdf, image:
pagepreview_img_timestamp_full_(pagenumber)_indesignfilename.jpg) into a better media code (pdf:
pdfprefix+page.pk+timestamp, image: imageprefix+page.pk+timestamp+imagenumber) This method also works if instead the
indesignfilename the page id is trasmitted.
|
static Item |
PagePreviewTools.getPageByIdentifier(String id,
PrintPublication publication) |
static Collection<CometFile> |
PagePreviewTools.getPagePreviewPDFMedias(String scriptstring,
PrintPublication publication)
Returns for the given String which has to start with
PrintConstants.PAGEPREVIEW_PDF_PREFIX and the given
PrintPublication the Page from this publication. |
PriceContainer |
PriceUtilsImpl.getPriceContainer(Product product,
PrintPublication publication) |
PriceContainer |
PriceUtils.getPriceContainer(Product product,
PrintPublication publication) |
void |
PriceUtilsImpl.initialize(Product product,
PrintPublication publication)
Initializes bean with new
Product and PrintPublication (if given). |
Copyright © 2017 SAP SE. All Rights Reserved.