| Package | Description |
|---|---|
| org.kuali.kra.printing.service | |
| org.kuali.kra.printing.service.impl | |
| org.kuali.kra.protocol.actions.print | |
| org.kuali.kra.util.watermark |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
WatermarkService.applyWatermark(byte[] pdfBytes,
WatermarkBean watermarkBean)
This method for applying watermark to the pdf.In this method the input pdfBytes are merged with watermark content and returns
the resultant pdf.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
WatermarkServiceImpl.applyWatermark(byte[] pdfBytes,
WatermarkBean watermarkBean)
This method for applying watermark to the pdf
|
| Modifier and Type | Method and Description |
|---|---|
WatermarkBean |
ProtocolPrintWatermarkBase.getInvalidWatermark()
This method is to return invalid watermark with respect to the protocol document status.
|
WatermarkBean |
ProtocolPrintWatermarkBase.getProtocolWatermarkBeanObject(String protocolStatusCode)
This method for getting the watermark from the database.
|
WatermarkBean |
ProtocolPrintWatermarkBase.getWatermark()
This method is to return appropriate watermark with respect to the protocol document status.
|
WatermarkBean |
ProtocolPrintWatermarkBase.getWatermarkBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolPrintWatermarkBase.setWatermarkBean(WatermarkBean watermarkBean) |
| Modifier and Type | Method and Description |
|---|---|
WatermarkBean |
Watermarkable.getInvalidWatermark()
This method sets the invalid watermark bean.
|
WatermarkBean |
Watermarkable.getWatermark()
This method sets the appropriate watermark
bean with respect to the module.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.