com.liferay.portal.service
Interface ClassNameService
- All Known Implementing Classes:
- ClassNameServiceBaseImpl, ClassNameServiceImpl, ClassNameServiceWrapper
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ClassNameService
The interface for the class name remote service.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- See Also:
ClassNameServiceUtil
,
ClassNameServiceBaseImpl
,
ClassNameServiceImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
getClassName
@Transactional(propagation=SUPPORTS,
readOnly=true)
ClassName getClassName(long classNameId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getClassName
@Transactional(propagation=SUPPORTS,
readOnly=true)
ClassName getClassName(String value)
throws SystemException
- Throws:
SystemException
getClassNameId
@Transactional(propagation=SUPPORTS,
readOnly=true)
long getClassNameId(Class<?> clazz)
getClassNameId
@Transactional(propagation=SUPPORTS,
readOnly=true)
long getClassNameId(String value)