Package com.liferay.portal.service.impl
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
- Author:
- Brian Wing Shun Chan, Michael C. Han, Máté Thurzó
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.RepositoryEntryLocalServiceBaseImpl
counterLocalService, repositoryEntryLocalService, repositoryEntryPersistence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.RepositoryEntryaddRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteRepositoryEntries(long repositoryId, Iterable<String> mappedIds) voiddeleteRepositoryEntry(long repositoryId, String mappedId) List<com.liferay.portal.kernel.model.RepositoryEntry>getRepositoryEntries(long repositoryId) com.liferay.portal.kernel.model.RepositoryEntrygetRepositoryEntry(long userId, long groupId, long repositoryId, String objectId) com.liferay.portal.kernel.model.RepositoryEntrygetRepositoryEntry(String uuid, long groupId) com.liferay.portal.kernel.model.RepositoryEntryupdateRepositoryEntry(long repositoryEntryId, String mappedId) Methods inherited from class com.liferay.portal.service.base.RepositoryEntryLocalServiceBaseImpl
addRepositoryEntry, afterPropertiesSet, createPersistedModel, createRepositoryEntry, deletePersistedModel, deleteRepositoryEntry, deleteRepositoryEntry, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRepositoryEntry, fetchRepositoryEntryByUuidAndGroupId, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getCTPersistence, getExportActionableDynamicQuery, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRepositoryEntries, getRepositoryEntriesByUuidAndCompanyId, getRepositoryEntriesByUuidAndCompanyId, getRepositoryEntriesCount, getRepositoryEntry, getRepositoryEntryByUuidAndGroupId, getRepositoryEntryLocalService, getRepositoryEntryPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setRepositoryEntryLocalService, setRepositoryEntryPersistence, updateRepositoryEntry, updateWithUnsafeFunctionMethods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
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
-