Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.counter.model.CounterModel

Packages that use CounterModel
com.liferay.counter.model This package defines the portal counter model interfaces, classes, and wrappers. 
com.liferay.counter.model.impl   
com.liferay.portal.tools.samplesqlbuilder   
 

Uses of CounterModel in com.liferay.counter.model
 

Subinterfaces of CounterModel in com.liferay.counter.model
 interface Counter
          The extended model interface for the Counter service.
 

Classes in com.liferay.counter.model that implement CounterModel
 class CounterWrapper
           This class is a wrapper for Counter.
 

Uses of CounterModel in com.liferay.counter.model.impl
 

Classes in com.liferay.counter.model.impl that implement CounterModel
 class CounterBaseImpl
          The extended model base implementation for the Counter service.
 class CounterImpl
           
 class CounterModelImpl
          The base model implementation for the Counter service.
 

Uses of CounterModel in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return types with arguments of type CounterModel
 List<CounterModel> DataFactory.newCounterModels()
           
 


Liferay 6.2-ce-ga5