org.kuali.rice.kew.impl.peopleflow
Class PeopleFlowServiceImpl
java.lang.Object
org.kuali.rice.kew.impl.peopleflow.PeopleFlowServiceImpl
- All Implemented Interfaces:
- PeopleFlowService
public class PeopleFlowServiceImpl
- extends Object
- implements PeopleFlowService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeopleFlowServiceImpl
public PeopleFlowServiceImpl()
getPeopleFlow
public PeopleFlowDefinition getPeopleFlow(String peopleFlowId)
- Specified by:
getPeopleFlow
in interface PeopleFlowService
getPeopleFlowByName
public PeopleFlowDefinition getPeopleFlowByName(String namespaceCode,
String name)
- Specified by:
getPeopleFlowByName
in interface PeopleFlowService
createPeopleFlow
public PeopleFlowDefinition createPeopleFlow(PeopleFlowDefinition peopleFlow)
- Description copied from interface:
PeopleFlowService
- TODO...
- Specified by:
createPeopleFlow
in interface PeopleFlowService
- Returns:
updatePeopleFlow
public PeopleFlowDefinition updatePeopleFlow(PeopleFlowDefinition peopleFlow)
- Specified by:
updatePeopleFlow
in interface PeopleFlowService
- Returns:
loadKewTypeDefinition
protected KewTypeDefinition loadKewTypeDefinition(PeopleFlowDefinition peopleFlow)
validateForCreate
protected void validateForCreate(PeopleFlowDefinition peopleFlow)
validatePeopleFlowMembersForCreate
protected void validatePeopleFlowMembersForCreate(PeopleFlowDefinition peopleFlowDefinition)
validateForUpdate
protected PeopleFlowBo validateForUpdate(PeopleFlowDefinition peopleFlow)
getPeopleFlowBo
protected PeopleFlowBo getPeopleFlowBo(String peopleFlowId)
getPeopleFlowBoByName
protected PeopleFlowBo getPeopleFlowBoByName(String namespaceCode,
String name)
savePeopleFlow
protected PeopleFlowBo savePeopleFlow(PeopleFlowBo peopleFlowBo)
assignResponsibilityIds
protected void assignResponsibilityIds(PeopleFlowBo peopleFlowBo)
getDataObjectService
public DataObjectService getDataObjectService()
setDataObjectService
public void setDataObjectService(DataObjectService dataObjectService)
getKewTypeRepositoryService
public KewTypeRepositoryService getKewTypeRepositoryService()
setKewTypeRepositoryService
public void setKewTypeRepositoryService(KewTypeRepositoryService kewTypeRepositoryService)
getResponsibilityIdService
public ResponsibilityIdService getResponsibilityIdService()
setResponsibilityIdService
public void setResponsibilityIdService(ResponsibilityIdService responsibilityIdService)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.