org.kuali.student.lum.lu.service.impl
Class TestCluServiceImpl

java.lang.Object
  extended by org.kuali.student.common.test.spring.AbstractServiceTest
      extended by org.kuali.student.lum.lu.service.impl.TestCluServiceImpl

public class TestCluServiceImpl
extends AbstractServiceTest


Field Summary
 CluService client
           
 
Constructor Summary
TestCluServiceImpl()
           
 
Method Summary
 void test00Clu()
           
 void test01CluSet()
           
 void test02CluSetCrud()
           
 void test03RemoveCluFromCluSet()
           
 void test04RemoveCluSetFromCluSet()
           
 void test05DeleteCluSet()
           
 void test06CluCluRelation()
           
 void test07CluCrud()
           
 void test08CluCluRelationCrud()
           
 void test19OutcomeLO()
           
 void test21GetClusByRelation()
           
 void test22SearchForResults()
           
 void test23SearchForClus()
           
 void test24SearchCourseLevelRanges()
           
 void test25CluValidation()
           
 void test26AddCluToCluSet()
           
 void test27AddCluToCluSet_DuplicateCluId()
           
 void test28AddClusToCluSet()
           
 void test29AddClusToCluSet_InvalidCluId()
           
 void test30AddClusToCluSet_DuplicateCluId()
           
 void test31AddClusToCluSet_InvalidCluSetId()
           
 void test32AddCluSetToCluSet()
           
 void test33AddCluSetToCluSet_CircularRelationshipException()
           
 void test34AddCluSetToCluSet_NestedCircularRelationshipException()
           
 void test35AddCluSetToCluSet_DuplicateCluSetId()
           
 void test36AddCluSetToCluSet_InvalidCluSetId()
           
 void test37AddCluSetsToCluSet()
           
 void test38AddCluSetsToCluSet_InvalidCluSetId()
           
 void test39AddCluSetsToCluSet_DuplicateCluSetId()
           
 void test40AddCluSetsToCluSet_CircularRelationshipException()
           
 void test41AddCluSetsToCluSet_NestedCircularRelationshipException()
           
 void test42CreateDynamicCluSet_Simple()
           
 void test43CreateDynamicCluSet()
           
 void test44CreateCluSet_InvalidCluSet1()
           
 void test45CreateCluSet_InvalidCluSet2()
           
 void test46CreateCluSet_InvalidCluSet3()
           
 void test47GetDynamicCluSet()
           
 void test48GetDynamicCluSet_Simple()
           
 void test49GetCluSetTreeView()
           
 void test50GetCluSetTreeView_dynamicCluSet()
           
 void test51GetCluSetTreeView_invalidCluSet()
           
 void test52GetCluSetTreeView_nullCluSet()
           
 void test53UpdateDynamicCluSet()
           
 void test54UpdateCluSet_VersionMismatch()
           
 void test55UpdateCluSet_ClearCluSets()
           
 void test56UpdateCluSet_AddCluSets()
           
 void test57UpdateCluSet_removeCluSets()
           
 void test58UpdateCluSet_ClearClus()
           
 void test59UpdateCluSet_AddClu()
           
 void test60UpdateCluSet_RemoveClu()
           
 void test61CreateCluResult()
           
 void test62UpdateCluResult()
           
 void test63UpdateCluResult_RemoveAllCluResultOptions()
           
 void test64Versioning()
           
 void test65SearchForCluInCluSets()
           
 void test66SearchForCluInCluSets_EmptyResult()
           
 void test67SearchForCluInCluRelations()
           
 void test68SearchForCluInCluRelations_EmptyResult()
           
 void test69CluPublicationCrud()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

public CluService client
Constructor Detail

TestCluServiceImpl

public TestCluServiceImpl()
Method Detail

test00Clu

public void test00Clu()
               throws DoesNotExistException,
                      InvalidParameterException,
                      MissingParameterException,
                      OperationFailedException,
                      PermissionDeniedException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException

test01CluSet

