public class GroupSummary extends java.lang.Object implements LocalId
Title: GroupSummary
Description: Holds a user's Group Summary data
Copyright: Copyright (c) 2002
Company: Appian Corporation
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
SORT_BY_GROUP_NAME
Constant indicating results should be sorted by the Group Name property.
|
static java.lang.Integer |
SORT_BY_GROUP_SECURITY_TYPE_NAME
Constant indicating results should be sorted by the Group Security Type
Name property.
|
static java.lang.Integer |
SORT_BY_ID
Constant indicating results should be sorted by the ID property.
|
static java.lang.Integer |
SORT_BY_USER_STATUS
Constant indicating results should be sorted by the User Status property.
|
static java.lang.String |
USER_STATUS_ADMIN
Constant indicating that the user is an admin of this group.
|
static java.lang.String |
USER_STATUS_MEMBER
Constant indicating that the user is a member of this group.
|
Constructor and Description |
---|
GroupSummary() |
Modifier and Type | Method and Description |
---|---|
boolean |
getFavorite() |
java.lang.String |
getGroupDescription()
Returns the group description.
|
java.lang.String |
getGroupName() |
java.lang.String |
getGroupSecurityTypeName() |
java.lang.Long |
getId()
Returns this object's local identifier,
null if the object
was not identified locally using a Long Id. |
java.lang.Long |
getNumberOfAdministrators() |
java.lang.Long |
getNumberOfMembers() |
java.lang.Long |
getNumberOfViewers() |
java.lang.String[] |
getUserStatus()
Gets the logged-in user's status relative to this group.
|
void |
setFavorite(boolean favorite_) |
void |
setGroupDescription(java.lang.String groupDescription_)
|
void |
setGroupName(java.lang.String gn_) |
void |
setGroupSecurityTypeName(java.lang.String gstnm_) |
void |
setId(java.lang.Long p_)
Sets this object's local identifier.
|
void |
setNumberOfAdministrators(java.lang.Long tota_) |
void |
setNumberOfMembers(java.lang.Long totm_) |
void |
setNumberOfViewers(java.lang.Long totv_) |
void |
setUserStatus(java.lang.String[] status_)
Sets the logged-in user's status relative to this group.
|
public static final java.lang.Integer SORT_BY_ID
public static final java.lang.Integer SORT_BY_GROUP_NAME
public static final java.lang.Integer SORT_BY_GROUP_SECURITY_TYPE_NAME
public static final java.lang.Integer SORT_BY_USER_STATUS
public static final java.lang.String USER_STATUS_MEMBER
public static final java.lang.String USER_STATUS_ADMIN
public java.lang.Long getId()
LocalId
null
if the object
was not identified locally using a Long
Id.getId
in interface LocalId
LocalId.setId(Long)
public void setId(java.lang.Long p_)
LocalId
setId
in interface LocalId
p_
- Id to setLocalId.getId()
public boolean getFavorite()
public void setFavorite(boolean favorite_)
public void setGroupName(java.lang.String gn_)
public java.lang.String getGroupName()
public void setGroupSecurityTypeName(java.lang.String gstnm_)
public java.lang.String getGroupSecurityTypeName()
public void setNumberOfMembers(java.lang.Long totm_)
public java.lang.Long getNumberOfMembers()
public void setNumberOfAdministrators(java.lang.Long tota_)
public java.lang.Long getNumberOfAdministrators()
public void setNumberOfViewers(java.lang.Long totv_)
public java.lang.Long getNumberOfViewers()
public void setUserStatus(java.lang.String[] status_)
status_
- an array of the USER_STATUS_XXX constants,
indicating whether the user is a member or admin of this group (or both).public java.lang.String[] getUserStatus()
public java.lang.String getGroupDescription()
public void setGroupDescription(java.lang.String groupDescription_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.