public class CometConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_ACTION2COMETCONFIGRELATION
Generated relation code constant for relation
Action2CometConfigRelation defining source attribute actions in extension print. |
static String |
_GRID2COMETCONFIGRELATION
Generated relation code constant for relation
Grid2CometConfigRelation defining source attribute grids in extension print. |
static String |
_LAYOUTTEMPLATE2COMETCONFIGRELATION
Generated relation code constant for relation
LayoutTemplate2CometConfigRelation defining source attribute layoutTemplates in extension print. |
static String |
_PLACEHOLDER2COMETCONFIGRELATION
Generated relation code constant for relation
Placeholder2CometConfigRelation defining source attribute placeholders in extension print. |
static String |
_PLACEHOLDERTEMPLATE2COMETCONFIGRELATION
Generated relation code constant for relation
PlaceholderTemplate2CometConfigRelation defining source attribute placeholderTemplates in extension print. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIONS
Generated constant - Attribute key of
CometConfiguration.actions attribute defined at extension print. |
static String |
CODE
Generated constant - Attribute key of
CometConfiguration.code attribute defined at extension print. |
static String |
CONFIGURATIONFILES
Generated constant - Attribute key of
CometConfiguration.configurationFiles attribute defined at extension print. |
static String |
DEFAULTCONFIGURATION
Generated constant - Attribute key of
CometConfiguration.defaultConfiguration attribute defined at extension print. |
static String |
DEFAULTDELETEAUTOCOMETJOB
Generated constant - Attribute key of
CometConfiguration.defaultDeleteAutoCometJob attribute defined at extension print. |
static String |
GRIDS
Generated constant - Attribute key of
CometConfiguration.grids attribute defined at extension print. |
static String |
IMAGEROOT
Generated constant - Attribute key of
CometConfiguration.imageRoot attribute defined at extension print. |
static String |
LAYOUTTEMPLATES
Generated constant - Attribute key of
CometConfiguration.layoutTemplates attribute defined at extension print. |
static String |
NAME
Generated constant - Attribute key of
CometConfiguration.name attribute defined at extension print. |
static String |
PAGEPREVIEWSIZE
Generated constant - Attribute key of
CometConfiguration.pagePreviewSize attribute defined at extension print. |
static String |
PDFPRESET
Generated constant - Attribute key of
CometConfiguration.pdfPreset attribute defined at extension print. |
static String |
PLACEHOLDERS
Generated constant - Attribute key of
CometConfiguration.placeholders attribute defined at extension print. |
static String |
PLACEHOLDERTEMPLATES
Generated constant - Attribute key of
CometConfiguration.placeholderTemplates attribute defined at extension print. |
static String |
PREVIEWHISTORYCOUNT
Generated constant - Attribute key of
CometConfiguration.previewHistoryCount attribute defined at extension print. |
static String |
PUBLICATIONCONTROLLER
Generated constant - Attribute key of
CometConfiguration.publicationController attribute defined at extension print. |
static String |
SERVERTEMPLATEPATH
Generated constant - Attribute key of
CometConfiguration.serverTemplatePath attribute defined at extension print. |
static String |
SERVERWORKINGPATH
Generated constant - Attribute key of
CometConfiguration.serverWorkingPath attribute defined at extension print. |
static String |
TRANSLATORCONFIGURATION
Generated constant - Attribute key of
CometConfiguration.translatorConfiguration attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CometConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
CometConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CometConfigurationModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CometConfigurationModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionModel> |
getActions()
Generated method - Getter of the
CometConfiguration.actions attribute defined at extension print. |
String |
getCode()
Generated method - Getter of the
CometConfiguration.code attribute defined at extension print. |
Collection<CometFileModel> |
getConfigurationFiles()
Generated method - Getter of the
CometConfiguration.configurationFiles attribute defined at extension print. |
Boolean |
getDefaultConfiguration()
Generated method - Getter of the
CometConfiguration.defaultConfiguration attribute defined at extension print. |
DeleteAutoCometJob |
getDefaultDeleteAutoCometJob()
Generated method - Getter of the
CometConfiguration.defaultDeleteAutoCometJob attribute defined at extension print. |
List<GridModel> |
getGrids()
Generated method - Getter of the
CometConfiguration.grids attribute defined at extension print. |
String |
getImageRoot()
Generated method - Getter of the
CometConfiguration.imageRoot attribute defined at extension print. |
List<LayoutTemplateModel> |
getLayoutTemplates()
Generated method - Getter of the
CometConfiguration.layoutTemplates attribute defined at extension print. |
String |
getName()
Generated method - Getter of the
CometConfiguration.name attribute defined at extension print. |
String |
getName(Locale loc)
Generated method - Getter of the
CometConfiguration.name attribute defined at extension print. |
Integer |
getPagePreviewSize()
Generated method - Getter of the
CometConfiguration.pagePreviewSize attribute defined at extension print. |
PDFPresetEnum |
getPdfPreset()
Generated method - Getter of the
CometConfiguration.pdfPreset attribute defined at extension print. |
List<PlaceholderModel> |
getPlaceholders()
Generated method - Getter of the
CometConfiguration.placeholders attribute defined at extension print. |
List<PlaceholderTemplateModel> |
getPlaceholderTemplates()
Generated method - Getter of the
CometConfiguration.placeholderTemplates attribute defined at extension print. |
Integer |
getPreviewHistoryCount()
Generated method - Getter of the
CometConfiguration.previewHistoryCount attribute defined at extension print. |
String |
getPublicationController()
Generated method - Getter of the
CometConfiguration.publicationController attribute defined at extension print. |
String |
getServerTemplatePath()
Generated method - Getter of the
CometConfiguration.serverTemplatePath attribute defined at extension print. |
String |
getServerWorkingPath()
Generated method - Getter of the
CometConfiguration.serverWorkingPath attribute defined at extension print. |
JaloTranslatorConfigurationModel |
getTranslatorConfiguration()
Generated method - Getter of the
CometConfiguration.translatorConfiguration attribute defined at extension print. |
void |
setActions(List<ActionModel> value)
Generated method - Setter of
CometConfiguration.actions attribute defined at extension print. |
void |
setCode(String value)
Generated method - Setter of
CometConfiguration.code attribute defined at extension print. |
void |
setConfigurationFiles(Collection<CometFileModel> value)
Generated method - Setter of
CometConfiguration.configurationFiles attribute defined at extension print. |
void |
setDefaultConfiguration(Boolean value)
Generated method - Setter of
CometConfiguration.defaultConfiguration attribute defined at extension print. |
void |
setDefaultDeleteAutoCometJob(DeleteAutoCometJob value)
Generated method - Setter of
CometConfiguration.defaultDeleteAutoCometJob attribute defined at extension print. |
void |
setGrids(List<GridModel> value)
Generated method - Setter of
CometConfiguration.grids attribute defined at extension print. |
void |
setImageRoot(String value)
Generated method - Setter of
CometConfiguration.imageRoot attribute defined at extension print. |
void |
setLayoutTemplates(List<LayoutTemplateModel> value)
Generated method - Setter of
CometConfiguration.layoutTemplates attribute defined at extension print. |
void |
setName(String value)
Generated method - Setter of
CometConfiguration.name attribute defined at extension print. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
CometConfiguration.name attribute defined at extension print. |
void |
setPagePreviewSize(Integer value)
Generated method - Setter of
CometConfiguration.pagePreviewSize attribute defined at extension print. |
void |
setPdfPreset(PDFPresetEnum value)
Generated method - Setter of
CometConfiguration.pdfPreset attribute defined at extension print. |
void |
setPlaceholders(List<PlaceholderModel> value)
Generated method - Setter of
CometConfiguration.placeholders attribute defined at extension print. |
void |
setPlaceholderTemplates(List<PlaceholderTemplateModel> value)
Generated method - Setter of
CometConfiguration.placeholderTemplates attribute defined at extension print. |
void |
setPreviewHistoryCount(Integer value)
Generated method - Setter of
CometConfiguration.previewHistoryCount attribute defined at extension print. |
void |
setPublicationController(String value)
Generated method - Setter of
CometConfiguration.publicationController attribute defined at extension print. |
void |
setServerTemplatePath(String value)
Generated method - Setter of
CometConfiguration.serverTemplatePath attribute defined at extension print. |
void |
setServerWorkingPath(String value)
Generated method - Setter of
CometConfiguration.serverWorkingPath attribute defined at extension print. |
void |
setTranslatorConfiguration(JaloTranslatorConfigurationModel value)
Generated method - Setter of
CometConfiguration.translatorConfiguration attribute defined at extension print. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _PLACEHOLDER2COMETCONFIGRELATION
Placeholder2CometConfigRelation defining source attribute placeholders in extension print.public static final String _PLACEHOLDERTEMPLATE2COMETCONFIGRELATION
PlaceholderTemplate2CometConfigRelation defining source attribute placeholderTemplates in extension print.public static final String _ACTION2COMETCONFIGRELATION
Action2CometConfigRelation defining source attribute actions in extension print.public static final String _GRID2COMETCONFIGRELATION
Grid2CometConfigRelation defining source attribute grids in extension print.public static final String _LAYOUTTEMPLATE2COMETCONFIGRELATION
LayoutTemplate2CometConfigRelation defining source attribute layoutTemplates in extension print.public static final String CODE
CometConfiguration.code attribute defined at extension print.public static final String NAME
CometConfiguration.name attribute defined at extension print.public static final String DEFAULTCONFIGURATION
CometConfiguration.defaultConfiguration attribute defined at extension print.public static final String PUBLICATIONCONTROLLER
CometConfiguration.publicationController attribute defined at extension print.public static final String IMAGEROOT
CometConfiguration.imageRoot attribute defined at extension print.public static final String SERVERTEMPLATEPATH
CometConfiguration.serverTemplatePath attribute defined at extension print.public static final String SERVERWORKINGPATH
CometConfiguration.serverWorkingPath attribute defined at extension print.public static final String TRANSLATORCONFIGURATION
CometConfiguration.translatorConfiguration attribute defined at extension print.public static final String DEFAULTDELETEAUTOCOMETJOB
CometConfiguration.defaultDeleteAutoCometJob attribute defined at extension print.public static final String PREVIEWHISTORYCOUNT
CometConfiguration.previewHistoryCount attribute defined at extension print.public static final String PAGEPREVIEWSIZE
CometConfiguration.pagePreviewSize attribute defined at extension print.public static final String PDFPRESET
CometConfiguration.pdfPreset attribute defined at extension print.public static final String CONFIGURATIONFILES
CometConfiguration.configurationFiles attribute defined at extension print.public static final String PLACEHOLDERS
CometConfiguration.placeholders attribute defined at extension print.public static final String PLACEHOLDERTEMPLATES
CometConfiguration.placeholderTemplates attribute defined at extension print.public static final String ACTIONS
CometConfiguration.actions attribute defined at extension print.public static final String GRIDS
CometConfiguration.grids attribute defined at extension print.public static final String LAYOUTTEMPLATES
CometConfiguration.layoutTemplates attribute defined at extension print.public CometConfigurationModel()
public CometConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CometConfigurationModel(String _code)
_code - initial attribute declared by type CometConfiguration at extension print@Deprecated public CometConfigurationModel(String _code, ItemModel _owner)
_code - initial attribute declared by type CometConfiguration at extension print_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="actions", type=GETTER) public List<ActionModel> getActions()
CometConfiguration.actions attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public String getCode()
CometConfiguration.code attribute defined at extension print.@Accessor(qualifier="configurationFiles", type=GETTER) public Collection<CometFileModel> getConfigurationFiles()
CometConfiguration.configurationFiles attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="defaultConfiguration", type=GETTER) public Boolean getDefaultConfiguration()
CometConfiguration.defaultConfiguration attribute defined at extension print.@Accessor(qualifier="defaultDeleteAutoCometJob", type=GETTER) public DeleteAutoCometJob getDefaultDeleteAutoCometJob()
CometConfiguration.defaultDeleteAutoCometJob attribute defined at extension print.@Accessor(qualifier="grids", type=GETTER) public List<GridModel> getGrids()
CometConfiguration.grids attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="imageRoot", type=GETTER) public String getImageRoot()
CometConfiguration.imageRoot attribute defined at extension print.@Accessor(qualifier="layoutTemplates", type=GETTER) public List<LayoutTemplateModel> getLayoutTemplates()
CometConfiguration.layoutTemplates attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="name", type=GETTER) public String getName()
CometConfiguration.name attribute defined at extension print.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
CometConfiguration.name attribute defined at extension print.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="pagePreviewSize", type=GETTER) public Integer getPagePreviewSize()
CometConfiguration.pagePreviewSize attribute defined at extension print.@Accessor(qualifier="pdfPreset", type=GETTER) public PDFPresetEnum getPdfPreset()
CometConfiguration.pdfPreset attribute defined at extension print.@Accessor(qualifier="placeholders", type=GETTER) public List<PlaceholderModel> getPlaceholders()
CometConfiguration.placeholders attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="placeholderTemplates", type=GETTER) public List<PlaceholderTemplateModel> getPlaceholderTemplates()
CometConfiguration.placeholderTemplates attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="previewHistoryCount", type=GETTER) public Integer getPreviewHistoryCount()
CometConfiguration.previewHistoryCount attribute defined at extension print.@Accessor(qualifier="publicationController", type=GETTER) public String getPublicationController()
CometConfiguration.publicationController attribute defined at extension print.@Accessor(qualifier="serverTemplatePath", type=GETTER) public String getServerTemplatePath()
CometConfiguration.serverTemplatePath attribute defined at extension print.@Accessor(qualifier="serverWorkingPath", type=GETTER) public String getServerWorkingPath()
CometConfiguration.serverWorkingPath attribute defined at extension print.@Accessor(qualifier="translatorConfiguration", type=GETTER) public JaloTranslatorConfigurationModel getTranslatorConfiguration()
CometConfiguration.translatorConfiguration attribute defined at extension print.@Accessor(qualifier="actions", type=SETTER) public void setActions(List<ActionModel> value)
CometConfiguration.actions attribute defined at extension print.value - the actions@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
CometConfiguration.code attribute defined at extension print.value - the code@Accessor(qualifier="configurationFiles", type=SETTER) public void setConfigurationFiles(Collection<CometFileModel> value)
CometConfiguration.configurationFiles attribute defined at extension print.value - the configurationFiles@Accessor(qualifier="defaultConfiguration", type=SETTER) public void setDefaultConfiguration(Boolean value)
CometConfiguration.defaultConfiguration attribute defined at extension print.value - the defaultConfiguration@Accessor(qualifier="defaultDeleteAutoCometJob", type=SETTER) public void setDefaultDeleteAutoCometJob(DeleteAutoCometJob value)
CometConfiguration.defaultDeleteAutoCometJob attribute defined at extension print.value - the defaultDeleteAutoCometJob@Accessor(qualifier="grids", type=SETTER) public void setGrids(List<GridModel> value)
CometConfiguration.grids attribute defined at extension print.value - the grids@Accessor(qualifier="imageRoot", type=SETTER) public void setImageRoot(String value)
CometConfiguration.imageRoot attribute defined at extension print.value - the imageRoot - Specifies the directory where the Comet client will find the images to use@Accessor(qualifier="layoutTemplates", type=SETTER) public void setLayoutTemplates(List<LayoutTemplateModel> value)
CometConfiguration.layoutTemplates attribute defined at extension print.value - the layoutTemplates@Accessor(qualifier="name", type=SETTER) public void setName(String value)
CometConfiguration.name attribute defined at extension print.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
CometConfiguration.name attribute defined at extension print.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="pagePreviewSize", type=SETTER) public void setPagePreviewSize(Integer value)
CometConfiguration.pagePreviewSize attribute defined at extension print.value - the pagePreviewSize - pages preview image size@Accessor(qualifier="pdfPreset", type=SETTER) public void setPdfPreset(PDFPresetEnum value)
CometConfiguration.pdfPreset attribute defined at extension print.value - the pdfPreset - kind of pdf preview@Accessor(qualifier="placeholders", type=SETTER) public void setPlaceholders(List<PlaceholderModel> value)
CometConfiguration.placeholders attribute defined at extension print.value - the placeholders@Accessor(qualifier="placeholderTemplates", type=SETTER) public void setPlaceholderTemplates(List<PlaceholderTemplateModel> value)
CometConfiguration.placeholderTemplates attribute defined at extension print.value - the placeholderTemplates@Accessor(qualifier="previewHistoryCount", type=SETTER) public void setPreviewHistoryCount(Integer value)
CometConfiguration.previewHistoryCount attribute defined at extension print.value - the previewHistoryCount - history quantity of the generated preview files (pdf/images)@Accessor(qualifier="publicationController", type=SETTER) public void setPublicationController(String value)
CometConfiguration.publicationController attribute defined at extension print.value - the publicationController - Specifies the class that processes simplified incoming Werk II Comet requests@Accessor(qualifier="serverTemplatePath", type=SETTER) public void setServerTemplatePath(String value)
CometConfiguration.serverTemplatePath attribute defined at extension print.value - the serverTemplatePath@Accessor(qualifier="serverWorkingPath", type=SETTER) public void setServerWorkingPath(String value)
CometConfiguration.serverWorkingPath attribute defined at extension print.value - the serverWorkingPath@Accessor(qualifier="translatorConfiguration", type=SETTER) public void setTranslatorConfiguration(JaloTranslatorConfigurationModel value)
CometConfiguration.translatorConfiguration attribute defined at extension print.value - the translatorConfiguration - The configuration that specifies settings for the translation of HTML textCopyright © 2017 SAP SE. All Rights Reserved.