Interface FragmentCollectionService

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

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

    • addFragmentCollection

      FragmentCollection addFragmentCollection(String externalReferenceCode, long groupId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addFragmentCollection

      FragmentCollection addFragmentCollection(String externalReferenceCode, long groupId, String fragmentCollectionKey, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteFragmentCollection

      FragmentCollection deleteFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteFragmentCollection

      FragmentCollection deleteFragmentCollection(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteFragmentCollections

      void deleteFragmentCollections(long[] fragmentCollectionIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchFragmentCollection

      @Transactional(propagation=SUPPORTS, readOnly=true) FragmentCollection fetchFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFragmentCollectionByExternalReferenceCode

      @Transactional(propagation=SUPPORTS, readOnly=true) FragmentCollection getFragmentCollectionByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFragmentCollectionFileEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<com.liferay.portal.kernel.repository.model.FileEntry> getFragmentCollectionFileEntries(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFragmentCollections

      @Transactional(propagation=SUPPORTS, readOnly=true) List<FragmentCollection> getFragmentCollections(long groupId)
    • getFragmentCollections

      @Transactional(propagation=SUPPORTS, readOnly=true) List<FragmentCollection> getFragmentCollections(long groupId, boolean includeSystem)
    • getFragmentCollections

      @Transactional(propagation=SUPPORTS, readOnly=true) List<FragmentCollection> getFragmentCollections(long groupId, boolean includeSystem, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
    • getFragmentCollections

      @Transactional(propagation=SUPPORTS, readOnly=true) List<FragmentCollection> getFragmentCollections(long groupId, int start, int end)
    • getFragmentCollections

      @Transactional(propagation=SUPPORTS, readOnly=true) List<FragmentCollection> getFragmentCollections(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
    • getFragmentCollections

      @Transactional(propagation=SUPPORTS, readOnly=true) List<FragmentCollection> getFragmentCollections(long groupId, String name, boolean includeSystem, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
    • getFragmentCollections

      @Transactional(propagation=SUPPORTS, readOnly=true) List<FragmentCollection> getFragmentCollections(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
    • getFragmentCollections

      @Transactional(propagation=SUPPORTS, readOnly=true) List<FragmentCollection> getFragmentCollections(long[] groupIds)
    • getFragmentCollections

      @Transactional(propagation=SUPPORTS, readOnly=true) List<FragmentCollection> getFragmentCollections(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
    • getFragmentCollections

      @Transactional(propagation=SUPPORTS, readOnly=true) List<FragmentCollection> getFragmentCollections(long[] groupIds, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
    • getFragmentCollectionsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getFragmentCollectionsCount(long groupId)
    • getFragmentCollectionsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getFragmentCollectionsCount(long groupId, boolean includeSystem)
    • getFragmentCollectionsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getFragmentCollectionsCount(long groupId, String name)
    • getFragmentCollectionsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getFragmentCollectionsCount(long groupId, String name, boolean includeSystem)
    • getFragmentCollectionsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getFragmentCollectionsCount(long[] groupIds)
    • getFragmentCollectionsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getFragmentCollectionsCount(long[] groupIds, String name)
    • getOSGiServiceIdentifier

      String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getTempFileNames

      @Transactional(propagation=SUPPORTS, readOnly=true) String[] getTempFileNames(long groupId, String folderName) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateFragmentCollection

      FragmentCollection updateFragmentCollection(long fragmentCollectionId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException