Uses of Class
org.kuali.rice.kim.bo.ui.RoleDocumentDelegationMember
Packages that use RoleDocumentDelegationMember
Package
Description
-
Uses of RoleDocumentDelegationMember in org.kuali.rice.kim.bo.ui
Methods in org.kuali.rice.kim.bo.ui that return RoleDocumentDelegationMemberMethods in org.kuali.rice.kim.bo.ui that return types with arguments of type RoleDocumentDelegationMemberMethods in org.kuali.rice.kim.bo.ui with parameters of type RoleDocumentDelegationMemberModifier and TypeMethodDescriptionvoidRoleDocumentDelegation.setMember(RoleDocumentDelegationMember member) Method parameters in org.kuali.rice.kim.bo.ui with type arguments of type RoleDocumentDelegationMemberModifier and TypeMethodDescriptionvoidRoleDocumentDelegation.setMembers(List<RoleDocumentDelegationMember> members) -
Uses of RoleDocumentDelegationMember in org.kuali.rice.kim.document
Fields in org.kuali.rice.kim.document with type parameters of type RoleDocumentDelegationMemberModifier and TypeFieldDescriptionprotected List<RoleDocumentDelegationMember> IdentityManagementKimDocument.delegationMembersMethods in org.kuali.rice.kim.document that return RoleDocumentDelegationMemberMethods in org.kuali.rice.kim.document that return types with arguments of type RoleDocumentDelegationMemberModifier and TypeMethodDescriptionIdentityManagementKimDocument.getDelegationMembers()IdentityManagementRoleDocument.getDelegationMembers()Methods in org.kuali.rice.kim.document with parameters of type RoleDocumentDelegationMemberModifier and TypeMethodDescriptionvoidIdentityManagementRoleDocument.addDelegationMember(RoleDocumentDelegationMember newDelegationMember) protected voidIdentityManagementKimDocument.addDelegationMemberToDelegation(RoleDocumentDelegationMember delegationMember) Method parameters in org.kuali.rice.kim.document with type arguments of type RoleDocumentDelegationMemberModifier and TypeMethodDescriptionvoidIdentityManagementKimDocument.setDelegationMembers(List<RoleDocumentDelegationMember> delegationMembers) voidIdentityManagementRoleDocument.setDelegationMembers(List<RoleDocumentDelegationMember> delegationMembers) -
Uses of RoleDocumentDelegationMember in org.kuali.rice.kim.document.rule
Methods in org.kuali.rice.kim.document.rule that return types with arguments of type RoleDocumentDelegationMemberModifier and TypeMethodDescriptionActiveRoleMemberHelper.getActiveDelegationRoleMembers(List<RoleDocumentDelegationMember> roleMembers) Methods in org.kuali.rice.kim.document.rule with parameters of type RoleDocumentDelegationMemberModifier and TypeMethodDescriptionprotected KimDocumentRoleMemberIdentityManagementRoleDocumentRule.getRoleMemberForDelegation(List<KimDocumentRoleMember> roleMembers, RoleDocumentDelegationMember delegationMember, List<KimDocumentRoleMember> modifiedRoleMembers) protected booleanIdentityManagementRoleDocumentRule.sameDelegationMembership(RoleDocumentDelegationMember membershipA, RoleDocumentDelegationMember membershipB) Determines if two memberships represent the same member being added: that is, the two memberships have the same type code and idprotected booleanIdentityManagementRoleDocumentRule.sameUniqueDelegationMembershipQualifications(RoleDocumentDelegationMember membershipA, RoleDocumentDelegationMember membershipB, Set<String> uniqueAttributeIds) Given two memberships which represent the same member, do they share qualifications?protected booleanIdentityManagementRoleDocumentRule.validateUniquePersonRoleQualifiersUniqueForRoleDelegation(RoleDocumentDelegationMember delegationMembershipToCheck, int membershipToCheckIndex, List<RoleDocumentDelegationMember> delegationMemberships, Set<String> uniqueQualifierIds, List<org.kuali.rice.core.api.uif.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 RoleDocumentDelegationMemberModifier and TypeMethodDescriptionIdentityManagementRoleDocumentRule.figureOutUniqueQualificationSetForDelegation(List<RoleDocumentDelegationMember> memberships, List<org.kuali.rice.kim.api.type.KimAttributeField> attributeDefinitions) Finds the names of the unique qualification attributes which this role should be checking againstActiveRoleMemberHelper.getActiveDelegationRoleMembers(List<RoleDocumentDelegationMember> roleMembers) protected booleanIdentityManagementPersonDocumentRule.validActiveDatesForDelegations(List<RoleDocumentDelegationMember> delegationMembers) protected booleanIdentityManagementPersonDocumentRule.validateDelegationMemberRoleQualifier(List<RoleDocumentDelegationMember> delegationMembers) protected booleanIdentityManagementRoleDocumentRule.validateUniquePersonRoleQualifiersUniqueForRoleDelegation(RoleDocumentDelegationMember delegationMembershipToCheck, int membershipToCheckIndex, List<RoleDocumentDelegationMember> delegationMemberships, Set<String> uniqueQualifierIds, List<org.kuali.rice.core.api.uif.RemotableAttributeError> validationErrors) Checks all the qualifiers for the given membership, so that all qualifiers which should be unique are guaranteed to be uniqueprotected booleanIdentityManagementRoleDocumentRule.validDelegationMemberActiveDates(List<RoleDocumentDelegationMember> delegationMembers) -
Uses of RoleDocumentDelegationMember in org.kuali.rice.kim.rule.event.ui
Methods in org.kuali.rice.kim.rule.event.ui that return RoleDocumentDelegationMemberModifier and TypeMethodDescriptionAddDelegationMemberEvent.getDelegationMember()AddPersonDelegationMemberEvent.getDelegationMember()Methods in org.kuali.rice.kim.rule.event.ui with parameters of type RoleDocumentDelegationMemberModifier and TypeMethodDescriptionvoidAddDelegationMemberEvent.setDelegationMember(RoleDocumentDelegationMember delegationMember) voidAddPersonDelegationMemberEvent.setDelegationMember(RoleDocumentDelegationMember delegationMember) Constructors in org.kuali.rice.kim.rule.event.ui with parameters of type RoleDocumentDelegationMemberModifierConstructorDescriptionAddDelegationMemberEvent(String errorPathPrefix, org.kuali.rice.krad.document.Document document, RoleDocumentDelegationMember member) AddPersonDelegationMemberEvent(String errorPathPrefix, org.kuali.rice.krad.document.Document document, RoleDocumentDelegationMember member) -
Uses of RoleDocumentDelegationMember in org.kuali.rice.kim.web.struts.action
Methods in org.kuali.rice.kim.web.struts.action with parameters of type RoleDocumentDelegationMemberModifier and TypeMethodDescriptionprotected booleanIdentityManagementRoleDocumentAction.checkDelegationMember(RoleDocumentDelegationMember newMember) -
Uses of RoleDocumentDelegationMember in org.kuali.rice.kim.web.struts.form
Fields in org.kuali.rice.kim.web.struts.form declared as RoleDocumentDelegationMemberModifier and TypeFieldDescriptionprotected RoleDocumentDelegationMemberIdentityManagementRoleDocumentForm.delegationMemberprotected RoleDocumentDelegationMemberIdentityManagementPersonDocumentForm.newDelegationMemberMethods in org.kuali.rice.kim.web.struts.form that return RoleDocumentDelegationMemberModifier and TypeMethodDescriptionIdentityManagementRoleDocumentForm.getDelegationMember()IdentityManagementPersonDocumentForm.getNewDelegationMember()Methods in org.kuali.rice.kim.web.struts.form with parameters of type RoleDocumentDelegationMemberModifier and TypeMethodDescriptionvoidIdentityManagementRoleDocumentForm.setDelegationMember(RoleDocumentDelegationMember delegationMember) voidIdentityManagementPersonDocumentForm.setNewDelegationMember(RoleDocumentDelegationMember newDelegationMember)