A C D E F G H I M N O P R S T V 

A

AbstractNotification - Class in org.carewebframework.vista.ui.notification
Base class for notifications.
AbstractNotification() - Constructor for class org.carewebframework.vista.ui.notification.AbstractNotification
 

C

canceled() - Method in class org.carewebframework.vista.ui.notification.MainController
 
canceled() - Method in class org.carewebframework.vista.ui.notification.ProcessingController
 
cancelProcessing() - Method in class org.carewebframework.vista.ui.notification.ProcessingController
Cancel all processing.
canDelete() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns true if this notification can be deleted.
canDelete() - Method in class org.carewebframework.vista.ui.notification.Notification
Returns true if the notification can be deleted.
canDelete() - Method in class org.carewebframework.vista.ui.notification.ScheduledNotification
All scheduled notifications may be deleted.
cleanup() - Method in class org.carewebframework.vista.ui.notification.MainController
 
committed() - Method in class org.carewebframework.vista.ui.notification.MainController
Update display when patient context changes.
committed() - Method in class org.carewebframework.vista.ui.notification.ProcessingController
Cancel processing when the patient context changes, unless the context change request originated from this controller.
create(MainController) - Static method in class org.carewebframework.vista.ui.notification.ProcessingController
Creates an amodal instance of the processing dialog.
create(EventListener<ViewerController.ActionEvent>) - Static method in class org.carewebframework.vista.ui.notification.ViewerController
Create an amodal instance of the viewer dialog.

D

deleteNotification(Notification) - Method in class org.carewebframework.vista.ui.notification.NotificationService
Delete a notification.
deleteScheduledNotification(ScheduledNotification) - Method in class org.carewebframework.vista.ui.notification.NotificationService
Delete a scheduled notification.
doAfterCompose(Component) - Method in class org.carewebframework.vista.ui.notification.ProcessingController
Creates a notification viewer instance for use by this controller.
doAfterCompose(Component) - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Retrieve passed arguments.
doAfterCompose(Component) - Method in class org.carewebframework.vista.ui.notification.ScheduleController
Initialize the dialog.
doAfterCompose(Component) - Method in class org.carewebframework.vista.ui.notification.SchedulingController
Initialize the dialog.
doAfterCompose(Component) - Method in class org.carewebframework.vista.ui.notification.ViewerController
 
doBeforeComposeChildren(Component) - Method in class org.carewebframework.vista.ui.notification.MainController
Expose icon urls for auto-wiring.
doBeforeComposeChildren(Component) - Method in class org.carewebframework.vista.ui.notification.SchedulingController
 

E

equals(Object) - Method in class org.carewebframework.vista.ui.notification.Notification
 

F

findParam(String) - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Locate a parameter from name/value pairs in extra info.
forwardNotifications(Collection<Notification>, Collection<Recipient>, String) - Method in class org.carewebframework.vista.ui.notification.NotificationService
Forward multiple notifications.
fromString(String) - Static method in enum org.carewebframework.vista.ui.notification.Priority
Returns the priority associated with the input value.

G

getAction() - Method in class org.carewebframework.vista.ui.notification.ViewerController.ActionEvent
 
getAlertDuration() - Method in class org.carewebframework.vista.ui.notification.MainController
Returns the duration, in seconds, of any slide-down message alert.
getAlertId() - Method in class org.carewebframework.vista.ui.notification.Notification
Returns the unique alert id.
getAlertThreshold() - Method in class org.carewebframework.vista.ui.notification.MainController
Returns the alert threshold as a string value.
getColor() - Method in enum org.carewebframework.vista.ui.notification.Priority
Returns the color to be used when displaying alerts.
getDeliveryDate() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns the delivery date of this notification.
getDfn() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns the DFN of the associated patient.
getDfn() - Method in class org.carewebframework.vista.ui.notification.Notification
Returns the DFN of the associated patient, if any.
getDfn() - Method in class org.carewebframework.vista.ui.notification.ScheduledNotification
Returns the internal entry number of the associated patient, or null if no associated patient.
getDisplayText() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns the display text for this notification.
getExtraInfo() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns extra information associated with this notification.
getGroups(String, boolean, Collection<Recipient>) - Method in class org.carewebframework.vista.ui.notification.NotificationService
Returns a bolus of mail groups.
getIen() - Method in class org.carewebframework.vista.ui.notification.Recipient
Returns the recipient's internal entry number.
getIen() - Method in class org.carewebframework.vista.ui.notification.ScheduledNotification
Returns the internal entry number of the notification.
getImage() - Method in enum org.carewebframework.vista.ui.notification.Priority
Returns the url of the graphical representation of the priority.
getMessage() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns the message associated with this notification.
getName() - Method in class org.carewebframework.vista.ui.notification.Recipient
Returns the recipient name.
getNotification() - Method in class org.carewebframework.vista.ui.notification.ViewerController.ActionEvent
 
