public class KimTypeInfoServiceImpl extends Object implements KimTypeInfoService
| Constructor and Description |
|---|
KimTypeInfoServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Collection<KimType> |
findAllKimTypes() |
KimType |
findKimTypeByNameAndNamespace(String namespaceCode,
String name) |
KimType |
getKimType(String id) |
void |
setBusinessObjectService(BusinessObjectService businessObjectService) |
public KimTypeInfoServiceImpl()
public KimType getKimType(String id) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
getKimType in interface KimTypeInfoServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic KimType findKimTypeByNameAndNamespace(String namespaceCode, String name) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
findKimTypeByNameAndNamespace in interface KimTypeInfoServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic Collection<KimType> findAllKimTypes()
findAllKimTypes in interface KimTypeInfoServicepublic void setBusinessObjectService(BusinessObjectService businessObjectService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.