org.kuali.student.r2.lum.service.assembler
Class LumServiceMethodInvoker

java.lang.Object
  extended by org.kuali.student.r2.lum.service.assembler.LumServiceMethodInvoker
All Implemented Interfaces:
BusinessServiceMethodInvoker
Direct Known Subclasses:
CourseServiceMethodInvoker, ProgramServiceMethodInvoker

public class LumServiceMethodInvoker
extends Object
implements BusinessServiceMethodInvoker


Constructor Summary
LumServiceMethodInvoker()
           
 
Method Summary
 AtpService getAtpService()
           
 CluService getCluService()
           
 LearningObjectiveService getLoService()
           
 OrganizationService getOrgService()
           
 StatementService getStatementService()
           
protected  void invokeServiceCallOnResult(BaseDTOAssemblyNode results, ContextInfo contextInfo)
           
 void invokeServiceCalls(BaseDTOAssemblyNode results, ContextInfo contextInfo)
           
 void setAtpService(AtpService atpService)
           
 void setCluService(CluService cluService)
           
 void setLoService(LearningObjectiveService loService)
           
 void setLrcService(LRCService lrcService)
           
 void setOrgService(OrganizationService orgService)
           
 void setStatementService(StatementService statementService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LumServiceMethodInvoker

public LumServiceMethodInvoker()
Method Detail

invokeServiceCalls

public final void invokeServiceCalls(BaseDTOAssemblyNode results,
                                     ContextInfo contextInfo)
                              throws DependentObjectsExistException,
                                     CircularRelationshipException,
                                     AssemblyException,
                                     UnsupportedActionException,
                                     UnsupportedOperationException,
                                     CircularReferenceException,
                                     ReadOnlyException,
                                     DataValidationErrorException,
                                     DoesNotExistException,
                                     InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException,
                                     VersionMismatchException,
                                     AlreadyExistsException
Specified by:
invokeServiceCalls in interface BusinessServiceMethodInvoker
Throws:
DependentObjectsExistException
CircularRelationshipException
AssemblyException
UnsupportedActionException
UnsupportedOperationException
CircularReferenceException
ReadOnlyException
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
VersionMismatchException
AlreadyExistsException

invokeServiceCallOnResult

protected void invokeServiceCallOnResult(BaseDTOAssemblyNode results,
                                         ContextInfo contextInfo)
                                  throws AlreadyExistsException,
                                         DataValidationErrorException,
                                         DoesNotExistException,
                                         InvalidParameterException,
                                         MissingParameterException,
                                         OperationFailedException,
                                         PermissionDeniedException,
                                         AssemblyException,
                                         VersionMismatchException,
                                         DependentObjectsExistException,
                                         CircularRelationshipException,
                                         UnsupportedActionException,
                                         UnsupportedOperationException,
                                         CircularReferenceException,
                                         ReadOnlyException,
                                         DataValidationErrorException,
                                         DoesNotExistException,
                                         InvalidParameterException,
                                         MissingParameterException,
                                         OperationFailedException,
                                         PermissionDeniedException,
                                         VersionMismatchException,
                                         AlreadyExistsException
Parameters:
results -
Throws:
AlreadyExistsException
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
AssemblyException
VersionMismatchException
DependentObjectsExistException
CircularRelationshipException
UnsupportedActionException
UnsupportedOperationException
CircularReferenceException
ReadOnlyException
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
VersionMismatchException
AlreadyExistsException

getCluService

public CluService getCluService()

setCluService

public void setCluService(CluService cluService)

getStatementService

public StatementService getStatementService()

setStatementService

public void setStatementService(StatementService statementService)

getLoService

public LearningObjectiveService getLoService()

setLoService

public void setLoService(LearningObjectiveService loService)

getOrgService

public OrganizationService getOrgService()

setOrgService

public void setOrgService(OrganizationService orgService)

getAtpService

public AtpService getAtpService()

setAtpService

public void setAtpService(AtpService atpService)

setLrcService

public void setLrcService(LRCService lrcService)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.