com.liferay.portal.service
Interface ListTypeService
- All Known Implementing Classes:
- ListTypeServiceBaseImpl, ListTypeServiceImpl, ListTypeServiceWrapper
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ListTypeService
The interface for the list type 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:
ListTypeServiceUtil
,
ListTypeServiceBaseImpl
,
ListTypeServiceImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
getListType
@Transactional(propagation=SUPPORTS,
readOnly=true)
ListType getListType(int listTypeId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getListTypes
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<ListType> getListTypes(String type)
throws SystemException
- Throws:
SystemException
validate
void validate(int listTypeId,
long classNameId,
String type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
validate
void validate(int listTypeId,
String type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException