public class ListTypeServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.ListTypeServiceImpl and is an
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| Constructor and Description |
|---|
ListTypeServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ListType |
getListType(long listTypeId) |
static ListType |
getListType(java.lang.String name,
java.lang.String type) |
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 |
setService(ListTypeService service) |
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 ListType getListType(java.lang.String name, java.lang.String type)
public 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()
public static void setService(ListTypeService service)