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 ListTypeEntryaddListTypeEntry(String externalReferenceCode, long listTypeDefinitionId, String key, Map<Locale, String> nameMap) static ListTypeEntrydeleteListTypeEntry(long listTypeEntryId) static List<ListTypeEntry>getListTypeEntries(long listTypeDefinitionId, int start, int end) static intgetListTypeEntriesCount(long listTypeDefinitionId) static ListTypeEntrygetListTypeEntry(long listTypeEntryId) static ListTypeEntrygetListTypeEntryByExternalReferenceCode(String externalReferenceCode, long companyId, long listTypeDefinitionId) static StringReturns the OSGi service identifier.static ListTypeEntryServicestatic ListTypeEntryupdateListTypeEntry(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
-