|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.domain.rhims.manager.CaseManagerAction
@Name(value="caseManager") public class CaseManagerAction
This class provides an implementation of the CaseManager. It maintains a reference to the CaseDAO (and UserDAO) for persisting data. Its Seam name "caseManager"
| Constructor Summary | |
|---|---|
CaseManagerAction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
createCase(long patientID,
long clinicianID)
This method creates a new CaseFile between the Patient and Clinician that have the respective supplied ID numbers. |
java.lang.String |
createCase(Patient patient,
Clinician clinician)
This method creates a new CaseFile between the supplied Patient and Clinician. |
CaseFile |
getCase(Patient patient,
Clinician clinician)
This method retrieves the CaseFile for the supplied Patient, Clinician combo. |
java.util.List<CaseFile> |
getCases(Patient patient)
Retrieves all of the cases associated with Patient patient |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CaseManagerAction()
| Method Detail |
|---|
public java.lang.String createCase(Patient patient,
Clinician clinician)
CaseManager
createCase in interface CaseManagerpatient - the Patient to useclinician - the Clinician to use
CaseManager.createCase(Patient, Clinician)
public java.lang.String createCase(long patientID,
long clinicianID)
CaseManager
createCase in interface CaseManagerpatientID - the ID of the patient to useclinicianID - the ID of the clinician to use
CaseManager.createCase(long, long)
public CaseFile getCase(Patient patient,
Clinician clinician)
CaseManager
getCase in interface CaseManagerpatient - the Patient to get the CaseFile forclinician - the Clinician to get the CaseFile for
CaseManager.getCase(Patient, Clinician)public java.util.List<CaseFile> getCases(Patient patient)
CaseManager
getCases in interface CaseManagerpatient - Patient to get the cases for
CaseManager.getCases(Patient)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||