Class RepositoryEntryLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.RepositoryEntryLocalServiceBaseImpl
com.liferay.portal.service.impl.RepositoryEntryLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.RepositoryEntry>, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.RepositoryEntryLocalService

public class RepositoryEntryLocalServiceImpl extends RepositoryEntryLocalServiceBaseImpl
Author:
Brian Wing Shun Chan, Michael C. Han, Máté Thurzó
  • Constructor Details

    • RepositoryEntryLocalServiceImpl

      public RepositoryEntryLocalServiceImpl()
  • Method Details

    • addRepositoryEntry

      public com.liferay.portal.kernel.model.RepositoryEntry addRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteRepositoryEntries

      public void deleteRepositoryEntries(long repositoryId, Iterable<String> mappedIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteRepositoryEntry

      public void deleteRepositoryEntry(long repositoryId, String mappedId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRepositoryEntries

      public List<com.liferay.portal.kernel.model.RepositoryEntry> getRepositoryEntries(long repositoryId)
    • getRepositoryEntry

      public com.liferay.portal.kernel.model.RepositoryEntry getRepositoryEntry(long userId, long groupId, long repositoryId, String objectId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRepositoryEntry

      public com.liferay.portal.kernel.model.RepositoryEntry getRepositoryEntry(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateRepositoryEntry

      public com.liferay.portal.kernel.model.RepositoryEntry updateRepositoryEntry(long repositoryEntryId, String mappedId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException