Interface CPSpecificationOptionListTypeDefinitionRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CPSpecificationOptionListTypeDefinitionRelServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CPSpecificationOptionListTypeDefinitionRelService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CPSpecificationOptionListTypeDefinitionRel. 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 TypeMethodDescriptionaddCPSpecificationOptionListTypeDefinitionRel
(long cpSpecificationOptionId, long listTypeDefinitionId) void
deleteCPSpecificationOptionListTypeDefinitionRel
(long cpSpecificationOptionId, long listTypeDefinitionId) Returns the OSGi service identifier.
-
Method Details
-
addCPSpecificationOptionListTypeDefinitionRel
CPSpecificationOptionListTypeDefinitionRel addCPSpecificationOptionListTypeDefinitionRel(long cpSpecificationOptionId, long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPSpecificationOptionListTypeDefinitionRel
void deleteCPSpecificationOptionListTypeDefinitionRel(long cpSpecificationOptionId, long listTypeDefinitionId) 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
-