Class BatchPlannerPlanServiceUtil

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

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

    • BatchPlannerPlanServiceUtil

      public BatchPlannerPlanServiceUtil()
  • Method Details

    • addBatchPlannerPlan

      public static BatchPlannerPlan addBatchPlannerPlan(boolean export, String externalType, String externalURL, String internalClassName, String name, int size, String taskItemDelegateName, boolean template) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteBatchPlannerPlan

      public static BatchPlannerPlan deleteBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchBatchPlannerPlan

      public static BatchPlannerPlan fetchBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchPlannerPlan

      public static BatchPlannerPlan getBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchPlannerPlans

      public static List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
    • getBatchPlannerPlans

      public static List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean export, boolean template, String searchByKeyword, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchPlannerPlans

      public static List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
    • getBatchPlannerPlans

      public static List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean template, String searchByKeyword, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchPlannerPlans

      public static List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, int start, int end)
    • getBatchPlannerPlans

      public static List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
    • getBatchPlannerPlansCount

      public static int getBatchPlannerPlansCount(long companyId)
    • getBatchPlannerPlansCount

      public static int getBatchPlannerPlansCount(long companyId, boolean template)
    • getBatchPlannerPlansCount

      public static int getBatchPlannerPlansCount(long companyId, boolean export, boolean template)
    • getBatchPlannerPlansCount

      public static int getBatchPlannerPlansCount(long companyId, boolean export, boolean template, String searchByKeyword) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchPlannerPlansCount

      public static int getBatchPlannerPlansCount(long companyId, boolean template, String searchByKeyword) 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
    • updateBatchPlannerPlan

      public static BatchPlannerPlan updateBatchPlannerPlan(long batchPlannerPlanId, String externalType, String internalClassName, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static BatchPlannerPlanService getService()