getNotificationMessage(Notification) - Method in class org.carewebframework.vista.ui.notification.NotificationService
Returns the message associated with a notification, fetching it from the server if necessary.
getNotifications(Patient, Collection<Notification>) - Method in class org.carewebframework.vista.ui.notification.NotificationService
Returns notifications for the current user.
getParam(String) - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Extract a parameter from name/value pairs in extra info.
getPatientLocation() - Method in class org.carewebframework.vista.ui.notification.Notification
Returns the patient's current location.
getPatientName() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns the name of the associated patient.
getPriority() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns the priority of this notification.
getPriority() - Method in class org.carewebframework.vista.ui.notification.Notification
Returns the priority of the notification.
getPriority() - Method in class org.carewebframework.vista.ui.notification.ScheduledNotification
Returns the priority of this notification.
getScheduledNotificationMessage(ScheduledNotification) - Method in class org.carewebframework.vista.ui.notification.NotificationService
Returns the message associated with a scheduled notification.
getScheduledNotificationRecipients(ScheduledNotification, Collection<Recipient>) - Method in class org.carewebframework.vista.ui.notification.NotificationService
Returns a list of recipients associated with a scheduled notification.
getScheduledNotifications(Collection<ScheduledNotification>) - Method in class org.carewebframework.vista.ui.notification.NotificationService
Returns all scheduled notifications for the current user.
getSenderName() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns the name of the sender of this notification.
getShowAll() - Method in class org.carewebframework.vista.ui.notification.MainController
Returns show all setting.
getSubject() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns the subject line of this notification.
getType() - Method in class org.carewebframework.vista.ui.notification.Notification
Returns the notification type.
getUsers(String, boolean, Collection<Recipient>) - Method in class org.carewebframework.vista.ui.notification.NotificationService
Returns a bolus of users.

H

hasPatient() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns true if the notification has a patient association.
highlightNotification(Notification) - Method in class org.carewebframework.vista.ui.notification.MainController
Places the highlight indicator next to the specified notification.

I

ICON_ACTIONABLE - Static variable in class org.carewebframework.vista.ui.notification.MainController
 
ICON_INDICATOR - Static variable in class org.carewebframework.vista.ui.notification.MainController
 
ICON_INFO - Static variable in class org.carewebframework.vista.ui.notification.MainController
 
ICON_PRIORITY - Static variable in class org.carewebframework.vista.ui.notification.MainController
 
ICON_TYPE - Static variable in class org.carewebframework.vista.ui.notification.MainController
 
init() - Method in class org.carewebframework.vista.ui.notification.MainController
Set up display.
isActionable() - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Returns true if this notification has an associated action.
isActionable() - Method in class org.carewebframework.vista.ui.notification.Notification
True if the notification has an associated action.
isActionable() - Method in class org.carewebframework.vista.ui.notification.ScheduledNotification
Scheduled notifications are not currently actionable.
isGroup() - Method in class org.carewebframework.vista.ui.notification.Recipient
Returns true if this recipient is a mail group.

M

MainController - Class in org.carewebframework.vista.ui.notification
Controller for main notification display.
MainController() - Constructor for class org.carewebframework.vista.ui.notification.MainController
 

N

Notification - Class in org.carewebframework.vista.ui.notification
A delivered notification.
Notification() - Constructor for class org.carewebframework.vista.ui.notification.Notification
 
