|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |