T
- public class CandidateWorkHistoryScheduledTaskHelper extends AbstractScheduledTaskHelper
Constructor and Description |
---|
CandidateWorkHistoryScheduledTaskHelper(SubscriptionEvent event) |
Modifier and Type | Method and Description |
---|---|
com.bullhornsdk.data.model.entity.core.standard.Candidate |
getCandidate()
Gets the Candidate for the Candidate work history , 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 , if candidateOwner == null then makes api call, otherwise
returns candidateOwner instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.CandidateWorkHistory |
getCandidateWorkHistory()
Gets the CandidateWorkHistory for the event, if candidateWorkHistory == null then makes api call, otherwise returns
candidate 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 |
setCandidateWorkHistory(com.bullhornsdk.data.model.entity.core.standard.CandidateWorkHistory candidateWorkHistory) |
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 CandidateWorkHistoryScheduledTaskHelper(SubscriptionEvent event)
public com.bullhornsdk.data.model.entity.core.standard.CandidateWorkHistory getCandidateWorkHistory()
public void setCandidateWorkHistory(com.bullhornsdk.data.model.entity.core.standard.CandidateWorkHistory candidateWorkHistory)
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.CorporateUser getCandidateOwner()
public void setCandidateOwner(com.bullhornsdk.data.model.entity.core.standard.CorporateUser candidateOwner)
public java.lang.String toString()
toString
in class AbstractScheduledTaskHelper