org.kuali.student.r1.common.assembly
Interface BusinessServiceMethodInvoker

All Known Implementing Classes:
CourseServiceMethodInvoker, LumServiceMethodInvoker, ProgramServiceMethodInvoker

public interface BusinessServiceMethodInvoker


Method Summary
 void invokeServiceCalls(BaseDTOAssemblyNode results, ContextInfo contextInfo)
           
 

Method Detail

invokeServiceCalls

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


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