Interface BatchPlannerMappingService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
BatchPlannerMappingServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface BatchPlannerMappingService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for BatchPlannerMapping. 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 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.updateBatchPlannerMapping(long batchPlannerMappingId, String externalFieldName, String externalFieldType, String script)
-
Method Details
-
addBatchPlannerMapping
BatchPlannerMapping addBatchPlannerMapping(long batchPlannerPlanId, String externalFieldName, String externalFieldType, String internalFieldName, String internalFieldType, String script) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteBatchPlannerMapping
BatchPlannerMapping deleteBatchPlannerMapping(long batchPlannerPlanId, String externalFieldName, String internalFieldName) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteBatchPlannerMappings
void deleteBatchPlannerMappings(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchPlannerMappings
@Transactional(propagation=SUPPORTS, readOnly=true) List<BatchPlannerMapping> getBatchPlannerMappings(long batchPlannerPlanId) 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
-
updateBatchPlannerMapping
BatchPlannerMapping updateBatchPlannerMapping(long batchPlannerMappingId, String externalFieldName, String externalFieldType, String script) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-