Class PeopleFlowServiceImpl
java.lang.Object
org.kuali.rice.kew.impl.peopleflow.PeopleFlowServiceImpl
- All Implemented Interfaces:
PeopleFlowService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidassignResponsibilityIds(PeopleFlowBo peopleFlowBo) createPeopleFlow(PeopleFlowDefinition peopleFlow) getPeopleFlow(String peopleFlowId) protected PeopleFlowBogetPeopleFlowBo(String peopleFlowId) protected PeopleFlowBogetPeopleFlowBoByName(String namespaceCode, String name) getPeopleFlowByName(String namespaceCode, String name) protected KewTypeDefinitionloadKewTypeDefinition(PeopleFlowDefinition peopleFlow) protected PeopleFlowBosavePeopleFlow(PeopleFlowBo peopleFlowBo) voidsetDataObjectService(DataObjectService dataObjectService) voidsetKewTypeRepositoryService(KewTypeRepositoryService kewTypeRepositoryService) voidsetResponsibilityIdService(ResponsibilityIdService responsibilityIdService) updatePeopleFlow(PeopleFlowDefinition peopleFlow) protected voidvalidateForCreate(PeopleFlowDefinition peopleFlow) protected PeopleFlowBovalidateForUpdate(PeopleFlowDefinition peopleFlow) protected voidvalidatePeopleFlowMembersForCreate(PeopleFlowDefinition peopleFlowDefinition)
-
Constructor Details
-
PeopleFlowServiceImpl
public PeopleFlowServiceImpl()
-
-
Method Details
-
getPeopleFlow
- Specified by:
getPeopleFlowin interfacePeopleFlowService
-
getPeopleFlowByName
- Specified by:
getPeopleFlowByNamein interfacePeopleFlowService
-
createPeopleFlow
- Specified by:
createPeopleFlowin interfacePeopleFlowService
-
updatePeopleFlow
- Specified by:
updatePeopleFlowin interfacePeopleFlowService
-
loadKewTypeDefinition
-
validateForCreate
-
validatePeopleFlowMembersForCreate
-
validateForUpdate
-
getPeopleFlowBo
-
getPeopleFlowBoByName
-
savePeopleFlow
-
assignResponsibilityIds
-
getDataObjectService
-
setDataObjectService
-
getKewTypeRepositoryService
-
setKewTypeRepositoryService
-
getResponsibilityIdService
-
setResponsibilityIdService
-