Class ProcessingChannel
java.lang.Object
com.elpical.jclaro.admin.ws.server.AdminChannel
com.elpical.jclaro.admin.ws.server.ProcessingChannel
- Direct Known Subclasses:
CroppingChannel
Holds all settings concerning a Processing Channel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns specific brand colors for the channelReturns specific grayscale settings for the channelgetImage()
Returns specific image settings for the channelReturns specific image enhancement settings for the channelgetPdf()
Returns specific PDF settings for the channelReturns specific quality check settings for the channelReturns specific selective color settings for the channelgetSize()
Returns specific size settings for the channelReturns specific workflow settings for the channelvoid
save(com.elpical.jclaro.database.entities.ClaroChannel aClaroChannel, boolean isNewChannel)
Save the Channel to the databasevoid
setBrandColors(List<BrandColor> brandColors)
Sets specific brand colorss for the channelvoid
setGrayScaleConversion(GrayScaleConversion grayScaleConversion)
Sets specific grayscale settings for the channelvoid
Sets specific image settings for the channelvoid
setImageEnhancement(ImageEnhancement imageEnhancement)
Sets specific image enhancement settings for the channelvoid
Sets specific PDF settings for the channelvoid
setQualityCheck(QualityCheck qualityCheck)
Sets specific quality check settings for the channelvoid
setSelectiveColorSettings(List<SelectiveColorSetting> selectiveColorSettings)
Sets specific selective color settings for the channelvoid
Sets specific size settings for the channelvoid
setWorkFlow(WorkFlow workFlow)
Sets specific workflow settings for the channelMethods inherited from class com.elpical.jclaro.admin.ws.server.AdminChannel
getChannelAttributes, getChannelInfo, getInput, getIsNewReturnOnce, getName, getNummer, getOutput, setChannelAttributes, setChannelInfo, setInput, setIsNewReturnOnce, setName, setNummer, setOutput
-
Constructor Details
-
ProcessingChannel
public ProcessingChannel()Empty constructor -
ProcessingChannel
-
-
Method Details
-
getGrayScaleConversion
Returns specific grayscale settings for the channel- Returns:
- Specific grayscale settings for the channel
-
setGrayScaleConversion
Sets specific grayscale settings for the channel- Parameters:
grayScaleConversion
- Specific grayscale settings for the channel
-
getImage
Returns specific image settings for the channel- Returns:
- Specific image settings for the channel
-
setImage
Sets specific image settings for the channel- Parameters:
image
- Specific image settings for the channel
-
getImageEnhancement
Returns specific image enhancement settings for the channel- Returns:
- Specific image enhancement settings for the channel
-
setImageEnhancement
Sets specific image enhancement settings for the channel- Parameters:
imageEnhancement
- Specific image enhancement settings for the channel
-
getPdf
Returns specific PDF settings for the channel- Returns:
- Specific PDF settings for the channel
-
setPdf
Sets specific PDF settings for the channel- Parameters:
pdf
- Specific PDF settings for the channel
-
getQualityCheck
Returns specific quality check settings for the channel- Returns:
- Specific quality check settings for the channel
-
setQualityCheck
Sets specific quality check settings for the channel- Parameters:
qualityCheck
- Specific quality check settings for the channel
-
getSize
Returns specific size settings for the channel- Returns:
- Specific size settings for the channel
-
setSize
Sets specific size settings for the channel- Parameters:
size
- Specific size settings for the channel
-
getWorkFlow
Returns specific workflow settings for the channel- Returns:
- Specific workflow settings for the channel
-
setWorkFlow
Sets specific workflow settings for the channel- Parameters:
workFlow
- Specific workflow settings for the channel
-
getSelectiveColorSettings
Returns specific selective color settings for the channel- Returns:
- Specific selective color settings for the channel
-
setSelectiveColorSettings
Sets specific selective color settings for the channel- Parameters:
selectiveColorSettings
- Specific selective color settings for the channel
-
getBrandColors
Returns specific brand colors for the channel- Returns:
- Specific brand colors for the channel
-
setBrandColors
Sets specific brand colorss for the channel- Parameters:
brandColors
- Specific brand colors for the channel
-
save
public void save(com.elpical.jclaro.database.entities.ClaroChannel aClaroChannel, boolean isNewChannel)Description copied from class:AdminChannel
Save the Channel to the database- Overrides:
save
in classAdminChannel
-