Notification(String) - Constructor for class org.carewebframework.vista.ui.notification.Notification
Create a notification from server data.
NotificationService - Class in org.carewebframework.vista.ui.notification
Data access services for notifications.
NotificationService(BrokerSession, String) - Constructor for class org.carewebframework.vista.ui.notification.NotificationService
 

O

onAction(ViewerController.Action) - Method in class org.carewebframework.vista.ui.notification.ViewerController
Forward the action to the listener.
onChanging$txtGroups(InputEvent) - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Perform mail group search based in text input.
onChanging$txtUsers(InputEvent) - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Perform user search based in text input.
onCheck$radAll() - Method in class org.carewebframework.vista.ui.notification.MainController
Refresh the display when the filter changes.
onCheck$radPatient() - Method in class org.carewebframework.vista.ui.notification.MainController
Refresh the display when the filter changes.
onClick$btnAdd() - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Add a recipient from the active candidate list.
onClick$btnAdd() - Method in class org.carewebframework.vista.ui.notification.SchedulingController
Adds a new scheduled notification.
onClick$btnAll() - Method in class org.carewebframework.vista.ui.notification.MainController
Process all notifications.
onClick$btnCancel() - Method in class org.carewebframework.vista.ui.notification.ViewerController
Cancel notification processing.
onClick$btnDelete() - Method in class org.carewebframework.vista.ui.notification.MainController
Delete selected notifications.
onClick$btnDelete() - Method in class org.carewebframework.vista.ui.notification.SchedulingController
Delete the selected scheduled notification.
onClick$btnDelete() - Method in class org.carewebframework.vista.ui.notification.ViewerController
Delete the notification.
onClick$btnDeleteAll() - Method in class org.carewebframework.vista.ui.notification.ViewerController
Delete this and all remaining notifications.
onClick$btnForward() - Method in class org.carewebframework.vista.ui.notification.MainController
Forward selected notifications.
onClick$btnInfoAll() - Method in class org.carewebframework.vista.ui.notification.MainController
Process all information-only notifications.
onClick$btnModify() - Method in class org.carewebframework.vista.ui.notification.SchedulingController
Modifies an existing scheduled notification.
onClick$btnNext() - Method in class org.carewebframework.vista.ui.notification.ProcessingController
Process the next notification.
onClick$btnOK() - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Update the original recipient list, set the response attribute, and close the dialog
onClick$btnOK() - Method in class org.carewebframework.vista.ui.notification.ScheduleController
Update the scheduled notification with new input values and send to the server, then close the dialog if successful.
onClick$btnRecipients() - Method in class org.carewebframework.vista.ui.notification.ScheduleController
Show the recipients dialog.
onClick$btnRefresh() - Method in class org.carewebframework.vista.ui.notification.MainController
Refresh the display.
onClick$btnRefresh() - Method in class org.carewebframework.vista.ui.notification.SchedulingController
Refreshes the list.
onClick$btnRemove() - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Remove a recipient from the current recipient list.
onClick$btnRemoveAll() - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Remove all recipients from the current recipient list.
onClick$btnSchedule() - Method in class org.carewebframework.vista.ui.notification.MainController
Invoke the scheduled notification management dialog.
onClick$btnSelected() - Method in class org.carewebframework.vista.ui.notification.MainController
Process selected notifications.
onClick$btnSkip() - Method in class org.carewebframework.vista.ui.notification.ViewerController
Skip this notification.
onClick$btnSkipAll() - Method in class org.carewebframework.vista.ui.notification.ViewerController
Skip this and all remaining notifications.
onClick$btnStop() - Method in class org.carewebframework.vista.ui.notification.ProcessingController
Cancel all processing.
onClick$btnView() - Method in class org.carewebframework.vista.ui.notification.ViewerController
Change context to patient associated with the notification.
onClose() - Method in class org.carewebframework.vista.ui.notification.SchedulingController
Unsubscribe on dialog closure.
onFocus$lstGroups() - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Set the active candidate list as the input focus changes.
onFocus$lstUsers() - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Set the active candidate list as the input focus changes.
onFocus$txtGroups() - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Set the active candidate list as the input focus changes.
onFocus$txtUsers() - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Set the active candidate list as the input focus changes.
onProcessItem$lstNotification(Event) - Method in class org.carewebframework.vista.ui.notification.MainController
Process a double-clicked notification.
onSelect$lstGroups() - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Update controllers when list box selection changes.
onSelect$lstNotification() - Method in class org.carewebframework.vista.ui.notification.MainController
Update controls when the selection changes.
onSelect$lstRecipients() - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Update controllers when list box selection changes.
onSelect$lstScheduled() - Method in class org.carewebframework.vista.ui.notification.SchedulingController
Update controls when the selection changes.
onSelect$lstUsers() - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Update controllers when list box selection changes.
org.carewebframework.vista.ui.notification - package org.carewebframework.vista.ui.notification
 

