Package de.hybris.platform.hmc.model
Class UserProfileModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.hmc.model.UserProfileModel
-
- All Implemented Interfaces:
java.io.Serializable
public class UserProfileModel extends ItemModel
Generated model class for type UserProfile 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
ALLREADABLELANGUAGES
Generated constant - Attribute key ofUserProfile.allReadableLanguages
attribute defined at extensioncore
.static java.lang.String
ALLWRITABLELANGUAGES
Generated constant - Attribute key ofUserProfile.allWritableLanguages
attribute defined at extensioncore
.static java.lang.String
EXPANDINITIAL
Generated constant - Attribute key ofUserProfile.expandInitial
attribute defined at extensioncore
.static java.lang.String
READABLELANGUAGES
Generated constant - Attribute key ofUserProfile.readableLanguages
attribute defined at extensioncore
.static java.lang.String
WRITABLELANGUAGES
Generated constant - Attribute key ofUserProfile.writableLanguages
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 UserProfileModel()
Generated constructor - Default constructor for generic creation.UserProfileModel(PrincipalModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUserProfileModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<LanguageModel>
getAllReadableLanguages()
Generated method - Getter of theUserProfile.allReadableLanguages
attribute defined at extensioncore
.java.util.Collection<LanguageModel>
getAllWritableLanguages()
Generated method - Getter of theUserProfile.allWritableLanguages
attribute defined at extensioncore
.java.lang.Boolean
getExpandInitial()
Generated method - Getter of theUserProfile.expandInitial
attribute defined at extensioncore
.PrincipalModel
getOwner()
Generated method - Getter of theItem.owner
attribute defined at extensioncore
and redeclared at extensioncore
.java.util.List<LanguageModel>
getReadableLanguages()
Generated method - Getter of theUserProfile.readableLanguages
attribute defined at extensioncore
.java.util.List<LanguageModel>
getWritableLanguages()
Generated method - Getter of theUserProfile.writableLanguages
attribute defined at extensioncore
.void
setExpandInitial(java.lang.Boolean value)
Generated method - Setter ofUserProfile.expandInitial
attribute defined at extensioncore
.void
setOwner(ItemModel value)
Generated method - Initial setter ofItem.owner
attribute defined at extensioncore
and redeclared at extensioncore
.void
setReadableLanguages(java.util.List<LanguageModel> value)
Generated method - Setter ofUserProfile.readableLanguages
attribute defined at extensioncore
.void
setWritableLanguages(java.util.List<LanguageModel> value)
Generated method - Setter ofUserProfile.writableLanguages
attribute defined at extensioncore
.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, isSealed, setComments, setCreationtime, setModifiedtime
-
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
-
READABLELANGUAGES
public static final java.lang.String READABLELANGUAGES
Generated constant - Attribute key ofUserProfile.readableLanguages
attribute defined at extensioncore
.- See Also:
- Constant Field Values
-
WRITABLELANGUAGES
public static final java.lang.String WRITABLELANGUAGES
Generated constant - Attribute key ofUserProfile.writableLanguages
attribute defined at extensioncore
.- See Also:
- Constant Field Values
-
ALLREADABLELANGUAGES
public static final java.lang.String ALLREADABLELANGUAGES
Generated constant - Attribute key ofUserProfile.allReadableLanguages
attribute defined at extensioncore
.- See Also:
- Constant Field Values
-
ALLWRITABLELANGUAGES
public static final java.lang.String ALLWRITABLELANGUAGES
Generated constant - Attribute key ofUserProfile.allWritableLanguages
attribute defined at extensioncore
.- See Also:
- Constant Field Values
-
EXPANDINITIAL
public static final java.lang.String EXPANDINITIAL
Generated constant - Attribute key ofUserProfile.expandInitial
attribute defined at extensioncore
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UserProfileModel
public UserProfileModel()
Generated constructor - Default constructor for generic creation.
-
UserProfileModel
public UserProfileModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
UserProfileModel
@Deprecated(since="4.1.1", forRemoval=true) public UserProfileModel(PrincipalModel _owner)
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:
_owner
- initial attribute declared by typeUserProfile
at extensioncore
-
-
Method Detail
-
getAllReadableLanguages
@Accessor(qualifier="allReadableLanguages", type=GETTER) public java.util.Collection<LanguageModel> getAllReadableLanguages()
Generated method - Getter of theUserProfile.allReadableLanguages
attribute defined at extensioncore
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the allReadableLanguages
-
getAllWritableLanguages
@Accessor(qualifier="allWritableLanguages", type=GETTER) public java.util.Collection<LanguageModel> getAllWritableLanguages()
Generated method - Getter of theUserProfile.allWritableLanguages
attribute defined at extensioncore
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the allWritableLanguages
-
getExpandInitial
@Accessor(qualifier="expandInitial", type=GETTER) public java.lang.Boolean getExpandInitial()
Generated method - Getter of theUserProfile.expandInitial
attribute defined at extensioncore
.- Returns:
- the expandInitial
-
getOwner
@Accessor(qualifier="owner", type=GETTER) public PrincipalModel getOwner()
Generated method - Getter of theItem.owner
attribute defined at extensioncore
and redeclared at extensioncore
.
-
getReadableLanguages
@Accessor(qualifier="readableLanguages", type=GETTER) public java.util.List<LanguageModel> getReadableLanguages()
Generated method - Getter of theUserProfile.readableLanguages
attribute defined at extensioncore
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the readableLanguages
-
getWritableLanguages
@Accessor(qualifier="writableLanguages", type=GETTER) public java.util.List<LanguageModel> getWritableLanguages()
Generated method - Getter of theUserProfile.writableLanguages
attribute defined at extensioncore
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the writableLanguages
-
setExpandInitial
@Accessor(qualifier="expandInitial", type=SETTER) public void setExpandInitial(java.lang.Boolean value)
Generated method - Setter ofUserProfile.expandInitial
attribute defined at extensioncore
.- Parameters:
value
- the expandInitial
-
setOwner
@Accessor(qualifier="owner", type=SETTER) public void setOwner(ItemModel value)
Generated method - Initial setter ofItem.owner
attribute defined at extensioncore
and redeclared at extensioncore
. Can only be used at creation of model - before first save. Will only accept values of typePrincipalModel
.
-
setReadableLanguages
@Accessor(qualifier="readableLanguages", type=SETTER) public void setReadableLanguages(java.util.List<LanguageModel> value)
Generated method - Setter ofUserProfile.readableLanguages
attribute defined at extensioncore
.- Parameters:
value
- the readableLanguages
-
setWritableLanguages
@Accessor(qualifier="writableLanguages", type=SETTER) public void setWritableLanguages(java.util.List<LanguageModel> value)
Generated method - Setter ofUserProfile.writableLanguages
attribute defined at extensioncore
.- Parameters:
value
- the writableLanguages
-
-