Class ViewTypeModel

All Implemented Interfaces:
Serializable

public class ViewTypeModel extends ComposedTypeModel
Generated model class for type ViewType first defined at extension core.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • COLUMNS

      public static final String COLUMNS
      Generated constant - Attribute key of ViewType.columns attribute defined at extension core.
      See Also:
    • PARAMS

      public static final String PARAMS
      Generated constant - Attribute key of ViewType.params attribute defined at extension core.
      See Also:
    • QUERY

      public static final String QUERY
      Generated constant - Attribute key of ViewType.query attribute defined at extension core.
      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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _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
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _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
  • Method Details

    • getColumns

      @Accessor(qualifier="columns", type=GETTER) public List<ViewAttributeDescriptorModel> getColumns()
      Generated method - Getter of the ViewType.columns attribute defined at extension core. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the columns
    • getParams

      @Accessor(qualifier="params", type=GETTER) public Set<ViewAttributeDescriptorModel> getParams()
      Generated method - Getter of the ViewType.params attribute defined at extension core. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the params
    • getQuery

      @Accessor(qualifier="query", type=GETTER) public String getQuery()
      Generated method - Getter of the ViewType.query attribute defined at extension core.
      Returns:
      the query
    • setColumns

      @Accessor(qualifier="columns", type=SETTER) public void setColumns(List<ViewAttributeDescriptorModel> value)
      Generated method - Setter of ViewType.columns attribute defined at extension core.
      Parameters:
      value - the columns
    • setParams

      @Accessor(qualifier="params", type=SETTER) public void setParams(Set<ViewAttributeDescriptorModel> value)
      Generated method - Setter of ViewType.params attribute defined at extension core.
      Parameters:
      value - the params
    • setQuery

      @Accessor(qualifier="query", type=SETTER) public void setQuery(String value)
      Generated method - Setter of ViewType.query attribute defined at extension core.
      Parameters:
      value - the query