public class ActiveCommitteeMemberOnScheduledDateDerivedRoleTypeServiceImpl
extends org.kuali.rice.kns.kim.role.DerivedRoleTypeServiceBase
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
qualifyingCommitteeMembershipTypeCodes
Set contains what membership type codes will qualify for the role.
|
protected List<String> |
requiredAttributes |
| Constructor and Description |
|---|
ActiveCommitteeMemberOnScheduledDateDerivedRoleTypeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dynamicRoleMembership(String namespaceCode,
String roleName) |
CommitteeScheduleService |
getCommitteeScheduleService() |
CommitteeService |
getCommitteeService() |
List<String> |
getQualifiersForExactMatch() |
Set<String> |
getQualifyingCommitteeMembershipTypeCodes() |
List<org.kuali.rice.kim.api.role.RoleMembership> |
getRoleMembersFromDerivedRole(String namespaceCode,
String roleName,
Map<String,String> qualification) |
boolean |
hasDerivedRole(String principalId,
List<String> groupIds,
String namespaceCode,
String roleName,
Map<String,String> qualification) |
void |
init() |
void |
setCommitteeScheduleService(CommitteeScheduleService committeeScheduleService) |
void |
setCommitteeService(CommitteeService committeeService) |
void |
setQualifyingCommitteeMembershipTypeCodes(Set<String> qualifyingCommitteeMembershipTypeCodes) |
isDerivedRoleTypeconvertQualificationForMemberRoles, doesDelegationQualifierMatchQualification, doesRoleQualifierMatchQualification, getMatchingRoleMemberships, shouldValidateQualifiersForMemberType, sortRoleMembersareAttributesEqual, extractErrorsFromGlobalVariablesErrorMap, getAttributeDefinitions, getAttributeFormatter, getAttributeMaxValue, getAttributeMinValue, getAttributeValidatingExpression, getAttributeValue, getBusinessObjectService, getClosestParentDocumentTypeName, getDataDictionaryAttributeDefinition, getDataDictionaryService, getDictionaryValidationService, getDocumentTypeService, getNonDataDictionaryAttributeDefinition, getRequiredAttributes, getTypeInfoService, getUniqueAttributes, getWorkflowDocumentTypeName, getWorkflowRoutingAttributes, isCheckRequiredAttributes, performMatch, translateInputAttributes, validateAttributeFormat, validateAttributeRequired, validateAttributes, validateAttributesAgainstExisting, validateDataDictionaryAttribute, validateDataDictionaryAttribute, validateNonDataDictionaryAttribute, validatePrimitiveFromDescriptor, validateReferencesExistAndActive, validateRequiredAttributesAgainstReceived, validateUniqueAttributes, validateUnmodifiableAttributesprotected Set<String> qualifyingCommitteeMembershipTypeCodes
public ActiveCommitteeMemberOnScheduledDateDerivedRoleTypeServiceImpl()
public void init()
public List<org.kuali.rice.kim.api.role.RoleMembership> getRoleMembersFromDerivedRole(String namespaceCode, String roleName, Map<String,String> qualification)
getRoleMembersFromDerivedRole in interface org.kuali.rice.kim.framework.role.RoleTypeServicegetRoleMembersFromDerivedRole in class org.kuali.rice.kns.kim.role.DerivedRoleTypeServiceBasepublic boolean hasDerivedRole(String principalId, List<String> groupIds, String namespaceCode, String roleName, Map<String,String> qualification)
hasDerivedRole in interface org.kuali.rice.kim.framework.role.RoleTypeServicehasDerivedRole in class org.kuali.rice.kns.kim.role.RoleTypeServiceBasepublic CommitteeService getCommitteeService()
public void setCommitteeService(CommitteeService committeeService)
public List<String> getQualifiersForExactMatch()
getQualifiersForExactMatch in interface org.kuali.rice.kim.framework.role.RoleTypeServicegetQualifiersForExactMatch in class org.kuali.rice.kns.kim.role.RoleTypeServiceBasepublic Set<String> getQualifyingCommitteeMembershipTypeCodes()
public void setQualifyingCommitteeMembershipTypeCodes(Set<String> qualifyingCommitteeMembershipTypeCodes)
public CommitteeScheduleService getCommitteeScheduleService()
public void setCommitteeScheduleService(CommitteeScheduleService committeeScheduleService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.