Class CPSpecificationOptionListTypeDefinitionRelServiceUtil
java.lang.Object
com.liferay.commerce.product.service.CPSpecificationOptionListTypeDefinitionRelServiceUtil
Provides the remote service utility for CPSpecificationOptionListTypeDefinitionRel. This utility wraps
com.liferay.commerce.product.service.impl.CPSpecificationOptionListTypeDefinitionRelServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. 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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCPSpecificationOptionListTypeDefinitionRel
(long cpSpecificationOptionId, long listTypeDefinitionId) static void
deleteCPSpecificationOptionListTypeDefinitionRel
(long cpSpecificationOptionId, long listTypeDefinitionId) static String
Returns the OSGi service identifier.
-
Constructor Details
-
CPSpecificationOptionListTypeDefinitionRelServiceUtil
public CPSpecificationOptionListTypeDefinitionRelServiceUtil()
-
-
Method Details
-
addCPSpecificationOptionListTypeDefinitionRel
public static CPSpecificationOptionListTypeDefinitionRel addCPSpecificationOptionListTypeDefinitionRel(long cpSpecificationOptionId, long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPSpecificationOptionListTypeDefinitionRel
public static void deleteCPSpecificationOptionListTypeDefinitionRel(long cpSpecificationOptionId, long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-