public interface ExportUserToCSVHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExportUserToCSVHandler.ExportUsersToCSVContext
Context used to export users to CSV
|
| Modifier and Type | Method and Description |
|---|---|
void |
fillAttributes(ExportUserToCSVHandler.ExportUsersToCSVContext context,
User user)
With the given context and user, fills in the row buffer with values for the given user
|
void |
fillHeaders(ExportUserToCSVHandler.ExportUsersToCSVContext context)
With the given context, fills in the row buffer with the headers
|
void fillAttributes(ExportUserToCSVHandler.ExportUsersToCSVContext context, User user)
void fillHeaders(ExportUserToCSVHandler.ExportUsersToCSVContext context)