Package com.liferay.list.type.service
Class ListTypeEntryServiceUtil
java.lang.Object
com.liferay.list.type.service.ListTypeEntryServiceUtil
Provides the remote service utility for ListTypeEntry. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListTypeEntry
addListTypeEntry
(String externalReferenceCode, long listTypeDefinitionId, String key, Map<Locale, String> nameMap) static ListTypeEntry
deleteListTypeEntry
(long listTypeEntryId) static List<ListTypeEntry>
getListTypeEntries
(long listTypeDefinitionId, int start, int end) static int
getListTypeEntriesCount
(long listTypeDefinitionId) static ListTypeEntry
getListTypeEntry
(long listTypeEntryId) static ListTypeEntry
getListTypeEntryByExternalReferenceCode
(String externalReferenceCode, long companyId, long listTypeDefinitionId) static String
Returns the OSGi service identifier.static ListTypeEntryService
static ListTypeEntry
updateListTypeEntry
(String externalReferenceCode, long listTypeEntryId, Map<Locale, String> nameMap)
-
Constructor Details
-
ListTypeEntryServiceUtil
public ListTypeEntryServiceUtil()
-
-
Method Details
-
addListTypeEntry
public static ListTypeEntry addListTypeEntry(String externalReferenceCode, long listTypeDefinitionId, String key, Map<Locale, String> nameMap) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteListTypeEntry
public static ListTypeEntry deleteListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeEntries
public static List<ListTypeEntry> getListTypeEntries(long listTypeDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeEntriesCount
public static int getListTypeEntriesCount(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeEntry
public static ListTypeEntry getListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeEntryByExternalReferenceCode
public static ListTypeEntry getListTypeEntryByExternalReferenceCode(String externalReferenceCode, long companyId, long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateListTypeEntry
public static ListTypeEntry updateListTypeEntry(String externalReferenceCode, long listTypeEntryId, Map<Locale, String> nameMap) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-