public void test01CluSet()
                  throws DoesNotExistException,
                         InvalidParameterException,
                         MissingParameterException,
                         OperationFailedException,
                         PermissionDeniedException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException

test02CluSetCrud

public void test02CluSetCrud()
                      throws AlreadyExistsException,
                             DataValidationErrorException,
                             InvalidParameterException,
                             MissingParameterException,
                             OperationFailedException,
                             PermissionDeniedException,
                             DoesNotExistException,
                             ParseException,
                             VersionMismatchException,
                             UnsupportedActionException,
                             CircularRelationshipException,
                             ReadOnlyException
Throws:
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
ParseException
VersionMismatchException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test03RemoveCluFromCluSet

public void test03RemoveCluFromCluSet()
                               throws ParseException,
                                      AlreadyExistsException,
                                      DataValidationErrorException,
                                      InvalidParameterException,
                                      MissingParameterException,
                                      OperationFailedException,
                                      PermissionDeniedException,
                                      DoesNotExistException,
                                      UnsupportedActionException,
                                      ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test04RemoveCluSetFromCluSet

public void test04RemoveCluSetFromCluSet()
                                  throws ParseException,
                                         AlreadyExistsException,
                                         DataValidationErrorException,
                                         InvalidParameterException,
                                         MissingParameterException,
                                         OperationFailedException,
                                         PermissionDeniedException,
                                         DoesNotExistException,
                                         UnsupportedActionException,
                                         ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test05DeleteCluSet

public void test05DeleteCluSet()
                        throws ParseException,
                               AlreadyExistsException,
                               DataValidationErrorException,
                               InvalidParameterException,
                               MissingParameterException,
                               OperationFailedException,
                               PermissionDeniedException,
                               DoesNotExistException,
                               UnsupportedActionException,
                               ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test06CluCluRelation

public void test06CluCluRelation()
                          throws ParseException,
                                 AlreadyExistsException,
                                 DataValidationErrorException,
                                 DoesNotExistException,
                                 InvalidParameterException,
                                 MissingParameterException,
                                 OperationFailedException,
                                 PermissionDeniedException,
                                 VersionMismatchException,
                                 DependentObjectsExistException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
VersionMismatchException
DependentObjectsExistException

test07CluCrud

public void test07CluCrud()
                   throws ParseException,
                          AlreadyExistsException,
                          DataValidationErrorException,
                          DoesNotExistException,
                          InvalidParameterException,
                          MissingParameterException,
                          OperationFailedException,
                          PermissionDeniedException,
                          VersionMismatchException,
                          DependentObjectsExistException,
                          ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
VersionMismatchException
DependentObjectsExistException
ReadOnlyException

test08CluCluRelationCrud

public void test08CluCluRelationCrud()
                              throws Exception
Throws:
Exception

test19OutcomeLO

public void test19OutcomeLO()
                     throws AlreadyExistsException,
                            DoesNotExistException,
                            InvalidParameterException,
                            MissingParameterException,
                            OperationFailedException,
                            PermissionDeniedException,
                            DependentObjectsExistException,
                            ParseException,
                            DataValidationErrorException,
                            VersionMismatchException,
                            ReadOnlyException
Throws:
AlreadyExistsException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DependentObjectsExistException
ParseException
DataValidationErrorException
VersionMismatchException
ReadOnlyException

test21GetClusByRelation

public void test21GetClusByRelation()
                             throws AlreadyExistsException,
                                    DataValidationErrorException,
                                    DoesNotExistException,
                                    InvalidParameterException,
                                    MissingParameterException,
                                    OperationFailedException,
                                    PermissionDeniedException,
                                    ParseException,
                                    VersionMismatchException
Throws:
AlreadyExistsException
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
ParseException
VersionMismatchException

test22SearchForResults

public void test22SearchForResults()
                            throws AlreadyExistsException,
                                   DataValidationErrorException,
                                   DoesNotExistException,
                                   InvalidParameterException,
                                   MissingParameterException,
                                   OperationFailedException,
                                   PermissionDeniedException,
                                   ParseException,
                                   VersionMismatchException
