Class CTCollectionServiceWrapper

java.lang.Object
com.liferay.change.tracking.service.CTCollectionServiceWrapper
All Implemented Interfaces:
CTCollectionService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>

public class CTCollectionServiceWrapper extends Object implements CTCollectionService, com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>
Provides a wrapper for CTCollectionService.
See Also:
Generated:
  • Constructor Details

    • CTCollectionServiceWrapper

      public CTCollectionServiceWrapper()
    • CTCollectionServiceWrapper

      public CTCollectionServiceWrapper(CTCollectionService ctCollectionService)
  • Method Details

    • addCTCollection

      public CTCollection addCTCollection(String externalReferenceCode, long companyId, long userId, long ctRemoteId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCTCollection in interface CTCollectionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCTAutoResolutionInfo

      public void deleteCTAutoResolutionInfo(long ctAutoResolutionInfoId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCTAutoResolutionInfo in interface CTCollectionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCTCollection

      public CTCollection deleteCTCollection(CTCollection ctCollection) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCTCollection in interface CTCollectionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • discardCTEntry

      public void discardCTEntry(long ctCollectionId, long modelClassNameId, long modelClassPK) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      discardCTEntry in interface CTCollectionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCTCollections

      public List<CTCollection> getCTCollections(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator)
      Specified by:
      getCTCollections in interface CTCollectionService
    • getCTCollections

      public List<CTCollection> getCTCollections(long companyId, int[] statuses, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollection> orderByComparator)
      Specified by:
      getCTCollections in interface CTCollectionService
    • getCTCollectionsCount

      public int getCTCollectionsCount(long companyId, int[] statuses, String keywords)
      Specified by:
      getCTCollectionsCount in interface CTCollectionService
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface CTCollectionService
      Returns:
      the OSGi service identifier
    • moveCTEntry

      public void moveCTEntry(long fromCTCollectionId, long toCTCollectionId, long modelClassNameId, long modelClassPK) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      moveCTEntry in interface CTCollectionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • publishCTCollection

      public void publishCTCollection(long userId, long ctCollectionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      publishCTCollection in interface CTCollectionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • undoCTCollection

      public CTCollection undoCTCollection(long ctCollectionId, long userId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      undoCTCollection in interface CTCollectionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCTCollection

      public CTCollection updateCTCollection(long userId, long ctCollectionId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCTCollection in interface CTCollectionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public CTCollectionService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>
    • setWrappedService

      public void setWrappedService(CTCollectionService ctCollectionService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTCollectionService>