com.liferay.portal.service.impl
Class RepositoryEntryLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.RepositoryEntryLocalServiceBaseImpl
com.liferay.portal.service.impl.RepositoryEntryLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, RepositoryEntryLocalService
public class RepositoryEntryLocalServiceImpl
- extends RepositoryEntryLocalServiceBaseImpl
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryEntryLocalServiceImpl
public RepositoryEntryLocalServiceImpl()
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