public class DefaultGroup extends AbstractUserManagementItem implements Group
Group.DefaultGroupFields, Group.GroupFlags, Group.GroupTypeextensions, metaDataOPERATION_NOT_SUPPORTED_MESSAGE| Constructor and Description |
|---|
DefaultGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Group group) |
Collection<User> |
getAllUsers(int depth)
Operation not supported.
|
Collection<Group> |
getContainedGroups()
Operation not supported.
|
String |
getDescription() |
String |
getDisplayName() |
Set<Group.GroupFlags> |
getFlags() |
Collection<Group> |
getGroups() |
Group.GroupType |
getGroupType() |
int |
getId() |
String |
getLanguage() |
String |
getMailAdress() |
String |
getName() |
Role |
getRole() |
int |
getTenant() |
Collection<User> |
getUsers()
Operation not supported.
|
boolean |
isFromExtension(String fieldName) |
void |
remove(Group group) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setFlags(Set<Group.GroupFlags> flags) |
void |
setLanguage(String language) |
void |
setMailAdress(String mailAdress) |
void |
setName(String name) |
void |
setRole(Role role) |
void |
setTenant(int tenantId) |
String |
toString() |
getBooleanValue, getExtensions, getIntValue, getMetadata, getStringValue, getValue, setExtensions, setMetadataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, getMetadata, setExtensions, setMetadatapublic int getId()
getId in interface UserManagementItempublic String getName()
getName in interface UserManagementItempublic String getDisplayName()
getDisplayName in interface Grouppublic String getDescription()
getDescription in interface Grouppublic String getMailAdress()
getMailAdress in interface Grouppublic Set<Group.GroupFlags> getFlags()
public void setFlags(Set<Group.GroupFlags> flags)
public Group.GroupType getGroupType()
getGroupType in interface Grouppublic Collection<Group> getGroups()
public Collection<Group> getContainedGroups()
getContainedGroups in interface GroupUnsupportedOperationExceptionpublic Collection<User> getUsers()
getUsers in interface GroupUnsupportedOperationExceptionpublic Collection<User> getAllUsers(int depth)
getAllUsers in interface Groupdepth - of group tree searchUnsupportedOperationExceptionpublic int getTenant()
getTenant in interface TenantSpecificItempublic void setTenant(int tenantId)
setTenant in interface TenantSpecificItempublic void setName(String name)
setName in interface UserManagementItempublic void setDisplayName(String displayName)
setDisplayName in interface Grouppublic void setDescription(String description)
setDescription in interface Grouppublic void setMailAdress(String mailAdress)
setMailAdress in interface Grouppublic void setLanguage(String language)
setLanguage in interface Grouppublic String getLanguage()
getLanguage in interface Grouppublic boolean isFromExtension(String fieldName)
isFromExtension in interface UserManagementItemCopyright © 2016 SAPERION AG. All rights reserved.