public class KimApiServiceLocator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KIM_GROUP_SERVICE |
static String |
KIM_IDENTITY_SERVICE |
static String |
KIM_PERMISSION_SERVICE |
static String |
KIM_PERSON_SERVICE |
static String |
KIM_RESPONSIBILITY_SERVICE |
static String |
KIM_ROLE_SERVICE |
static String |
KIM_TYPE_INFO_SERVICE |
Constructor and Description |
---|
KimApiServiceLocator() |
Modifier and Type | Method and Description |
---|---|
static GroupService |
getGroupService() |
static IdentityService |
getIdentityService() |
static KimTypeInfoService |
getKimTypeInfoService() |
static PermissionService |
getPermissionService() |
static PersonService |
getPersonService() |
static ResponsibilityService |
getResponsibilityService() |
static RoleService |
getRoleService() |
public static final String KIM_GROUP_SERVICE
public static final String KIM_IDENTITY_SERVICE
public static final String KIM_PERMISSION_SERVICE
public static final String KIM_RESPONSIBILITY_SERVICE
public static final String KIM_ROLE_SERVICE
public static final String KIM_PERSON_SERVICE
public static final String KIM_TYPE_INFO_SERVICE
public KimApiServiceLocator()
public static KimTypeInfoService getKimTypeInfoService()
public static PersonService getPersonService()
public static RoleService getRoleService()
public static GroupService getGroupService()
public static IdentityService getIdentityService()
public static PermissionService getPermissionService()
public static ResponsibilityService getResponsibilityService()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.