public class UserProfileModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ALLREADABLELANGUAGES
Generated constant - Attribute key of
UserProfile.allReadableLanguages attribute defined at extension core. |
static String |
ALLWRITABLELANGUAGES
Generated constant - Attribute key of
UserProfile.allWritableLanguages attribute defined at extension core. |
static String |
EXPANDINITIAL
Generated constant - Attribute key of
UserProfile.expandInitial attribute defined at extension core. |
static String |
READABLELANGUAGES
Generated constant - Attribute key of
UserProfile.readableLanguages attribute defined at extension core. |
static String |
WRITABLELANGUAGES
Generated constant - Attribute key of
UserProfile.writableLanguages attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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 |
|---|---|
Collection<LanguageModel> |
getAllReadableLanguages()
Generated method - Getter of the
UserProfile.allReadableLanguages attribute defined at extension core. |
Collection<LanguageModel> |
getAllWritableLanguages()
Generated method - Getter of the
UserProfile.allWritableLanguages attribute defined at extension core. |
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. |
List<LanguageModel> |
getReadableLanguages()
Generated method - Getter of the
UserProfile.readableLanguages attribute defined at extension core. |
List<LanguageModel> |
getWritableLanguages()
Generated method - Getter of the
UserProfile.writableLanguages attribute defined at extension core. |
void |
setExpandInitial(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(List<LanguageModel> value)
Generated method - Setter of
UserProfile.readableLanguages attribute defined at extension core. |
void |
setWritableLanguages(List<LanguageModel> value)
Generated method - Setter of
UserProfile.writableLanguages attribute defined at extension core. |
getComments, getCreationtime, getModifiedtime, 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 String _TYPECODE
public static final String READABLELANGUAGES
UserProfile.readableLanguages attribute defined at extension core.public static final String WRITABLELANGUAGES
UserProfile.writableLanguages attribute defined at extension core.public static final String ALLREADABLELANGUAGES
UserProfile.allReadableLanguages attribute defined at extension core.public static final String ALLWRITABLELANGUAGES
UserProfile.allWritableLanguages attribute defined at extension core.public static final 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 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 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 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 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 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(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(List<LanguageModel> value)
UserProfile.readableLanguages attribute defined at extension core.value - the readableLanguagesCopyright © 2017 SAP SE. All Rights Reserved.