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 org.kuali.rice.kew.impl.peopleflow.PeopleFlowBo validateForUpdate(PeopleFlowDefinition peopleFlow)
getPeopleFlowBo
protected org.kuali.rice.kew.impl.peopleflow.PeopleFlowBo getPeopleFlowBo(String peopleFlowId)
getPeopleFlowBoByName
protected org.kuali.rice.kew.impl.peopleflow.PeopleFlowBo getPeopleFlowBoByName(String namespaceCode,
String name)
savePeopleFlow
protected org.kuali.rice.kew.impl.peopleflow.PeopleFlowBo savePeopleFlow(org.kuali.rice.kew.impl.peopleflow.PeopleFlowBo peopleFlowBo)
assignResponsibilityIds
protected void assignResponsibilityIds(org.kuali.rice.kew.impl.peopleflow.PeopleFlowBo peopleFlowBo)
getBusinessObjectService
public BusinessObjectService getBusinessObjectService()
setBusinessObjectService
public void setBusinessObjectService(BusinessObjectService businessObjectService)
getKewTypeRepositoryService
public KewTypeRepositoryService getKewTypeRepositoryService()
setKewTypeRepositoryService
public void setKewTypeRepositoryService(KewTypeRepositoryService kewTypeRepositoryService)
getResponsibilityIdService
public ResponsibilityIdService getResponsibilityIdService()
setResponsibilityIdService
public void setResponsibilityIdService(ResponsibilityIdService responsibilityIdService)
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.