public class AwardPersonMassChangeServiceImpl extends MassPersonChangeServiceBase implements AwardPersonMassChangeService
| Modifier and Type | Field and Description |
|---|---|
static String |
AWARD_WARNINGS |
errorReporter, PMC_LOCKED_FIELD| Constructor and Description |
|---|
AwardPersonMassChangeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
getAwardChangeCandidates(PersonMassChange personMassChange)
Returns the Awards that would have a Person Mass Change performed on them.
|
protected String |
getDocumentId(org.kuali.rice.krad.bo.PersistableBusinessObject parent)
Gets the parent's id.
|
protected String |
getDocumentName()
The name for the parent we are changing.
|
protected String |
getWarningKey()
Returns the warning key for this mass person change.
|
void |
performPersonMassChange(PersonMassChange personMassChange,
List<Award> awardChangeCandidates)
Performs the Person Mass Change on the Awards.
|
getBusinessObjectService, getKcPersonService, getRolodexService, isPersonChangeCandidate, isPersonIdMassChange, isPersonInRole, isReplacerValidPersonChangeCandidate, isRolodexIdMassChange, reportReplacerExists, setBusinessObjectService, setKcPersonService, setRolodexServicepublic static final String AWARD_WARNINGS
public List<Award> getAwardChangeCandidates(PersonMassChange personMassChange)
AwardPersonMassChangeServicegetAwardChangeCandidates in interface AwardPersonMassChangeServicepersonMassChange - the Person Mass Change to be performedpublic void performPersonMassChange(PersonMassChange personMassChange, List<Award> awardChangeCandidates)
AwardPersonMassChangeServiceperformPersonMassChange in interface AwardPersonMassChangeServicepersonMassChange - the Person Mass Change to be performedawardChangeCandidates - the Awards to perform a Person Mass Change onprotected String getDocumentId(org.kuali.rice.krad.bo.PersistableBusinessObject parent)
MassPersonChangeServiceBasegetDocumentId in class MassPersonChangeServiceBaseprotected String getDocumentName()
MassPersonChangeServiceBasegetDocumentName in class MassPersonChangeServiceBaseprotected String getWarningKey()
MassPersonChangeServiceBasegetWarningKey in class MassPersonChangeServiceBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.