public class ListTypeEntryServiceUtil
extends java.lang.Object
com.liferay.list.type.service.impl.ListTypeEntryServiceImpl
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.ListTypeEntryService
Constructor and Description |
---|
ListTypeEntryServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static ListTypeEntry |
addListTypeEntry(long listTypeDefinitionId,
java.lang.String key,
java.util.Map<java.util.Locale,java.lang.String> nameMap) |
static ListTypeEntry |
deleteListTypeEntry(long listTypeEntryId) |
static java.util.List<ListTypeEntry> |
getListTypeEntries(long listTypeDefinitionId,
int start,
int end) |
static int |
getListTypeEntriesCount(long listTypeDefinitionId) |
static ListTypeEntry |
getListTypeEntry(long listTypeEntryId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ListTypeEntryService |
getService() |
static ListTypeEntry |
updateListTypeEntry(long listTypeEntryId,
java.util.Map<java.util.Locale,java.lang.String> nameMap) |
public static ListTypeEntry addListTypeEntry(long listTypeDefinitionId, java.lang.String key, 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 ListTypeEntry deleteListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<ListTypeEntry> getListTypeEntries(long listTypeDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getListTypeEntriesCount(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ListTypeEntry getListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static ListTypeEntry updateListTypeEntry(long listTypeEntryId, 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 ListTypeEntryService getService()