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 |
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 loadAtp(String id, String name, String startDate, String endDate, String type, String state, String descrPlain) throws Exception
Exception
public void loadTerm(String id, String name, String startDate, String endDate, String type, String state, String descrPlain) throws Exception
id
- name
- startDate
- endDate
- type
- state
- descrPlain
- Exception
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.