Class PluginPrintServiceParams
- java.lang.Object
-
- de.xima.fc.plugin.models.params.print.PluginPrintServiceParams
-
- All Implemented Interfaces:
IPluginParameters
,IPluginFormPreviewParams
,Serializable
@Deprecated public class PluginPrintServiceParams extends Object implements IPluginFormPreviewParams
Deprecated.The corresponding plugin type was never called and will never have any function. If you have a class implementing this interface, you can safely delete it.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginPrintServiceParams(String url)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getPrintUrl()
Deprecated.
-
-
-
Constructor Detail
-
PluginPrintServiceParams
public PluginPrintServiceParams(String url)
Deprecated.
-
-
Method Detail
-
getPrintUrl
public String getPrintUrl()
Deprecated.- Specified by:
getPrintUrl
in interfaceIPluginFormPreviewParams
- Returns:
- The URL to print.
-
-