Uses of Class
com.logicaldoc.gui.common.client.beans.GUIGroup
-
Packages that use GUIGroup Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.common.client.services com.logicaldoc.gui.frontend.client.security com.logicaldoc.web.service -
-
Uses of GUIGroup in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIGroup Modifier and Type Method Description GUIGroup[]
GUIUser. getGroups()
GUIGroup
GUICalendarEvent. getParticipantGroup(long id)
GUIGroup[]
GUICalendarEvent. getParticipantsGroups()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIGroup Modifier and Type Method Description void
GUIUser. addGroup(GUIGroup group)
void
GUICalendarEvent. addParticipant(GUIGroup newPart)
void
GUIUser. setGroups(GUIGroup[] groups)
void
GUICalendarEvent. setParticipantsGroups(GUIGroup[] participantsGroups)
-
Uses of GUIGroup in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUIGroup Modifier and Type Method Description GUIGroup
SecurityService. getGroup(long groupId)
Loads a given group from the databaseGUIGroup
SecurityService. saveGroup(GUIGroup group)
Creates or updates a groupMethods in com.logicaldoc.gui.common.client.services with parameters of type GUIGroup Modifier and Type Method Description GUIGroup
SecurityService. saveGroup(GUIGroup group)
Creates 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 Modifier and Type Method Description void
SecurityServiceAsync. getGroup(long groupId, com.google.gwt.user.client.rpc.AsyncCallback<GUIGroup> callback)
void
SecurityServiceAsync. saveGroup(GUIGroup group, com.google.gwt.user.client.rpc.AsyncCallback<GUIGroup> callback)
-
Uses of GUIGroup in com.logicaldoc.gui.frontend.client.security
Methods in com.logicaldoc.gui.frontend.client.security that return GUIGroup Modifier and Type Method Description GUIGroup
GroupDetailsPanel. getGroup()
Methods in com.logicaldoc.gui.frontend.client.security with parameters of type GUIGroup Modifier and Type Method Description void
GroupDetailsPanel. setGroup(GUIGroup group)
void
GroupsPanel. showGroupDetails(GUIGroup group)
void
GroupsPanel. updateRecord(GUIGroup group)
Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.security with parameters of type GUIGroup Constructor Description GroupPropertiesPanel(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 GUIGroup Modifier and Type Method Description GUIGroup
SecurityServiceImpl. getGroup(long groupId)
GUIGroup
SecurityServiceImpl. saveGroup(GUIGroup group)
Methods in com.logicaldoc.web.service with parameters of type GUIGroup Modifier and Type Method Description GUIGroup
SecurityServiceImpl. saveGroup(GUIGroup group)
-