Class ListTypeEntryServiceUtil

java.lang.Object
com.liferay.list.type.service.ListTypeEntryServiceUtil

public class ListTypeEntryServiceUtil extends Object
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 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

      public static String 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

      public static ListTypeEntryService getService()