Class DDMDataProviderInstanceServiceUtil

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

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

    • DDMDataProviderInstanceServiceUtil

      public DDMDataProviderInstanceServiceUtil()
  • Method Details

    • addDataProviderInstance

      public static DDMDataProviderInstance addDataProviderInstance(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMFormValues ddmFormValues, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteDataProviderInstance

      public static void deleteDataProviderInstance(long dataProviderInstanceId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchDataProviderInstance

      public static DDMDataProviderInstance fetchDataProviderInstance(long dataProviderInstanceId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchDataProviderInstanceByUuid

      public static DDMDataProviderInstance fetchDataProviderInstanceByUuid(String uuid) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDataProviderInstance

      public static DDMDataProviderInstance getDataProviderInstance(long dataProviderInstanceId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDataProviderInstanceByUuid

      public static DDMDataProviderInstance getDataProviderInstanceByUuid(String uuid) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDataProviderInstances

      public static List<DDMDataProviderInstance> getDataProviderInstances(long companyId, long[] groupIds, int start, int end)
    • getDataProviderInstancesCount

      public static int getDataProviderInstancesCount(long companyId, long[] groupIds)
    • getOSGiServiceIdentifier

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

      public static List<DDMDataProviderInstance> search(long companyId, long[] groupIds, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
    • search

      public static List<DDMDataProviderInstance> search(long companyId, long[] groupIds, String name, String description, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
    • searchCount

      public static int searchCount(long companyId, long[] groupIds, String keywords)
    • searchCount

      public static int searchCount(long companyId, long[] groupIds, String name, String description, boolean andOperator)
    • updateDataProviderInstance

      public static DDMDataProviderInstance updateDataProviderInstance(long dataProviderInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMFormValues ddmFormValues, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static DDMDataProviderInstanceService getService()