public class PlaceholderTemplateModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_COMPOSEDTYPE2PLACEHOLDERTEMPLATERELATION
Generated relation code constant for relation
ComposedType2PlaceholderTemplateRelation defining source attribute type in extension print. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ALTERNATIVEMEDIAEXPRESSION
Generated constant - Attribute key of
PlaceholderTemplate.alternativeMediaExpression attribute defined at extension print. |
static String |
CODE
Generated constant - Attribute key of
PlaceholderTemplate.code attribute defined at extension print. |
static String |
COMETCONFIG
Generated constant - Attribute key of
PlaceholderTemplate.cometConfig attribute defined at extension print. |
static String |
DISPLAYNAMEPATTERN
Generated constant - Attribute key of
PlaceholderTemplate.displayNamePattern attribute defined at extension print. |
static String |
LAYOUTTEMPLATES
Generated constant - Attribute key of
PlaceholderTemplate.layoutTemplates attribute defined at extension print. |
static String |
PLACEHOLDERS
Generated constant - Attribute key of
PlaceholderTemplate.placeholders attribute defined at extension print. |
static String |
PREVIEWTEMPLATE
Generated constant - Attribute key of
PlaceholderTemplate.previewTemplate attribute defined at extension print. |
static String |
TYPE
Generated constant - Attribute key of
PlaceholderTemplate.type attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PlaceholderTemplateModel()
Generated constructor - Default constructor for generic creation.
|
PlaceholderTemplateModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
PlaceholderTemplateModel(String _code,
CometConfigurationModel _cometConfig)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PlaceholderTemplateModel(String _code,
CometConfigurationModel _cometConfig,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeMediaExpression()
Generated method - Getter of the
PlaceholderTemplate.alternativeMediaExpression attribute defined at extension print. |
String |
getCode()
Generated method - Getter of the
PlaceholderTemplate.code attribute defined at extension print. |
CometConfigurationModel |
getCometConfig()
Generated method - Getter of the
PlaceholderTemplate.cometConfig attribute defined at extension print. |
String |
getDisplayNamePattern()
Generated method - Getter of the
PlaceholderTemplate.displayNamePattern attribute defined at extension print. |
List<AbstractLayoutTemplateModel> |
getLayoutTemplates()
Generated method - Getter of the
PlaceholderTemplate.layoutTemplates attribute defined at extension print. |
Collection<PlaceholderModel> |
getPlaceholders()
Generated method - Getter of the
PlaceholderTemplate.placeholders attribute defined at extension print. |
String |
getPreviewTemplate()
Generated method - Getter of the
PlaceholderTemplate.previewTemplate attribute defined at extension print. |
ComposedTypeModel |
getType()
Generated method - Getter of the
PlaceholderTemplate.type attribute defined at extension print. |
void |
setAlternativeMediaExpression(String value)
Generated method - Setter of
PlaceholderTemplate.alternativeMediaExpression attribute defined at extension print. |
void |
setCode(String value)
Generated method - Setter of
PlaceholderTemplate.code attribute defined at extension print. |
void |
setCometConfig(CometConfigurationModel value)
Generated method - Setter of
PlaceholderTemplate.cometConfig attribute defined at extension print. |
void |
setDisplayNamePattern(String value)
Generated method - Setter of
PlaceholderTemplate.displayNamePattern attribute defined at extension print. |
void |
setLayoutTemplates(List<AbstractLayoutTemplateModel> value)
Generated method - Setter of
PlaceholderTemplate.layoutTemplates attribute defined at extension print. |
void |
setPlaceholders(Collection<PlaceholderModel> value)
Generated method - Setter of
PlaceholderTemplate.placeholders attribute defined at extension print. |
void |
setPreviewTemplate(String value)
Generated method - Setter of
PlaceholderTemplate.previewTemplate attribute defined at extension print. |
void |
setType(ComposedTypeModel value)
Generated method - Setter of
PlaceholderTemplate.type 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 _COMPOSEDTYPE2PLACEHOLDERTEMPLATERELATION
ComposedType2PlaceholderTemplateRelation defining source attribute type in extension print.public static final String CODE
PlaceholderTemplate.code attribute defined at extension print.public static final String DISPLAYNAMEPATTERN
PlaceholderTemplate.displayNamePattern attribute defined at extension print.public static final String PREVIEWTEMPLATE
PlaceholderTemplate.previewTemplate attribute defined at extension print.public static final String ALTERNATIVEMEDIAEXPRESSION
PlaceholderTemplate.alternativeMediaExpression attribute defined at extension print.public static final String PLACEHOLDERS
PlaceholderTemplate.placeholders attribute defined at extension print.public static final String TYPE
PlaceholderTemplate.type attribute defined at extension print.public static final String LAYOUTTEMPLATES
PlaceholderTemplate.layoutTemplates attribute defined at extension print.public static final String COMETCONFIG
PlaceholderTemplate.cometConfig attribute defined at extension print.public PlaceholderTemplateModel()
public PlaceholderTemplateModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PlaceholderTemplateModel(String _code, CometConfigurationModel _cometConfig)
_code - initial attribute declared by type PlaceholderTemplate at extension print_cometConfig - initial attribute declared by type PlaceholderTemplate at extension print@Deprecated public PlaceholderTemplateModel(String _code, CometConfigurationModel _cometConfig, ItemModel _owner)
_code - initial attribute declared by type PlaceholderTemplate at extension print_cometConfig - initial attribute declared by type PlaceholderTemplate at extension print_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="alternativeMediaExpression", type=GETTER) public String getAlternativeMediaExpression()
PlaceholderTemplate.alternativeMediaExpression attribute defined at extension print.@Accessor(qualifier="code", type=GETTER) public String getCode()
PlaceholderTemplate.code attribute defined at extension print.@Accessor(qualifier="cometConfig", type=GETTER) public CometConfigurationModel getCometConfig()
PlaceholderTemplate.cometConfig attribute defined at extension print.@Accessor(qualifier="displayNamePattern", type=GETTER) public String getDisplayNamePattern()
PlaceholderTemplate.displayNamePattern attribute defined at extension print.@Accessor(qualifier="layoutTemplates", type=GETTER) public List<AbstractLayoutTemplateModel> getLayoutTemplates()
PlaceholderTemplate.layoutTemplates attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="placeholders", type=GETTER) public Collection<PlaceholderModel> getPlaceholders()
PlaceholderTemplate.placeholders attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="previewTemplate", type=GETTER) public String getPreviewTemplate()
PlaceholderTemplate.previewTemplate attribute defined at extension print.@Accessor(qualifier="type", type=GETTER) public ComposedTypeModel getType()
PlaceholderTemplate.type attribute defined at extension print.@Accessor(qualifier="alternativeMediaExpression", type=SETTER) public void setAlternativeMediaExpression(String value)
PlaceholderTemplate.alternativeMediaExpression attribute defined at extension print.value - the alternativeMediaExpression@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
PlaceholderTemplate.code attribute defined at extension print.value - the code@Accessor(qualifier="cometConfig", type=SETTER) public void setCometConfig(CometConfigurationModel value)
PlaceholderTemplate.cometConfig attribute defined at extension print.value - the cometConfig@Accessor(qualifier="displayNamePattern", type=SETTER) public void setDisplayNamePattern(String value)
PlaceholderTemplate.displayNamePattern attribute defined at extension print.value - the displayNamePattern@Accessor(qualifier="layoutTemplates", type=SETTER) public void setLayoutTemplates(List<AbstractLayoutTemplateModel> value)
PlaceholderTemplate.layoutTemplates attribute defined at extension print.value - the layoutTemplates@Accessor(qualifier="placeholders", type=SETTER) public void setPlaceholders(Collection<PlaceholderModel> value)
PlaceholderTemplate.placeholders attribute defined at extension print.value - the placeholders@Accessor(qualifier="previewTemplate", type=SETTER) public void setPreviewTemplate(String value)
PlaceholderTemplate.previewTemplate attribute defined at extension print.value - the previewTemplate@Accessor(qualifier="type", type=SETTER) public void setType(ComposedTypeModel value)
PlaceholderTemplate.type attribute defined at extension print.value - the typeCopyright © 2017 SAP SE. All Rights Reserved.