com.liferay.portlet.dynamicdatalists.util
Interface DDLExporter
- All Known Implementing Classes:
- BaseDDLExporter, DDLCSVExporter, DDLXMLExporter
public interface DDLExporter
export
byte[] export(long recordSetId)
throws Exception
- Throws:
Exception
export
byte[] export(long recordSetId,
int status)
throws Exception
- Throws:
Exception
export
byte[] export(long recordSetId,
int status,
int start,
int end)
throws Exception
- Throws:
Exception
export
byte[] export(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws Exception
- Throws:
Exception
getLocale
Locale getLocale()
setLocale
void setLocale(Locale locale)