Interface BatchPlannerPlanService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
BatchPlannerPlanServiceWrapper

@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface BatchPlannerPlanService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for BatchPlannerPlan. 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:
  • Method Details

    • addBatchPlannerPlan

      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

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

      @Transactional(propagation=SUPPORTS, readOnly=true) BatchPlannerPlan fetchBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchPlannerPlan

      @Transactional(propagation=SUPPORTS, readOnly=true) BatchPlannerPlan getBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchPlannerPlans

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
    • getBatchPlannerPlans

      @Transactional(propagation=SUPPORTS, readOnly=true) 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

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
    • getBatchPlannerPlans

      @Transactional(propagation=SUPPORTS, readOnly=true) 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

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, int start, int end)
    • getBatchPlannerPlans

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
    • getBatchPlannerPlansCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getBatchPlannerPlansCount(long companyId)
    • getBatchPlannerPlansCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getBatchPlannerPlansCount(long companyId, boolean template)
    • getBatchPlannerPlansCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getBatchPlannerPlansCount(long companyId, boolean export, boolean template)
    • getBatchPlannerPlansCount

      @Transactional(propagation=SUPPORTS, readOnly=true) 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

      @Transactional(propagation=SUPPORTS, readOnly=true) int getBatchPlannerPlansCount(long companyId, boolean template, String searchByKeyword) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • updateBatchPlannerPlan

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