Class BatchPlannerPolicyServiceWrapper
java.lang.Object
com.liferay.batch.planner.service.BatchPlannerPolicyServiceWrapper
- All Implemented Interfaces:
BatchPlannerPolicyService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerPolicyService>
public class BatchPlannerPolicyServiceWrapper
extends Object
implements BatchPlannerPolicyService, com.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerPolicyService>
Provides a wrapper for
BatchPlannerPolicyService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchPlannerPolicyServiceWrapper(BatchPlannerPolicyService batchPlannerPolicyService) -
Method Summary
Modifier and TypeMethodDescriptionaddBatchPlannerPolicy(long batchPlannerPlanId, String name, String value) deleteBatchPlannerPolicy(long batchPlannerPlanId, String name) getBatchPlannerPolicies(long batchPlannerPlanId) getBatchPlannerPolicy(long batchPlannerPlanId, String name) Returns the OSGi service identifier.booleanhasBatchPlannerPolicy(long batchPlannerPlanId, String name) voidsetWrappedService(BatchPlannerPolicyService batchPlannerPolicyService) updateBatchPlannerPolicy(long batchPlannerPlanId, String name, String value)
-
Constructor Details
-
BatchPlannerPolicyServiceWrapper
public BatchPlannerPolicyServiceWrapper() -
BatchPlannerPolicyServiceWrapper
-
-
Method Details
-
addBatchPlannerPolicy
public BatchPlannerPolicy addBatchPlannerPolicy(long batchPlannerPlanId, String name, String value) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addBatchPlannerPolicyin interfaceBatchPlannerPolicyService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteBatchPlannerPolicy
public BatchPlannerPolicy deleteBatchPlannerPolicy(long batchPlannerPlanId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteBatchPlannerPolicyin interfaceBatchPlannerPolicyService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchPlannerPolicies
public List<BatchPlannerPolicy> getBatchPlannerPolicies(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchPlannerPoliciesin interfaceBatchPlannerPolicyService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchPlannerPolicy
public BatchPlannerPolicy getBatchPlannerPolicy(long batchPlannerPlanId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchPlannerPolicyin interfaceBatchPlannerPolicyService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceBatchPlannerPolicyService- Returns:
- the OSGi service identifier
-
hasBatchPlannerPolicy
public boolean hasBatchPlannerPolicy(long batchPlannerPlanId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
hasBatchPlannerPolicyin interfaceBatchPlannerPolicyService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateBatchPlannerPolicy
public BatchPlannerPolicy updateBatchPlannerPolicy(long batchPlannerPlanId, String name, String value) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateBatchPlannerPolicyin interfaceBatchPlannerPolicyService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerPolicyService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerPolicyService>
-