Class BatchPlannerMappingServiceUtil

java.lang.Object
com.liferay.batch.planner.service.BatchPlannerMappingServiceUtil

public class BatchPlannerMappingServiceUtil extends Object
Provides the remote service utility for BatchPlannerMapping. This utility wraps com.liferay.batch.planner.service.impl.BatchPlannerMappingServiceImpl 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

    • BatchPlannerMappingServiceUtil

      public BatchPlannerMappingServiceUtil()
  • Method Details

    • addBatchPlannerMapping

      public static BatchPlannerMapping addBatchPlannerMapping(long batchPlannerPlanId, String externalFieldName, String externalFieldType, String internalFieldName, String internalFieldType, String script) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteBatchPlannerMapping

      public static BatchPlannerMapping deleteBatchPlannerMapping(long batchPlannerPlanId, String externalFieldName, String internalFieldName) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteBatchPlannerMappings

      public static void deleteBatchPlannerMappings(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchPlannerMappings

      public static List<BatchPlannerMapping> getBatchPlannerMappings(long batchPlannerPlanId) 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
    • updateBatchPlannerMapping

      public static BatchPlannerMapping updateBatchPlannerMapping(long batchPlannerMappingId, String externalFieldName, String externalFieldType, String script) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static BatchPlannerMappingService getService()