Liferay 6.0.4

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

Packages that use Counter
com.liferay.counter.model   
com.liferay.counter.model.impl   
com.liferay.counter.service   
com.liferay.counter.service.base   
com.liferay.counter.service.persistence   
 

Uses of Counter in com.liferay.counter.model
 

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

Methods in com.liferay.counter.model that return Counter
 Counter CounterWrapper.getWrappedCounter()
           
 Counter CounterWrapper.toEscapedModel()
           
 Counter CounterModel.toEscapedModel()
          Gets a copy of this counter as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.counter.model with parameters of type Counter
 int CounterWrapper.compareTo(Counter counter)
           
 int CounterModel.compareTo(Counter counter)
           
 

Constructors in com.liferay.counter.model with parameters of type Counter
CounterWrapper(Counter counter)
           
 

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

Classes in com.liferay.counter.model.impl that implement Counter
 class CounterImpl
           
 

Methods in com.liferay.counter.model.impl that return Counter
 Counter CounterModelImpl.toEscapedModel()
           
 

Methods in com.liferay.counter.model.impl with parameters of type Counter
 int CounterModelImpl.compareTo(Counter counter)
           
 

Uses of Counter in com.liferay.counter.service
 

Methods in com.liferay.counter.service that return Counter
 Counter CounterLocalServiceWrapper.addCounter(Counter counter)
           
static Counter CounterLocalServiceUtil.addCounter(Counter counter)
           
 Counter CounterLocalService.addCounter(Counter counter)
           
 Counter CounterLocalServiceWrapper.createCounter(String name)
           
static Counter CounterLocalServiceUtil.createCounter(String name)
           
 Counter CounterLocalService.createCounter(String name)
           
 Counter CounterLocalServiceWrapper.getCounter(String name)
           
static Counter CounterLocalServiceUtil.getCounter(String name)
           
 Counter CounterLocalService.getCounter(String name)
           
 Counter CounterLocalServiceWrapper.updateCounter(Counter counter)
           
static Counter CounterLocalServiceUtil.updateCounter(Counter counter)
           
 Counter CounterLocalService.updateCounter(Counter counter)
           
 Counter CounterLocalServiceWrapper.updateCounter(Counter counter, boolean merge)
           
static Counter CounterLocalServiceUtil.updateCounter(Counter counter, boolean merge)
           
 Counter CounterLocalService.updateCounter(Counter counter, boolean merge)
           
 

Methods in com.liferay.counter.service that return types with arguments of type Counter
 List<Counter> CounterLocalServiceWrapper.getCounters(int start, int end)
           
static List<Counter> CounterLocalServiceUtil.getCounters(int start, int end)
           
 List<Counter> CounterLocalService.getCounters(int start, int end)
           
 

Methods in com.liferay.counter.service with parameters of type Counter
 Counter CounterLocalServiceWrapper.addCounter(Counter counter)
           
static Counter CounterLocalServiceUtil.addCounter(Counter counter)
           
 Counter CounterLocalService.addCounter(Counter counter)
           
 void CounterLocalServiceWrapper.deleteCounter(Counter counter)
           
static void CounterLocalServiceUtil.deleteCounter(Counter counter)
           
 void CounterLocalService.deleteCounter(Counter counter)
           
 Counter CounterLocalServiceWrapper.updateCounter(Counter counter)
           
static Counter CounterLocalServiceUtil.updateCounter(Counter counter)
           
 Counter CounterLocalService.updateCounter(Counter counter)
           
 Counter CounterLocalServiceWrapper.updateCounter(Counter counter, boolean merge)
           
static Counter CounterLocalServiceUtil.updateCounter(Counter counter, boolean merge)
           
 Counter CounterLocalService.updateCounter(Counter counter, boolean merge)
           
 

Uses of Counter in com.liferay.counter.service.base
 

Methods in com.liferay.counter.service.base that return Counter
 Counter CounterLocalServiceBaseImpl.addCounter(Counter counter)
           
 Counter CounterLocalServiceBaseImpl.createCounter(String name)
           
 Counter CounterLocalServiceBaseImpl.getCounter(String name)
           
 Counter CounterLocalServiceBaseImpl.updateCounter(Counter counter)
           
 Counter CounterLocalServiceBaseImpl.updateCounter(Counter counter, boolean merge)
           
 

Methods in com.liferay.counter.service.base that return types with arguments of type Counter
 List<Counter> CounterLocalServiceBaseImpl.getCounters(int start, int end)
           
 

Methods in com.liferay.counter.service.base with parameters of type Counter
 Counter CounterLocalServiceBaseImpl.addCounter(Counter counter)
           
 void CounterLocalServiceBaseImpl.deleteCounter(Counter counter)
           
 Counter CounterLocalServiceBaseImpl.updateCounter(Counter counter)
           
 Counter CounterLocalServiceBaseImpl.updateCounter(Counter counter, boolean merge)
           
 

