public class PersonMassChangeHomeHelper extends PersonMassChangeHelperBase
| Constructor and Description |
|---|
PersonMassChangeHomeHelper(PersonMassChangeForm form) |
| Modifier and Type | Method and Description |
|---|---|
String |
getReplaceePersonId() |
Integer |
getReplaceeRolodexId() |
String |
getReplacerPersonId() |
Integer |
getReplacerRolodexId() |
void |
prepareView()
Prepares the fields to render the view.
|
void |
setReplaceePersonId(String replaceePersonId)
Sets the
replaceePersonId while nulling the other id values. |
void |
setReplaceeRolodexId(Integer replaceeRolodexId)
Sets the
replaceeRolodexId while nulling the other id values. |
void |
setReplacerPersonId(String replacerPersonId)
Sets the
replacerPersonId while nulling the other id values. |
void |
setReplacerRolodexId(Integer replacerRolodexId)
Sets the
replacerRolodexId while nulling the other id values. |
getKcPersonService, getRolodexService, prepareReplaceeView, prepareReplacerView, setKcPersonService, setRolodexServicepublic PersonMassChangeHomeHelper(PersonMassChangeForm form)
public String getReplaceePersonId()
public void setReplaceePersonId(String replaceePersonId)
replaceePersonId while nulling the other id values.replaceePersonId - the replacee person idpublic Integer getReplaceeRolodexId()
public void setReplaceeRolodexId(Integer replaceeRolodexId)
replaceeRolodexId while nulling the other id values.replaceeRolodexId - the replacee rolodex idpublic String getReplacerPersonId()
public void setReplacerPersonId(String replacerPersonId)
replacerPersonId while nulling the other id values.replacerPersonId - the replacer person idpublic Integer getReplacerRolodexId()
public void setReplacerRolodexId(Integer replacerRolodexId)
replacerRolodexId while nulling the other id values.replacerRolodexId - the replacer rolodex idpublic void prepareView()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.