Uses of Class
com.liferay.exportimport.kernel.lar.MissingReference
Packages that use MissingReference
-
Uses of MissingReference in com.liferay.exportimport.kernel.lar
Methods in com.liferay.exportimport.kernel.lar that return types with arguments of type MissingReferenceModifier and TypeMethodDescriptionMissingReferences.getDependencyMissingReferences()
MissingReferences.getWeakMissingReferences()
Methods in com.liferay.exportimport.kernel.lar with parameters of type MissingReferenceModifier and TypeMethodDescriptionvoid
MissingReferences.add
(MissingReference missingReference) protected void
MissingReferences.add
(Map<String, MissingReference> missingReferences, MissingReference missingReference) Method parameters in com.liferay.exportimport.kernel.lar with type arguments of type MissingReferenceModifier and TypeMethodDescriptionprotected void
MissingReferences.add
(Map<String, MissingReference> missingReferences, MissingReference missingReference) -
Uses of MissingReference in com.liferay.exportimport.kernel.staging
Method parameters in com.liferay.exportimport.kernel.staging with type arguments of type MissingReferenceModifier and TypeMethodDescriptionStaging.getErrorMessagesJSONArray
(Locale locale, Map<String, MissingReference> missingReferences) static JSONArray
StagingUtil.getErrorMessagesJSONArray
(Locale locale, Map<String, MissingReference> missingReferences) Staging.getWarningMessagesJSONArray
(Locale locale, Map<String, MissingReference> missingReferences) static JSONArray
StagingUtil.getWarningMessagesJSONArray
(Locale locale, Map<String, MissingReference> missingReferences)