public class PeopleFlowServiceImpl extends Object implements PeopleFlowService
Constructor and Description |
---|
PeopleFlowServiceImpl() |
public PeopleFlowServiceImpl()
public PeopleFlowDefinition getPeopleFlow(String peopleFlowId)
getPeopleFlow
in interface PeopleFlowService
public PeopleFlowDefinition getPeopleFlowByName(String namespaceCode, String name)
getPeopleFlowByName
in interface PeopleFlowService
public PeopleFlowDefinition createPeopleFlow(PeopleFlowDefinition peopleFlow)
PeopleFlowService
createPeopleFlow
in interface PeopleFlowService
public PeopleFlowDefinition updatePeopleFlow(PeopleFlowDefinition peopleFlow)
updatePeopleFlow
in interface PeopleFlowService
protected 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–2014 The Kuali Foundation. All rights reserved.