Class CounterLocalServiceUtil
Object
com.liferay.counter.kernel.service.CounterLocalServiceUtil
Provides the local service utility for Counter. This utility wraps
com.liferay.counter.service.impl.CounterLocalServiceImpl
and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
getCurrentId
(String name) getNames()
static String
Returns the OSGi service identifier.static CounterLocalService
static long
static long
static long
static void
static void
static void
static void
setService
(CounterLocalService service)
-
Constructor Details
-
CounterLocalServiceUtil
public CounterLocalServiceUtil()
-
-
Method Details
-
getCurrentId
-
getNames
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
increment
public static long increment() -
increment
-
increment
-
rename
-
reset
-
reset
-
getService
-
setService
-