Class UserPasswordChangeAuditModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.user.AbstractUserAuditModel
de.hybris.platform.core.model.user.UserPasswordChangeAuditModel
- All Implemented Interfaces:
Serializable
Generated model class for type UserPasswordChangeAudit 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
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofUserPasswordChangeAudit.encodedPasswordattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofUserPasswordChangeAudit.passwordEncodingattribute defined at extensioncore.Fields inherited from class de.hybris.platform.core.model.user.AbstractUserAuditModel
CHANGINGAPPLICATION, CHANGINGUSER, IPADDRESS, UID, USERPKFields 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.UserPasswordChangeAuditModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextUserPasswordChangeAuditModel(String _encodedPassword, String _ipAddress, ItemModel _owner, String _passwordEncoding, 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 parametersUserPasswordChangeAuditModel(String _encodedPassword, String _passwordEncoding, 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 theUserPasswordChangeAudit.encodedPasswordattribute defined at extensioncore.Generated method - Getter of theUserPasswordChangeAudit.passwordEncodingattribute defined at extensioncore.voidsetEncodedPassword(String value) Generated method - Initial setter ofUserPasswordChangeAudit.encodedPasswordattribute defined at extensioncore.voidsetPasswordEncoding(String value) Generated method - Setter ofUserPasswordChangeAudit.passwordEncodingattribute defined at extensioncore.Methods inherited from class de.hybris.platform.core.model.user.AbstractUserAuditModel
getChangingApplication, getChangingUser, getIpAddress, getUid, getUserPK, setChangingApplication, setChangingUser, setIpAddress, setUid, setUserPKMethods 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:
-
ENCODEDPASSWORD
Generated constant - Attribute key ofUserPasswordChangeAudit.encodedPasswordattribute defined at extensioncore.- See Also:
-
PASSWORDENCODING
Generated constant - Attribute key ofUserPasswordChangeAudit.passwordEncodingattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
UserPasswordChangeAuditModel
public UserPasswordChangeAuditModel()Generated constructor - Default constructor for generic creation. -
UserPasswordChangeAuditModel
public UserPasswordChangeAuditModel(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
-
UserPasswordChangeAuditModel
@Deprecated(since="4.1.1", forRemoval=true) public UserPasswordChangeAuditModel(String _encodedPassword, String _passwordEncoding, 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:
_encodedPassword- initial attribute declared by typeUserPasswordChangeAuditat extensioncore_passwordEncoding- initial attribute declared by typeUserPasswordChangeAuditat extensioncore_uid- initial attribute declared by typeAbstractUserAuditat extensioncore_userPK- initial attribute declared by typeAbstractUserAuditat extensioncore
-
UserPasswordChangeAuditModel
@Deprecated(since="4.1.1", forRemoval=true) public UserPasswordChangeAuditModel(String _encodedPassword, String _ipAddress, ItemModel _owner, String _passwordEncoding, 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:
_encodedPassword- initial attribute declared by typeUserPasswordChangeAuditat extensioncore_ipAddress- initial attribute declared by typeAbstractUserAuditat extensioncore_owner- initial attribute declared by typeItemat extensioncore_passwordEncoding- initial attribute declared by typeUserPasswordChangeAuditat extensioncore_uid- initial attribute declared by typeAbstractUserAuditat extensioncore_userPK- initial attribute declared by typeAbstractUserAuditat extensioncore
-
-
Method Details
-
getEncodedPassword
Generated method - Getter of theUserPasswordChangeAudit.encodedPasswordattribute defined at extensioncore.- Returns:
- the encodedPassword
-
getPasswordEncoding
Generated method - Getter of theUserPasswordChangeAudit.passwordEncodingattribute defined at extensioncore.- Returns:
- the passwordEncoding
-
setEncodedPassword
Generated method - Initial setter ofUserPasswordChangeAudit.encodedPasswordattribute defined at extensioncore. Can only be used at creation of model - before first save.- Parameters:
value- the encodedPassword
-
setPasswordEncoding
Generated method - Setter ofUserPasswordChangeAudit.passwordEncodingattribute defined at extensioncore.- Parameters:
value- the passwordEncoding
-