Class ViewTypeModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.type.TypeManagerManagedModel
de.hybris.platform.core.model.type.TypeModel
de.hybris.platform.core.model.type.ComposedTypeModel
de.hybris.platform.core.model.type.ViewTypeModel
- All Implemented Interfaces:
Serializable
Generated model class for type ViewType first defined at extension core.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofViewType.columnsattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofViewType.paramsattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofViewType.queryattribute defined at extensioncore.Fields inherited from class de.hybris.platform.core.model.type.ComposedTypeModel
_CONSTRAINTCOMPOSITETYPERELATION, _FORMAT2COMTYPREL, _SYNCJOB2TYPEREL, ABSTRACT, ALLSUBTYPES, ALLSUPERTYPES, ATTRIBUTEDESCRIPTORS, CATALOGITEMTYPE, CATALOGVERSIONATTRIBUTE, CATALOGVERSIONATTRIBUTEQUALIFIER, CONSTRAINTS, DECLAREDATTRIBUTEDESCRIPTORS, DUMPPROPERTYTABLE, DYNAMIC, FORMATS, INHERITANCEPATHSTRING, INHERITEDATTRIBUTEDESCRIPTORS, JALOCLASS, JALOONLY, JNDINAME, LEGACYPERSISTENCE, SINGLETON, SUBTYPES, SUPERTYPE, SYNCJOBS, SYSTEMTYPE, TABLE, UNIQUEKEYATTRIBUTEQUALIFIER, UNIQUEKEYATTRIBUTESFields inherited from class de.hybris.platform.core.model.type.TypeModel
CODE, DEFAULTVALUE, DESCRIPTION, XMLDEFINITIONFields inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
AUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAMEFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.ViewTypeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextViewTypeModel(Boolean _catalogItemType, String _code, Boolean _generate, ItemModel _owner, String _query, Boolean _singleton, ComposedTypeModel _superType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersViewTypeModel(Boolean _catalogItemType, String _code, Boolean _generate, String _query, Boolean _singleton, ComposedTypeModel _superType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theViewType.columnsattribute defined at extensioncore.Generated method - Getter of theViewType.paramsattribute defined at extensioncore.getQuery()Generated method - Getter of theViewType.queryattribute defined at extensioncore.voidGenerated method - Setter ofViewType.columnsattribute defined at extensioncore.voidsetParams(Set<ViewAttributeDescriptorModel> value) Generated method - Setter ofViewType.paramsattribute defined at extensioncore.voidGenerated method - Setter ofViewType.queryattribute defined at extensioncore.Methods inherited from class de.hybris.platform.core.model.type.ComposedTypeModel
getAbstract, getAllSubTypes, getAllSuperTypes, getCatalogItemType, getCatalogVersionAttribute, getConstraints, getDeclaredattributedescriptors, getDumpPropertyTable, getDynamic, getFormats, getInheritedattributedescriptors, getJaloclass, getJaloonly, getJndiName, getLegacyPersistence, getSingleton, getSubtypes, getSuperType, getSystemType, getTable, getUniqueKeyAttributes, setCatalogItemType, setCatalogVersionAttribute, setConstraints, setDeclaredattributedescriptors, setFormats, setJaloclass, setJaloonly, setLegacyPersistence, setSingleton, setSuperType, setSystemType, setUniqueKeyAttributesMethods inherited from class de.hybris.platform.core.model.type.TypeModel
getCode, getDefaultValue, getDescription, getDescription, getXmldefinition, setCode, setDefaultValue, setDescription, setDescriptionMethods inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
getAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setNameMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
COLUMNS
Generated constant - Attribute key ofViewType.columnsattribute defined at extensioncore.- See Also:
-
PARAMS
Generated constant - Attribute key ofViewType.paramsattribute defined at extensioncore.- See Also:
-
QUERY
Generated constant - Attribute key ofViewType.queryattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
ViewTypeModel
public ViewTypeModel()Generated constructor - Default constructor for generic creation. -
ViewTypeModel
public ViewTypeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ViewTypeModel
@Deprecated(since="4.1.1", forRemoval=true) public ViewTypeModel(Boolean _catalogItemType, String _code, Boolean _generate, String _query, Boolean _singleton, ComposedTypeModel _superType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_catalogItemType- initial attribute declared by typeComposedTypeat extensioncatalog_code- initial attribute declared by typeTypeat extensioncore_generate- initial attribute declared by typeTypeManagerManagedat extensioncore_query- initial attribute declared by typeViewTypeat extensioncore_singleton- initial attribute declared by typeComposedTypeat extensioncore_superType- initial attribute declared by typeViewTypeat extensioncore
-
ViewTypeModel
@Deprecated(since="4.1.1", forRemoval=true) public ViewTypeModel(Boolean _catalogItemType, String _code, Boolean _generate, ItemModel _owner, String _query, Boolean _singleton, ComposedTypeModel _superType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogItemType- initial attribute declared by typeComposedTypeat extensioncatalog_code- initial attribute declared by typeTypeat extensioncore_generate- initial attribute declared by typeTypeManagerManagedat extensioncore_owner- initial attribute declared by typeItemat extensioncore_query- initial attribute declared by typeViewTypeat extensioncore_singleton- initial attribute declared by typeComposedTypeat extensioncore_superType- initial attribute declared by typeViewTypeat extensioncore
-
-
Method Details
-
getColumns
Generated method - Getter of theViewType.columnsattribute defined at extensioncore. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the columns
-
getParams
Generated method - Getter of theViewType.paramsattribute defined at extensioncore. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the params
-
getQuery
Generated method - Getter of theViewType.queryattribute defined at extensioncore.- Returns:
- the query
-
setColumns
@Accessor(qualifier="columns", type=SETTER) public void setColumns(List<ViewAttributeDescriptorModel> value) Generated method - Setter ofViewType.columnsattribute defined at extensioncore.- Parameters:
value- the columns
-
setParams
@Accessor(qualifier="params", type=SETTER) public void setParams(Set<ViewAttributeDescriptorModel> value) Generated method - Setter ofViewType.paramsattribute defined at extensioncore.- Parameters:
value- the params
-
setQuery
Generated method - Setter ofViewType.queryattribute defined at extensioncore.- Parameters:
value- the query
-