Package | Description |
---|---|
com.liferay.counter.kernel.service.persistence |
This package defines the portal counter service persistence interfaces and utilities.
|
Modifier and Type | Method and Description |
---|---|
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.findByPrimaryKey(String name)
Returns 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.
|