|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Business Delegate (Proxy) Interface to handle communication between web and persistence layer.
| Method Summary | |
Object |
getEducation(String id)
Gets a specific education experience based on its id. |
Object |
getExperience(String id)
Gets a specific work experience based on its id. |
Object |
getMembership(String id)
Gets a specific membership based on its id. |
List |
getMemberships(String resumeId)
Gets a list of memberships based on the passed in resumeId. |
Object |
getReference(String id)
Gets a specific reference based on its id. |
List |
getReferences(String resumeId)
Gets a list of references based on the passed in resumeId. |
Object |
getResume(String resumeId)
Retrives a single resume object based on a resumeId |
List |
getResumesForUser(String userId)
Retrieves resumes based on a userId |
Object |
getResumeSkill(String id)
Retrieves a single skill object based on its id |
List |
getResumeSkills(String resumeId)
Retrieves multiple skill objects based on a resumeId |
List |
getSchools(String resumeId)
Gets a list of education experiences based on the passed in resumeId. |
List |
getWorkHistory(String resumeId)
Gets a list of work experiences based on the passed in resumeId. |
void |
removeObject(Object obj)
Removes an object from the database by id |
Object |
saveObject(Object o)
Generic method to save an object - handles both update and insert. |
Object |
saveResume(Object resume)
Saves a resume's information. |
| Method Detail |
public List getResumesForUser(String userId)
throws Exception
userId -
Exception
public Object getResume(String resumeId)
throws Exception
resumeId -
Exception
public Object saveResume(Object resume)
throws Exception
resume - a populated resume object
Exception
public Object saveObject(Object o)
throws Exception
o - the object to save
Exception
public void removeObject(Object obj)
throws Exception
obj - the object to remove
Exception - when something goes wrong
public List getSchools(String resumeId)
throws Exception
resumeId -
Exception
public Object getEducation(String id)
throws Exception
id -
Exception
public List getWorkHistory(String resumeId)
throws Exception
resumeId -
Exception
public Object getExperience(String id)
throws Exception
id -
Exception
public Object getResumeSkill(String id)
throws Exception
id -
Exception
public List getResumeSkills(String resumeId)
throws Exception
resumeId -
Exception
public List getReferences(String resumeId)
throws Exception
resumeId -
Exception
public Object getReference(String id)
throws Exception
id -
Exception
public List getMemberships(String resumeId)
throws Exception
resumeId -
Exception
public Object getMembership(String id)
throws Exception
id -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||