T
- public class AppointmentScheduledTaskHelper extends AbstractScheduledTaskHelper
Constructor and Description |
---|
AppointmentScheduledTaskHelper(SubscriptionEvent event) |
Modifier and Type | Method and Description |
---|---|
com.bullhornsdk.data.model.entity.core.standard.Appointment |
getAppointment()
Gets the Candidate for the event, if candidate == null then makes api call, otherwise returns candidate
instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.CorporateUser |
getAppointmentOwner() |
com.bullhornsdk.data.model.entity.core.standard.Candidate |
getCandidate() |
com.bullhornsdk.data.model.entity.core.standard.ClientContact |
getClientContact() |
com.bullhornsdk.data.model.entity.core.standard.JobOrder |
getJob() |
com.bullhornsdk.data.model.entity.core.standard.Placement |
getPlacement() |
void |
setAppointment(com.bullhornsdk.data.model.entity.core.standard.Appointment appointment) |
void |
setAppointmentOwner(com.bullhornsdk.data.model.entity.core.standard.CorporateUser appointmentOwner) |
void |
setCandidate(com.bullhornsdk.data.model.entity.core.standard.Candidate candidate) |
void |
setClientContact(com.bullhornsdk.data.model.entity.core.standard.ClientContact clientContact) |
void |
setJob(com.bullhornsdk.data.model.entity.core.standard.JobOrder job) |
void |
setPlacement(com.bullhornsdk.data.model.entity.core.standard.Placement placement) |
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 AppointmentScheduledTaskHelper(SubscriptionEvent event)
public com.bullhornsdk.data.model.entity.core.standard.Appointment getAppointment()
public void setAppointment(com.bullhornsdk.data.model.entity.core.standard.Appointment appointment)
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.JobOrder getJob()
public void setJob(com.bullhornsdk.data.model.entity.core.standard.JobOrder job)
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 getAppointmentOwner()
public void setAppointmentOwner(com.bullhornsdk.data.model.entity.core.standard.CorporateUser appointmentOwner)
public com.bullhornsdk.data.model.entity.core.standard.Placement getPlacement()
public void setPlacement(com.bullhornsdk.data.model.entity.core.standard.Placement placement)
public java.lang.String toString()
toString
in class AbstractScheduledTaskHelper