Class AbstractUserAuditModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.user.AbstractUserAuditModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BruteForceLoginDisabledAuditModel,BruteForceOAuthDisabledAuditModel,UserPasswordChangeAuditModel
Generated model class for type AbstractUserAudit first defined at extension core.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofAbstractUserAudit.changingApplicationattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofAbstractUserAudit.changingUserattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofAbstractUserAudit.ipAddressattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofAbstractUserAudit.uidattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofAbstractUserAudit.userPKattribute defined at extensioncore.Fields 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.Generated constructor - Default constructor for creation with existing contextAbstractUserAuditModel(String _ipAddress, ItemModel _owner, String _uid, Long _userPK) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractUserAuditModel(String _uid, Long _userPK) 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 theAbstractUserAudit.changingApplicationattribute defined at extensioncore.Generated method - Getter of theAbstractUserAudit.changingUserattribute defined at extensioncore.Generated method - Getter of theAbstractUserAudit.ipAddressattribute defined at extensioncore.getUid()Generated method - Getter of theAbstractUserAudit.uidattribute defined at extensioncore.Generated method - Getter of theAbstractUserAudit.userPKattribute defined at extensioncore.voidsetChangingApplication(String value) Generated method - Setter ofAbstractUserAudit.changingApplicationattribute defined at extensioncore.voidsetChangingUser(String value) Generated method - Setter ofAbstractUserAudit.changingUserattribute defined at extensioncore.voidsetIpAddress(String value) Generated method - Initial setter ofAbstractUserAudit.ipAddressattribute defined at extensioncore.voidGenerated method - Initial setter ofAbstractUserAudit.uidattribute defined at extensioncore.voidGenerated method - Initial setter ofAbstractUserAudit.userPKattribute defined at extensioncore.Methods 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:
-
UID
Generated constant - Attribute key ofAbstractUserAudit.uidattribute defined at extensioncore.- See Also:
-
USERPK
Generated constant - Attribute key ofAbstractUserAudit.userPKattribute defined at extensioncore.- See Also:
-
CHANGINGUSER
Generated constant - Attribute key ofAbstractUserAudit.changingUserattribute defined at extensioncore.- See Also:
-
CHANGINGAPPLICATION
Generated constant - Attribute key ofAbstractUserAudit.changingApplicationattribute defined at extensioncore.- See Also:
-
IPADDRESS
Generated constant - Attribute key ofAbstractUserAudit.ipAddressattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
AbstractUserAuditModel
public AbstractUserAuditModel()Generated constructor - Default constructor for generic creation. -
AbstractUserAuditModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AbstractUserAuditModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractUserAuditModel(String _uid, Long _userPK) 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:
_uid- initial attribute declared by typeAbstractUserAuditat extensioncore_userPK- initial attribute declared by typeAbstractUserAuditat extensioncore
-
AbstractUserAuditModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractUserAuditModel(String _ipAddress, ItemModel _owner, String _uid, Long _userPK) 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:
_ipAddress- initial attribute declared by typeAbstractUserAuditat extensioncore_owner- initial attribute declared by typeItemat extensioncore_uid- initial attribute declared by typeAbstractUserAuditat extensioncore_userPK- initial attribute declared by typeAbstractUserAuditat extensioncore
-
-
Method Details
-
getChangingApplication
Generated method - Getter of theAbstractUserAudit.changingApplicationattribute defined at extensioncore.- Returns:
- the changingApplication
-
getChangingUser
Generated method - Getter of theAbstractUserAudit.changingUserattribute defined at extensioncore.- Returns:
- the changingUser
-
getIpAddress
Generated method - Getter of theAbstractUserAudit.ipAddressattribute defined at extensioncore.- Returns:
- the ipAddress
-
getUid
Generated method - Getter of theAbstractUserAudit.uidattribute defined at extensioncore.- Returns:
- the uid
-
getUserPK
Generated method - Getter of theAbstractUserAudit.userPKattribute defined at extensioncore.- Returns:
- the userPK
-
setChangingApplication
@Accessor(qualifier="changingApplication", type=SETTER) public void setChangingApplication(String value) Generated method - Setter ofAbstractUserAudit.changingApplicationattribute defined at extensioncore.- Parameters:
value- the changingApplication
-
setChangingUser
Generated method - Setter ofAbstractUserAudit.changingUserattribute defined at extensioncore.- Parameters:
value- the changingUser
-
setIpAddress
Generated method - Initial setter ofAbstractUserAudit.ipAddressattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the ipAddress
-
setUid
Generated method - Initial setter ofAbstractUserAudit.uidattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the uid
-
setUserPK
Generated method - Initial setter ofAbstractUserAudit.userPKattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the userPK
-