Throws:
AlreadyExistsException
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
ParseException
VersionMismatchException

test23SearchForClus

public void test23SearchForClus()
                         throws AlreadyExistsException,
                                DataValidationErrorException,
                                DoesNotExistException,
                                InvalidParameterException,
                                MissingParameterException,
                                OperationFailedException,
                                PermissionDeniedException,
                                ParseException,
                                VersionMismatchException
Throws:
AlreadyExistsException
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
ParseException
VersionMismatchException

test24SearchCourseLevelRanges

public void test24SearchCourseLevelRanges()
                                   throws MissingParameterException,
                                          PermissionDeniedException,
                                          OperationFailedException,
                                          InvalidParameterException
Throws:
MissingParameterException
PermissionDeniedException
OperationFailedException
InvalidParameterException

test25CluValidation

public void test25CluValidation()
                         throws ParseException,
                                AlreadyExistsException,
                                DataValidationErrorException,
                                DoesNotExistException,
                                InvalidParameterException,
                                MissingParameterException,
                                OperationFailedException,
                                PermissionDeniedException,
                                VersionMismatchException,
                                DependentObjectsExistException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
VersionMismatchException
DependentObjectsExistException

test26AddCluToCluSet

public void test26AddCluToCluSet()
                          throws ParseException,
                                 AlreadyExistsException,
                                 DataValidationErrorException,
                                 InvalidParameterException,
                                 MissingParameterException,
                                 OperationFailedException,
                                 PermissionDeniedException,
                                 DoesNotExistException,
                                 UnsupportedActionException,
                                 ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test27AddCluToCluSet_DuplicateCluId

public void test27AddCluToCluSet_DuplicateCluId()
                                         throws ParseException,
                                                AlreadyExistsException,
                                                DataValidationErrorException,
                                                InvalidParameterException,
                                                MissingParameterException,
                                                OperationFailedException,
                                                PermissionDeniedException,
                                                DoesNotExistException,
                                                UnsupportedActionException,
                                                ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test28AddClusToCluSet

public void test28AddClusToCluSet()
                           throws ParseException,
                                  AlreadyExistsException,
                                  DataValidationErrorException,
                                  InvalidParameterException,
                                  MissingParameterException,
                                  OperationFailedException,
                                  PermissionDeniedException,
                                  DoesNotExistException,
                                  UnsupportedActionException,
                                  ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test29AddClusToCluSet_InvalidCluId

public void test29AddClusToCluSet_InvalidCluId()
                                        throws ParseException,
                                               AlreadyExistsException,
                                               DataValidationErrorException,
                                               InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException,
                                               PermissionDeniedException,
                                               DoesNotExistException,
                                               UnsupportedActionException,
                                               ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test30AddClusToCluSet_DuplicateCluId

public void test30AddClusToCluSet_DuplicateCluId()
                                          throws ParseException,
                                                 AlreadyExistsException,
                                                 DataValidationErrorException,
                                                 InvalidParameterException,
                                                 MissingParameterException,
                                                 OperationFailedException,
                                                 PermissionDeniedException,
                                                 DoesNotExistException,
                                                 UnsupportedActionException,
                                                 ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test31AddClusToCluSet_InvalidCluSetId

public void test31AddClusToCluSet_InvalidCluSetId()
                                           throws ParseException,
                                                  AlreadyExistsException,
                                                  DataValidationErrorException,
                                                  InvalidParameterException,
                                                  MissingParameterException,
                                                  OperationFailedException,
                                                  PermissionDeniedException,
                                                  DoesNotExistException,
                                                  UnsupportedActionException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException

test32AddCluSetToCluSet

public void test32AddCluSetToCluSet()
                             throws ParseException,
                                    AlreadyExistsException,
                                    DataValidationErrorException,
                                    InvalidParameterException,
                                    MissingParameterException,
                                    OperationFailedException,
                                    PermissionDeniedException,
                                    DoesNotExistException,
                                    UnsupportedActionException,
                                    CircularRelationshipException,
                                    ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test33AddCluSetToCluSet_CircularRelationshipException

