public class ListTypeServiceUtil
extends 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(String name,
String type) |
static List<ListType> |
getListTypes(String type) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ListTypeService |
getService() |
static void |
validate(long listTypeId,
long classNameId,
String type) |
static void |
validate(long listTypeId,
String type) |
public static ListType getListType(long listTypeId) throws PortalException
PortalExceptionpublic static ListType getListType(String name, String type)
public static List<ListType> getListTypes(String type)
public static String getOSGiServiceIdentifier()
public static void validate(long listTypeId,
long classNameId,
String type)
throws PortalException
PortalExceptionpublic static void validate(long listTypeId,
String type)
throws PortalException
PortalExceptionpublic static ListTypeService getService()