org.kuali.student.lum.service.assembler
Class LumServiceMethodInvoker
java.lang.Object
org.kuali.student.lum.service.assembler.LumServiceMethodInvoker
- All Implemented Interfaces:
- BusinessServiceMethodInvoker
- Direct Known Subclasses:
- CourseServiceMethodInvoker, ProgramServiceMethodInvoker
public class LumServiceMethodInvoker
- extends Object
- implements BusinessServiceMethodInvoker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LumServiceMethodInvoker
public LumServiceMethodInvoker()
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.