public class BatchPlannerPlanServiceUtil
extends java.lang.Object
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.BatchPlannerPlanService
Constructor and Description |
---|
BatchPlannerPlanServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static BatchPlannerPlan |
addBatchPlannerPlan(boolean export,
java.lang.String externalType,
java.lang.String externalURL,
java.lang.String internalClassName,
java.lang.String name,
int size,
java.lang.String taskItemDelegateName,
boolean template) |
static BatchPlannerPlan |
deleteBatchPlannerPlan(long batchPlannerPlanId) |
static BatchPlannerPlan |
fetchBatchPlannerPlan(long batchPlannerPlanId) |
static BatchPlannerPlan |
getBatchPlannerPlan(long batchPlannerPlanId) |
static java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
boolean export,
boolean template,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) |
static java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
boolean export,
boolean template,
java.lang.String searchByKeyword,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) |
static java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
boolean template,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) |
static java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
boolean template,
java.lang.String searchByKeyword,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) |
static java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
int start,
int end) |
static java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) |
static int |
getBatchPlannerPlansCount(long companyId) |
static int |
getBatchPlannerPlansCount(long companyId,
boolean template) |
static int |
getBatchPlannerPlansCount(long companyId,
boolean export,
boolean template) |
static int |
getBatchPlannerPlansCount(long companyId,
boolean export,
boolean template,
java.lang.String searchByKeyword) |
static int |
getBatchPlannerPlansCount(long companyId,
boolean template,
java.lang.String searchByKeyword) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static BatchPlannerPlanService |
getService() |
static void |
setService(BatchPlannerPlanService service) |
static BatchPlannerPlan |
updateBatchPlannerPlan(long batchPlannerPlanId,
java.lang.String externalType,
java.lang.String internalClassName,
java.lang.String name) |
public static BatchPlannerPlan addBatchPlannerPlan(boolean export, java.lang.String externalType, java.lang.String externalURL, java.lang.String internalClassName, java.lang.String name, int size, java.lang.String taskItemDelegateName, boolean template) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static BatchPlannerPlan deleteBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static BatchPlannerPlan fetchBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static BatchPlannerPlan getBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
public static java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean export, boolean template, java.lang.String searchByKeyword, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
public static java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean template, java.lang.String searchByKeyword, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, int start, int end)
public static java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
public static int getBatchPlannerPlansCount(long companyId)
public static int getBatchPlannerPlansCount(long companyId, boolean template)
public static int getBatchPlannerPlansCount(long companyId, boolean export, boolean template)
public static int getBatchPlannerPlansCount(long companyId, boolean export, boolean template, java.lang.String searchByKeyword) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getBatchPlannerPlansCount(long companyId, boolean template, java.lang.String searchByKeyword) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static BatchPlannerPlan updateBatchPlannerPlan(long batchPlannerPlanId, java.lang.String externalType, java.lang.String internalClassName, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static BatchPlannerPlanService getService()
public static void setService(BatchPlannerPlanService service)