DDMFormInstanceRecordExporter@Deprecated
public interface DDMFormExporter
| Modifier and Type | Method and Description |
|---|---|
byte[] |
export(long formInstanceId)
Deprecated.
|
byte[] |
export(long formInstanceId,
int status)
Deprecated.
|
byte[] |
export(long formInstanceId,
int status,
int start,
int end)
Deprecated.
|
byte[] |
export(long formInstanceId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator)
Deprecated.
|
java.lang.String |
getFormat()
Deprecated.
|
default java.lang.String |
getLabel()
Deprecated.
|
java.util.Locale |
getLocale()
Deprecated.
|
void |
setLocale(java.util.Locale locale)
Deprecated.
|
byte[] export(long formInstanceId)
throws java.lang.Exception
java.lang.Exceptionbyte[] export(long formInstanceId,
int status)
throws java.lang.Exception
java.lang.Exceptionbyte[] export(long formInstanceId,
int status,
int start,
int end)
throws java.lang.Exception
java.lang.Exceptionbyte[] export(long formInstanceId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator)
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getFormat()
default java.lang.String getLabel()
java.util.Locale getLocale()
void setLocale(java.util.Locale locale)