Class DDMStructureLayoutServiceUtil

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

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

    • DDMStructureLayoutServiceUtil

      public DDMStructureLayoutServiceUtil()
  • Method Details

    • getOSGiServiceIdentifier

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

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

      public static int getStructureLayoutsCount(long groupId)
    • search

      public static List<DDMStructureLayout> search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static DDMStructureLayoutService getService()