public void test33AddCluSetToCluSet_CircularRelationshipException()
                                                           throws ParseException,
                                                                  AlreadyExistsException,
                                                                  DataValidationErrorException,
                                                                  InvalidParameterException,
                                                                  MissingParameterException,
                                                                  OperationFailedException,
                                                                  PermissionDeniedException,
                                                                  DoesNotExistException,
                                                                  UnsupportedActionException,
                                                                  CircularRelationshipException,
                                                                  ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test34AddCluSetToCluSet_NestedCircularRelationshipException

public void test34AddCluSetToCluSet_NestedCircularRelationshipException()
                                                                 throws ParseException,
                                                                        AlreadyExistsException,
                                                                        DataValidationErrorException,
                                                                        InvalidParameterException,
                                                                        MissingParameterException,
                                                                        OperationFailedException,
                                                                        PermissionDeniedException,
                                                                        DoesNotExistException,
                                                                        UnsupportedActionException,
                                                                        CircularRelationshipException,
                                                                        ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test35AddCluSetToCluSet_DuplicateCluSetId

public void test35AddCluSetToCluSet_DuplicateCluSetId()
                                               throws ParseException,
                                                      AlreadyExistsException,
                                                      DataValidationErrorException,
                                                      InvalidParameterException,
                                                      MissingParameterException,
                                                      OperationFailedException,
                                                      PermissionDeniedException,
                                                      DoesNotExistException,
                                                      UnsupportedActionException,
                                                      CircularRelationshipException,
                                                      ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test36AddCluSetToCluSet_InvalidCluSetId

public void test36AddCluSetToCluSet_InvalidCluSetId()
                                             throws ParseException,
                                                    AlreadyExistsException,
                                                    DataValidationErrorException,
                                                    InvalidParameterException,
                                                    MissingParameterException,
                                                    OperationFailedException,
                                                    PermissionDeniedException,
                                                    DoesNotExistException,
                                                    UnsupportedActionException,
                                                    CircularRelationshipException,
                                                    ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test37AddCluSetsToCluSet

public void test37AddCluSetsToCluSet()
                              throws ParseException,
                                     AlreadyExistsException,
                                     DataValidationErrorException,
                                     InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException,
                                     DoesNotExistException,
                                     UnsupportedActionException,
                                     CircularRelationshipException,
                                     ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test38AddCluSetsToCluSet_InvalidCluSetId

public void test38AddCluSetsToCluSet_InvalidCluSetId()
                                              throws ParseException,
                                                     AlreadyExistsException,
                                                     DataValidationErrorException,
                                                     InvalidParameterException,
                                                     MissingParameterException,
                                                     OperationFailedException,
                                                     PermissionDeniedException,
                                                     DoesNotExistException,
                                                     UnsupportedActionException,
                                                     CircularRelationshipException,
                                                     ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test39AddCluSetsToCluSet_DuplicateCluSetId

public void test39AddCluSetsToCluSet_DuplicateCluSetId()
                                                throws ParseException,
                                                       AlreadyExistsException,
                                                       DataValidationErrorException,
                                                       InvalidParameterException,
                                                       MissingParameterException,
                                                       OperationFailedException,
                                                       PermissionDeniedException,
                                                       DoesNotExistException,
                                                       UnsupportedActionException,
                                                       CircularRelationshipException,
                                                       ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test40AddCluSetsToCluSet_CircularRelationshipException

public void test40AddCluSetsToCluSet_CircularRelationshipException()
                                                            throws ParseException,
                                                                   AlreadyExistsException,
                                                                   DataValidationErrorException,
                                                                   InvalidParameterException,
                                                                   MissingParameterException,
                                                                   OperationFailedException,
                                                                   PermissionDeniedException,
                                                                   DoesNotExistException,
                                                                   UnsupportedActionException,
                                                                   CircularRelationshipException,
                                                                   ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test41AddCluSetsToCluSet_NestedCircularRelationshipException

