public class ListTypeDefinitionServiceUtil
extends java.lang.Object
com.liferay.list.type.service.impl.ListTypeDefinitionServiceImpl
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.ListTypeDefinitionService
Constructor and Description |
---|
ListTypeDefinitionServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static ListTypeDefinition |
addListTypeDefinition(java.util.Map<java.util.Locale,java.lang.String> nameMap) |
static ListTypeDefinition |
deleteListTypeDefinition(ListTypeDefinition listTypeDefinition) |
static ListTypeDefinition |
deleteListTypeDefinition(long listTypeDefinitionId) |
static ListTypeDefinition |
getListTypeDefinition(long listTypeDefinitionId) |
static java.util.List<ListTypeDefinition> |
getListTypeDefinitions(int start,
int end) |
static int |
getListTypeDefinitionsCount() |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ListTypeDefinitionService |
getService() |
static ListTypeDefinition |
updateListTypeDefinition(long listTypeDefinitionId,
java.util.Map<java.util.Locale,java.lang.String> nameMap) |
public static ListTypeDefinition addListTypeDefinition(java.util.Map<java.util.Locale,java.lang.String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ListTypeDefinition deleteListTypeDefinition(ListTypeDefinition listTypeDefinition) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ListTypeDefinition deleteListTypeDefinition(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ListTypeDefinition getListTypeDefinition(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<ListTypeDefinition> getListTypeDefinitions(int start, int end)
public static int getListTypeDefinitionsCount()
public static java.lang.String getOSGiServiceIdentifier()
public static ListTypeDefinition updateListTypeDefinition(long listTypeDefinitionId, java.util.Map<java.util.Locale,java.lang.String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ListTypeDefinitionService getService()