public class WSConsInfEdit
extends java.lang.Object
implements java.io.Serializable
This class offers access to the list of consulted and informed for an project and issue type.
There are two presentations: one is in form of label-value beans
(WSLabelValueBean
) for display in selection boxes, and the other is
in form of WSPersonBean
objects which are easier to handle in a
software context. This dual representation supports editing of the list of
consulted and informed. For a display only presentation see WSConsInfShow
.
Constructor and Description |
---|
WSConsInfEdit() |
Modifier and Type | Method and Description |
---|---|
WSPersonBean[] |
getConsultantGroups() |
WSPersonBean[] |
getConsultantPersons() |
WSPersonBean[] |
getInformantGroups() |
WSPersonBean[] |
getInformantPersons() |
WSLabelValueBean[] |
getSelectedConsultantGroups() |
WSLabelValueBean[] |
getSelectedConsultantPersons() |
WSLabelValueBean[] |
getSelectedInformantGroups() |
WSLabelValueBean[] |
getSelectedInformantPersons() |
void |
setConsultantGroups(WSPersonBean[] consultantGroups) |
void |
setConsultantPersons(WSPersonBean[] consultantPersons) |
void |
setInformantGroups(WSPersonBean[] informantGroups) |
void |
setInformantPersons(WSPersonBean[] informantPersons) |
void |
setSelectedConsultantGroups(WSLabelValueBean[] selectedConsultantGroups) |
void |
setSelectedConsultantPersons(WSLabelValueBean[] selectedConsultantPersons) |
void |
setSelectedInformantGroups(WSLabelValueBean[] selectedInformantGroups) |
void |
setSelectedInformantPersons(WSLabelValueBean[] selectedInformantPersons) |
public void setConsultantPersons(WSPersonBean[] consultantPersons)
consultantPersons
- the consultantPersons to setpublic WSPersonBean[] getInformantPersons()
public void setInformantPersons(WSPersonBean[] informantPersons)
informantPersons
- the informantPersons to setpublic WSPersonBean[] getConsultantGroups()
public void setConsultantGroups(WSPersonBean[] consultantGroups)
consultantGroups
- the consultantGroups to setpublic WSPersonBean[] getInformantGroups()
public void setInformantGroups(WSPersonBean[] informantGroups)
informantGroups
- the informantGroups to setpublic WSLabelValueBean[] getSelectedConsultantPersons()
public void setSelectedConsultantPersons(WSLabelValueBean[] selectedConsultantPersons)
selectedConsultantPersons
- the selectedConsultantPersons to setpublic WSLabelValueBean[] getSelectedConsultantGroups()
public void setSelectedConsultantGroups(WSLabelValueBean[] selectedConsultantGroups)
selectedConsultantGroups
- the selectedConsultantGroups to setpublic WSLabelValueBean[] getSelectedInformantPersons()
public void setSelectedInformantPersons(WSLabelValueBean[] selectedInformantPersons)
selectedInformantPersons
- the selectedInformantPersons to setpublic WSLabelValueBean[] getSelectedInformantGroups()
public void setSelectedInformantGroups(WSLabelValueBean[] selectedInformantGroups)
selectedInformantGroups
- the selectedInformantGroups to setpublic WSPersonBean[] getConsultantPersons()