T
- public class PlacementChangeRequestScheduledTaskHelper extends AbstractScheduledTaskHelper
Constructor and Description |
---|
PlacementChangeRequestScheduledTaskHelper(SubscriptionEvent event) |
PlacementChangeRequestScheduledTaskHelper(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 Placement, 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 Placement, 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 Placement, 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 Placement, 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 Placement, if job == null then makes api call, otherwise returns job instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.Placement |
getPlacement()
Gets the Placement based on the PlacementChangeRequest.placementID, if placement == null then makes api call, otherwise returns
placement instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.PlacementChangeRequest |
getPlacementChangeRequest()
Gets the PlacementChangeRequest based on the SubscriptionEvent.entityID, if placement == null then makes api call, otherwise returns
placementChangeRequest 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 |
setPlacement(com.bullhornsdk.data.model.entity.core.standard.Placement placement) |
void |
setPlacementChangeRequest(com.bullhornsdk.data.model.entity.core.standard.PlacementChangeRequest placementChangeRequest) |
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 PlacementChangeRequestScheduledTaskHelper(SubscriptionEvent event)
public PlacementChangeRequestScheduledTaskHelper(SubscriptionEvent event, com.bullhornsdk.data.api.BullhornData bullhornData)
public com.bullhornsdk.data.model.entity.core.standard.PlacementChangeRequest getPlacementChangeRequest()
public void setPlacementChangeRequest(com.bullhornsdk.data.model.entity.core.standard.PlacementChangeRequest placementChangeRequest)
public com.bullhornsdk.data.model.entity.core.standard.Placement getPlacement()
public void setPlacement(com.bullhornsdk.data.model.entity.core.standard.Placement placement)
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