com.liferay.portlet.dynamicdatalists.util
Interface DDLExporter

All Known Implementing Classes:
BaseDDLExporter

public interface DDLExporter

Author:
Marcellus Tavares, Manuel de la Peña

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

Method Detail

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

getLocale

java.util.Locale getLocale()

setLocale

void setLocale(java.util.Locale locale)