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

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

public class LumServiceMethodInvoker
extends Object
implements BusinessServiceMethodInvoker


Field Summary
private  AtpService atpService
           
(package private)  Logger LOG
           
private  LearningObjectiveService loService
           
private  LrcService lrcService
           
private  LuService luService
           
private  OrganizationService orgService
           
private  StatementService statementService
           
 
Constructor Summary
LumServiceMethodInvoker()
           
 
Method Summary
 AtpService getAtpService()
           
 LearningObjectiveService getLoService()
           
 LuService getLuService()
           
 OrganizationService getOrgService()
           
 StatementService getStatementService()
           
protected  void invokeServiceCallOnResult(BaseDTOAssemblyNode results)
           
 void invokeServiceCalls(BaseDTOAssemblyNode results)
           
 void setAtpService(AtpService atpService)
           
 void setLoService(LearningObjectiveService loService)
           
 void setLrcService(LrcService lrcService)
           
 void setLuService(LuService luService)
           
 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
 

Field Detail

LOG

final Logger LOG

luService

private LuService luService

statementService

private StatementService statementService

loService

private LearningObjectiveService loService

orgService

private OrganizationService orgService

atpService

private AtpService atpService

lrcService

private LrcService lrcService
Constructor Detail

LumServiceMethodInvoker

public LumServiceMethodInvoker()
Method Detail

invokeServiceCalls

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

invokeServiceCallOnResult

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

getLuService

public LuService getLuService()

setLuService

public void setLuService(LuService luService)

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-2011 The Kuali Foundation. All Rights Reserved.