public void test41AddCluSetsToCluSet_NestedCircularRelationshipException()
                                                                  throws ParseException,
                                                                         AlreadyExistsException,
                                                                         DataValidationErrorException,
                                                                         InvalidParameterException,
                                                                         MissingParameterException,
                                                                         OperationFailedException,
                                                                         PermissionDeniedException,
                                                                         DoesNotExistException,
                                                                         UnsupportedActionException,
                                                                         CircularRelationshipException,
                                                                         ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test42CreateDynamicCluSet_Simple

public void test42CreateDynamicCluSet_Simple()
                                      throws ParseException,
                                             AlreadyExistsException,
                                             DataValidationErrorException,
                                             InvalidParameterException,
                                             MissingParameterException,
                                             OperationFailedException,
                                             PermissionDeniedException,
                                             DoesNotExistException,
                                             UnsupportedActionException,
                                             ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test43CreateDynamicCluSet

public void test43CreateDynamicCluSet()
                               throws ParseException,
                                      AlreadyExistsException,
                                      DataValidationErrorException,
                                      InvalidParameterException,
                                      MissingParameterException,
                                      OperationFailedException,
                                      PermissionDeniedException,
                                      DoesNotExistException,
                                      UnsupportedActionException,
                                      ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test44CreateCluSet_InvalidCluSet1

public void test44CreateCluSet_InvalidCluSet1()
                                       throws ParseException,
                                              AlreadyExistsException,
                                              DataValidationErrorException,
                                              InvalidParameterException,
                                              MissingParameterException,
                                              OperationFailedException,
                                              PermissionDeniedException,
                                              DoesNotExistException,
                                              UnsupportedActionException,
                                              ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test45CreateCluSet_InvalidCluSet2

public void test45CreateCluSet_InvalidCluSet2()
                                       throws ParseException,
                                              AlreadyExistsException,
                                              DataValidationErrorException,
                                              InvalidParameterException,
                                              MissingParameterException,
                                              OperationFailedException,
                                              PermissionDeniedException,
                                              DoesNotExistException,
                                              UnsupportedActionException,
                                              ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test46CreateCluSet_InvalidCluSet3

public void test46CreateCluSet_InvalidCluSet3()
                                       throws ParseException,
                                              AlreadyExistsException,
                                              DataValidationErrorException,
                                              InvalidParameterException,
                                              MissingParameterException,
                                              OperationFailedException,
                                              PermissionDeniedException,
                                              DoesNotExistException,
                                              UnsupportedActionException,
                                              ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test47GetDynamicCluSet

public void test47GetDynamicCluSet()
                            throws ParseException,
                                   AlreadyExistsException,
                                   DataValidationErrorException,
                                   InvalidParameterException,
                                   MissingParameterException,
                                   OperationFailedException,
                                   PermissionDeniedException,
                                   DoesNotExistException,
                                   UnsupportedActionException,
                                   ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test48GetDynamicCluSet_Simple

public void test48GetDynamicCluSet_Simple()
                                   throws ParseException,
                                          AlreadyExistsException,
                                          DataValidationErrorException,
                                          InvalidParameterException,
                                          MissingParameterException,
                                          OperationFailedException,
                                          PermissionDeniedException,
                                          DoesNotExistException,
                                          UnsupportedActionException,
                                          ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
ReadOnlyException

test49GetCluSetTreeView

public void test49GetCluSetTreeView()
                             throws DoesNotExistException,
                                    InvalidParameterException,
                                    MissingParameterException,
                                    OperationFailedException,
                                    PermissionDeniedException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException

test50GetCluSetTreeView_dynamicCluSet

public void test50GetCluSetTreeView_dynamicCluSet()
                                           throws ParseException,
                                                  AlreadyExistsException,
                                                  DataValidationErrorException,
                                                  InvalidParameterException,
                                                  MissingParameterException,
                                                  OperationFailedException,
                                                  PermissionDeniedException,
                                                  UnsupportedActionException,
                                                  DoesNotExistException,
                                                  ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
