@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,
ListTypeServiceBaseImpl,
com.liferay.portal.service.impl.ListTypeServiceImpl| Constructor and Description |
|---|
ListTypeServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static ListType |
getListType(int listTypeId) |
static java.util.List<ListType> |
getListTypes(java.lang.String type) |
static ListTypeService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(ListTypeService service)
Deprecated.
As of 6.2.0
|
static void |
validate(int listTypeId,
long classNameId,
java.lang.String type) |
static void |
validate(int listTypeId,
java.lang.String type) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static ListType getListType(int listTypeId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static java.util.List<ListType> getListTypes(java.lang.String type) throws SystemException
SystemExceptionpublic static void validate(int listTypeId,
long classNameId,
java.lang.String type)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void validate(int listTypeId,
java.lang.String type)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static ListTypeService getService()
public void setService(ListTypeService service)