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 ListTypegetListType(long listTypeId) static ListTypegetListType(long companyId, String name, String type) static longgetListTypeId(long companyId, String name, String type) getListTypes(long companyId, String type) static StringReturns the OSGi service identifier.static ListTypeServicestatic voidsetService(ListTypeService service) static voidstatic 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
-