Class DDMStructureLinkServiceUtil

java.lang.Object
com.liferay.dynamic.data.mapping.service.DDMStructureLinkServiceUtil

public class DDMStructureLinkServiceUtil extends Object
Provides the remote service utility for DDMStructureLink. This utility wraps com.liferay.dynamic.data.mapping.service.impl.DDMStructureLinkServiceImpl 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

    • DDMStructureLinkServiceUtil

      public DDMStructureLinkServiceUtil()
  • Method Details

    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getStructureLinks

      public static List<DDMStructureLink> getStructureLinks(long classNameId, long classPK, long[] groupIds, String keywords, String resourceClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator)
    • getStructureLinksCount

      public static int getStructureLinksCount(long classNameId, long classPK, long[] groupIds, String keywords, String resourceClassName)
    • getService

      public static DDMStructureLinkService getService()