public class UserProfileModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ALLREADABLELANGUAGES
Generated constant - Attribute key of
UserProfile.allReadableLanguages attribute defined at extension core. |
static java.lang.String |
ALLWRITABLELANGUAGES
Generated constant - Attribute key of
UserProfile.allWritableLanguages attribute defined at extension core. |
static java.lang.String |
EXPANDINITIAL
Generated constant - Attribute key of
UserProfile.expandInitial attribute defined at extension core. |
static java.lang.String |
READABLELANGUAGES
Generated constant - Attribute key of
UserProfile.readableLanguages attribute defined at extension core. |
static java.lang.String |
WRITABLELANGUAGES
Generated constant - Attribute key of
UserProfile.writableLanguages attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
UserProfileModel()
Generated constructor - Default constructor for generic creation.
|
UserProfileModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
UserProfileModel(PrincipalModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<LanguageModel> |
getAllReadableLanguages()
Generated method - Getter of the
UserProfile.allReadableLanguages attribute defined at extension core. |
java.util.Collection<LanguageModel> |
getAllWritableLanguages()
Generated method - Getter of the
UserProfile.allWritableLanguages attribute defined at extension core. |
java.lang.Boolean |
getExpandInitial()
Generated method - Getter of the
UserProfile.expandInitial attribute defined at extension core. |
PrincipalModel |
getOwner()
Generated method - Getter of the
Item.owner attribute defined at extension core and redeclared at extension core. |
java.util.List<LanguageModel> |
getReadableLanguages()
Generated method - Getter of the
UserProfile.readableLanguages attribute defined at extension core. |
java.util.List<LanguageModel> |
getWritableLanguages()
Generated method - Getter of the
UserProfile.writableLanguages attribute defined at extension core. |
void |
setExpandInitial(java.lang.Boolean value)
Generated method - Setter of
UserProfile.expandInitial attribute defined at extension core. |
void |
setOwner(ItemModel value)
Generated method - Initial setter of
Item.owner attribute defined at extension core and redeclared at extension core. |
void |
setReadableLanguages(java.util.List<LanguageModel> value)
Generated method - Setter of
UserProfile.readableLanguages attribute defined at extension core. |
void |
setWritableLanguages(java.util.List<LanguageModel> value)
Generated method - Setter of
UserProfile.writableLanguages attribute defined at extension core. |
getComments, getCreationtime, getModifiedtime, isSealed, setComments, setCreationtime, setModifiedtimeequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String READABLELANGUAGES
UserProfile.readableLanguages attribute defined at extension core.public static final java.lang.String WRITABLELANGUAGES
UserProfile.writableLanguages attribute defined at extension core.public static final java.lang.String ALLREADABLELANGUAGES
UserProfile.allReadableLanguages attribute defined at extension core.public static final java.lang.String ALLWRITABLELANGUAGES
UserProfile.allWritableLanguages attribute defined at extension core.public static final java.lang.String EXPANDINITIAL
UserProfile.expandInitial attribute defined at extension core.public UserProfileModel()
public UserProfileModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public UserProfileModel(PrincipalModel _owner)
_owner - initial attribute declared by type UserProfile at extension core@Accessor(qualifier="allReadableLanguages", type=GETTER) public java.util.Collection<LanguageModel> getAllReadableLanguages()
UserProfile.allReadableLanguages attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="allWritableLanguages", type=GETTER) public java.util.Collection<LanguageModel> getAllWritableLanguages()
UserProfile.allWritableLanguages attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="expandInitial", type=GETTER) public java.lang.Boolean getExpandInitial()
UserProfile.expandInitial attribute defined at extension core.@Accessor(qualifier="owner", type=GETTER) public PrincipalModel getOwner()
Item.owner attribute defined at extension core and redeclared at extension core.@Accessor(qualifier="readableLanguages", type=GETTER) public java.util.List<LanguageModel> getReadableLanguages()
UserProfile.readableLanguages attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="writableLanguages", type=GETTER) public java.util.List<LanguageModel> getWritableLanguages()
UserProfile.writableLanguages attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="expandInitial", type=SETTER) public void setExpandInitial(java.lang.Boolean value)
UserProfile.expandInitial attribute defined at extension core.value - the expandInitial@Accessor(qualifier="owner", type=SETTER) public void setOwner(ItemModel value)
Item.owner attribute defined at extension core and redeclared at extension core. Can only be used at creation of model - before first save. Will only accept values of type PrincipalModel.@Accessor(qualifier="readableLanguages", type=SETTER) public void setReadableLanguages(java.util.List<LanguageModel> value)
UserProfile.readableLanguages attribute defined at extension core.value - the readableLanguages@Accessor(qualifier="writableLanguages", type=SETTER) public void setWritableLanguages(java.util.List<LanguageModel> value)
UserProfile.writableLanguages attribute defined at extension core.value - the writableLanguagesCopyright © 2018 SAP SE. All Rights Reserved.