public class OutputData extends Object implements Mergeable<OutputData>, Serializable
| Constructor and Description |
|---|
OutputData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addData(String outputKey,
String webKey,
StringBundler sb)
Deprecated.
As of Judson (7.1.x), replaced by
addDataSB(String,
String, StringBundler) |
void |
addDataSB(String outputKey,
String webKey,
com.liferay.petra.string.StringBundler sb) |
boolean |
addOutputKey(String outputKey) |
StringBundler |
getData(String outputKey,
String webKey)
Deprecated.
As of Judson (7.1.x), replaced by
getDataSB(String,
String) |
com.liferay.petra.string.StringBundler |
getDataSB(String outputKey,
String webKey) |
StringBundler |
getMergedData(String webKey)
Deprecated.
As of Judson (7.1.x), replaced by
getMergedDataSB(String) |
com.liferay.petra.string.StringBundler |
getMergedDataSB(String webKey) |
Set<String> |
getOutputKeys() |
OutputData |
merge(OutputData outputData) |
void |
setData(String outputKey,
String webKey,
StringBundler sb)
Deprecated.
As of Judson (7.1.x), replaced by
setDataSB(String,
String, StringBundler) |
void |
setDataSB(String outputKey,
String webKey,
com.liferay.petra.string.StringBundler sb) |
OutputData |
split() |
@Deprecated
public void addData(String outputKey,
String webKey,
StringBundler sb)
addDataSB(String,
String, StringBundler)public void addDataSB(String outputKey,
String webKey,
com.liferay.petra.string.StringBundler sb)
public boolean addOutputKey(String outputKey)
@Deprecated public StringBundler getData(String outputKey, String webKey)
getDataSB(String,
String)public com.liferay.petra.string.StringBundler getDataSB(String outputKey,
String webKey)
@Deprecated public StringBundler getMergedData(String webKey)
getMergedDataSB(String)public com.liferay.petra.string.StringBundler getMergedDataSB(String webKey)
public Set<String> getOutputKeys()
public OutputData merge(OutputData outputData)
merge in interface Mergeable<OutputData>@Deprecated
public void setData(String outputKey,
String webKey,
StringBundler sb)
setDataSB(String,
String, StringBundler)public void setDataSB(String outputKey,
String webKey,
com.liferay.petra.string.StringBundler sb)
public OutputData split()
split in interface Mergeable<OutputData>