Uses of Class
org.kuali.rice.kim.bo.ui.PersonDocumentRole
Packages that use PersonDocumentRole
Package
Description
-
Uses of PersonDocumentRole in org.kuali.rice.kim.document
Fields in org.kuali.rice.kim.document with type parameters of type PersonDocumentRoleModifier and TypeFieldDescriptionprotected List<PersonDocumentRole>IdentityManagementPersonDocument.rolesMethods in org.kuali.rice.kim.document that return types with arguments of type PersonDocumentRoleMethods in org.kuali.rice.kim.document with parameters of type PersonDocumentRoleModifier and TypeMethodDescriptionbooleanIdentityManagementPersonDocument.validAssignRole(PersonDocumentRole role) Method parameters in org.kuali.rice.kim.document with type arguments of type PersonDocumentRoleModifier and TypeMethodDescriptionvoidIdentityManagementPersonDocument.setRoles(List<PersonDocumentRole> roles) -
Uses of PersonDocumentRole in org.kuali.rice.kim.document.rule
Methods in org.kuali.rice.kim.document.rule with parameters of type PersonDocumentRoleModifier and TypeMethodDescriptionIdentityManagementPersonDocumentRule.findUniqueQualificationAttributes(PersonDocumentRole role, List<org.kuali.rice.kim.api.type.KimAttributeField> attributeDefinitions) Finds the set of unique qualification attributes for the given rolebooleanIdentityManagementPersonDocumentRule.processAddPersonDocumentRoleQualifier(IdentityManagementPersonDocument document, PersonDocumentRole role, KimDocumentRoleMember kimDocumentRoleMember, int selectedRoleIdx) protected booleanIdentityManagementPersonDocumentRule.validateUniquePersonRoleQualifiersUniqueForMembership(PersonDocumentRole role, KimDocumentRoleMember membershipToCheck, int membershipToCheckIndex, Set<String> uniqueQualifierAttributes, int roleIndex, List<RemotableAttributeError> validationErrors) Checks all the qualifiers for the given membership, so that all qualifiers which should be unique are guaranteed to be uniqueMethod parameters in org.kuali.rice.kim.document.rule with type arguments of type PersonDocumentRoleModifier and TypeMethodDescriptionprotected booleanIdentityManagementPersonDocumentRule.validActiveDatesForRole(List<PersonDocumentRole> roles) protected booleanIdentityManagementPersonDocumentRule.validateRoleQualifier(List<PersonDocumentRole> roles) -
Uses of PersonDocumentRole in org.kuali.rice.kim.rule.event.ui
Methods in org.kuali.rice.kim.rule.event.ui that return PersonDocumentRoleMethods in org.kuali.rice.kim.rule.event.ui with parameters of type PersonDocumentRoleConstructors in org.kuali.rice.kim.rule.event.ui with parameters of type PersonDocumentRoleModifierConstructorDescriptionAddPersonDocumentRoleQualifierEvent(String errorPathPrefix, IdentityManagementPersonDocument document, KimDocumentRoleMember kimDocumentRoleMember, PersonDocumentRole role, int selectedRoleIdx) AddRoleEvent(String errorPathPrefix, Document document, PersonDocumentRole role) -
Uses of PersonDocumentRole in org.kuali.rice.kim.rule.ui
Methods in org.kuali.rice.kim.rule.ui with parameters of type PersonDocumentRoleModifier and TypeMethodDescriptionbooleanAddPersonDocumentRoleQualifierRule.processAddPersonDocumentRoleQualifier(IdentityManagementPersonDocument document, PersonDocumentRole role, KimDocumentRoleMember kimDocumentRoleMember, int selectedRoleIdx) -
Uses of PersonDocumentRole in org.kuali.rice.kim.web.struts.action
Methods in org.kuali.rice.kim.web.struts.action with parameters of type PersonDocumentRoleModifier and TypeMethodDescriptionprotected voidIdentityManagementPersonDocumentAction.setupRoleRspActions(PersonDocumentRole role, KimDocumentRoleMember rolePrncpl) protected booleanIdentityManagementPersonDocumentAction.validateRoleAssignment(IdentityManagementPersonDocument document, PersonDocumentRole newRole) -
Uses of PersonDocumentRole in org.kuali.rice.kim.web.struts.form
Fields in org.kuali.rice.kim.web.struts.form declared as PersonDocumentRoleModifier and TypeFieldDescriptionprotected PersonDocumentRoleIdentityManagementPersonDocumentForm.newRoleMethods in org.kuali.rice.kim.web.struts.form that return PersonDocumentRoleMethods in org.kuali.rice.kim.web.struts.form with parameters of type PersonDocumentRoleModifier and TypeMethodDescriptionvoidIdentityManagementPersonDocumentForm.setNewRole(PersonDocumentRole newRole)