Liferay 7.0-ce-m3

Uses of Class
com.liferay.portal.kernel.util.LongWrapper

Packages that use LongWrapper
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
 

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

Methods in com.liferay.portal.kernel.lar that return types with arguments of type LongWrapper
 Map<String,LongWrapper> ManifestSummary.getModelAdditionCounters()
           
 Map<String,LongWrapper> ManifestSummary.getModelDeletionCounters()
           
 

Uses of LongWrapper in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util with parameters of type LongWrapper
 int LongWrapper.compareTo(LongWrapper longWrapper)
           
 

Uses of LongWrapper in com.liferay.portal.lar
 

Method parameters in com.liferay.portal.lar with type arguments of type LongWrapper
protected  void BasePortletDataHandlerTestCase.checkManifestSummary(Map<String,LongWrapper> expectedModelAdditionCounters)
           
 


Liferay 7.0-ce-m3