Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class RepositoryEntryLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.RepositoryEntryLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.RepositoryEntryLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, RepositoryEntryLocalService

public class RepositoryEntryLocalServiceImpl
extends RepositoryEntryLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.RepositoryEntryLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, repositoryEntryLocalService, repositoryEntryPersistence, userFinder, userLocalService, userPersistence
 
Constructor Summary
RepositoryEntryLocalServiceImpl()
           
 
Method Summary
 RepositoryEntry addRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
 void deleteRepositoryEntries(long repositoryId, Iterable<String> mappedIds)
           
 void deleteRepositoryEntry(long repositoryId, String mappedId)
           
 List<RepositoryEntry> getRepositoryEntries(long repositoryId)
           
 RepositoryEntry getRepositoryEntry(long userId, long groupId, long repositoryId, String objectId)
           
 RepositoryEntry getRepositoryEntry(String uuid, long groupId)
           
 RepositoryEntry updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
 
Methods inherited from class com.liferay.portal.service.base.RepositoryEntryLocalServiceBaseImpl
addRepositoryEntry, afterPropertiesSet, createRepositoryEntry, deletePersistedModel, deleteRepositoryEntry, deleteRepositoryEntry, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRepositoryEntry, fetchRepositoryEntryByUuidAndGroupId, getActionableDynamicQuery, getCounterLocalService, getExportActionableDynamicQuery, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRepositoryEntries, getRepositoryEntriesByUuidAndCompanyId, getRepositoryEntriesByUuidAndCompanyId, getRepositoryEntriesCount, getRepositoryEntry, getRepositoryEntryByUuidAndGroupId, getRepositoryEntryLocalService, getRepositoryEntryPersistence, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setRepositoryEntryLocalService, setRepositoryEntryPersistence, setUserFinder, setUserLocalService, setUserPersistence, updateRepositoryEntry
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryEntryLocalServiceImpl

public RepositoryEntryLocalServiceImpl()
Method Detail

addRepositoryEntry

public RepositoryEntry addRepositoryEntry(long userId,
                                          long groupId,
                                          long repositoryId,
                                          String mappedId,
                                          ServiceContext serviceContext)
                                   throws PortalException
Throws:
PortalException

deleteRepositoryEntries

public void deleteRepositoryEntries(long repositoryId,
                                    Iterable<String> mappedIds)
                             throws PortalException
Throws:
PortalException

deleteRepositoryEntry

public void deleteRepositoryEntry(long repositoryId,
                                  String mappedId)
                           throws PortalException
Throws:
PortalException

getRepositoryEntries

public List<RepositoryEntry> getRepositoryEntries(long repositoryId)

getRepositoryEntry

public RepositoryEntry getRepositoryEntry(long userId,
                                          long groupId,
                                          long repositoryId,
                                          String objectId)
                                   throws PortalException
Throws:
PortalException

getRepositoryEntry

public RepositoryEntry getRepositoryEntry(String uuid,
                                          long groupId)
                                   throws PortalException
Throws:
PortalException

updateRepositoryEntry

public RepositoryEntry updateRepositoryEntry(long repositoryEntryId,
                                             String mappedId)
                                      throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4