UnsupportedActionException
DoesNotExistException
ReadOnlyException

test51GetCluSetTreeView_invalidCluSet

public void test51GetCluSetTreeView_invalidCluSet()
                                           throws InvalidParameterException,
                                                  MissingParameterException,
                                                  OperationFailedException,
                                                  PermissionDeniedException
Throws:
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException

test52GetCluSetTreeView_nullCluSet

public void test52GetCluSetTreeView_nullCluSet()
                                        throws DoesNotExistException,
                                               InvalidParameterException,
                                               OperationFailedException,
                                               PermissionDeniedException
Throws:
DoesNotExistException
InvalidParameterException
OperationFailedException
PermissionDeniedException

test53UpdateDynamicCluSet

public void test53UpdateDynamicCluSet()
                               throws ParseException,
                                      AlreadyExistsException,
                                      DataValidationErrorException,
                                      InvalidParameterException,
                                      MissingParameterException,
                                      OperationFailedException,
                                      PermissionDeniedException,
                                      DoesNotExistException,
                                      VersionMismatchException,
                                      UnsupportedActionException,
                                      CircularRelationshipException,
                                      ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
VersionMismatchException
UnsupportedActionException
CircularRelationshipException
ReadOnlyException

test54UpdateCluSet_VersionMismatch

public void test54UpdateCluSet_VersionMismatch()
                                        throws ParseException,
                                               AlreadyExistsException,
                                               DataValidationErrorException,
                                               InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException,
                                               PermissionDeniedException,
                                               DoesNotExistException,
                                               UnsupportedActionException,
                                               VersionMismatchException,
                                               CircularRelationshipException,
                                               ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
VersionMismatchException
CircularRelationshipException
ReadOnlyException

test55UpdateCluSet_ClearCluSets

public void test55UpdateCluSet_ClearCluSets()
                                     throws ParseException,
                                            AlreadyExistsException,
                                            DataValidationErrorException,
                                            InvalidParameterException,
                                            MissingParameterException,
                                            OperationFailedException,
                                            PermissionDeniedException,
                                            DoesNotExistException,
                                            UnsupportedActionException,
                                            VersionMismatchException,
                                            CircularRelationshipException,
                                            ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
VersionMismatchException
CircularRelationshipException
ReadOnlyException

test56UpdateCluSet_AddCluSets

public void test56UpdateCluSet_AddCluSets()
                                   throws ParseException,
                                          AlreadyExistsException,
                                          DataValidationErrorException,
                                          InvalidParameterException,
                                          MissingParameterException,
                                          OperationFailedException,
                                          PermissionDeniedException,
                                          DoesNotExistException,
                                          UnsupportedActionException,
                                          VersionMismatchException,
                                          CircularRelationshipException,
                                          ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
VersionMismatchException
CircularRelationshipException
ReadOnlyException

test57UpdateCluSet_removeCluSets

public void test57UpdateCluSet_removeCluSets()
                                      throws ParseException,
                                             AlreadyExistsException,
                                             DataValidationErrorException,
                                             InvalidParameterException,
                                             MissingParameterException,
                                             OperationFailedException,
                                             PermissionDeniedException,
                                             DoesNotExistException,
                                             UnsupportedActionException,
                                             VersionMismatchException,
                                             CircularRelationshipException,
                                             ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
VersionMismatchException
CircularRelationshipException
ReadOnlyException

test58UpdateCluSet_ClearClus

public void test58UpdateCluSet_ClearClus()
                                  throws ParseException,
                                         AlreadyExistsException,
                                         DataValidationErrorException,
                                         InvalidParameterException,
                                         MissingParameterException,
                                         OperationFailedException,
                                         PermissionDeniedException,
                                         DoesNotExistException,
                                         UnsupportedActionException,
                                         VersionMismatchException,
                                         CircularRelationshipException,
                                         ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
