com.liferay.portal.service
Interface ListTypeService
- All Superinterfaces:
- BaseService
- All Known Implementing Classes:
- ListTypeServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ListTypeService- extends BaseService
Provides the remote service interface for ListType. 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:
ListTypeServiceUtil,
ListTypeServiceBaseImpl,
com.liferay.portal.service.impl.ListTypeServiceImpl
getListType
@Transactional(propagation=SUPPORTS,
readOnly=true)
ListType getListType(long listTypeId)
throws PortalException
- Throws:
PortalException
getListTypes
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<ListType> getListTypes(String type)
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Returns:
- the OSGi service identifier
validate
void validate(long listTypeId,
long classNameId,
String type)
throws PortalException
- Throws:
PortalException
validate
void validate(long listTypeId,
String type)
throws PortalException
- Throws:
PortalException