@ProviderType
public class ListTypeServiceUtil
extends Object
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,
ListTypeServiceBaseImpl,
ListTypeServiceImpl| Constructor and Description |
|---|
ListTypeServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ListType |
getListType(long listTypeId) |
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 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()