VersionMismatchException
CircularRelationshipException
ReadOnlyException

test59UpdateCluSet_AddClu

public void test59UpdateCluSet_AddClu()
                               throws ParseException,
                                      AlreadyExistsException,
                                      DataValidationErrorException,
                                      InvalidParameterException,
                                      MissingParameterException,
                                      OperationFailedException,
                                      PermissionDeniedException,
                                      DoesNotExistException,
                                      UnsupportedActionException,
                                      VersionMismatchException,
                                      CircularRelationshipException,
                                      ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
VersionMismatchException
CircularRelationshipException
ReadOnlyException

test60UpdateCluSet_RemoveClu

public void test60UpdateCluSet_RemoveClu()
                                  throws ParseException,
                                         AlreadyExistsException,
                                         DataValidationErrorException,
                                         InvalidParameterException,
                                         MissingParameterException,
                                         OperationFailedException,
                                         PermissionDeniedException,
                                         DoesNotExistException,
                                         UnsupportedActionException,
                                         VersionMismatchException,
                                         CircularRelationshipException,
                                         ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
UnsupportedActionException
VersionMismatchException
CircularRelationshipException
ReadOnlyException

test61CreateCluResult

public void test61CreateCluResult()
                           throws AlreadyExistsException,
                                  DataValidationErrorException,
                                  InvalidParameterException,
                                  MissingParameterException,
                                  OperationFailedException,
                                  PermissionDeniedException,
                                  DoesNotExistException,
                                  ReadOnlyException
Throws:
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
ReadOnlyException

test62UpdateCluResult

public void test62UpdateCluResult()
                           throws AlreadyExistsException,
                                  DataValidationErrorException,
                                  InvalidParameterException,
                                  MissingParameterException,
                                  OperationFailedException,
                                  PermissionDeniedException,
                                  DoesNotExistException,
                                  VersionMismatchException,
                                  ReadOnlyException
Throws:
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
VersionMismatchException
ReadOnlyException

test63UpdateCluResult_RemoveAllCluResultOptions

public void test63UpdateCluResult_RemoveAllCluResultOptions()
                                                     throws AlreadyExistsException,
                                                            DataValidationErrorException,
                                                            InvalidParameterException,
                                                            MissingParameterException,
                                                            OperationFailedException,
                                                            PermissionDeniedException,
                                                            DoesNotExistException,
                                                            VersionMismatchException,
                                                            ReadOnlyException
Throws:
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
VersionMismatchException
ReadOnlyException

test64Versioning

public void test64Versioning()
                      throws ParseException,
                             AlreadyExistsException,
                             DataValidationErrorException,
                             DoesNotExistException,
                             InvalidParameterException,
                             MissingParameterException,
                             OperationFailedException,
                             PermissionDeniedException,
                             VersionMismatchException,
                             IllegalVersionSequencingException,
                             ReadOnlyException,
                             DependentObjectsExistException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
VersionMismatchException
IllegalVersionSequencingException
ReadOnlyException
DependentObjectsExistException

test65SearchForCluInCluSets

public void test65SearchForCluInCluSets()
                                 throws Exception
Throws:
Exception

test66SearchForCluInCluSets_EmptyResult

public void test66SearchForCluInCluSets_EmptyResult()
                                             throws Exception
Throws:
Exception

test67SearchForCluInCluRelations

public void test67SearchForCluInCluRelations()
                                      throws Exception
Throws:
Exception

test68SearchForCluInCluRelations_EmptyResult

public void test68SearchForCluInCluRelations_EmptyResult()
                                                  throws Exception
Throws:
Exception

test69CluPublicationCrud

public void test69CluPublicationCrud()
                              throws ParseException,
                                     AlreadyExistsException,
                                     DataValidationErrorException,
                                     InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException,
                                     DoesNotExistException,
                                     VersionMismatchException,
                                     ReadOnlyException
Throws:
ParseException
AlreadyExistsException
DataValidationErrorException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DoesNotExistException
VersionMismatchException
ReadOnlyException


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