public class CounterLocalServiceImpl extends CounterLocalServiceBaseImpl implements com.liferay.counter.service.CounterLocalService
counterFinder, counterLocalService, counterPersistence, persistedModelLocalServiceRegistry, resourceLocalService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
CounterLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getNames() |
long |
increment() |
long |
increment(java.lang.String name) |
long |
increment(java.lang.String name,
int size) |
void |
rename(java.lang.String oldName,
java.lang.String newName) |
void |
reset(java.lang.String name) |
void |
reset(java.lang.String name,
long size) |
addCounter, afterPropertiesSet, createCounter, deleteCounter, deleteCounter, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchCounter, getBeanIdentifier, getCounter, getCounterFinder, getCounterLocalService, getCounterPersistence, getCounters, getCountersCount, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterFinder, setCounterLocalService, setCounterPersistence, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateCountergetClassLoader, getLayoutURL, getLayoutURLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCounter, createCounter, deleteCounter, deleteCounter, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchCounter, getBeanIdentifier, getCounter, getCounters, getCountersCount, getPersistedModel, setBeanIdentifier, updateCounterpublic java.util.List<java.lang.String> getNames()
throws com.liferay.portal.kernel.exception.SystemException
getNames in interface com.liferay.counter.service.CounterLocalServicecom.liferay.portal.kernel.exception.SystemException@Transactional(isolation=COUNTER,
propagation=REQUIRES_NEW)
public long increment()
throws com.liferay.portal.kernel.exception.SystemException
increment in interface com.liferay.counter.service.CounterLocalServicecom.liferay.portal.kernel.exception.SystemException@Transactional(isolation=COUNTER,
propagation=REQUIRES_NEW)
public long increment(java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
increment in interface com.liferay.counter.service.CounterLocalServicecom.liferay.portal.kernel.exception.SystemException@Transactional(isolation=COUNTER,
propagation=REQUIRES_NEW)
public long increment(java.lang.String name,
int size)
throws com.liferay.portal.kernel.exception.SystemException
increment in interface com.liferay.counter.service.CounterLocalServicecom.liferay.portal.kernel.exception.SystemException@Transactional(isolation=COUNTER,
propagation=REQUIRES_NEW)
public void rename(java.lang.String oldName,
java.lang.String newName)
throws com.liferay.portal.kernel.exception.SystemException
rename in interface com.liferay.counter.service.CounterLocalServicecom.liferay.portal.kernel.exception.SystemException@Transactional(isolation=COUNTER,
propagation=REQUIRES_NEW)
public void reset(java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
reset in interface com.liferay.counter.service.CounterLocalServicecom.liferay.portal.kernel.exception.SystemException@Transactional(isolation=COUNTER,
propagation=REQUIRES_NEW)
public void reset(java.lang.String name,
long size)
throws com.liferay.portal.kernel.exception.SystemException
reset in interface com.liferay.counter.service.CounterLocalServicecom.liferay.portal.kernel.exception.SystemException