public class CSVExport extends Object
| Constructor and Description |
|---|
CSVExport(List<SignupMeetingWrapper> meetingWrappers,
org.sakaiproject.signup.logic.SakaiFacade sakaiFacade) |
| Modifier and Type | Method and Description |
|---|---|
List<List<String>> |
getDataRows()
Generates the data rows for the CSV file
|
List<String> |
getHeaderRow()
Generates the header row for the CSV file
|
public CSVExport(List<SignupMeetingWrapper> meetingWrappers, org.sakaiproject.signup.logic.SakaiFacade sakaiFacade)
Copyright © 2007-2016 Sakai Project. All Rights Reserved.