public class PrincipalGroupModel extends PrincipalModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_PRINCIPALGROUPRELATION
Generated relation code constant for relation
PrincipalGroupRelation defining source attribute members in extension core. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
LOCNAME
Generated constant - Attribute key of
PrincipalGroup.locName attribute defined at extension core. |
static String |
MAXBRUTEFORCELOGINATTEMPTS
Generated constant - Attribute key of
PrincipalGroup.maxBruteForceLoginAttempts attribute defined at extension core. |
static String |
MEMBERS
Generated constant - Attribute key of
PrincipalGroup.members attribute defined at extension core. |
_CATEGORY2PRINCIPALRELATION, _COMMENTWATCHERRELATION, _PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION, _PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION, _SYNCITEMJOB2PRINCIPAL, _WORKFLOWTEMPLATE2PRINCIPALRELATION, ACCESSIBLECATEGORIES, ALLGROUPS, ALLSEARCHRESTRICTIONS, BACKOFFICELOGINDISABLED, CN, COCKPITUICONFIGURATIONS, DESCRIPTION, DISPLAYNAME, DN, GROUPS, LDAPSEARCHBASE, NAME, PROFILEPICTURE, READABLECATALOGVERSIONS, READABLECOCKPITUICOMPONENTS, READABSTRACTLINKENTRY, READCOLLECTIONS, READPUBLICATION, READPUBLICATIONCOMPONENT, READSAVEDQUERIES, SEARCHRESTRICTIONS, SYNCJOBS, UID, VISIBLETEMPLATES, WATCHEDCOMMENTS, WRITABLECATALOGVERSIONS, WRITABLECOCKPITUICOMPONENTS, WRITECOLLECTIONS, WRITEPUBLICATION, WRITEPUBLICATIONCOMPONENT_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PrincipalGroupModel()
Generated constructor - Default constructor for generic creation.
|
PrincipalGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
PrincipalGroupModel(ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PrincipalGroupModel(String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLocname()
Deprecated.
use
getLocName() instead |
String |
getLocName()
Generated method - Getter of the
PrincipalGroup.locName attribute defined at extension core. |
String |
getLocname(Locale loc)
Deprecated.
use
getLocName(Locale) instead |
String |
getLocName(Locale loc)
Generated method - Getter of the
PrincipalGroup.locName attribute defined at extension core. |
Integer |
getMaxBruteForceLoginAttempts()
Generated method - Getter of the
PrincipalGroup.maxBruteForceLoginAttempts attribute defined at extension core. |
Set<PrincipalModel> |
getMembers()
Generated method - Getter of the
PrincipalGroup.members attribute defined at extension core. |
void |
setLocname(String value)
Deprecated.
use
setLocName(java.lang.String) instead |
void |
setLocName(String value)
Generated method - Setter of
PrincipalGroup.locName attribute defined at extension core. |
void |
setLocname(String value,
Locale loc)
Deprecated.
use
setLocName(java.lang.String,Locale) instead |
void |
setLocName(String value,
Locale loc)
Generated method - Setter of
PrincipalGroup.locName attribute defined at extension core. |
void |
setMaxBruteForceLoginAttempts(Integer value)
Generated method - Setter of
PrincipalGroup.maxBruteForceLoginAttempts attribute defined at extension core. |
void |
setMembers(Set<PrincipalModel> value)
Generated method - Setter of
PrincipalGroup.members attribute defined at extension core. |
getAccessibleCategories, getAllgroups, getAllGroups, getAllsearchrestrictions, getAllSearchRestrictions, getBackOfficeLoginDisabled, getCN, getCockpitUIConfigurations, getDescription, getDisplayName, getDisplayName, getDN, getGroups, getLdapsearchbase, getName, getProfilePicture, getReadableCatalogVersions, getReadableCockpitUIComponents, getReadAbstractLinkEntry, getReadCollections, getReadPublication, getReadPublicationComponent, getReadSavedQueries, getSearchrestrictions, getSearchRestrictions, getSyncJobs, getUid, getVisibleTemplates, getWatchedComments, getWritableCatalogVersions, getWritableCockpitUIComponents, getWriteCollections, getWritePublication, getWritePublicationComponent, setBackOfficeLoginDisabled, setCN, setCockpitUIConfigurations, setDescription, setDN, setGroups, setLdapsearchbase, setName, setProfilePicture, setReadableCatalogVersions, setReadableCockpitUIComponents, setReadAbstractLinkEntry, setReadCollections, setReadPublication, setReadPublicationComponent, setReadSavedQueries, setSyncJobs, setUid, setVisibleTemplates, setWatchedComments, setWritableCatalogVersions, setWritableCockpitUIComponents, setWriteCollections, setWritePublication, setWritePublicationComponentgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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 _PRINCIPALGROUPRELATION
PrincipalGroupRelation defining source attribute members in extension core.public static final String LOCNAME
PrincipalGroup.locName attribute defined at extension core.public static final String MAXBRUTEFORCELOGINATTEMPTS
PrincipalGroup.maxBruteForceLoginAttempts attribute defined at extension core.public static final String MEMBERS
PrincipalGroup.members attribute defined at extension core.public PrincipalGroupModel()
public PrincipalGroupModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PrincipalGroupModel(String _uid)
_uid - initial attribute declared by type Principal at extension core@Deprecated public PrincipalGroupModel(ItemModel _owner, String _uid)
_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type Principal at extension core@Deprecated public String getLocname()
getLocName() insteadPrincipalGroup.locName attribute defined at extension core.@Deprecated public String getLocname(Locale loc)
getLocName(Locale) insteadPrincipalGroup.locName attribute defined at extension core.@Accessor(qualifier="locName", type=GETTER) public String getLocName()
PrincipalGroup.locName attribute defined at extension core.@Accessor(qualifier="locName", type=GETTER) public String getLocName(Locale loc)
PrincipalGroup.locName attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="maxBruteForceLoginAttempts", type=GETTER) public Integer getMaxBruteForceLoginAttempts()
PrincipalGroup.maxBruteForceLoginAttempts attribute defined at extension core.@Accessor(qualifier="members", type=GETTER) public Set<PrincipalModel> getMembers()
PrincipalGroup.members attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Deprecated public void setLocname(String value)
setLocName(java.lang.String) insteadPrincipalGroup.locName attribute defined at extension core.value - the locName@Deprecated public void setLocname(String value, Locale loc)
setLocName(java.lang.String,Locale) insteadPrincipalGroup.locName attribute defined at extension core.value - the locName@Accessor(qualifier="locName", type=SETTER) public void setLocName(String value)
PrincipalGroup.locName attribute defined at extension core.value - the locName@Accessor(qualifier="locName", type=SETTER) public void setLocName(String value, Locale loc)
PrincipalGroup.locName attribute defined at extension core.value - the locNameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="maxBruteForceLoginAttempts", type=SETTER) public void setMaxBruteForceLoginAttempts(Integer value)
PrincipalGroup.maxBruteForceLoginAttempts attribute defined at extension core.value - the maxBruteForceLoginAttemptsCopyright © 2017 SAP SE. All Rights Reserved.