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:
java.io.Serializable
- Direct Known Subclasses:
BruteForceLoginDisabledAuditModel
,BruteForceOAuthDisabledAuditModel
,UserPasswordChangeAuditModel
public class AbstractUserAuditModel extends ItemModel
Generated model class for type AbstractUserAudit first defined at extension core.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CHANGINGAPPLICATION
Generated constant - Attribute key ofAbstractUserAudit.changingApplication
attribute defined at extensioncore
.static java.lang.String
CHANGINGUSER
Generated constant - Attribute key ofAbstractUserAudit.changingUser
attribute defined at extensioncore
.static java.lang.String
IPADDRESS
Generated constant - Attribute key ofAbstractUserAudit.ipAddress
attribute defined at extensioncore
.static java.lang.String
UID
Generated constant - Attribute key ofAbstractUserAudit.uid
attribute defined at extensioncore
.static java.lang.String
USERPK
Generated constant - Attribute key ofAbstractUserAudit.userPK
attribute defined at extensioncore
.-
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 AbstractUserAuditModel()
Generated constructor - Default constructor for generic creation.AbstractUserAuditModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextAbstractUserAuditModel(java.lang.String _ipAddress, ItemModel _owner, java.lang.String _uid, java.lang.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(java.lang.String _uid, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getChangingApplication()
Generated method - Getter of theAbstractUserAudit.changingApplication
attribute defined at extensioncore
.java.lang.String
getChangingUser()
Generated method - Getter of theAbstractUserAudit.changingUser
attribute defined at extensioncore
.java.lang.String
getIpAddress()
Generated method - Getter of theAbstractUserAudit.ipAddress
attribute defined at extensioncore
.java.lang.String
getUid()
Generated method - Getter of theAbstractUserAudit.uid
attribute defined at extensioncore
.java.lang.Long
getUserPK()
Generated method - Getter of theAbstractUserAudit.userPK
attribute defined at extensioncore
.void
setChangingApplication(java.lang.String value)
Generated method - Setter ofAbstractUserAudit.changingApplication
attribute defined at extensioncore
.void
setChangingUser(java.lang.String value)
Generated method - Setter ofAbstractUserAudit.changingUser
attribute defined at extensioncore
.void
setIpAddress(java.lang.String value)
Generated method - Initial setter ofAbstractUserAudit.ipAddress
attribute defined at extensioncore
.void
setUid(java.lang.String value)
Generated method - Initial setter ofAbstractUserAudit.uid
attribute defined at extensioncore
.void
setUserPK(java.lang.Long value)
Generated method - Initial setter ofAbstractUserAudit.userPK
attribute defined at extensioncore
.-
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
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
UID
public static final java.lang.String UID
Generated constant - Attribute key ofAbstractUserAudit.uid
attribute defined at extensioncore
.- See Also:
- Constant Field Values
-
USERPK
public static final java.lang.String USERPK
Generated constant - Attribute key ofAbstractUserAudit.userPK
attribute defined at extensioncore
.- See Also:
- Constant Field Values
-
CHANGINGUSER
public static final java.lang.String CHANGINGUSER
Generated constant - Attribute key ofAbstractUserAudit.changingUser
attribute defined at extensioncore
.- See Also:
- Constant Field Values
-
CHANGINGAPPLICATION
public static final java.lang.String CHANGINGAPPLICATION
Generated constant - Attribute key ofAbstractUserAudit.changingApplication
attribute defined at extensioncore
.- See Also:
- Constant Field Values
-
IPADDRESS
public static final java.lang.String IPADDRESS
Generated constant - Attribute key ofAbstractUserAudit.ipAddress
attribute defined at extensioncore
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AbstractUserAuditModel
public AbstractUserAuditModel()
Generated constructor - Default constructor for generic creation.
-
AbstractUserAuditModel
public AbstractUserAuditModel(ItemModelContext ctx)
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(java.lang.String _uid, java.lang.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 typeAbstractUserAudit
at extensioncore
_userPK
- initial attribute declared by typeAbstractUserAudit
at extensioncore
-
AbstractUserAuditModel
@Deprecated(since="4.1.1", forRemoval=true) public AbstractUserAuditModel(java.lang.String _ipAddress, ItemModel _owner, java.lang.String _uid, java.lang.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 typeAbstractUserAudit
at extensioncore
_owner
- initial attribute declared by typeItem
at extensioncore
_uid
- initial attribute declared by typeAbstractUserAudit
at extensioncore
_userPK
- initial attribute declared by typeAbstractUserAudit
at extensioncore
-
-
Method Detail
-
getChangingApplication
@Accessor(qualifier="changingApplication", type=GETTER) public java.lang.String getChangingApplication()
Generated method - Getter of theAbstractUserAudit.changingApplication
attribute defined at extensioncore
.- Returns:
- the changingApplication
-
getChangingUser
@Accessor(qualifier="changingUser", type=GETTER) public java.lang.String getChangingUser()
Generated method - Getter of theAbstractUserAudit.changingUser
attribute defined at extensioncore
.- Returns:
- the changingUser
-
getIpAddress
@Accessor(qualifier="ipAddress", type=GETTER) public java.lang.String getIpAddress()
Generated method - Getter of theAbstractUserAudit.ipAddress
attribute defined at extensioncore
.- Returns:
- the ipAddress
-
getUid
@Accessor(qualifier="uid", type=GETTER) public java.lang.String getUid()
Generated method - Getter of theAbstractUserAudit.uid
attribute defined at extensioncore
.- Returns:
- the uid
-
getUserPK
@Accessor(qualifier="userPK", type=GETTER) public java.lang.Long getUserPK()
Generated method - Getter of theAbstractUserAudit.userPK
attribute defined at extensioncore
.- Returns:
- the userPK
-
setChangingApplication
@Accessor(qualifier="changingApplication", type=SETTER) public void setChangingApplication(java.lang.String value)
Generated method - Setter ofAbstractUserAudit.changingApplication
attribute defined at extensioncore
.- Parameters:
value
- the changingApplication
-
setChangingUser
@Accessor(qualifier="changingUser", type=SETTER) public void setChangingUser(java.lang.String value)
Generated method - Setter ofAbstractUserAudit.changingUser
attribute defined at extensioncore
.- Parameters:
value
- the changingUser
-
setIpAddress
@Accessor(qualifier="ipAddress", type=SETTER) public void setIpAddress(java.lang.String value)
Generated method - Initial setter ofAbstractUserAudit.ipAddress
attribute defined at extensioncore
. Can only be used at creation of model - before first save.- Parameters:
value
- the ipAddress
-
setUid
@Accessor(qualifier="uid", type=SETTER) public void setUid(java.lang.String value)
Generated method - Initial setter ofAbstractUserAudit.uid
attribute defined at extensioncore
. Can only be used at creation of model - before first save.- Parameters:
value
- the uid
-
-