Class ListTypeServiceUtil
Object
com.liferay.portal.kernel.service.ListTypeServiceUtil
Provides the remote service utility for ListType. This utility wraps
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.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListType
getListType
(long listTypeId) static ListType
getListType
(long companyId, String name, String type) static long
getListTypeId
(long companyId, String name, String type) getListTypes
(long companyId, String type) static String
Returns the OSGi service identifier.static ListTypeService
static void
setService
(ListTypeService service) static void
static void
-
Constructor Details
-
ListTypeServiceUtil
public ListTypeServiceUtil()
-
-
Method Details
-
getListType
- Throws:
PortalException
-
getListType
-
getListTypeId
-
getListTypes
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
validate
- Throws:
PortalException
-
validate
- Throws:
PortalException
-
getService
-
setService
-