public class PeopleFlowServiceImpl extends Object implements PeopleFlowService
| Constructor and Description |
|---|
PeopleFlowServiceImpl() |
public PeopleFlowServiceImpl()
public PeopleFlowDefinition getPeopleFlow(String peopleFlowId)
getPeopleFlow in interface PeopleFlowServicepublic PeopleFlowDefinition getPeopleFlowByName(String namespaceCode, String name)
getPeopleFlowByName in interface PeopleFlowServicepublic PeopleFlowDefinition createPeopleFlow(PeopleFlowDefinition peopleFlow)
PeopleFlowServicecreatePeopleFlow in interface PeopleFlowServicepublic PeopleFlowDefinition updatePeopleFlow(PeopleFlowDefinition peopleFlow)
updatePeopleFlow in interface PeopleFlowServiceprotected KewTypeDefinition loadKewTypeDefinition(PeopleFlowDefinition peopleFlow)
protected void validateForCreate(PeopleFlowDefinition peopleFlow)
protected void validatePeopleFlowMembersForCreate(PeopleFlowDefinition peopleFlowDefinition)
protected PeopleFlowBo validateForUpdate(PeopleFlowDefinition peopleFlow)
protected PeopleFlowBo getPeopleFlowBo(String peopleFlowId)
protected PeopleFlowBo getPeopleFlowBoByName(String namespaceCode, String name)
protected PeopleFlowBo savePeopleFlow(PeopleFlowBo peopleFlowBo)
protected void assignResponsibilityIds(PeopleFlowBo peopleFlowBo)
public DataObjectService getDataObjectService()
public void setDataObjectService(DataObjectService dataObjectService)
public KewTypeRepositoryService getKewTypeRepositoryService()
public void setKewTypeRepositoryService(KewTypeRepositoryService kewTypeRepositoryService)
public ResponsibilityIdService getResponsibilityIdService()
public void setResponsibilityIdService(ResponsibilityIdService responsibilityIdService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.