Uses of Class
org.kuali.rice.kim.api.common.delegate.DelegateType
Packages that use DelegateType
Package
Description
-
Uses of DelegateType in org.kuali.rice.kim.api.common.assignee
Methods in org.kuali.rice.kim.api.common.assignee that return types with arguments of type DelegateType -
Uses of DelegateType in org.kuali.rice.kim.api.common.delegate
Methods in org.kuali.rice.kim.api.common.delegate that return DelegateType -
Uses of DelegateType in org.kuali.rice.kim.api.responsibility
Methods in org.kuali.rice.kim.api.responsibility that return types with arguments of type DelegateType -
Uses of DelegateType in org.kuali.rice.kim.api.role
Methods in org.kuali.rice.kim.api.role that return DelegateTypeModifier and TypeMethodDescriptionRoleService.createDelegateType(DelegateType delegateType) Creates a new DelegateType.RoleService.getDelegateTypeByDelegationId(String delegationId) Gets a DelegateType for the given delegation id.RoleService.getDelegateTypeByRoleIdAndDelegateTypeCode(String roleId, org.kuali.rice.core.api.delegation.DelegationType delegateType) Gets a DelegateType for the given role id and delegation type.RoleService.updateDelegateType(DelegateType delegateType) Updates the given DelegateType to the values in the passed in delegateTypeMethods in org.kuali.rice.kim.api.role that return types with arguments of type DelegateTypeMethods in org.kuali.rice.kim.api.role with parameters of type DelegateTypeModifier and TypeMethodDescriptionRoleService.createDelegateType(DelegateType delegateType) Creates a new DelegateType.RoleService.updateDelegateType(DelegateType delegateType) Updates the given DelegateType to the values in the passed in delegateType