Liferay 6.0.5

Uses of Class
com.liferay.counter.NoSuchCounterException

Packages that use NoSuchCounterException
com.liferay.counter.service.persistence   
 

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

Methods in com.liferay.counter.service.persistence that throw NoSuchCounterException
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(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.
 


Liferay 6.0.5