org.domain.rhims.backing
Class DataRetrievalBackingBean
java.lang.Object
org.domain.rhims.backing.DataRetrievalBackingBean
@Name(value="dataRetrievalBackingBean")
public class DataRetrievalBackingBean
- extends java.lang.Object
This class is used as a backing bean in the presentation layer for the data retrieval
page. It maintains a reference to the DataRetrievalManager for passing and receiving
data from the application logic layer. The medicalDataList contains a List of all the
MedicalDataValues for the selected patient.
Its Seam name is "dataRetrievalBackingBean"
- Author:
- Mitch Williams
|
Method Summary |
void |
getData()
This method interacts with the DataRetrievalManager to get the list of medical data
for the supplied patientID. |
long |
getUserID()
|
void |
setUserID(long userID)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataRetrievalBackingBean
public DataRetrievalBackingBean()
getUserID
public long getUserID()
setUserID
public void setUserID(long userID)
getData
@Factory(value="medicalDataList")
public void getData()
- This method interacts with the DataRetrievalManager to get the list of medical data
for the supplied patientID.