Class BatchPlannerPlanServiceWrapper
java.lang.Object
com.liferay.batch.planner.service.BatchPlannerPlanServiceWrapper
- All Implemented Interfaces:
BatchPlannerPlanService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerPlanService>
public class BatchPlannerPlanServiceWrapper
extends Object
implements BatchPlannerPlanService, com.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerPlanService>
Provides a wrapper for
BatchPlannerPlanService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchPlannerPlanServiceWrapper(BatchPlannerPlanService batchPlannerPlanService) -
Method Summary
Modifier and TypeMethodDescriptionaddBatchPlannerPlan(boolean export, String externalType, String externalURL, String internalClassName, String name, int size, String taskItemDelegateName, boolean template) deleteBatchPlannerPlan(long batchPlannerPlanId) fetchBatchPlannerPlan(long batchPlannerPlanId) getBatchPlannerPlan(long batchPlannerPlanId) getBatchPlannerPlans(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) getBatchPlannerPlans(long companyId, boolean export, boolean template, String searchByKeyword, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) getBatchPlannerPlans(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) getBatchPlannerPlans(long companyId, boolean template, String searchByKeyword, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) getBatchPlannerPlans(long companyId, int start, int end) getBatchPlannerPlans(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) intgetBatchPlannerPlansCount(long companyId) intgetBatchPlannerPlansCount(long companyId, boolean template) intgetBatchPlannerPlansCount(long companyId, boolean export, boolean template) intgetBatchPlannerPlansCount(long companyId, boolean export, boolean template, String searchByKeyword) intgetBatchPlannerPlansCount(long companyId, boolean template, String searchByKeyword) Returns the OSGi service identifier.voidsetWrappedService(BatchPlannerPlanService batchPlannerPlanService) updateBatchPlannerPlan(long batchPlannerPlanId, String externalType, String internalClassName, String name)
-
Constructor Details
-
BatchPlannerPlanServiceWrapper
public BatchPlannerPlanServiceWrapper() -
BatchPlannerPlanServiceWrapper
-
-
Method Details
-
addBatchPlannerPlan
public 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 - Specified by:
addBatchPlannerPlanin interfaceBatchPlannerPlanService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteBatchPlannerPlan
public BatchPlannerPlan deleteBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteBatchPlannerPlanin interfaceBatchPlannerPlanService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchBatchPlannerPlan
public BatchPlannerPlan fetchBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchBatchPlannerPlanin interfaceBatchPlannerPlanService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchPlannerPlan
public BatchPlannerPlan getBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchPlannerPlanin interfaceBatchPlannerPlanService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchPlannerPlans
public List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) - Specified by:
getBatchPlannerPlansin interfaceBatchPlannerPlanService
-
getBatchPlannerPlans
public 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 - Specified by:
getBatchPlannerPlansin interfaceBatchPlannerPlanService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchPlannerPlans
public List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) - Specified by:
getBatchPlannerPlansin interfaceBatchPlannerPlanService
-
getBatchPlannerPlans
public 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 - Specified by:
getBatchPlannerPlansin interfaceBatchPlannerPlanService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchPlannerPlans
- Specified by:
getBatchPlannerPlansin interfaceBatchPlannerPlanService
-
getBatchPlannerPlans
public List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) - Specified by:
getBatchPlannerPlansin interfaceBatchPlannerPlanService
-
getBatchPlannerPlansCount
public int getBatchPlannerPlansCount(long companyId) - Specified by:
getBatchPlannerPlansCountin interfaceBatchPlannerPlanService
-
getBatchPlannerPlansCount
public int getBatchPlannerPlansCount(long companyId, boolean template) - Specified by:
getBatchPlannerPlansCountin interfaceBatchPlannerPlanService
-
getBatchPlannerPlansCount
public int getBatchPlannerPlansCount(long companyId, boolean export, boolean template) - Specified by:
getBatchPlannerPlansCountin interfaceBatchPlannerPlanService
-
getBatchPlannerPlansCount
public int getBatchPlannerPlansCount(long companyId, boolean export, boolean template, String searchByKeyword) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchPlannerPlansCountin interfaceBatchPlannerPlanService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchPlannerPlansCount
public int getBatchPlannerPlansCount(long companyId, boolean template, String searchByKeyword) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchPlannerPlansCountin interfaceBatchPlannerPlanService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceBatchPlannerPlanService- Returns:
- the OSGi service identifier
-
updateBatchPlannerPlan
public BatchPlannerPlan updateBatchPlannerPlan(long batchPlannerPlanId, String externalType, String internalClassName, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateBatchPlannerPlanin interfaceBatchPlannerPlanService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerPlanService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerPlanService>
-