Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.counter.NoSuchCounterException

Packages that use NoSuchCounterException
com.liferay.counter.service.persistence This package defines the portal counter service persistence interfaces and utilities. 
 

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

Methods in com.liferay.counter.service.persistence that throw NoSuchCounterException
 Counter CounterPersistence.findByPrimaryKey(String name)
          Returns the counter with the primary key or throws a NoSuchCounterException if it could not be found.
static Counter CounterUtil.findByPrimaryKey(String name)
          Returns the counter with the primary key or throws a NoSuchCounterException if it could not be found.
 Counter CounterPersistenceImpl.findByPrimaryKey(String name)
          Returns the counter with the primary key or throws a NoSuchCounterException if it could not be found.
 Counter CounterPersistenceImpl.remove(Serializable primaryKey)
          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.
static Counter CounterUtil.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.1.2-ce-ga3