Class SavedValuesModel

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

public class SavedValuesModel extends ItemModel
Generated model class for type SavedValues 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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation ItemSavedValuesRelation defining source attribute modifiedItem in extension core.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SavedValues.changedAttributes attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SavedValues.modificationType attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SavedValues.modifiedItem attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SavedValues.modifiedItemDisplayString attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SavedValues.modifiedItemPOS attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SavedValues.modifiedItemType attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SavedValues.numberOfChangedAttributes attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SavedValues.savedValuesEntries attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SavedValues.timestamp attribute defined at extension core.
    static final String
    Generated constant - Attribute key of SavedValues.user attribute defined at extension core.

    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.
    SavedValuesModel(SavedValueEntryType _modificationType, ItemModel _modifiedItem, String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, ItemModel _owner, Date _timestamp, UserModel _user)
    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
    SavedValuesModel(SavedValueEntryType _modificationType, String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, Date _timestamp, UserModel _user)
    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
    SavedValuesModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SavedValues.changedAttributes attribute defined at extension core.
    Generated method - Getter of the SavedValues.modificationType attribute defined at extension core.
    Generated method - Getter of the SavedValues.modifiedItem attribute defined at extension core.
    Generated method - Getter of the SavedValues.modifiedItemDisplayString attribute defined at extension core.
    Generated method - Getter of the SavedValues.modifiedItemType attribute defined at extension core.
    Generated method - Getter of the SavedValues.numberOfChangedAttributes attribute defined at extension core.
    Generated method - Getter of the SavedValues.savedValuesEntries attribute defined at extension core.
    Generated method - Getter of the SavedValues.timestamp attribute defined at extension core.
    Generated method - Getter of the SavedValues.user attribute defined at extension core.
    void
    Generated method - Setter of SavedValues.modificationType attribute defined at extension core.
    void
    Generated method - Initial setter of SavedValues.modifiedItem attribute defined at extension core.
    void
    Generated method - Setter of SavedValues.modifiedItemDisplayString attribute defined at extension core.
    void
    Generated method - Setter of SavedValues.modifiedItemType attribute defined at extension core.
    void
    Generated method - Setter of SavedValues.timestamp attribute defined at extension core.
    void
    Generated method - Setter of SavedValues.user attribute defined at extension core.

    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:
    • _ITEMSAVEDVALUESRELATION

      public static final String _ITEMSAVEDVALUESRELATION
      Generated relation code constant for relation ItemSavedValuesRelation defining source attribute modifiedItem in extension core.
      See Also:
    • MODIFIEDITEMTYPE

      public static final String MODIFIEDITEMTYPE
      Generated constant - Attribute key of SavedValues.modifiedItemType attribute defined at extension core.
      See Also:
    • MODIFIEDITEMDISPLAYSTRING

      public static final String MODIFIEDITEMDISPLAYSTRING
      Generated constant - Attribute key of SavedValues.modifiedItemDisplayString attribute defined at extension core.
      See Also:
    • TIMESTAMP

      public static final String TIMESTAMP
      Generated constant - Attribute key of SavedValues.timestamp attribute defined at extension core.
      See Also:
    • USER

      public static final String USER
      Generated constant - Attribute key of SavedValues.user attribute defined at extension core.
      See Also:
    • CHANGEDATTRIBUTES

      public static final String CHANGEDATTRIBUTES
      Generated constant - Attribute key of SavedValues.changedAttributes attribute defined at extension core.
      See Also:
    • NUMBEROFCHANGEDATTRIBUTES

      public static final String NUMBEROFCHANGEDATTRIBUTES
      Generated constant - Attribute key of SavedValues.numberOfChangedAttributes attribute defined at extension core.
      See Also:
    • MODIFICATIONTYPE

      public static final String MODIFICATIONTYPE
      Generated constant - Attribute key of SavedValues.modificationType attribute defined at extension core.
      See Also:
    • SAVEDVALUESENTRIES

      public static final String SAVEDVALUESENTRIES
      Generated constant - Attribute key of SavedValues.savedValuesEntries attribute defined at extension core.
      See Also:
    • MODIFIEDITEMPOS

      public static final String MODIFIEDITEMPOS
      Generated constant - Attribute key of SavedValues.modifiedItemPOS attribute defined at extension core.
      See Also:
    • MODIFIEDITEM

      public static final String MODIFIEDITEM
      Generated constant - Attribute key of SavedValues.modifiedItem attribute defined at extension core.
      See Also:
  • Constructor Details

    • SavedValuesModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SavedValuesModel(SavedValueEntryType _modificationType, String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, Date _timestamp, UserModel _user)
      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:
      _modificationType - initial attribute declared by type SavedValues at extension core
      _modifiedItemDisplayString - initial attribute declared by type SavedValues at extension core
      _modifiedItemType - initial attribute declared by type SavedValues at extension core
      _timestamp - initial attribute declared by type SavedValues at extension core
      _user - initial attribute declared by type SavedValues at extension core
    • SavedValuesModel

      @Deprecated(since="4.1.1", forRemoval=true) public SavedValuesModel(SavedValueEntryType _modificationType, ItemModel _modifiedItem, String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, ItemModel _owner, Date _timestamp, UserModel _user)
      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:
      _modificationType - initial attribute declared by type SavedValues at extension core
      _modifiedItem - initial attribute declared by type SavedValues at extension core
      _modifiedItemDisplayString - initial attribute declared by type SavedValues at extension core
      _modifiedItemType - initial attribute declared by type SavedValues at extension core
      _owner - initial attribute declared by type Item at extension core
      _timestamp - initial attribute declared by type SavedValues at extension core
      _user - initial attribute declared by type SavedValues at extension core
  • Method Details

    • getChangedAttributes

      @Accessor(qualifier="changedAttributes", type=GETTER) public String getChangedAttributes()
      Generated method - Getter of the SavedValues.changedAttributes attribute defined at extension core.
      Returns:
      the changedAttributes - jalo generated string of changes attributes
    • getModificationType

      @Accessor(qualifier="modificationType", type=GETTER) public SavedValueEntryType getModificationType()
      Generated method - Getter of the SavedValues.modificationType attribute defined at extension core.
      Returns:
      the modificationType - the type of the 'modification' action (save,create,remove). @since 2.10
    • getModifiedItem

      @Accessor(qualifier="modifiedItem", type=GETTER) public ItemModel getModifiedItem()
      Generated method - Getter of the SavedValues.modifiedItem attribute defined at extension core.
      Returns:
      the modifiedItem
    • getModifiedItemDisplayString

      @Accessor(qualifier="modifiedItemDisplayString", type=GETTER) public String getModifiedItemDisplayString()
      Generated method - Getter of the SavedValues.modifiedItemDisplayString attribute defined at extension core.
      Returns:
      the modifiedItemDisplayString - Display String. @since 2.10
    • getModifiedItemType

      @Accessor(qualifier="modifiedItemType", type=GETTER) public ComposedTypeModel getModifiedItemType()
      Generated method - Getter of the SavedValues.modifiedItemType attribute defined at extension core.
      Returns:
      the modifiedItemType - Type
    • getNumberOfChangedAttributes

      @Accessor(qualifier="numberOfChangedAttributes", type=GETTER) public Integer getNumberOfChangedAttributes()
      Generated method - Getter of the SavedValues.numberOfChangedAttributes attribute defined at extension core.
      Returns:
      the numberOfChangedAttributes - jalo generated string of changes attributes
    • getSavedValuesEntries

      @Accessor(qualifier="savedValuesEntries", type=GETTER) public Set<SavedValueEntryModel> getSavedValuesEntries()
      Generated method - Getter of the SavedValues.savedValuesEntries attribute defined at extension core. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the savedValuesEntries
    • getTimestamp

      @Accessor(qualifier="timestamp", type=GETTER) public Date getTimestamp()
      Generated method - Getter of the SavedValues.timestamp attribute defined at extension core.
      Returns:
      the timestamp - the timestamp of the last modification
    • getUser

      @Accessor(qualifier="user", type=GETTER) public UserModel getUser()
      Generated method - Getter of the SavedValues.user attribute defined at extension core.
      Returns:
      the user - the user, who has modified/saved/create this item
    • setModificationType

      @Accessor(qualifier="modificationType", type=SETTER) public void setModificationType(SavedValueEntryType value)
      Generated method - Setter of SavedValues.modificationType attribute defined at extension core.
      Parameters:
      value - the modificationType - the type of the 'modification' action (save,create,remove). @since 2.10
    • setModifiedItem

      @Accessor(qualifier="modifiedItem", type=SETTER) public void setModifiedItem(ItemModel value)
      Generated method - Initial setter of SavedValues.modifiedItem attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the modifiedItem
    • setModifiedItemDisplayString

      @Accessor(qualifier="modifiedItemDisplayString", type=SETTER) public void setModifiedItemDisplayString(String value)
      Generated method - Setter of SavedValues.modifiedItemDisplayString attribute defined at extension core.
      Parameters:
      value - the modifiedItemDisplayString - Display String. @since 2.10
    • setModifiedItemType

      @Accessor(qualifier="modifiedItemType", type=SETTER) public void setModifiedItemType(ComposedTypeModel value)
      Generated method - Setter of SavedValues.modifiedItemType attribute defined at extension core.
      Parameters:
      value - the modifiedItemType - Type
    • setTimestamp

      @Accessor(qualifier="timestamp", type=SETTER) public void setTimestamp(Date value)
      Generated method - Setter of SavedValues.timestamp attribute defined at extension core.
      Parameters:
      value - the timestamp - the timestamp of the last modification
    • setUser

      @Accessor(qualifier="user", type=SETTER) public void setUser(UserModel value)
      Generated method - Setter of SavedValues.user attribute defined at extension core.
      Parameters:
      value - the user - the user, who has modified/saved/create this item