Class DepotEntryServiceUtil

java.lang.Object
com.liferay.depot.service.DepotEntryServiceUtil

public class DepotEntryServiceUtil extends Object
Provides the remote service utility for DepotEntry. This utility wraps com.liferay.depot.service.impl.DepotEntryServiceImpl 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

    • DepotEntryServiceUtil

      public DepotEntryServiceUtil()
  • Method Details

    • addDepotEntry

      public static DepotEntry addDepotEntry(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteDepotEntry

      public static DepotEntry deleteDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCurrentAndGroupConnectedDepotEntries

      public static List<DepotEntry> getCurrentAndGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDepotEntry

      public static DepotEntry getDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupConnectedDepotEntries

      public static List<DepotEntry> getGroupConnectedDepotEntries(long groupId, boolean ddmStructuresAvailable, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupConnectedDepotEntries

      public static List<DepotEntry> getGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupConnectedDepotEntriesCount

      public static int getGroupConnectedDepotEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupDepotEntry

      public static DepotEntry getGroupDepotEntry(long groupId) 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
    • updateDepotEntry

      public static DepotEntry updateDepotEntry(long depotEntryId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, Map<String,Boolean> depotAppCustomizationMap, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static DepotEntryService getService()