|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.dto.QualityAssuranceAdminServiceFacade
public class QualityAssuranceAdminServiceFacade
Client side class for decorating the AdministrationService,
specific to the quality control feature
| Constructor Summary | |
|---|---|
QualityAssuranceAdminServiceFacade(ServiceFactory sf)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QualityAssuranceAdminServiceFacade(ServiceFactory sf)
| Method Detail |
|---|
public void setQualityAssuranceUserDefaultProbability(Integer probability)
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 saved
public Integer getQualityAssuranceParticipantProbability(Activity a,
DepartmentInfo department)
Activity.getDefaultPerformer()
a - - the activity determining the participantdepartment - - the department for this participant, may be null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||