P

pending(boolean) - Method in class org.carewebframework.vista.ui.notification.MainController
Conditionally suppress patient context changes.
pending(boolean) - Method in class org.carewebframework.vista.ui.notification.ProcessingController
Disallow a patient context change while actively processing notifications, unless the context change request originated from this controller.
Priority - Enum in org.carewebframework.vista.ui.notification
Notification priority.
process(Collection<Notification>) - Method in class org.carewebframework.vista.ui.notification.ProcessingController
Process the specified notifications.
process(Notification, String) - Method in class org.carewebframework.vista.ui.notification.ViewerController
Process a single notification.
ProcessingController - Class in org.carewebframework.vista.ui.notification
Controller for processing notifications.
ProcessingController() - Constructor for class org.carewebframework.vista.ui.notification.ProcessingController
 

R

Recipient - Class in org.carewebframework.vista.ui.notification
Notification recipient.
Recipient(User) - Constructor for class org.carewebframework.vista.ui.notification.Recipient
Creates a recipient based on the specified user.
Recipient(String, boolean) - Constructor for class org.carewebframework.vista.ui.notification.Recipient
Creates a recipient based on raw data.
Recipient(String) - Constructor for class org.carewebframework.vista.ui.notification.Recipient
Creates a recipient based on raw data.
RecipientsController - Class in org.carewebframework.vista.ui.notification
Controller for adding recipients.
RecipientsController() - Constructor for class org.carewebframework.vista.ui.notification.RecipientsController
 
refresh() - Method in class org.carewebframework.vista.ui.notification.MainController
Refresh the display.
refresh() - Method in class org.carewebframework.vista.ui.notification.SchedulingController
Refresh the display.

S

ScheduleController - Class in org.carewebframework.vista.ui.notification
Controller for creating or editing a scheduled notification.
ScheduleController() - Constructor for class org.carewebframework.vista.ui.notification.ScheduleController
 
ScheduledNotification - Class in org.carewebframework.vista.ui.notification
A scheduled notification.
ScheduledNotification() - Constructor for class org.carewebframework.vista.ui.notification.ScheduledNotification
 
ScheduledNotification(String) - Constructor for class org.carewebframework.vista.ui.notification.ScheduledNotification
Create a scheduled notification from raw data.
scheduleNotification(ScheduledNotification, List<String>, Collection<Recipient>) - Method in class org.carewebframework.vista.ui.notification.NotificationService
Creates a schedule notification.
SchedulingController - Class in org.carewebframework.vista.ui.notification
Controller for viewing scheduled notifications.
SchedulingController() - Constructor for class org.carewebframework.vista.ui.notification.SchedulingController
 
