public class ViewTypeModel extends ComposedTypeModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
COLUMNS
Generated constant - Attribute key of
ViewType.columns attribute defined at extension core. |
static String |
PARAMS
Generated constant - Attribute key of
ViewType.params attribute defined at extension core. |
static String |
QUERY
Generated constant - Attribute key of
ViewType.query attribute defined at extension core. |
_COCKPITITEMTEMPLATE2COMPOSEDTYPERELATION, _CONSTRAINTCOMPOSITETYPERELATION, _FORMAT2COMTYPREL, _INDEXTYPERELATION, _PRODUCTREFERENCESANDCLASSIFICATIONSCOMPONENT2TARGETITEMTYPEREL, _STREAMCONFIGURATIONEXCLUDEDSUBTYPES, _SYNCJOB2TYPEREL, ABSTRACT, ALLSUBTYPES, ALLSUPERTYPES, ATTRIBUTEDESCRIPTORS, CATALOGITEMTYPE, CATALOGVERSIONATTRIBUTE, CATALOGVERSIONATTRIBUTEQUALIFIER, COCKPITITEMTEMPLATES, CONSTRAINTS, DECLAREDATTRIBUTEDESCRIPTORS, DUMPPROPERTYTABLE, DYNAMIC, FORMATS, HMCICON, INDEXCONFIGURATIONS, INHERITANCEPATHSTRING, INHERITEDATTRIBUTEDESCRIPTORS, JALOCLASS, JALOONLY, JNDINAME, LEGACYPERSISTENCE, LOGHMCCHANGES, PLACEHOLDERTEMPLATES, PRODUCTREFERENCESANDCLASSIFICATIONSCOMPONENTS, SINGLETON, STREAMCONFIGURATIONS, SUBTYPES, SUPERTYPE, SYNCJOBS, SYSTEMTYPE, TABLE, UNIQUEKEYATTRIBUTEQUALIFIER, UNIQUEKEYATTRIBUTESCODE, DEFAULTVALUE, DESCRIPTION, XMLDEFINITIONAUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAME_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ViewTypeModel()
Generated constructor - Default constructor for generic creation.
|
ViewTypeModel(Boolean _catalogItemType,
String _code,
Boolean _generate,
ItemModel _owner,
String _query,
Boolean _singleton,
ComposedTypeModel _superType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ViewTypeModel(Boolean _catalogItemType,
String _code,
Boolean _generate,
String _query,
Boolean _singleton,
ComposedTypeModel _superType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ViewTypeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
List<ViewAttributeDescriptorModel> |
getColumns()
Generated method - Getter of the
ViewType.columns attribute defined at extension core. |
Set<ViewAttributeDescriptorModel> |
getParams()
Generated method - Getter of the
ViewType.params attribute defined at extension core. |
String |
getQuery()
Generated method - Getter of the
ViewType.query attribute defined at extension core. |
void |
setColumns(List<ViewAttributeDescriptorModel> value)
Generated method - Setter of
ViewType.columns attribute defined at extension core. |
void |
setParams(Set<ViewAttributeDescriptorModel> value)
Generated method - Setter of
ViewType.params attribute defined at extension core. |
void |
setQuery(String value)
Generated method - Setter of
ViewType.query attribute defined at extension core. |
getAbstract, getAllSubTypes, getAllSuperTypes, getCatalogItemType, getCatalogVersionAttribute, getCockpitItemTemplates, getConstraints, getDeclaredattributedescriptors, getDumpPropertyTable, getDynamic, getFormats, getHmcIcon, getInheritedattributedescriptors, getJaloclass, getJaloonly, getJndiName, getLegacyPersistence, getLogHMCChanges, getPlaceholderTemplates, getProductReferencesAndClassificationsComponents, getSingleton, getStreamConfigurations, getSubtypes, getSuperType, getSystemType, getTable, getUniqueKeyAttributes, setCatalogItemType, setCatalogVersionAttribute, setCockpitItemTemplates, setConstraints, setDeclaredattributedescriptors, setFormats, setHmcIcon, setJaloclass, setJaloonly, setLegacyPersistence, setLogHMCChanges, setPlaceholderTemplates, setProductReferencesAndClassificationsComponents, setSingleton, setStreamConfigurations, setSuperType, setSystemType, setUniqueKeyAttributesgetCode, getDefaultValue, getDescription, getDescription, getXmldefinition, setCode, setDefaultValue, setDescription, setDescriptiongetAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setNamegetComments, 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 COLUMNS
ViewType.columns attribute defined at extension core.public static final String PARAMS
ViewType.params attribute defined at extension core.public static final String QUERY
ViewType.query attribute defined at extension core.public ViewTypeModel()
public ViewTypeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ViewTypeModel(Boolean _catalogItemType, String _code, Boolean _generate, String _query, Boolean _singleton, ComposedTypeModel _superType)
_catalogItemType - initial attribute declared by type ComposedType at extension catalog_code - initial attribute declared by type Type at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_query - initial attribute declared by type ViewType at extension core_singleton - initial attribute declared by type ComposedType at extension core_superType - initial attribute declared by type ViewType at extension core@Deprecated public ViewTypeModel(Boolean _catalogItemType, String _code, Boolean _generate, ItemModel _owner, String _query, Boolean _singleton, ComposedTypeModel _superType)
_catalogItemType - initial attribute declared by type ComposedType at extension catalog_code - initial attribute declared by type Type at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_owner - initial attribute declared by type Item at extension core_query - initial attribute declared by type ViewType at extension core_singleton - initial attribute declared by type ComposedType at extension core_superType - initial attribute declared by type ViewType at extension core@Accessor(qualifier="columns", type=GETTER) public List<ViewAttributeDescriptorModel> getColumns()
ViewType.columns attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="params", type=GETTER) public Set<ViewAttributeDescriptorModel> getParams()
ViewType.params attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="query", type=GETTER) public String getQuery()
ViewType.query attribute defined at extension core.@Accessor(qualifier="columns", type=SETTER) public void setColumns(List<ViewAttributeDescriptorModel> value)
ViewType.columns attribute defined at extension core.value - the columns@Accessor(qualifier="params", type=SETTER) public void setParams(Set<ViewAttributeDescriptorModel> value)
ViewType.params attribute defined at extension core.value - the paramsCopyright © 2017 SAP SE. All Rights Reserved.