public final class KrmsTypeBoServiceImpl extends Object implements KrmsTypeRepositoryService
| Constructor and Description |
|---|
KrmsTypeBoServiceImpl() |
public KrmsTypeBoServiceImpl()
public KrmsTypeDefinition createKrmsType(KrmsTypeDefinition krmsType)
createKrmsType in interface KrmsTypeRepositoryServiceKrmsTypeRepositoryService.createKrmsType(org.kuali.rice.krms.api.repository.type.KrmsTypeDefinition)public KrmsTypeDefinition updateKrmsType(KrmsTypeDefinition krmsType)
updateKrmsType in interface KrmsTypeRepositoryServiceKrmsTypeRepositoryService.updateKrmsType(org.kuali.rice.krms.api.repository.type.KrmsTypeDefinition)public KrmsTypeDefinition getTypeById(String id)
getTypeById in interface KrmsTypeRepositoryServicepublic KrmsTypeDefinition getTypeByName(String namespaceCode, String name)
getTypeByName in interface KrmsTypeRepositoryServicepublic List<KrmsTypeDefinition> findAllTypesByNamespace(String namespaceCode)
findAllTypesByNamespace in interface KrmsTypeRepositoryServicepublic List<KrmsTypeDefinition> findAllTypes()
findAllTypes in interface KrmsTypeRepositoryServicepublic List<KrmsTypeDefinition> findAllAgendaTypesByContextId(String contextId)
findAllAgendaTypesByContextId in interface KrmsTypeRepositoryServicepublic KrmsTypeDefinition getAgendaTypeByAgendaTypeIdAndContextId(String agendaTypeId, String contextId)
getAgendaTypeByAgendaTypeIdAndContextId in interface KrmsTypeRepositoryServicepublic List<KrmsTypeDefinition> findAllRuleTypesByContextId(String contextId)
findAllRuleTypesByContextId in interface KrmsTypeRepositoryServicepublic KrmsTypeDefinition getRuleTypeByRuleTypeIdAndContextId(String ruleTypeId, String contextId)
getRuleTypeByRuleTypeIdAndContextId in interface KrmsTypeRepositoryServicepublic List<KrmsTypeDefinition> findAllActionTypesByContextId(String contextId)
findAllActionTypesByContextId in interface KrmsTypeRepositoryServicepublic KrmsTypeDefinition getActionTypeByActionTypeIdAndContextId(String actionTypeId, String contextId)
getActionTypeByActionTypeIdAndContextId in interface KrmsTypeRepositoryServicepublic KrmsAttributeDefinition getAttributeDefinitionById(String attributeDefinitionId)
getAttributeDefinitionById in interface KrmsTypeRepositoryServicepublic KrmsAttributeDefinition getAttributeDefinitionByName(String namespaceCode, String name)
getAttributeDefinitionByName in interface KrmsTypeRepositoryServicepublic void setBusinessObjectService(BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.protected List<KrmsTypeDefinition> convertListOfBosToImmutables(Collection<KrmsTypeBo> krmsTypeBos)
krmsTypeBos - a mutable ListCopyright © 2005–2016 The Kuali Foundation. All rights reserved.