| Package | Description |
|---|---|
| com.logicaldoc.gui.common.client.beans | |
| com.logicaldoc.gui.common.client.services | |
| com.logicaldoc.gui.frontend.client.security | |
| com.logicaldoc.web.service |
| Modifier and Type | Method and Description |
|---|---|
GUIGroup[] |
GUIUser.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
GUIUser.addGroup(GUIGroup group) |
void |
GUIUser.setGroups(GUIGroup[] groups) |
| Modifier and Type | Method and Description |
|---|---|
GUIGroup |
SecurityService.getGroup(String sid,
long groupId)
Loads a given group from the database
|
GUIGroup |
SecurityService.saveGroup(String sid,
GUIGroup group)
Creates or updates a group
|
| Modifier and Type | Method and Description |
|---|---|
GUIGroup |
SecurityService.saveGroup(String sid,
GUIGroup group)
Creates or updates a group
|
void |
SecurityServiceAsync.saveGroup(String sid,
GUIGroup group,
com.google.gwt.user.client.rpc.AsyncCallback<GUIGroup> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityServiceAsync.getGroup(String sid,
long groupId,
com.google.gwt.user.client.rpc.AsyncCallback<GUIGroup> callback) |
void |
SecurityServiceAsync.saveGroup(String sid,
GUIGroup group,
com.google.gwt.user.client.rpc.AsyncCallback<GUIGroup> callback) |
| Modifier and Type | Method and Description |
|---|---|
GUIGroup |
GroupDetailsPanel.getGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupDetailsPanel.setGroup(GUIGroup group) |
void |
GroupsPanel.showGroupDetails(GUIGroup group) |
void |
GroupsPanel.updateRecord(GUIGroup group)
Updates the selected record with new data
|
| Constructor and Description |
|---|
GroupPropertiesPanel(GUIGroup group,
com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) |
| Modifier and Type | Method and Description |
|---|---|
GUIGroup |
SecurityServiceImpl.getGroup(String sid,
long groupId) |
GUIGroup |
SecurityServiceImpl.saveGroup(String sid,
GUIGroup group) |
| Modifier and Type | Method and Description |
|---|---|
GUIGroup |
SecurityServiceImpl.saveGroup(String sid,
GUIGroup group) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.