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_TYPECODEGenerated model type code constant.static java.lang.StringCHANGINGAPPLICATIONGenerated constant - Attribute key ofAbstractUserAudit.changingApplicationattribute defined at extensioncore.static java.lang.StringCHANGINGUSERGenerated constant - Attribute key ofAbstractUserAudit.changingUserattribute defined at extensioncore.static java.lang.StringIPADDRESSGenerated constant - Attribute key ofAbstractUserAudit.ipAddressattribute defined at extensioncore.static java.lang.StringUIDGenerated constant - Attribute key ofAbstractUserAudit.uidattribute defined at extensioncore.static java.lang.StringUSERPKGenerated 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, 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.StringgetChangingApplication()Generated method - Getter of theAbstractUserAudit.changingApplicationattribute defined at extensioncore.java.lang.StringgetChangingUser()Generated method - Getter of theAbstractUserAudit.changingUserattribute defined at extensioncore.java.lang.StringgetIpAddress()Generated method - Getter of theAbstractUserAudit.ipAddressattribute defined at extensioncore.java.lang.StringgetUid()Generated method - Getter of theAbstractUserAudit.uidattribute defined at extensioncore.java.lang.LonggetUserPK()Generated method - Getter of theAbstractUserAudit.userPKattribute defined at extensioncore.voidsetChangingApplication(java.lang.String value)Generated method - Setter ofAbstractUserAudit.changingApplicationattribute defined at extensioncore.voidsetChangingUser(java.lang.String value)Generated method - Setter ofAbstractUserAudit.changingUserattribute defined at extensioncore.voidsetIpAddress(java.lang.String value)Generated method - Initial setter ofAbstractUserAudit.ipAddressattribute defined at extensioncore.voidsetUid(java.lang.String value)Generated method - Initial setter ofAbstractUserAudit.uidattribute defined at extensioncore.voidsetUserPK(java.lang.Long value)Generated 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, 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.uidattribute defined at extensioncore.- See Also:
- Constant Field Values
-
USERPK
public static final java.lang.String USERPK
Generated constant - Attribute key ofAbstractUserAudit.userPKattribute defined at extensioncore.- See Also:
- Constant Field Values
-
CHANGINGUSER
public static final java.lang.String CHANGINGUSER
Generated constant - Attribute key ofAbstractUserAudit.changingUserattribute defined at extensioncore.- See Also:
- Constant Field Values
-
CHANGINGAPPLICATION
public static final java.lang.String CHANGINGAPPLICATION
Generated constant - Attribute key ofAbstractUserAudit.changingApplicationattribute defined at extensioncore.- See Also:
- Constant Field Values
-
IPADDRESS
public static final java.lang.String IPADDRESS
Generated constant - Attribute key ofAbstractUserAudit.ipAddressattribute 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 typeAbstractUserAuditat extensioncore_userPK- initial attribute declared by typeAbstractUserAuditat 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 typeAbstractUserAuditat extensioncore_owner- initial attribute declared by typeItemat extensioncore_uid- initial attribute declared by typeAbstractUserAuditat extensioncore_userPK- initial attribute declared by typeAbstractUserAuditat extensioncore
-
-
Method Detail
-
getChangingApplication
@Accessor(qualifier="changingApplication", type=GETTER) public java.lang.String getChangingApplication()
Generated method - Getter of theAbstractUserAudit.changingApplicationattribute defined at extensioncore.- Returns:
- the changingApplication
-
getChangingUser
@Accessor(qualifier="changingUser", type=GETTER) public java.lang.String getChangingUser()
Generated method - Getter of theAbstractUserAudit.changingUserattribute defined at extensioncore.- Returns:
- the changingUser
-
getIpAddress
@Accessor(qualifier="ipAddress", type=GETTER) public java.lang.String getIpAddress()
Generated method - Getter of theAbstractUserAudit.ipAddressattribute defined at extensioncore.- Returns:
- the ipAddress
-
getUid
@Accessor(qualifier="uid", type=GETTER) public java.lang.String getUid()
Generated method - Getter of theAbstractUserAudit.uidattribute defined at extensioncore.- Returns:
- the uid
-
getUserPK
@Accessor(qualifier="userPK", type=GETTER) public java.lang.Long getUserPK()
Generated method - Getter of theAbstractUserAudit.userPKattribute defined at extensioncore.- Returns:
- the userPK
-
setChangingApplication
@Accessor(qualifier="changingApplication", type=SETTER) public void setChangingApplication(java.lang.String value)
Generated method - Setter ofAbstractUserAudit.changingApplicationattribute defined at extensioncore.- Parameters:
value- the changingApplication
-
setChangingUser
@Accessor(qualifier="changingUser", type=SETTER) public void setChangingUser(java.lang.String value)
Generated method - Setter ofAbstractUserAudit.changingUserattribute 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.ipAddressattribute 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.uidattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the uid
-
-