public class PlacementFormTriggerHelper extends AbstractFormTriggerHelper<FormPlacementDto,com.bullhornsdk.data.model.entity.core.standard.Placement>
formValues, log, newEntity, oldEntity, updatingUser, updatingUserID, updatingUserUserType
Constructor and Description |
---|
PlacementFormTriggerHelper(FormPlacementDto formPlacementDto,
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() |
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) |
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 PlacementFormTriggerHelper(FormPlacementDto formPlacementDto, java.lang.Integer updatingUserID, 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 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)