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 TypeMethodDescriptionvoidMissingReferences.add(MissingReference missingReference) protected voidMissingReferences.add(Map<String, MissingReference> missingReferences, MissingReference missingReference) Method parameters in com.liferay.exportimport.kernel.lar with type arguments of type MissingReferenceModifier and TypeMethodDescriptionprotected voidMissingReferences.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 JSONArrayStagingUtil.getErrorMessagesJSONArray(Locale locale, Map<String, MissingReference> missingReferences) Staging.getWarningMessagesJSONArray(Locale locale, Map<String, MissingReference> missingReferences) static JSONArrayStagingUtil.getWarningMessagesJSONArray(Locale locale, Map<String, MissingReference> missingReferences)