Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDashlet
Package
Description
GWT services implementations.
-
Uses of GUIDashlet in com.logicaldoc.gui.common.client.beans
Modifier and TypeMethodDescriptionvoid
GUIUser.addDashlet
(GUIDashlet dashlet) void
GUIUser.setDashlets
(GUIDashlet[] dashlets) -
Uses of GUIDashlet in com.logicaldoc.gui.frontend.client.dashboard.dashlet
ModifierConstructorDescriptionBookmarkDashlet
(GUIDashlet guiDashlet) ContentDashlet
(GUIDashlet guiDashlet) DocumentDashlet
(GUIDashlet guiDashlet) DocumentHistoryDashlet
(GUIDashlet guiDashlet) NotesDashlet
(GUIDashlet guiDashlet) TagCloudDashlet
(GUIDashlet guiDashlet) -
Uses of GUIDashlet in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionDashletService.get
(long dashletId) Gets a dashletGets a dashletDashletService.loadDashlets()
Loads all the dashlet definitionsModifier and TypeMethodDescriptionvoid
DashletService.save
(GUIDashlet dashlet) Saves a dashletvoid
DashletServiceAsync.save
(GUIDashlet dashlet, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
DashletService.saveDashlets
(GUIDashlet[] dashlets) Saves the dashlet definitionsvoid
DashletServiceAsync.saveDashlets
(GUIDashlet[] dashlets, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
DashletService.saveUserDashlets
(GUIDashlet[] dashlets) Saves the user's dashlet configurationvoid
DashletServiceAsync.saveUserDashlets
(GUIDashlet[] dashlets, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Modifier and TypeMethodDescriptionvoid
DashletServiceAsync.get
(long dashletId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDashlet> callback) void
DashletServiceAsync.get
(String name, com.google.gwt.user.client.rpc.AsyncCallback<GUIDashlet> callback) -
Uses of GUIDashlet in com.logicaldoc.gui.frontend.client.settings.gui
-
Uses of GUIDashlet in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionDashletServiceImpl.get
(long dashletId) DashletServiceImpl.loadDashlets()
Modifier and TypeMethodDescriptionvoid
DashletServiceImpl.save
(GUIDashlet guiDashlet) void
DashletServiceImpl.saveDashlets
(GUIDashlet[] dashlets) void
DashletServiceImpl.saveUserDashlets
(GUIDashlet[] dashlets)