setActionable(boolean) - Method in class org.carewebframework.vista.ui.notification.Notification
Sets the actionable state of the notification.
setAlertDuration(int) - Method in class org.carewebframework.vista.ui.notification.MainController
Sets the duration, in seconds, of any slide-down message alert.
setAlertId(String) - Method in class org.carewebframework.vista.ui.notification.Notification
Sets the unique alert id.
setAlertThreshold(String) - Method in class org.carewebframework.vista.ui.notification.MainController
Sets the alert threshold as a string value.
setCanDelete(boolean) - Method in class org.carewebframework.vista.ui.notification.Notification
Allow or disallow manual notification deletion.
setDeliveryDate(FMDate) - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Sets the delivery date of this notification.
setDfn(String) - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Sets the DFN of the associated patient.
setDfn(String) - Method in class org.carewebframework.vista.ui.notification.Notification
Sets the DFN of the associated patient, if any.
setDfn(String) - Method in class org.carewebframework.vista.ui.notification.ScheduledNotification
Sets the internal entry number of the associated patient.
setExtraInfo(String[]) - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Sets extra information associated with this notification.
setIen(long) - Method in class org.carewebframework.vista.ui.notification.ScheduledNotification
Sets the internal entry number of the notification.
setMessage(List<String>) - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Sets the message associated with this notification.
setNotificationService(NotificationService) - Method in class org.carewebframework.vista.ui.notification.MainController
Allows IOC container to inject notification service.
setNotificationService(NotificationService) - Method in class org.carewebframework.vista.ui.notification.ProcessingController
Allows IOC container to inject notification service.
setNotificationService(NotificationService) - Method in class org.carewebframework.vista.ui.notification.RecipientsController
Allows IOC container to inject notification service.
setNotificationService(NotificationService) - Method in class org.carewebframework.vista.ui.notification.ScheduleController
Allows IOC container to inject notification service.
setNotificationService(NotificationService) - Method in class org.carewebframework.vista.ui.notification.SchedulingController
Allows IOC container to inject notification service.
setNotificationService(NotificationService) - Method in class org.carewebframework.vista.ui.notification.ViewerController
Allows IOC container to inject notification service.
setParam(String, Object) - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Sets the value for a parameter in extra info.
setPatientLocation(String) - Method in class org.carewebframework.vista.ui.notification.Notification
Sets the patient's current location.
setPatientName(String) - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Sets the name of the associated patient.
setPriority(Priority) - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Sets the priority of this notification.
setPriority(Priority) - Method in class org.carewebframework.vista.ui.notification.Notification
Sets the priority of the notification.
setPriority(Priority) - Method in class org.carewebframework.vista.ui.notification.ScheduledNotification
Sets the priority of this notification.
setProcessing(boolean) - Method in class org.carewebframework.vista.ui.notification.MainController
 
setSenderName(String) - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Sets the name of the sender of this notification.
setShowAll(boolean) - Method in class org.carewebframework.vista.ui.notification.MainController
Sets the show all setting.
setSubject(String) - Method in class org.carewebframework.vista.ui.notification.AbstractNotification
Sets the subject line of this notification.
setType(String) - Method in class org.carewebframework.vista.ui.notification.Notification
Sets the notification type.
show(Collection<Recipient>) - Static method in class org.carewebframework.vista.ui.notification.RecipientsController
Display the dialog modally, hiding the comment input element.
show(ScheduledNotification) - Static method in class org.carewebframework.vista.ui.notification.ScheduleController
Display the scheduled notification dialog modally.
show() - Static method in class org.carewebframework.vista.ui.notification.SchedulingController
Displays the scheduling controller modally.
showWithComment(Collection<Recipient>) - Static method in class org.carewebframework.vista.ui.notification.RecipientsController
Display the dialog modally, showing the comment input element.

T

toString() - Method in enum org.carewebframework.vista.ui.notification.Priority
Returns the display name for the priority.

V

valueOf(String) - Static method in enum org.carewebframework.vista.ui.notification.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carewebframework.vista.ui.notification.ViewerController.Action
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.carewebframework.vista.ui.notification.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carewebframework.vista.ui.notification.ViewerController.Action
Returns an array containing the constants of this enum type, in the order they are declared.
ViewerController - Class in org.carewebframework.vista.ui.notification
Controller for individual notification display.
ViewerController() - Constructor for class org.carewebframework.vista.ui.notification.ViewerController
 
ViewerController.Action - Enum in org.carewebframework.vista.ui.notification
 
ViewerController.ActionEvent - Class in org.carewebframework.vista.ui.notification
 
ViewerController.ActionEvent(Notification, ViewerController.Action) - Constructor for class org.carewebframework.vista.ui.notification.ViewerController.ActionEvent
 
A C D E F G H I M N O P R S T V 

Copyright © 2014 Regenstrief Center for Biomedical Informatics. All rights reserved.