org.kuali.rice.kew.impl.peopleflow
Class PeopleFlowServiceImpl

java.lang.Object
  extended by org.kuali.rice.kew.impl.peopleflow.PeopleFlowServiceImpl
All Implemented Interfaces:
PeopleFlowService

public class PeopleFlowServiceImpl
extends Object
implements PeopleFlowService


Constructor Summary
PeopleFlowServiceImpl()
           
 
Method Summary
protected  void assignResponsibilityIds(PeopleFlowBo peopleFlowBo)
           
 PeopleFlowDefinition createPeopleFlow(PeopleFlowDefinition peopleFlow)
          TODO...
 DataObjectService getDataObjectService()
           
 KewTypeRepositoryService getKewTypeRepositoryService()
           
 PeopleFlowDefinition getPeopleFlow(String peopleFlowId)
           
protected  PeopleFlowBo getPeopleFlowBo(String peopleFlowId)
           
protected  PeopleFlowBo getPeopleFlowBoByName(String namespaceCode, String name)
           
 PeopleFlowDefinition getPeopleFlowByName(String namespaceCode, String name)
           
 ResponsibilityIdService getResponsibilityIdService()
           
protected  KewTypeDefinition loadKewTypeDefinition(PeopleFlowDefinition peopleFlow)
           
protected  PeopleFlowBo savePeopleFlow(PeopleFlowBo peopleFlowBo)
           
 void setDataObjectService(DataObjectService dataObjectService)
           
 void setKewTypeRepositoryService(KewTypeRepositoryService kewTypeRepositoryService)
           
 void setResponsibilityIdService(ResponsibilityIdService responsibilityIdService)
           
 PeopleFlowDefinition updatePeopleFlow(PeopleFlowDefinition peopleFlow)
           
protected  void validateForCreate(PeopleFlowDefinition peopleFlow)
           
protected  PeopleFlowBo validateForUpdate(PeopleFlowDefinition peopleFlow)
           
protected  void validatePeopleFlowMembersForCreate(PeopleFlowDefinition peopleFlowDefinition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeopleFlowServiceImpl

public PeopleFlowServiceImpl()
Method Detail

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.