public class PortalGroup
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Class and Description |
---|---|
static class |
PortalGroup.Access |
Modifier and Type | Method and Description |
---|---|
PortalGroup.Access |
getAccess()
The access privileges on the group which determines who can see and access the group.
|
com.google.gwt.core.client.JsDate |
getCreated()
The date the group was created.
|
java.lang.String |
getDescription()
A detailed description of the group.
|
java.lang.String |
getId()
The id for the group.
|
Deferred |
getMembers(PortalGroupMembersCallback callback)
Get the current members for the group.
|
com.google.gwt.core.client.JsDate |
getModified()
The date the group was last modified.
|
java.lang.String |
getOwner()
The username of the group's owner.
|
Portal |
getPortal()
The portal for the group.
|
java.lang.String |
getSnippet()
A short summary that describes the group.
|
com.google.gwt.core.client.JsArrayString |
getTags()
User defined tags that describe the group.
|
java.lang.String |
getThumbnailUrl()
The url to the thumbnail used for the group.
|
java.lang.String |
getTitle()
The title for the group.
|
java.lang.String |
getUrl()
The url to the group.
|
boolean |
isInvitationOnly()
If this is set to true, then users will not be able to apply to join the group.
|
Deferred |
queryItem(PortalQueryParams queryParams,
PortalQueryItemsCallback callback)
Execute a query against the group to return a deferred that when resolved returns PortalQueryResults that
contain a results array of PortalItem objects that match the input query.
|
public final PortalGroup.Access getAccess()
public final com.google.gwt.core.client.JsDate getCreated()
public final java.lang.String getDescription()
public final java.lang.String getId()
public final boolean isInvitationOnly()
public final com.google.gwt.core.client.JsDate getModified()
public final java.lang.String getOwner()
public final Portal getPortal()
public final java.lang.String getSnippet()
public final com.google.gwt.core.client.JsArrayString getTags()
public final java.lang.String getThumbnailUrl()
public final java.lang.String getTitle()
public final java.lang.String getUrl()
public final Deferred getMembers(PortalGroupMembersCallback callback)
callback
- - handler to fire when members are returnedpublic final Deferred queryItem(PortalQueryParams queryParams, PortalQueryItemsCallback callback)
queryParams
- - The input query parameters.callback
- - function to fire when query completes