@ProviderType
public class ListTypeServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.ListTypeServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.ListTypeService,
com.liferay.portal.service.base.ListTypeServiceBaseImpl,
com.liferay.portal.service.impl.ListTypeServiceImpl| Constructor and Description |
|---|
ListTypeServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ListType |
getListType(long listTypeId) |
static java.util.List<ListType> |
getListTypes(java.lang.String type) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ListTypeService |
getService() |
static void |
validate(long listTypeId,
long classNameId,
java.lang.String type) |
static void |
validate(long listTypeId,
java.lang.String type) |
public static ListType getListType(long listTypeId) throws PortalException
PortalExceptionpublic static java.util.List<ListType> getListTypes(java.lang.String type)
public static java.lang.String getOSGiServiceIdentifier()
public static void validate(long listTypeId,
long classNameId,
java.lang.String type)
throws PortalException
PortalExceptionpublic static void validate(long listTypeId,
java.lang.String type)
throws PortalException
PortalExceptionpublic static ListTypeService getService()