com.liferay.portlet.dynamicdatalists.util
Interface DDLExporter
- All Known Implementing Classes:
- BaseDDLExporter, DDLCSVExporter, DDLXMLExporter
public interface DDLExporter
Method Summary |
abstract byte[] |
export(long recordSetId)
|
abstract byte[] |
export(long recordSetId,
int status)
|
abstract byte[] |
export(long recordSetId,
int status,
int start,
int end)
|
abstract byte[] |
export(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract Locale |
getLocale()
|
abstract void |
setLocale(Locale locale)
|
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)