Uses of Class
com.logicaldoc.gui.common.client.beans.GUIGroup
Packages that use GUIGroup
Package
Description
GWT services implementations.
-
Uses of GUIGroup in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIGroupMethods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUIGroupModifier and TypeMethodDescriptionGUILDAPServer.getDefaultGroups()
GUIUser.getGroups()
GUICalendarEvent.getParticipantsGroups()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIGroupMethod parameters in com.logicaldoc.gui.common.client.beans with type arguments of type GUIGroupModifier and TypeMethodDescriptionvoid
GUILDAPServer.setDefaultGroups
(List<GUIGroup> defaultGroups) void
void
GUICalendarEvent.setParticipantsGroups
(List<GUIGroup> participantsGroups) -
Uses of GUIGroup in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUIGroupModifier and TypeMethodDescriptionSecurityService.getGroup
(long groupId) Loads a given group from the databaseCreates or updates a groupMethods in com.logicaldoc.gui.common.client.services with parameters of type GUIGroupModifier and TypeMethodDescriptionCreates or updates a groupvoid
SecurityServiceAsync.saveGroup
(GUIGroup group, com.google.gwt.user.client.rpc.AsyncCallback<GUIGroup> callback) Method parameters in com.logicaldoc.gui.common.client.services with type arguments of type GUIGroup -
Uses of GUIGroup in com.logicaldoc.gui.frontend.client.security.group
Methods in com.logicaldoc.gui.frontend.client.security.group that return GUIGroupMethods in com.logicaldoc.gui.frontend.client.security.group with parameters of type GUIGroupModifier and TypeMethodDescriptionvoid
void
GroupsPanel.showGroupDetails
(GUIGroup group) void
GroupsPanel.updateRecord
(GUIGroup group) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.security.group with parameters of type GUIGroupModifierConstructorDescriptionGroupPropertiesPanel
(GUIGroup group, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) -
Uses of GUIGroup in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIGroupMethods in com.logicaldoc.web.service with parameters of type GUIGroup