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 TypeMethodDescriptionvoidGUIInfo.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 TypeMethodDescriptionvoidReadingRequestController.addUnconfirmedReadings(List<GUIReadingRequest> readings) voidReadingRequestObserver.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 TypeMethodDescriptionvoidReadingRequestsPanel.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 TypeMethodDescriptionvoidStatusBarIcons.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 TypeMethodDescriptionvoidReadingRequestServiceAsync.getUnconfimedReadings(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIReadingRequest>> callback)