T
- public class PlacementCommissionScheduledTaskHelper extends AbstractScheduledTaskHelper
Constructor and Description |
---|
PlacementCommissionScheduledTaskHelper(SubscriptionEvent event) |
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 SubscriptionEvent.entityID, if placement == null then makes api call, otherwise returns
placement instance variable.
|
com.bullhornsdk.data.model.entity.core.standard.PlacementCommission |
getPlacementCommission() |
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 |
setPlacementCommission(com.bullhornsdk.data.model.entity.core.standard.PlacementCommission placementCommission) |
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 PlacementCommissionScheduledTaskHelper(SubscriptionEvent event)
public com.bullhornsdk.data.model.entity.core.standard.PlacementCommission getPlacementCommission()
public void setPlacementCommission(com.bullhornsdk.data.model.entity.core.standard.PlacementCommission placementCommission)
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