Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.lar.MissingReference

Packages that use MissingReference
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.staging   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portal.staging   
 

Uses of MissingReference in com.liferay.portal.kernel.lar
 

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

Methods in com.liferay.portal.kernel.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.portal.kernel.lar with type arguments of type MissingReference
protected  void MissingReferences.add(Map<String,MissingReference> missingReferences, MissingReference missingReference)
           
 

Uses of MissingReference in com.liferay.portal.kernel.staging
 

Method parameters in com.liferay.portal.kernel.staging with type arguments of type MissingReference
 JSONArray Staging.getErrorMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
           
static JSONArray StagingUtil.getErrorMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
           
 JSONArray Staging.getWarningMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
           
static JSONArray StagingUtil.getWarningMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
           
 

Uses of MissingReference in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar that return MissingReference
protected  MissingReference ExportImportHelperImpl.validateMissingReference(PortletDataContext portletDataContext, Element element)
           
 

Uses of MissingReference in com.liferay.portal.staging
 

Method parameters in com.liferay.portal.staging with type arguments of type MissingReference
 JSONArray StagingImpl.getErrorMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
           
 JSONArray StagingImpl.getWarningMessagesJSONArray(Locale locale, Map<String,MissingReference> missingReferences, Map<String,Serializable> contextMap)
           
 


Liferay 6.2-ce-ga5