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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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 |
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
ListTypeServiceUtil to access the list type remote service. Add custom service methods to com.liferay.portal.service.impl.ListTypeServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.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()