T
- public class SendoutScheduledTaskHelper extends AbstractScheduledTaskHelper
Constructor and Description |
---|
SendoutScheduledTaskHelper(SubscriptionEvent event) |
SendoutScheduledTaskHelper(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 sendout, if candidate == null then makes api call, otherwise
returns candidate instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.ClientContact |
getClientContact()
Gets the ClientContact for the sendout, 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 sendout, if clientCorporation == null then makes api call, otherwise
returns clientCorporation instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.JobOrder |
getJobOrder()
Gets the JobOrder for the sendout, if jobOrder == null then makes api call, otherwise
returns jobOrder instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.CorporateUser |
getSendingUser()
Gets the CorporateUser for the sendout, if sendingUser == null then makes api call, otherwise
returns sendingUser instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.Sendout |
getSendout()
Gets the Sendout for the event, if sendout == null then makes api call, otherwise returns
sendout instance variable.
|
void |
setCandidate(com.bullhornsdk.data.model.entity.core.standard.Candidate candidate) |
void |
setClientContact(com.bullhornsdk.data.model.entity.core.standard.ClientContact clientContact) |
void |
setClientCorporation(com.bullhornsdk.data.model.entity.core.standard.ClientCorporation clientCorporation) |
void |
setJobOrder(com.bullhornsdk.data.model.entity.core.standard.JobOrder jobOrder) |
void |
setSendingUser(com.bullhornsdk.data.model.entity.core.standard.CorporateUser sendingUser) |
void |
setSendout(com.bullhornsdk.data.model.entity.core.standard.Sendout sendout) |
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 SendoutScheduledTaskHelper(SubscriptionEvent event)
public SendoutScheduledTaskHelper(SubscriptionEvent event, com.bullhornsdk.data.api.BullhornData bullhornData)
public com.bullhornsdk.data.model.entity.core.standard.Sendout getSendout()
public void setSendout(com.bullhornsdk.data.model.entity.core.standard.Sendout sendout)
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.ClientContact getClientContact()
public void setClientContact(com.bullhornsdk.data.model.entity.core.standard.ClientContact clientContact)
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.JobOrder getJobOrder()
public void setJobOrder(com.bullhornsdk.data.model.entity.core.standard.JobOrder jobOrder)
public com.bullhornsdk.data.model.entity.core.standard.CorporateUser getSendingUser()
public void setSendingUser(com.bullhornsdk.data.model.entity.core.standard.CorporateUser sendingUser)
public java.lang.String toString()
toString
in class AbstractScheduledTaskHelper