Class BatchPlannerPolicyServiceUtil

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

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

    • BatchPlannerPolicyServiceUtil

      public BatchPlannerPolicyServiceUtil()
  • Method Details

    • addBatchPlannerPolicy

      public static BatchPlannerPolicy addBatchPlannerPolicy(long batchPlannerPlanId, String name, String value) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteBatchPlannerPolicy

      public static BatchPlannerPolicy deleteBatchPlannerPolicy(long batchPlannerPlanId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchPlannerPolicies

      public static List<BatchPlannerPolicy> getBatchPlannerPolicies(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchPlannerPolicy

      public static BatchPlannerPolicy getBatchPlannerPolicy(long batchPlannerPlanId, String name) 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
    • hasBatchPlannerPolicy

      public static boolean hasBatchPlannerPolicy(long batchPlannerPlanId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateBatchPlannerPolicy

      public static BatchPlannerPolicy updateBatchPlannerPolicy(long batchPlannerPlanId, String name, String value) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static BatchPlannerPolicyService getService()