T
- public class JobSubmissionScheduledTaskHelper extends AbstractScheduledTaskHelper
Constructor and Description |
---|
JobSubmissionScheduledTaskHelper(SubscriptionEvent event) |
JobSubmissionScheduledTaskHelper(SubscriptionEvent event,
com.bullhornsdk.data.api.BullhornData bullhornData) |
Modifier and Type | Method and Description |
---|---|
com.bullhornsdk.data.model.entity.core.standard.Candidate |
getCandidate()
Gets the Candidate for the submission, if candidate == null then makes api call, otherwise returns candidate
instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.CorporateUser |
getCandidateOwner()
Gets the CorporateUser candidate owner for the Candidate for the submission, if candidateOwner == null then
makes api call, otherwise returns candidateOwner instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.ClientContact |
getClientContact()
Gets the ClientContact for the submission, if ClientContact == null then makes api call, otherwise returns
ClientContact instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.ClientCorporation |
getClientCorporation()
Gets the ClientCorporation for the submission, if ClientCorporation == null then makes api call, otherwise
returns ClientCorporation instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.JobOrder |
getJob()
Gets the JoOrder for the submission, if job == null then makes api call, otherwise returns job instance
variable.
|
com.bullhornsdk.data.model.entity.core.standard.JobSubmission |
getJobSubmission()
Gets the JobSubmission for the event, if jobSubmission == null then makes api call, otherwise returns job
instance variable.
|
void |
setCandidate(com.bullhornsdk.data.model.entity.core.standard.Candidate candidate) |
void |
setCandidateOwner(com.bullhornsdk.data.model.entity.core.standard.CorporateUser candidateOwner) |
void |
setClientContact(com.bullhornsdk.data.model.entity.core.standard.ClientContact clientContact) |
void |
setClientCorporation(com.bullhornsdk.data.model.entity.core.standard.ClientCorporation clientCorporation) |
void |
setJob(com.bullhornsdk.data.model.entity.core.standard.JobOrder job) |
void |
setJobSubmission(com.bullhornsdk.data.model.entity.core.standard.JobSubmission jobSubmission) |
java.lang.String |
toString() |
fieldWasUpdated, findAppointment, findCandidate, findCandidateEducation, findCandidateReference, findCandidateWorkHistory, findClientContact, findClientCorporation, findCorporateUser, findJobOrder, findJobSubmission, findNote, findPlacement, findPlacementChangeRequest, findPlacementCommission, findSendout, findTask, findUserType, getAllEntitiesToSave, getBullhornData, getEvent, getOneEntityToSave, getUpdatingUser, setUpdatingUser
public JobSubmissionScheduledTaskHelper(SubscriptionEvent event)
public JobSubmissionScheduledTaskHelper(SubscriptionEvent event, com.bullhornsdk.data.api.BullhornData bullhornData)
public com.bullhornsdk.data.model.entity.core.standard.JobSubmission getJobSubmission()
public void setJobSubmission(com.bullhornsdk.data.model.entity.core.standard.JobSubmission jobSubmission)
public com.bullhornsdk.data.model.entity.core.standard.JobOrder getJob()
public void setJob(com.bullhornsdk.data.model.entity.core.standard.JobOrder job)
public com.bullhornsdk.data.model.entity.core.standard.Candidate getCandidate()
public void setCandidate(com.bullhornsdk.data.model.entity.core.standard.Candidate candidate)
public com.bullhornsdk.data.model.entity.core.standard.ClientCorporation getClientCorporation()
public void setClientCorporation(com.bullhornsdk.data.model.entity.core.standard.ClientCorporation clientCorporation)
public com.bullhornsdk.data.model.entity.core.standard.ClientContact getClientContact()
public void setClientContact(com.bullhornsdk.data.model.entity.core.standard.ClientContact clientContact)
public com.bullhornsdk.data.model.entity.core.standard.CorporateUser getCandidateOwner()
public void setCandidateOwner(com.bullhornsdk.data.model.entity.core.standard.CorporateUser candidateOwner)
public java.lang.String toString()
toString
in class AbstractScheduledTaskHelper