Class DepotEntryGroupRelServiceUtil

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

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

    • DepotEntryGroupRelServiceUtil

      public DepotEntryGroupRelServiceUtil()
  • Method Details

    • addDepotEntryGroupRel

      public static DepotEntryGroupRel addDepotEntryGroupRel(long depotEntryId, long toGroupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteDepotEntryGroupRel

      public static DepotEntryGroupRel deleteDepotEntryGroupRel(long depotEntryGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDepotEntryGroupRelByDepotEntryIdToGroupId

      public static DepotEntryGroupRel getDepotEntryGroupRelByDepotEntryIdToGroupId(long depotEntryId, long toGroupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDepotEntryGroupRels

      public static List<DepotEntryGroupRel> getDepotEntryGroupRels(DepotEntry depotEntry, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDepotEntryGroupRels

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

      public static int getDepotEntryGroupRelsCount(DepotEntry depotEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDepotEntryGroupRelsCount

      public static int getDepotEntryGroupRelsCount(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
    • updateDDMStructuresAvailable

      public static DepotEntryGroupRel updateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateSearchable

      public static DepotEntryGroupRel updateSearchable(long depotEntryGroupRelId, boolean searchable) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static DepotEntryGroupRelService getService()