@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ListTypeService extends BaseService
ListTypeServiceUtil,
com.liferay.portal.service.base.ListTypeServiceBaseImpl,
com.liferay.portal.service.impl.ListTypeServiceImpl| Modifier and Type | Method and Description |
|---|---|
ListType |
getListType(long listTypeId) |
java.util.List<ListType> |
getListTypes(java.lang.String type) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
validate(long listTypeId,
long classNameId,
java.lang.String type) |
void |
validate(long listTypeId,
java.lang.String type) |
@Transactional(propagation=SUPPORTS, readOnly=true) ListType getListType(long listTypeId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<ListType> getListTypes(java.lang.String type)
java.lang.String getOSGiServiceIdentifier()
void validate(long listTypeId,
long classNameId,
java.lang.String type)
throws PortalException
PortalExceptionvoid validate(long listTypeId,
java.lang.String type)
throws PortalException
PortalException