com.liferay.portal.service.impl
Class RepositoryEntryLocalServiceImpl
java.lang.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.PersistedModelLocalService, com.liferay.portal.kernel.service.RepositoryEntryLocalService
public class RepositoryEntryLocalServiceImpl
- extends RepositoryEntryLocalServiceBaseImpl
|
Method Summary |
com.liferay.portal.kernel.model.RepositoryEntry |
addRepositoryEntry(long userId,
long groupId,
long repositoryId,
String mappedId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
|
void |
deleteRepositoryEntries(long repositoryId,
Iterable<String> mappedIds)
|
void |
deleteRepositoryEntry(long repositoryId,
String mappedId)
|
List<com.liferay.portal.kernel.model.RepositoryEntry> |
getRepositoryEntries(long repositoryId)
|
com.liferay.portal.kernel.model.RepositoryEntry |
getRepositoryEntry(long userId,
long groupId,
long repositoryId,
String objectId)
|
com.liferay.portal.kernel.model.RepositoryEntry |
getRepositoryEntry(String uuid,
long groupId)
|
com.liferay.portal.kernel.model.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.kernel.service.BaseLocalServiceImpl |
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryEntryLocalServiceImpl
public RepositoryEntryLocalServiceImpl()
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