public class QualityAssuranceAdminServiceFacade extends Object
AdministrationService,
specific to the quality control feature| Constructor and Description |
|---|
QualityAssuranceAdminServiceFacade(ServiceFactory sf) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getQualityAssuranceParticipantProbability(Activity a,
DepartmentInfo department)
Gets the probability for a specific participant / department combination.
|
Integer |
getQualityAssuranceUserDefaultProbability()
Gets the probability set for all user
|
void |
setQualityAssuranceParticipantProbability(Activity a,
DepartmentInfo department,
Integer probability)
Set the probability for a specific participant / department combination.
|
void |
setQualityAssuranceUserDefaultProbability(Integer probability)
Set the probability set for all user
This value will be taken when new user are created.
|
public QualityAssuranceAdminServiceFacade(ServiceFactory sf)
public void setQualityAssuranceUserDefaultProbability(Integer probability)
the - (default) value for all user - if null , this value
will not be savedpublic Integer getQualityAssuranceUserDefaultProbability()
public void setQualityAssuranceParticipantProbability(Activity a, DepartmentInfo department, Integer probability)
Activity.getDefaultPerformer()a - - the activity determining the participant, may be nulldepartment - - the department for this participantprobability - - the probability to use - if null , this value
will not be savedpublic Integer getQualityAssuranceParticipantProbability(Activity a, DepartmentInfo department)
Activity.getDefaultPerformer()a - - the activity determining the participantdepartment - - the department for this participant, may be nullCopyright © 2016 Eclipse Stardust. All Rights Reserved.