public class PlacementChangeRequestFormTriggerHelper extends AbstractFormTriggerHelper<FormPlacementChangeRequestDto,com.bullhornsdk.data.model.entity.core.standard.PlacementChangeRequest>
formValues, log, newEntity, oldEntity, updatingUser, updatingUserID, updatingUserUserType
Constructor and Description |
---|
PlacementChangeRequestFormTriggerHelper(FormPlacementChangeRequestDto formPlacementChangeRequestDto,
java.lang.Integer updatingUserID,
com.bullhornsdk.data.api.BullhornData bullhornData) |
Modifier and Type | Method and Description |
---|---|
com.bullhornsdk.data.model.entity.core.standard.Candidate |
getCandidate() |
com.bullhornsdk.data.model.entity.core.standard.ClientCorporation |
getClientCorpration() |
java.util.List<com.bullhornsdk.data.model.entity.core.standard.PlacementCommission> |
getCommissions() |
com.bullhornsdk.data.model.entity.core.standard.JobOrder |
getJob() |
com.bullhornsdk.data.model.entity.core.standard.CorporateUser |
getJobOwner() |
com.bullhornsdk.data.model.entity.core.standard.Placement |
getPlacement() |
void |
setCandidate(com.bullhornsdk.data.model.entity.core.standard.Candidate candidate) |
void |
setClientCorpration(com.bullhornsdk.data.model.entity.core.standard.ClientCorporation clientCorpration) |
void |
setCommissions(java.util.List<com.bullhornsdk.data.model.entity.core.standard.PlacementCommission> commissions) |
void |
setJob(com.bullhornsdk.data.model.entity.core.standard.JobOrder job) |
void |
setJobOwner(com.bullhornsdk.data.model.entity.core.standard.CorporateUser jobOwner) |
void |
setPlacement(com.bullhornsdk.data.model.entity.core.standard.Placement placement) |
findCandidate, findClientContact, findClientCorporation, findCorporateUser, findEntity, findEntity, findJobOrder, findJobSubmission, findNote, findPlacement, findPlacementChangeRequest, findUserType, getBullhornData, getCommissions, getFormValues, getNewEntity, getOldEntity, getUpdatingUser, getUpdatingUserID, getUpdatingUserUserType, saveDto, setNewEntity, setOldEntity, setUpdatingUser, setUpdatingUserUserType
public PlacementChangeRequestFormTriggerHelper(FormPlacementChangeRequestDto formPlacementChangeRequestDto, java.lang.Integer updatingUserID, com.bullhornsdk.data.api.BullhornData bullhornData)
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 java.util.List<com.bullhornsdk.data.model.entity.core.standard.PlacementCommission> getCommissions()
public void setCommissions(java.util.List<com.bullhornsdk.data.model.entity.core.standard.PlacementCommission> commissions)
public com.bullhornsdk.data.model.entity.core.standard.CorporateUser getJobOwner()
public void setJobOwner(com.bullhornsdk.data.model.entity.core.standard.CorporateUser jobOwner)
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 getClientCorpration()
public void setClientCorpration(com.bullhornsdk.data.model.entity.core.standard.ClientCorporation clientCorpration)