Class BatchPlannerMappingServiceWrapper
java.lang.Object
com.liferay.batch.planner.service.BatchPlannerMappingServiceWrapper
- All Implemented Interfaces:
BatchPlannerMappingService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerMappingService>
public class BatchPlannerMappingServiceWrapper
extends Object
implements BatchPlannerMappingService, com.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerMappingService>
Provides a wrapper for
BatchPlannerMappingService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchPlannerMappingServiceWrapper(BatchPlannerMappingService batchPlannerMappingService) -
Method Summary
Modifier and TypeMethodDescriptionaddBatchPlannerMapping(long batchPlannerPlanId, String externalFieldName, String externalFieldType, String internalFieldName, String internalFieldType, String script) deleteBatchPlannerMapping(long batchPlannerPlanId, String externalFieldName, String internalFieldName) voiddeleteBatchPlannerMappings(long batchPlannerPlanId) getBatchPlannerMappings(long batchPlannerPlanId) Returns the OSGi service identifier.voidsetWrappedService(BatchPlannerMappingService batchPlannerMappingService) updateBatchPlannerMapping(long batchPlannerMappingId, String externalFieldName, String externalFieldType, String script)
-
Constructor Details
-
BatchPlannerMappingServiceWrapper
public BatchPlannerMappingServiceWrapper() -
BatchPlannerMappingServiceWrapper
-
-
Method Details
-
addBatchPlannerMapping
public BatchPlannerMapping addBatchPlannerMapping(long batchPlannerPlanId, String externalFieldName, String externalFieldType, String internalFieldName, String internalFieldType, String script) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addBatchPlannerMappingin interfaceBatchPlannerMappingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteBatchPlannerMapping
public BatchPlannerMapping deleteBatchPlannerMapping(long batchPlannerPlanId, String externalFieldName, String internalFieldName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteBatchPlannerMappingin interfaceBatchPlannerMappingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteBatchPlannerMappings
public void deleteBatchPlannerMappings(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteBatchPlannerMappingsin interfaceBatchPlannerMappingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchPlannerMappings
public List<BatchPlannerMapping> getBatchPlannerMappings(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchPlannerMappingsin interfaceBatchPlannerMappingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceBatchPlannerMappingService- Returns:
- the OSGi service identifier
-
updateBatchPlannerMapping
public BatchPlannerMapping updateBatchPlannerMapping(long batchPlannerMappingId, String externalFieldName, String externalFieldType, String script) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateBatchPlannerMappingin interfaceBatchPlannerMappingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerMappingService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerMappingService>
-