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 GWT services implementations. -
-
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()GUIGroupGUICalendarEvent. getParticipantGroup(long id)GUIGroup[]GUICalendarEvent. getParticipantsGroups()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIGroup Modifier and Type Method Description voidGUIUser. addGroup(GUIGroup group)voidGUICalendarEvent. addParticipant(GUIGroup newPart)voidGUIUser. setGroups(GUIGroup[] groups)voidGUICalendarEvent. 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 GUIGroupSecurityService. getGroup(long groupId)Loads a given group from the databaseGUIGroupSecurityService. 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 GUIGroupSecurityService. saveGroup(GUIGroup group)Creates or updates a groupvoidSecurityServiceAsync. 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 voidSecurityServiceAsync. getGroup(long groupId, com.google.gwt.user.client.rpc.AsyncCallback<GUIGroup> callback)voidSecurityServiceAsync. 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 GUIGroupGroupDetailsPanel. getGroup()Methods in com.logicaldoc.gui.frontend.client.security with parameters of type GUIGroup Modifier and Type Method Description voidGroupDetailsPanel. setGroup(GUIGroup group)voidGroupsPanel. showGroupDetails(GUIGroup group)voidGroupsPanel. 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 GUIGroupSecurityServiceImpl. getGroup(long groupId)GUIGroupSecurityServiceImpl. saveGroup(GUIGroup group)Methods in com.logicaldoc.web.service with parameters of type GUIGroup Modifier and Type Method Description GUIGroupSecurityServiceImpl. saveGroup(GUIGroup group)
-