Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.util
Interface DDLExporter

All Known Implementing Classes:
BaseDDLExporter, DDLCSVExporter, DDLXMLExporter

public interface DDLExporter


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)
           
 Locale getLocale()
           
 void setLocale(Locale locale)
           
 

Method Detail

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)

Liferay 6.1.2-ce-ga3