public class NegotiationPersonDerivedRoleTypeServiceImpl
extends org.kuali.rice.kns.kim.role.DerivedRoleTypeServiceBase
| Constructor and Description |
|---|
NegotiationPersonDerivedRoleTypeServiceImpl()
Constructs a NegotiationPersonDerivedRoleTypeServiceImpl.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
dynamicRoleMembership(String namespaceCode,
String roleName) |
protected void |
filterListByRole(List<NegotiationPersonDTO> persons,
String roleName)
Filter the list of negotiation persons by their role.
|
NegotiationService |
getNegotiationService() |
protected List<String> |
getRequiredAttributes() |
List<org.kuali.rice.kim.api.role.RoleMembership> |
getRoleMembersFromDerivedRole(String namespaceCode,
String roleName,
Map<String,String> qualification) |
void |
setNegotiationService(NegotiationService negotiationService) |
isDerivedRoleTypeconvertQualificationForMemberRoles, doesDelegationQualifierMatchQualification, doesRoleQualifierMatchQualification, getMatchingRoleMemberships, getQualifiersForExactMatch, hasDerivedRole, shouldValidateQualifiersForMemberType, sortRoleMembersareAttributesEqual, extractErrorsFromGlobalVariablesErrorMap, getAttributeDefinitions, getAttributeFormatter, getAttributeMaxValue, getAttributeMinValue, getAttributeValidatingExpression, getAttributeValue, getBusinessObjectService, getClosestParentDocumentTypeName, getDataDictionaryAttributeDefinition, getDataDictionaryService, getDictionaryValidationService, getDocumentTypeService, getNonDataDictionaryAttributeDefinition, getTypeInfoService, getUniqueAttributes, getWorkflowDocumentTypeName, getWorkflowRoutingAttributes, isCheckRequiredAttributes, performMatch, translateInputAttributes, validateAttributeFormat, validateAttributeRequired, validateAttributes, validateAttributesAgainstExisting, validateDataDictionaryAttribute, validateDataDictionaryAttribute, validateNonDataDictionaryAttribute, validatePrimitiveFromDescriptor, validateReferencesExistAndActive, validateRequiredAttributesAgainstReceived, validateUniqueAttributes, validateUnmodifiableAttributespublic NegotiationPersonDerivedRoleTypeServiceImpl()
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.DerivedRoleTypeServiceBaseprotected void filterListByRole(List<NegotiationPersonDTO> persons, String roleName)
persons - roleName - public NegotiationService getNegotiationService()
public void setNegotiationService(NegotiationService negotiationService)
protected List<String> getRequiredAttributes()
getRequiredAttributes in class org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBasepublic boolean dynamicRoleMembership(String namespaceCode, String roleName)
dynamicRoleMembership in interface org.kuali.rice.kim.framework.role.RoleTypeServicedynamicRoleMembership in class org.kuali.rice.kns.kim.role.RoleTypeServiceBaseRoleTypeService.dynamicRoleMembership(java.lang.String, java.lang.String)Copyright © 2013 The Kuali Foundation. All Rights Reserved.