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

public class AbstractUserAuditModel extends ItemModel
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

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of AbstractUserAudit.changingApplication attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractUserAudit.changingUser attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractUserAudit.ipAddress attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractUserAudit.uid attribute defined at extension core.
    static final String
    Generated constant - Attribute key of AbstractUserAudit.userPK 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.
    AbstractUserAuditModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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 parameters
    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 Type
    Method
    Description
    Generated method - Getter of the AbstractUserAudit.changingApplication attribute defined at extension core.
    Generated method - Getter of the AbstractUserAudit.changingUser attribute defined at extension core.
    Generated method - Getter of the AbstractUserAudit.ipAddress attribute defined at extension core.
    Generated method - Getter of the AbstractUserAudit.uid attribute defined at extension core.
    Generated method - Getter of the AbstractUserAudit.userPK attribute defined at extension core.
    void
    Generated method - Setter of AbstractUserAudit.changingApplication attribute defined at extension core.
    void
    Generated method - Setter of AbstractUserAudit.changingUser attribute defined at extension core.
    void
    Generated method - Initial setter of AbstractUserAudit.ipAddress attribute defined at extension core.
    void
    setUid(String value)
    Generated method - Initial setter of AbstractUserAudit.uid attribute defined at extension core.
    void
    setUserPK(Long value)
    Generated method - Initial setter of AbstractUserAudit.userPK 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:
    • UID

      public static final String UID
      Generated constant - Attribute key of AbstractUserAudit.uid attribute defined at extension core.
      See Also:
    • USERPK

      public static final String USERPK
      Generated constant - Attribute key of AbstractUserAudit.userPK attribute defined at extension core.
      See Also:
    • CHANGINGUSER

      public static final String CHANGINGUSER
      Generated constant - Attribute key of AbstractUserAudit.changingUser attribute defined at extension core.
      See Also:
    • CHANGINGAPPLICATION

      public static final String CHANGINGAPPLICATION
      Generated constant - Attribute key of AbstractUserAudit.changingApplication attribute defined at extension core.
      See Also:
    • IPADDRESS

      public static final String IPADDRESS
      Generated constant - Attribute key of AbstractUserAudit.ipAddress attribute defined at extension core.
      See Also:
  • Constructor Details

    • AbstractUserAuditModel

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

      public AbstractUserAuditModel(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
    • 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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _uid - initial attribute declared by type AbstractUserAudit at extension core
      _userPK - initial attribute declared by type AbstractUserAudit at extension core
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _ipAddress - initial attribute declared by type AbstractUserAudit at extension core
      _owner - initial attribute declared by type Item at extension core
      _uid - initial attribute declared by type AbstractUserAudit at extension core
      _userPK - initial attribute declared by type AbstractUserAudit at extension core
  • Method Details

    • getChangingApplication

      @Accessor(qualifier="changingApplication", type=GETTER) public String getChangingApplication()
      Generated method - Getter of the AbstractUserAudit.changingApplication attribute defined at extension core.
      Returns:
      the changingApplication
    • getChangingUser

      @Accessor(qualifier="changingUser", type=GETTER) public String getChangingUser()
      Generated method - Getter of the AbstractUserAudit.changingUser attribute defined at extension core.
      Returns:
      the changingUser
    • getIpAddress

      @Accessor(qualifier="ipAddress", type=GETTER) public String getIpAddress()
      Generated method - Getter of the AbstractUserAudit.ipAddress attribute defined at extension core.
      Returns:
      the ipAddress
    • getUid

      @Accessor(qualifier="uid", type=GETTER) public String getUid()
      Generated method - Getter of the AbstractUserAudit.uid attribute defined at extension core.
      Returns:
      the uid
    • getUserPK

      @Accessor(qualifier="userPK", type=GETTER) public Long getUserPK()
      Generated method - Getter of the AbstractUserAudit.userPK attribute defined at extension core.
      Returns:
      the userPK
    • setChangingApplication

      @Accessor(qualifier="changingApplication", type=SETTER) public void setChangingApplication(String value)
      Generated method - Setter of AbstractUserAudit.changingApplication attribute defined at extension core.
      Parameters:
      value - the changingApplication
    • setChangingUser

      @Accessor(qualifier="changingUser", type=SETTER) public void setChangingUser(String value)
      Generated method - Setter of AbstractUserAudit.changingUser attribute defined at extension core.
      Parameters:
      value - the changingUser
    • setIpAddress

      @Accessor(qualifier="ipAddress", type=SETTER) public void setIpAddress(String value)
      Generated method - Initial setter of AbstractUserAudit.ipAddress attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the ipAddress
    • setUid

      @Accessor(qualifier="uid", type=SETTER) public void setUid(String value)
      Generated method - Initial setter of AbstractUserAudit.uid attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the uid
    • setUserPK

      @Accessor(qualifier="userPK", type=SETTER) public void setUserPK(Long value)
      Generated method - Initial setter of AbstractUserAudit.userPK attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the userPK