public class SavedValuesModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_ITEMSAVEDVALUESRELATION
Generated relation code constant for relation
ItemSavedValuesRelation defining source attribute modifiedItem in extension core. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CHANGEDATTRIBUTES
Generated constant - Attribute key of
SavedValues.changedAttributes attribute defined at extension core. |
static String |
MODIFICATIONTYPE
Generated constant - Attribute key of
SavedValues.modificationType attribute defined at extension core. |
static String |
MODIFIEDITEM
Generated constant - Attribute key of
SavedValues.modifiedItem attribute defined at extension core. |
static String |
MODIFIEDITEMDISPLAYSTRING
Generated constant - Attribute key of
SavedValues.modifiedItemDisplayString attribute defined at extension core. |
static String |
MODIFIEDITEMPOS
Generated constant - Attribute key of
SavedValues.modifiedItemPOS attribute defined at extension core. |
static String |
MODIFIEDITEMTYPE
Generated constant - Attribute key of
SavedValues.modifiedItemType attribute defined at extension core. |
static String |
NUMBEROFCHANGEDATTRIBUTES
Generated constant - Attribute key of
SavedValues.numberOfChangedAttributes attribute defined at extension core. |
static String |
SAVEDVALUESENTRIES
Generated constant - Attribute key of
SavedValues.savedValuesEntries attribute defined at extension core. |
static String |
TIMESTAMP
Generated constant - Attribute key of
SavedValues.timestamp attribute defined at extension core. |
static String |
USER
Generated constant - Attribute key of
SavedValues.user attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SavedValuesModel()
Generated constructor - Default constructor for generic creation.
|
SavedValuesModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SavedValuesModel(SavedValueEntryType _modificationType,
ItemModel _modifiedItem,
String _modifiedItemDisplayString,
ComposedTypeModel _modifiedItemType,
ItemModel _owner,
Date _timestamp,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SavedValuesModel(SavedValueEntryType _modificationType,
String _modifiedItemDisplayString,
ComposedTypeModel _modifiedItemType,
Date _timestamp,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChangedAttributes()
Generated method - Getter of the
SavedValues.changedAttributes attribute defined at extension core. |
SavedValueEntryType |
getModificationType()
Generated method - Getter of the
SavedValues.modificationType attribute defined at extension core. |
ItemModel |
getModifiedItem()
Generated method - Getter of the
SavedValues.modifiedItem attribute defined at extension core. |
String |
getModifiedItemDisplayString()
Generated method - Getter of the
SavedValues.modifiedItemDisplayString attribute defined at extension core. |
ComposedTypeModel |
getModifiedItemType()
Generated method - Getter of the
SavedValues.modifiedItemType attribute defined at extension core. |
Integer |
getNumberOfChangedAttributes()
Generated method - Getter of the
SavedValues.numberOfChangedAttributes attribute defined at extension core. |
Set<SavedValueEntryModel> |
getSavedValuesEntries()
Generated method - Getter of the
SavedValues.savedValuesEntries attribute defined at extension core. |
Date |
getTimestamp()
Generated method - Getter of the
SavedValues.timestamp attribute defined at extension core. |
UserModel |
getUser()
Generated method - Getter of the
SavedValues.user attribute defined at extension core. |
void |
setModificationType(SavedValueEntryType value)
Generated method - Setter of
SavedValues.modificationType attribute defined at extension core. |
void |
setModifiedItem(ItemModel value)
Generated method - Initial setter of
SavedValues.modifiedItem attribute defined at extension core. |
void |
setModifiedItemDisplayString(String value)
Generated method - Setter of
SavedValues.modifiedItemDisplayString attribute defined at extension core. |
void |
setModifiedItemType(ComposedTypeModel value)
Generated method - Setter of
SavedValues.modifiedItemType attribute defined at extension core. |
void |
setTimestamp(Date value)
Generated method - Setter of
SavedValues.timestamp attribute defined at extension core. |
void |
setUser(UserModel value)
Generated method - Setter of
SavedValues.user attribute defined at extension core. |
getComments, 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 _ITEMSAVEDVALUESRELATION
ItemSavedValuesRelation defining source attribute modifiedItem in extension core.public static final String MODIFIEDITEMTYPE
SavedValues.modifiedItemType attribute defined at extension core.public static final String MODIFIEDITEMDISPLAYSTRING
SavedValues.modifiedItemDisplayString attribute defined at extension core.public static final String TIMESTAMP
SavedValues.timestamp attribute defined at extension core.public static final String USER
SavedValues.user attribute defined at extension core.public static final String CHANGEDATTRIBUTES
SavedValues.changedAttributes attribute defined at extension core.public static final String NUMBEROFCHANGEDATTRIBUTES
SavedValues.numberOfChangedAttributes attribute defined at extension core.public static final String MODIFICATIONTYPE
SavedValues.modificationType attribute defined at extension core.public static final String SAVEDVALUESENTRIES
SavedValues.savedValuesEntries attribute defined at extension core.public static final String MODIFIEDITEMPOS
SavedValues.modifiedItemPOS attribute defined at extension core.public static final String MODIFIEDITEM
SavedValues.modifiedItem attribute defined at extension core.public SavedValuesModel()
public SavedValuesModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SavedValuesModel(SavedValueEntryType _modificationType, String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, Date _timestamp, UserModel _user)
_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@Deprecated public SavedValuesModel(SavedValueEntryType _modificationType, ItemModel _modifiedItem, String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, ItemModel _owner, Date _timestamp, UserModel _user)
_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@Accessor(qualifier="changedAttributes", type=GETTER) public String getChangedAttributes()
SavedValues.changedAttributes attribute defined at extension core.@Accessor(qualifier="modificationType", type=GETTER) public SavedValueEntryType getModificationType()
SavedValues.modificationType attribute defined at extension core.@Accessor(qualifier="modifiedItem", type=GETTER) public ItemModel getModifiedItem()
SavedValues.modifiedItem attribute defined at extension core.@Accessor(qualifier="modifiedItemDisplayString", type=GETTER) public String getModifiedItemDisplayString()
SavedValues.modifiedItemDisplayString attribute defined at extension core.@Accessor(qualifier="modifiedItemType", type=GETTER) public ComposedTypeModel getModifiedItemType()
SavedValues.modifiedItemType attribute defined at extension core.@Accessor(qualifier="numberOfChangedAttributes", type=GETTER) public Integer getNumberOfChangedAttributes()
SavedValues.numberOfChangedAttributes attribute defined at extension core.@Accessor(qualifier="savedValuesEntries", type=GETTER) public Set<SavedValueEntryModel> getSavedValuesEntries()
SavedValues.savedValuesEntries attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="timestamp", type=GETTER) public Date getTimestamp()
SavedValues.timestamp attribute defined at extension core.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
SavedValues.user attribute defined at extension core.@Accessor(qualifier="modificationType", type=SETTER) public void setModificationType(SavedValueEntryType value)
SavedValues.modificationType attribute defined at extension core.value - the modificationType - the type of the 'modification' action (save,create,remove). @since 2.10@Accessor(qualifier="modifiedItem", type=SETTER) public void setModifiedItem(ItemModel value)
SavedValues.modifiedItem attribute defined at extension core. Can only be used at creation of model - before first save.value - the modifiedItem@Accessor(qualifier="modifiedItemDisplayString", type=SETTER) public void setModifiedItemDisplayString(String value)
SavedValues.modifiedItemDisplayString attribute defined at extension core.value - the modifiedItemDisplayString - Display String. @since 2.10@Accessor(qualifier="modifiedItemType", type=SETTER) public void setModifiedItemType(ComposedTypeModel value)
SavedValues.modifiedItemType attribute defined at extension core.value - the modifiedItemType - Type@Accessor(qualifier="timestamp", type=SETTER) public void setTimestamp(Date value)
SavedValues.timestamp attribute defined at extension core.value - the timestamp - the timestamp of the last modificationCopyright © 2017 SAP SE. All Rights Reserved.