@AccessLevel(value=EXTERNAL)
public interface Interview
Modifier and Type | Method and Description |
---|---|
curam.isproduct.intakeapplication.sl.entity.struct.InterviewKey |
createInterview(curam.isproduct.intakeapplication.facade.struct.CreateInterviewDetailsForUser dtls)
This method creates a new interview on the system for an intake
application.
|
curam.isproduct.intakeapplication.sl.entity.struct.InterviewDetailsList |
listInterviews(curam.isproduct.intakeapplication.sl.struct.ReadInterviewListKey key)
This method returns a list of all interviews for an intake application.
|
void |
modifyInterview(curam.isproduct.intakeapplication.facade.struct.CreateInterviewDetailsForUser details)
This method updates the details of an interview.
|
curam.isproduct.intakeapplication.sl.struct.ReadInterviewResult |
readInterview(curam.isproduct.intakeapplication.sl.entity.struct.InterviewKey key)
This method returns the details of a single interview.
|
curam.isproduct.intakeapplication.sl.struct.ReadModifyInterviewDetailsForUser |
readInterviewForModify(curam.isproduct.intakeapplication.sl.entity.struct.ReadInterviewForModifyKey key)
This method returns the details of an interview for modification.
|
curam.isproduct.intakeapplication.sl.struct.SearchApplicantNamesByApplicationID |
searchApplicantNamesByApplicationID(curam.workspaceservices.intake.struct.IntakeApplicationKey key)
This method returns a list of interviews associated with a given intake
application.
|
@AccessLevel(value=EXTERNAL) curam.isproduct.intakeapplication.sl.entity.struct.InterviewDetailsList listInterviews(curam.isproduct.intakeapplication.sl.struct.ReadInterviewListKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.intakeapplication.sl.entity.struct.InterviewKey createInterview(curam.isproduct.intakeapplication.facade.struct.CreateInterviewDetailsForUser dtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.intakeapplication.sl.struct.ReadInterviewResult readInterview(curam.isproduct.intakeapplication.sl.entity.struct.InterviewKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.intakeapplication.sl.struct.SearchApplicantNamesByApplicationID searchApplicantNamesByApplicationID(curam.workspaceservices.intake.struct.IntakeApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void modifyInterview(curam.isproduct.intakeapplication.facade.struct.CreateInterviewDetailsForUser details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.intakeapplication.sl.struct.ReadModifyInterviewDetailsForUser readInterviewForModify(curam.isproduct.intakeapplication.sl.entity.struct.ReadInterviewForModifyKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException