Class BackofficeSearchConditionModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.platformbackoffice.model.BackofficeSearchConditionModel
All Implemented Interfaces:
Serializable

public class BackofficeSearchConditionModel extends ItemModel
Generated model class for type BackofficeSearchCondition first defined at extension platformbackoffice.
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation BackofficeSavedQuery2SearchConditionRelation defining source attribute savedQuery in extension platformbackoffice.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
    static final String
    Generated constant - Attribute key of BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    BackofficeSearchConditionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    BackofficeSearchConditionModel(String _attribute, String _operatorCode)
    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
    BackofficeSearchConditionModel(String _attribute, String _operatorCode, ItemModel _owner)
    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 Type
    Method
    Description
    Generated method - Getter of the BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
    Generated method - Getter of the BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
    Generated method - Getter of the BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
    Generated method - Getter of the BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
    Generated method - Getter of the BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
    Generated method - Getter of the BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
    Generated method - Getter of the BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
    Generated method - Getter of the BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
    Generated method - Getter of the BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
    Generated method - Getter of the BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
    Generated method - Getter of the BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
    Generated method - Getter of the BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
    void
    Generated method - Setter of BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

      public static final String _BACKOFFICESAVEDQUERY2SEARCHCONDITIONRELATION
      Generated relation code constant for relation BackofficeSavedQuery2SearchConditionRelation defining source attribute savedQuery in extension platformbackoffice.
      See Also:
    • ATTRIBUTE

      public static final String ATTRIBUTE
      Generated constant - Attribute key of BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
      See Also:
    • VALUE

      public static final String VALUE
      Generated constant - Attribute key of BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
      See Also:
    • VALUEREFERENCE

      public static final String VALUEREFERENCE
      Generated constant - Attribute key of BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.
      See Also:
    • LANGUAGECODE

      public static final String LANGUAGECODE
      Generated constant - Attribute key of BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
      See Also:
    • OPERATORCODE

      public static final String OPERATORCODE
      Generated constant - Attribute key of BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
      See Also:
    • SELECTED

      public static final String SELECTED
      Generated constant - Attribute key of BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
      See Also:
    • EDITOR

      public static final String EDITOR
      Generated constant - Attribute key of BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
      See Also:
    • EDITORPARAMETERS

      public static final String EDITORPARAMETERS
      Generated constant - Attribute key of BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
      See Also:
    • SORTABLE

      public static final String SORTABLE
      Generated constant - Attribute key of BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
      See Also:
    • DISABLED

      public static final String DISABLED
      Generated constant - Attribute key of BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
      See Also:
    • MANDATORY

      public static final String MANDATORY
      Generated constant - Attribute key of BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
      See Also:
    • SAVEDQUERY

      public static final String SAVEDQUERY
      Generated constant - Attribute key of BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
      See Also:
  • Constructor Details

    • BackofficeSearchConditionModel

      public BackofficeSearchConditionModel()
      Generated constructor - Default constructor for generic creation.
    • BackofficeSearchConditionModel

      public BackofficeSearchConditionModel(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
    • BackofficeSearchConditionModel

      @Deprecated(since="4.1.1", forRemoval=true) public BackofficeSearchConditionModel(String _attribute, String _operatorCode)
      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:
      _attribute - initial attribute declared by type BackofficeSearchCondition at extension platformbackoffice
      _operatorCode - initial attribute declared by type BackofficeSearchCondition at extension platformbackoffice
    • BackofficeSearchConditionModel

      @Deprecated(since="4.1.1", forRemoval=true) public BackofficeSearchConditionModel(String _attribute, String _operatorCode, ItemModel _owner)
      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:
      _attribute - initial attribute declared by type BackofficeSearchCondition at extension platformbackoffice
      _operatorCode - initial attribute declared by type BackofficeSearchCondition at extension platformbackoffice
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAttribute

      @Accessor(qualifier="attribute", type=GETTER) public String getAttribute()
      Generated method - Getter of the BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
      Returns:
      the attribute
    • getDisabled

      @Accessor(qualifier="disabled", type=GETTER) public Boolean getDisabled()
      Generated method - Getter of the BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
      Returns:
      the disabled
    • getEditor

      @Accessor(qualifier="editor", type=GETTER) public String getEditor()
      Generated method - Getter of the BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
      Returns:
      the editor
    • getEditorParameters

      @Accessor(qualifier="editorParameters", type=GETTER) public Map<String,String> getEditorParameters()
      Generated method - Getter of the BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
      Returns:
      the editorParameters
    • getLanguageCode

      @Accessor(qualifier="languageCode", type=GETTER) public String getLanguageCode()
      Generated method - Getter of the BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
      Returns:
      the languageCode
    • getMandatory

      @Accessor(qualifier="mandatory", type=GETTER) public Boolean getMandatory()
      Generated method - Getter of the BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
      Returns:
      the mandatory
    • getOperatorCode

      @Accessor(qualifier="operatorCode", type=GETTER) public String getOperatorCode()
      Generated method - Getter of the BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
      Returns:
      the operatorCode
    • getSavedQuery

      @Accessor(qualifier="savedQuery", type=GETTER) public BackofficeSavedQueryModel getSavedQuery()
      Generated method - Getter of the BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
      Returns:
      the savedQuery
    • getSelected

      @Accessor(qualifier="selected", type=GETTER) public Boolean getSelected()
      Generated method - Getter of the BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
      Returns:
      the selected
    • getSortable

      @Accessor(qualifier="sortable", type=GETTER) public Boolean getSortable()
      Generated method - Getter of the BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
      Returns:
      the sortable
    • getValue

      @Accessor(qualifier="value", type=GETTER) public String getValue()
      Generated method - Getter of the BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
      Returns:
      the value
    • getValueReference

      @Accessor(qualifier="valueReference", type=GETTER) public ItemModel getValueReference()
      Generated method - Getter of the BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.
      Returns:
      the valueReference
    • setAttribute

      @Accessor(qualifier="attribute", type=SETTER) public void setAttribute(String value)
      Generated method - Setter of BackofficeSearchCondition.attribute attribute defined at extension platformbackoffice.
      Parameters:
      value - the attribute
    • setDisabled

      @Accessor(qualifier="disabled", type=SETTER) public void setDisabled(Boolean value)
      Generated method - Setter of BackofficeSearchCondition.disabled attribute defined at extension platformbackoffice.
      Parameters:
      value - the disabled
    • setEditor

      @Accessor(qualifier="editor", type=SETTER) public void setEditor(String value)
      Generated method - Setter of BackofficeSearchCondition.editor attribute defined at extension platformbackoffice.
      Parameters:
      value - the editor
    • setEditorParameters

      @Accessor(qualifier="editorParameters", type=SETTER) public void setEditorParameters(Map<String,String> value)
      Generated method - Setter of BackofficeSearchCondition.editorParameters attribute defined at extension platformbackoffice.
      Parameters:
      value - the editorParameters
    • setLanguageCode

      @Accessor(qualifier="languageCode", type=SETTER) public void setLanguageCode(String value)
      Generated method - Setter of BackofficeSearchCondition.languageCode attribute defined at extension platformbackoffice.
      Parameters:
      value - the languageCode
    • setMandatory

      @Accessor(qualifier="mandatory", type=SETTER) public void setMandatory(Boolean value)
      Generated method - Setter of BackofficeSearchCondition.mandatory attribute defined at extension platformbackoffice.
      Parameters:
      value - the mandatory
    • setOperatorCode

      @Accessor(qualifier="operatorCode", type=SETTER) public void setOperatorCode(String value)
      Generated method - Setter of BackofficeSearchCondition.operatorCode attribute defined at extension platformbackoffice.
      Parameters:
      value - the operatorCode
    • setSavedQuery

      @Accessor(qualifier="savedQuery", type=SETTER) public void setSavedQuery(BackofficeSavedQueryModel value)
      Generated method - Setter of BackofficeSearchCondition.savedQuery attribute defined at extension platformbackoffice.
      Parameters:
      value - the savedQuery
    • setSelected

      @Accessor(qualifier="selected", type=SETTER) public void setSelected(Boolean value)
      Generated method - Setter of BackofficeSearchCondition.selected attribute defined at extension platformbackoffice.
      Parameters:
      value - the selected
    • setSortable

      @Accessor(qualifier="sortable", type=SETTER) public void setSortable(Boolean value)
      Generated method - Setter of BackofficeSearchCondition.sortable attribute defined at extension platformbackoffice.
      Parameters:
      value - the sortable
    • setValue

      @Accessor(qualifier="value", type=SETTER) public void setValue(String value)
      Generated method - Setter of BackofficeSearchCondition.value attribute defined at extension platformbackoffice.
      Parameters:
      value - the value
    • setValueReference

      @Accessor(qualifier="valueReference", type=SETTER) public void setValueReference(ItemModel value)
      Generated method - Setter of BackofficeSearchCondition.valueReference attribute defined at extension platformbackoffice.
      Parameters:
      value - the valueReference