Class GroupBase
java.lang.Object
com.appiancorp.suiteapi.personalization.GroupBase
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Group
,GroupSearch
This represents the basic Group object.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the time the group was createdGets the creatorGet the group nameGets the group type nameRetrieves the last time that the group was modifiedGets the parent nameGets the security map idvoid
setCreated
(Timestamp created_) Sets the time the group was createdvoid
setCreator
(String creator_) Sets the creatorvoid
setGroupName
(String groupName_) Sets the group namevoid
setGroupTypeName
(String groupTypeName_) Sets the group type namevoid
setLastModified
(Timestamp lastModified_) Sets the last time the group was modifiedvoid
setParentName
(String parentName_) Sets the parent namevoid
setSecurityMapId
(Long securityMapId_) Sets the security map idtoString()
-
Field Details
-
SECURITYMAP_PUBLIC
Specifies that the group is a public group. Public Groups have open membership and are viewable and searchable by any user -
SECURITYMAP_PERSONAL
Specifies that the group is a personal group. Personal Groups are invite-only and are only viewable and searchable by the group administrators -
SECURITYMAP_TEAM
Specifies that the group is a team group. Team Groups are invite-only and are only viewable and searchable by group members and administrators
-
-
Constructor Details
-
GroupBase
public GroupBase()
-
-
Method Details
-
getGroupName
Get the group name- Returns:
- the group name
-
setGroupName
Sets the group name- Parameters:
groupName_
- the group name to set- See Also:
-
getParentName
Gets the parent name- Returns:
- the parent name
-
setParentName
Sets the parent name- Parameters:
parentName_
- the parent name to set- See Also:
-
getCreator
Gets the creator- Returns:
- the creator
-
setCreator
Sets the creator- Parameters:
creator_
- the creator to set- See Also:
-
getCreated
Gets the time the group was created- Returns:
- the time the group was created
-
setCreated
Sets the time the group was created- Parameters:
created_
- the time the group was created to set- See Also:
-
getLastModified
Retrieves the last time that the group was modified- Returns:
- the last time that the group was modified.
-
setLastModified
Sets the last time the group was modified- Parameters:
lastModified_
- the last time the group was modified
-
getGroupTypeName
Gets the group type name- Returns:
- the group type name
-
setGroupTypeName
Sets the group type name- Parameters:
groupTypeName_
- the group type name to set- See Also:
-
getSecurityMapId
Gets the security map id- Returns:
- the security map id
-
setSecurityMapId
Sets the security map id- Parameters:
securityMapId_
- the security map id to set- See Also:
-
toString
-