public class DefaultBarcodeMediaService extends java.lang.Object implements BarcodeMediaService
| Constructor and Description |
|---|
DefaultBarcodeMediaService() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
barcode(long deeplinkPk,
ItemModel target)
Generates a barcode media for the deeplink encoding of the requested item and deeplink
It will verify if the media already exists (for that particular deeplink and target)
and if it does not exists, it will create it create it.
|
void |
setModelService(ModelService modelService) |
public java.lang.String barcode(long deeplinkPk,
ItemModel target)
BarcodeMediaServicebarcode in interface BarcodeMediaServicedeeplinkPk - the deeplink pktarget - the targetpublic void setModelService(ModelService modelService)
modelService - the modelService to setCopyright © 2018 SAP SE. All Rights Reserved.