public class KimTypeInfoServiceImpl extends Object implements KimTypeInfoService
| Modifier and Type | Field and Description |
|---|---|
protected org.kuali.rice.krad.data.DataObjectService |
dataObjectService |
| Constructor and Description |
|---|
KimTypeInfoServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Collection<KimType> |
findAllKimTypes() |
KimType |
findKimTypeByNameAndNamespace(String namespaceCode,
String name) |
KimType |
getKimType(String id) |
void |
setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService) |
protected org.kuali.rice.krad.data.DataObjectService dataObjectService
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 setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.