public final class KrmsTypeBoServiceImpl extends Object implements KrmsTypeBoService
| Constructor and Description |
|---|
KrmsTypeBoServiceImpl() |
public KrmsTypeBoServiceImpl()
public KrmsTypeDefinition createKrmsType(KrmsTypeDefinition krmsType)
createKrmsType in interface KrmsTypeBoServiceKrmsTypeRepositoryService.createKrmsType(org.kuali.rice.krms.api.repository.type.KrmsTypeDefinition)public KrmsTypeDefinition updateKrmsType(KrmsTypeDefinition krmsType)
updateKrmsType in interface KrmsTypeBoServiceKrmsTypeRepositoryService.updateKrmsType(org.kuali.rice.krms.api.repository.type.KrmsTypeDefinition)public KrmsTypeDefinition getTypeById(String id)
getTypeById in interface KrmsTypeBoServicepublic KrmsTypeDefinition getTypeByName(String namespaceCode, String name)
getTypeByName in interface KrmsTypeBoServicepublic List<KrmsTypeDefinition> findAllTypesByNamespace(String namespaceCode)
findAllTypesByNamespace in interface KrmsTypeBoServicepublic List<KrmsTypeDefinition> findAllTypesByServiceName(String serviceName) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
findAllTypesByServiceName in interface KrmsTypeBoServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic List<KrmsTypeDefinition> findAllTypes()
findAllTypes in interface KrmsTypeBoServicepublic List<KrmsTypeDefinition> findAllAgendaTypesByContextId(String contextId)
findAllAgendaTypesByContextId in interface KrmsTypeBoServicepublic KrmsTypeDefinition getAgendaTypeByAgendaTypeIdAndContextId(String agendaTypeId, String contextId)
getAgendaTypeByAgendaTypeIdAndContextId in interface KrmsTypeBoServicepublic List<KrmsTypeDefinition> findAllRuleTypesByContextId(String contextId)
findAllRuleTypesByContextId in interface KrmsTypeBoServicepublic KrmsTypeDefinition getRuleTypeByRuleTypeIdAndContextId(String ruleTypeId, String contextId)
getRuleTypeByRuleTypeIdAndContextId in interface KrmsTypeBoServicepublic List<KrmsTypeDefinition> findAllActionTypesByContextId(String contextId)
findAllActionTypesByContextId in interface KrmsTypeBoServicepublic KrmsTypeDefinition getActionTypeByActionTypeIdAndContextId(String actionTypeId, String contextId)
getActionTypeByActionTypeIdAndContextId in interface KrmsTypeBoServicepublic KrmsAttributeDefinition getAttributeDefinitionById(String attributeDefinitionId)
getAttributeDefinitionById in interface KrmsTypeBoServicepublic KrmsAttributeDefinition getAttributeDefinitionByName(String namespaceCode, String name)
getAttributeDefinitionByName in interface KrmsTypeBoServicepublic KrmsTypeBo from(KrmsTypeDefinition krmsType)
KrmsTypeDefinition to its mutable KrmsTypeBo counterpart.krmsType - the immutable object.KrmsTypeBo the mutable KrmsTypeBo.public 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.