Interface CPConfigurationListRelService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
CPConfigurationListRelServiceWrapper

@AccessControlled @CTAware @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface CPConfigurationListRelService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CPConfigurationListRel. 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 Details

    • addCPConfigurationListRel

      CPConfigurationListRel addCPConfigurationListRel(String className, long classPK, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPConfigurationListRel

      @SystemEvent(type=1) CPConfigurationListRel deleteCPConfigurationListRel(CPConfigurationListRel cpConfigurationListRel) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPConfigurationListRel

      CPConfigurationListRel deleteCPConfigurationListRel(long cpConfigurationListRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPConfigurationListRels

      void deleteCPConfigurationListRels(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPConfigurationListRels

      void deleteCPConfigurationListRels(String className, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCPConfigurationListRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CPConfigurationListRel fetchCPConfigurationListRel(String className, long classPK, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryCPConfigurationListRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CPConfigurationListRel> getAccountEntryCPConfigurationListRels(long cpConfigurationListId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryCPConfigurationListRelsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getAccountEntryCPConfigurationListRelsCount(long cpConfigurationListId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountGroupCPConfigurationListRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CPConfigurationListRel> getAccountGroupCPConfigurationListRels(long cpConfigurationListId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountGroupCPConfigurationListRelsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getAccountGroupCPConfigurationListRelsCount(long cpConfigurationListId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeCPConfigurationListRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CPConfigurationListRel> getCommerceOrderTypeCPConfigurationListRels(long cpConfigurationListId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeCPConfigurationListRelsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceOrderTypeCPConfigurationListRelsCount(long cpConfigurationListId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationListRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CPConfigurationListRel getCPConfigurationListRel(long cpConfigurationListRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationListRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CPConfigurationListRel> getCPConfigurationListRels(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationListRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CPConfigurationListRel> getCPConfigurationListRels(long cpConfigurationListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationListRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationListRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CPConfigurationListRel> getCPConfigurationListRels(String className, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationListRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CPConfigurationListRel> getCPConfigurationListRels(String className, long cpConfigurationListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationListRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationListRelsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCPConfigurationListRelsCount(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPConfigurationListRelsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCPConfigurationListRelsCount(String className, long cpConfigurationListId) 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