@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ClassNameService extends BaseService
ClassNameServiceUtil| Modifier and Type | Method and Description |
|---|---|
ClassName |
fetchByClassNameId(long classNameId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
ClassName |
fetchClassName(java.lang.String value) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
@Transactional(propagation=SUPPORTS, readOnly=true) ClassName fetchByClassNameId(long classNameId)
ClassNameServiceUtil to access the class name remote service. Add custom service methods to com.liferay.portal.service.impl.ClassNameServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.@Transactional(propagation=SUPPORTS, readOnly=true) ClassName fetchClassName(java.lang.String value)
java.lang.String getOSGiServiceIdentifier()