public final class KewTypeBoServiceImpl extends Object implements KewTypeRepositoryService
| Constructor and Description |
|---|
KewTypeBoServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
KewTypeDefinition |
createKewType(KewTypeDefinition kewType)
This overridden method creates a KewType if it does not already exist in the repository.
|
void |
createKewTypeAttribute(KewTypeAttribute kewTypeAttribute)
This overridden method creates a KewTypeAttribute if it does not already exist in the repository.
|
List<KewTypeDefinition> |
findAllTypes() |
List<KewTypeDefinition> |
findAllTypesByNamespace(String namespace) |
KewTypeDefinition |
getTypeById(String id) |
KewTypeDefinition |
getTypeByNameAndNamespace(String name,
String namespace) |
void |
setDataObjectService(DataObjectService dataObjectService)
Sets the dataObjectService attribute value.
|
void |
updateKewType(KewTypeDefinition kewType)
This overridden method updates an existing KewType
|
void |
updateKewTypeAttribute(KewTypeAttribute kewTypeAttribute)
This overridden method updates an existing KewTypeAttribute
|
public KewTypeBoServiceImpl()
public KewTypeDefinition createKewType(KewTypeDefinition kewType)
createKewType in interface KewTypeRepositoryServiceKewTypeRepositoryService.createKewType(org.kuali.rice.kew.api.repository.type.KewTypeDefinition)public void updateKewType(KewTypeDefinition kewType)
updateKewType in interface KewTypeRepositoryServiceKewTypeRepositoryService.updateKewType(org.kuali.rice.kew.api.repository.type.KewTypeDefinition)public KewTypeDefinition getTypeById(String id)
getTypeById in interface KewTypeRepositoryServicepublic KewTypeDefinition getTypeByNameAndNamespace(String name, String namespace)
getTypeByNameAndNamespace in interface KewTypeRepositoryServicepublic List<KewTypeDefinition> findAllTypesByNamespace(String namespace)
findAllTypesByNamespace in interface KewTypeRepositoryServicepublic List<KewTypeDefinition> findAllTypes()
findAllTypes in interface KewTypeRepositoryServicepublic void setDataObjectService(DataObjectService dataObjectService)
dataObjectService - The dataObjectService to set.public void createKewTypeAttribute(KewTypeAttribute kewTypeAttribute)
createKewTypeAttribute in interface KewTypeRepositoryServiceKewTypeRepositoryService.createKewTypeAttribute(org.kuali.rice.kew.api.repository.type.KewTypeAttribute)public void updateKewTypeAttribute(KewTypeAttribute kewTypeAttribute)
updateKewTypeAttribute in interface KewTypeRepositoryServiceKewTypeRepositoryService.updateKewTypeAttribute(org.kuali.rice.kew.api.repository.type.KewTypeAttribute)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.