Class EntryServiceUtil

java.lang.Object
com.liferay.contacts.service.EntryServiceUtil

public class EntryServiceUtil extends Object
Provides the remote service utility for Entry. This utility wraps com.liferay.contacts.service.impl.EntryServiceImpl 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

    • EntryServiceUtil

      public EntryServiceUtil()
  • Method Details

    • getEntry

      public static Entry getEntry(long entryId) 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
    • getService

      public static EntryService getService()