Class BatchPlannerPlanServiceUtil
java.lang.Object
com.liferay.batch.planner.service.BatchPlannerPlanServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BatchPlannerPlanaddBatchPlannerPlan(boolean export, String externalType, String externalURL, String internalClassName, String name, int size, String taskItemDelegateName, boolean template) static BatchPlannerPlandeleteBatchPlannerPlan(long batchPlannerPlanId) static BatchPlannerPlanfetchBatchPlannerPlan(long batchPlannerPlanId) static BatchPlannerPlangetBatchPlannerPlan(long batchPlannerPlanId) static List<BatchPlannerPlan>getBatchPlannerPlans(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) static List<BatchPlannerPlan>getBatchPlannerPlans(long companyId, boolean export, boolean template, String searchByKeyword, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) static List<BatchPlannerPlan>getBatchPlannerPlans(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) static List<BatchPlannerPlan>getBatchPlannerPlans(long companyId, boolean template, String searchByKeyword, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) static List<BatchPlannerPlan>getBatchPlannerPlans(long companyId, int start, int end) static List<BatchPlannerPlan>getBatchPlannerPlans(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) static intgetBatchPlannerPlansCount(long companyId) static intgetBatchPlannerPlansCount(long companyId, boolean template) static intgetBatchPlannerPlansCount(long companyId, boolean export, boolean template) static intgetBatchPlannerPlansCount(long companyId, boolean export, boolean template, String searchByKeyword) static intgetBatchPlannerPlansCount(long companyId, boolean template, String searchByKeyword) static StringReturns the OSGi service identifier.static BatchPlannerPlanServicestatic BatchPlannerPlanupdateBatchPlannerPlan(long batchPlannerPlanId, String externalType, String internalClassName, String name)
-
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
-
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
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
-