T
- public class JobScheduledTaskHelper extends AbstractScheduledTaskHelper
Constructor and Description |
---|
JobScheduledTaskHelper(SubscriptionEvent event) |
JobScheduledTaskHelper(SubscriptionEvent event,
com.bullhornsdk.data.api.BullhornData bullhornData) |
Modifier and Type | Method and Description |
---|---|
com.bullhornsdk.data.model.entity.core.standard.ClientContact |
getClientContact()
Gets the ClientContact for the job, 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 job, 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 event, if job == null then makes api call, otherwise returns job instance
variable.
|
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) |
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 JobScheduledTaskHelper(SubscriptionEvent event)
public JobScheduledTaskHelper(SubscriptionEvent event, com.bullhornsdk.data.api.BullhornData bullhornData)
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.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 java.lang.String toString()
toString
in class AbstractScheduledTaskHelper