Uses of Interface
org.kuali.rice.kim.framework.type.KimTypeService
Packages that use KimTypeService
Package
Description
-
Uses of KimTypeService in org.kuali.rice.kim.framework.common.delegate
Subinterfaces of KimTypeService in org.kuali.rice.kim.framework.common.delegateModifier and TypeInterfaceDescriptioninterfaceAKimTypeServicewith specific methods for Delegations. -
Uses of KimTypeService in org.kuali.rice.kim.framework.group
Subinterfaces of KimTypeService in org.kuali.rice.kim.framework.groupModifier and TypeInterfaceDescriptioninterfaceAKimTypeServicewith specific methods for Groups. -
Uses of KimTypeService in org.kuali.rice.kim.framework.permission
Subinterfaces of KimTypeService in org.kuali.rice.kim.framework.permissionModifier and TypeInterfaceDescriptioninterfaceAKimTypeServicewith specific methods for Permissions. -
Uses of KimTypeService in org.kuali.rice.kim.framework.responsibility
Subinterfaces of KimTypeService in org.kuali.rice.kim.framework.responsibilityModifier and TypeInterfaceDescriptioninterfaceAKimTypeServicewith specific methods for Responsibilities. -
Uses of KimTypeService in org.kuali.rice.kim.framework.role
Subinterfaces of KimTypeService in org.kuali.rice.kim.framework.role -
Uses of KimTypeService in org.kuali.rice.kim.framework.services
Methods in org.kuali.rice.kim.framework.services that return KimTypeServiceModifier and TypeMethodDescriptionstatic KimTypeServiceKimFrameworkServiceLocator.getKimTypeService(QName kimTypeServiceName) Fetches the KimTypeService for the given kim type service name.static KimTypeServiceKimFrameworkServiceLocator.getKimTypeService(KimType kimType) Fetches the KimTypeService for the given KimType If the kimType passed in is null then this method will return null.