public class AcalTestDataLoader extends Object
Constructor and Description |
---|
AcalTestDataLoader(AtpService atpService) |
Modifier and Type | Method and Description |
---|---|
AtpService |
getAtpService() |
void |
loadAtp(String id,
String name,
String startDate,
String endDate,
String type,
String state,
String descrPlain) |
void |
loadData() |
void |
loadDataOneRecord() |
void |
loadTerm(String id,
String name,
String startDate,
String endDate,
String type,
String state,
String descrPlain)
Load terms separately from other ATPs because of ATP code calculation
|
void |
setAtpService(AtpService atpService) |
public AcalTestDataLoader(AtpService atpService)
public AtpService getAtpService()
public void setAtpService(AtpService atpService)
public void loadData() throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DataValidationErrorException, ReadOnlyException, VersionMismatchException, AlreadyExistsException
public void loadAtp(String id, String name, String startDate, String endDate, String type, String state, String descrPlain) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DataValidationErrorException, ReadOnlyException
public void loadTerm(String id, String name, String startDate, String endDate, String type, String state, String descrPlain) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DataValidationErrorException, ReadOnlyException
id
- name
- startDate
- endDate
- type
- state
- descrPlain
- DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
DataValidationErrorException
ReadOnlyException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.