Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.exportimport.lar.MissingReference

Packages that use MissingReference
com.liferay.portlet.exportimport.lar   
com.liferay.portlet.exportimport.staging   
 

Uses of MissingReference in com.liferay.portlet.exportimport.lar
 

Methods in com.liferay.portlet.exportimport.lar that return types with arguments of type MissingReference
 Map<String,MissingReference> MissingReferences.getDependencyMissingReferences()
           
 Map<String,MissingReference> MissingReferences.getWeakMissingReferences()
           
 

Methods in com.liferay.portlet.exportimport.lar with parameters of type MissingReference
protected  void MissingReferences.add(Map<String,MissingReference> missingReferences, MissingReference missingReference)
           
 void MissingReferences.add(MissingReference missingReference)
           
 

Method parameters in com.liferay.portlet.exportimport.lar with type arguments of type MissingReference
protected  void MissingReferences.add(Map<String,MissingReference> missingReferences, MissingReference missingReference)
           
 

Uses of MissingReference in com.liferay.portlet.exportimport.staging
 

Method parameters in com.liferay.portlet.exportimport.staging with type arguments of type MissingReference
 JSONArray Staging.getErrorMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences)
           
static JSONArray StagingUtil.getErrorMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences)
           
 JSONArray Staging.getErrorMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
          Deprecated. As of 7.0.0, replaced by #getErrorMessagesJSONArray(Locale, Map)
static JSONArray StagingUtil.getErrorMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
          Deprecated. As of 7.0.0, replaced by #getErrorMessagesJSONArray(Locale, Map)
 JSONArray Staging.getWarningMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences)
           
static JSONArray StagingUtil.getWarningMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences)
           
 JSONArray Staging.getWarningMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
          Deprecated. As of 7.0.0, replaced by #getWarningMessagesJSONArray(Locale, Map)
static JSONArray StagingUtil.getWarningMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
          Deprecated. As of 7.0.0, replaced by #getWarningMessagesJSONArray(Locale, Map)
 


Liferay 7.0-ce-b4