|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CounterPersistence | |
---|---|
com.liferay.counter.service.base | |
com.liferay.counter.service.persistence |
Uses of CounterPersistence in com.liferay.counter.service.base |
---|
Fields in com.liferay.counter.service.base declared as CounterPersistence | |
---|---|
protected CounterPersistence |
CounterLocalServiceBaseImpl.counterPersistence
|
Methods in com.liferay.counter.service.base that return CounterPersistence | |
---|---|
CounterPersistence |
CounterLocalServiceBaseImpl.getCounterPersistence()
Gets the counter persistence. |
Methods in com.liferay.counter.service.base with parameters of type CounterPersistence | |
---|---|
void |
CounterLocalServiceBaseImpl.setCounterPersistence(CounterPersistence counterPersistence)
Sets the counter persistence. |
Uses of CounterPersistence in com.liferay.counter.service.persistence |
---|
Classes in com.liferay.counter.service.persistence that implement CounterPersistence | |
---|---|
class |
CounterPersistenceImpl
The persistence implementation for the counter service. |
Fields in com.liferay.counter.service.persistence declared as CounterPersistence | |
---|---|
protected CounterPersistence |
CounterPersistenceImpl.counterPersistence
|
Methods in com.liferay.counter.service.persistence that return CounterPersistence | |
---|---|
static CounterPersistence |
CounterUtil.getPersistence()
|
Methods in com.liferay.counter.service.persistence with parameters of type CounterPersistence | |
---|---|
void |
CounterUtil.setPersistence(CounterPersistence persistence)
|
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |