Class JSONTranslatorPacket
java.lang.Object
com.liferay.translation.translator.JSONTranslatorPacket
- All Implemented Interfaces:
TranslatorPacket
-
Constructor Summary
ConstructorsConstructorDescriptionJSONTranslatorPacket(long companyId, com.liferay.portal.kernel.json.JSONObject jsonObject) JSONTranslatorPacket(com.liferay.portal.kernel.json.JSONObject jsonObject) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Constructor Details
-
JSONTranslatorPacket
Deprecated.As of Cavanaugh (7.4.x), replaced byJSONTranslatorPacket(long, JSONObject) -
JSONTranslatorPacket
public JSONTranslatorPacket(long companyId, com.liferay.portal.kernel.json.JSONObject jsonObject)
-
-
Method Details
-
getCompanyId
public long getCompanyId()- Specified by:
getCompanyIdin interfaceTranslatorPacket
-
getFieldsMap
- Specified by:
getFieldsMapin interfaceTranslatorPacket
-
getHTMLMap
- Specified by:
getHTMLMapin interfaceTranslatorPacket
-
getSourceLanguageId
- Specified by:
getSourceLanguageIdin interfaceTranslatorPacket
-
getTargetLanguageId
- Specified by:
getTargetLanguageIdin interfaceTranslatorPacket
-
JSONTranslatorPacket(long, JSONObject)