Uses of Class
com.logicaldoc.gui.common.client.beans.GUIReadingRequest
Packages that use GUIReadingRequest
Package
Description
-
Uses of GUIReadingRequest in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUIReadingRequestMethod parameters in com.logicaldoc.gui.common.client.beans with type arguments of type GUIReadingRequestModifier and TypeMethodDescriptionvoid
GUIInfo.setUnconfirmedReagings
(List<GUIReadingRequest> unconfirmedReagings) -
Uses of GUIReadingRequest in com.logicaldoc.gui.common.client.controllers
Methods in com.logicaldoc.gui.common.client.controllers that return types with arguments of type GUIReadingRequestMethod parameters in com.logicaldoc.gui.common.client.controllers with type arguments of type GUIReadingRequestModifier and TypeMethodDescriptionvoid
ReadingRequestController.addUnconfirmedReadings
(List<GUIReadingRequest> readings) void
ReadingRequestObserver.onNewReadingRequests
(List<GUIReadingRequest> readings) Notifies the arrival of new reading requests -
Uses of GUIReadingRequest in com.logicaldoc.gui.frontend.client.dashboard.reading
Method parameters in com.logicaldoc.gui.frontend.client.dashboard.reading with type arguments of type GUIReadingRequestModifier and TypeMethodDescriptionvoid
ReadingRequestsPanel.onNewReadingRequests
(List<GUIReadingRequest> requests) -
Uses of GUIReadingRequest in com.logicaldoc.gui.frontend.client.panels
Method parameters in com.logicaldoc.gui.frontend.client.panels with type arguments of type GUIReadingRequestModifier and TypeMethodDescriptionvoid
StatusBarIcons.onNewReadingRequests
(List<GUIReadingRequest> readings) -
Uses of GUIReadingRequest in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIReadingRequestModifier and TypeMethodDescriptionReadingRequestService.getUnconfimedReadings()
Retrieves all the unconfirmed readings by the current userMethod parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIReadingRequestModifier and TypeMethodDescriptionvoid
ReadingRequestServiceAsync.getUnconfimedReadings
(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIReadingRequest>> callback)