com.liferay.portlet.dynamicdatalists.util
Interface DDLExporter
- All Known Implementing Classes:
- BaseDDLExporter
public interface DDLExporter
- Author:
- Marcellus Tavares
|
Method Summary |
byte[] |
export(long recordSetId)
|
byte[] |
export(long recordSetId,
int status)
|
byte[] |
export(long recordSetId,
int status,
int start,
int end)
|
byte[] |
export(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
export
byte[] export(long recordSetId)
throws java.lang.Exception
- Throws:
java.lang.Exception
export
byte[] export(long recordSetId,
int status)
throws java.lang.Exception
- Throws:
java.lang.Exception
export
byte[] export(long recordSetId,
int status,
int start,
int end)
throws java.lang.Exception
- Throws:
java.lang.Exception
export
byte[] export(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws java.lang.Exception
- Throws:
java.lang.Exception