Uses of Counter in com.liferay.counter.service.persistence
 

Methods in com.liferay.counter.service.persistence that return Counter
static Counter CounterUtil.create(String name)
          Creates a new counter with the primary key.
 Counter CounterPersistence.create(String name)
          Creates a new counter with the primary key.
 Counter CounterPersistenceImpl.create(String name)
          Creates a new counter with the primary key.
 Counter CounterPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the counter with the primary key or returns null if it could not be found.
static Counter CounterUtil.fetchByPrimaryKey(String name)
          Finds the counter with the primary key or returns null if it could not be found.
 Counter CounterPersistence.fetchByPrimaryKey(String name)
          Finds the counter with the primary key or returns null if it could not be found.
 Counter CounterPersistenceImpl.fetchByPrimaryKey(String name)
          Finds the counter with the primary key or returns null if it could not be found.
 Counter CounterPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the counter with the primary key or throws a NoSuchModelException if it could not be found.
static Counter CounterUtil.findByPrimaryKey(String name)
          Finds the counter with the primary key or throws a NoSuchCounterException if it could not be found.
 Counter CounterPersistence.findByPrimaryKey(String name)
          Finds the counter with the primary key or throws a NoSuchCounterException if it could not be found.
 Counter CounterPersistenceImpl.findByPrimaryKey(String name)
          Finds the counter with the primary key or throws a NoSuchCounterException if it could not be found.
static Counter CounterUtil.remove(Counter counter)
           
 Counter CounterPersistenceImpl.remove(Serializable primaryKey)
          Removes the counter with the primary key from the database.
static Counter CounterUtil.remove(String name)
          Removes the counter with the primary key from the database.
 Counter CounterPersistence.remove(String name)
          Removes the counter with the primary key from the database.
 Counter CounterPersistenceImpl.remove(String name)
          Removes the counter with the primary key from the database.
protected  Counter CounterPersistenceImpl.removeImpl(Counter counter)
           
protected  Counter CounterPersistenceImpl.toUnwrappedModel(Counter counter)
           
static Counter CounterUtil.update(Counter counter, boolean merge)
           
static Counter CounterUtil.update(Counter counter, boolean merge, ServiceContext serviceContext)
           
static Counter CounterUtil.updateImpl(Counter counter, boolean merge)
           
 Counter CounterPersistence.updateImpl(Counter counter, boolean merge)
           
 Counter CounterPersistenceImpl.updateImpl(Counter counter, boolean merge)
           
 

Methods in com.liferay.counter.service.persistence that return types with arguments of type Counter
static List<Counter> CounterUtil.findAll()
          Finds all the counters.
 List<Counter> CounterPersistence.findAll()
          Finds all the counters.
 List<Counter> CounterPersistenceImpl.findAll()
          Finds all the counters.
static List<Counter> CounterUtil.findAll(int start, int end)
          Finds a range of all the counters.
 List<Counter> CounterPersistence.findAll(int start, int end)
          Finds a range of all the counters.
 List<Counter> CounterPersistenceImpl.findAll(int start, int end)
          Finds a range of all the counters.
static List<Counter> CounterUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the counters.
 List<Counter> CounterPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the counters.
 List<Counter> CounterPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the counters.
static List<Counter> CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Counter> CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Counter> CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.counter.service.persistence with parameters of type Counter
static void CounterUtil.cacheResult(Counter counter)
          Caches the counter in the entity cache if it is enabled.
 void CounterPersistence.cacheResult(Counter counter)
          Caches the counter in the entity cache if it is enabled.
 void CounterPersistenceImpl.cacheResult(Counter counter)
          Caches the counter in the entity cache if it is enabled.
static void CounterUtil.clearCache(Counter counter)
           
 void CounterPersistenceImpl.clearCache(Counter counter)
          Clears the cache for the counter.
static Counter CounterUtil.remove(Counter counter)
           
protected  Counter CounterPersistenceImpl.removeImpl(Counter counter)
           
protected  Counter CounterPersistenceImpl.toUnwrappedModel(Counter counter)
           
static Counter CounterUtil.update(Counter counter, boolean merge)
           
static Counter CounterUtil.update(Counter counter, boolean merge, ServiceContext serviceContext)
           
static Counter CounterUtil.updateImpl(Counter counter, boolean merge)
           
 Counter CounterPersistence.updateImpl(Counter counter, boolean merge)
           
 Counter CounterPersistenceImpl.updateImpl(Counter counter, boolean merge)
           
 

Method parameters in com.liferay.counter.service.persistence with type arguments of type Counter
static void CounterUtil.cacheResult(List<Counter> counters)
          Caches the counters in the entity cache if it is enabled.
 void CounterPersistence.cacheResult(List<Counter> counters)
          Caches the counters in the entity cache if it is enabled.
 void CounterPersistenceImpl.cacheResult(List<Counter> counters)
          Caches the counters in the entity cache if it is enabled.
 


Liferay 6.0.4