Liferay 7.0-ce-m3

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:
IdentifiableBean, 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, userService
 
Constructor Summary
RepositoryEntryLocalServiceImpl()
           
 
Method Summary
 RepositoryEntry addRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
 List<RepositoryEntry> getRepositoryEntries(long repositoryId)
           
 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, getBeanIdentifier, getCounterLocalService, getExportActionableDynamicQuery, getModelClass, getModelClassName, getPersistedModel, getRepositoryEntries, getRepositoryEntriesByUuidAndCompanyId, getRepositoryEntriesByUuidAndCompanyId, getRepositoryEntriesCount, getRepositoryEntry, getRepositoryEntryByUuidAndGroupId, getRepositoryEntryLocalService, getRepositoryEntryPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setRepositoryEntryLocalService, setRepositoryEntryPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateRepositoryEntry
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
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

getRepositoryEntries

public List<RepositoryEntry> getRepositoryEntries(long repositoryId)

updateRepositoryEntry

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

Liferay 7.0-ce-m3