public class RepositoryLocalServiceImpl extends RepositoryLocalServiceBaseImpl
| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.repository.RepositoryProvider |
repositoryProvider |
counterLocalService, persistedModelLocalServiceRegistry, repositoryLocalService, repositoryPersistence| Constructor and Description |
|---|
RepositoryLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.model.Repository |
addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties,
boolean hidden,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
checkRepository(long repositoryId) |
void |
deleteRepositories(long groupId) |
com.liferay.portal.kernel.model.Repository |
deleteRepository(long repositoryId)
Deletes the repository with the primary key from the database.
|
com.liferay.portal.kernel.model.Repository |
deleteRepository(com.liferay.portal.kernel.model.Repository repository)
Deletes the repository from the database.
|
com.liferay.portal.kernel.model.Repository |
fetchRepository(long groupId,
String portletId) |
com.liferay.portal.kernel.model.Repository |
fetchRepository(long groupId,
String name,
String portletId) |
protected long |
getDLFolderId(com.liferay.portal.kernel.model.User user,
long groupId,
long repositoryId,
long parentFolderId,
String name,
String description,
boolean hidden,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
List<com.liferay.portal.kernel.model.Repository> |
getGroupRepositories(long groupId) |
com.liferay.portal.kernel.model.Repository |
getRepository(long groupId,
String portletId) |
com.liferay.portal.kernel.model.Repository |
getRepository(long groupId,
String name,
String portletId) |
com.liferay.portal.kernel.util.UnicodeProperties |
getTypeSettingsProperties(long repositoryId) |
void |
updateRepository(long repositoryId,
String name,
String description) |
void |
updateRepository(long repositoryId,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) |
addRepository, afterPropertiesSet, createPersistedModel, createRepository, deletePersistedModel, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRepository, fetchRepositoryByUuidAndGroupId, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getCTPersistence, getExportActionableDynamicQuery, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRepositories, getRepositoriesByUuidAndCompanyId, getRepositoriesByUuidAndCompanyId, getRepositoriesCount, getRepository, getRepositoryByUuidAndGroupId, getRepositoryLocalService, getRepositoryPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setRepositoryLocalService, setRepositoryPersistence, updateRepository, updateWithUnsafeFunction@BeanReference(type=com.liferay.portal.kernel.repository.RepositoryProvider.class) protected com.liferay.portal.kernel.repository.RepositoryProvider repositoryProvider
public com.liferay.portal.kernel.model.Repository addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties,
boolean hidden,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void checkRepository(long repositoryId)
public void deleteRepositories(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Repository deleteRepository(long repositoryId)
throws com.liferay.portal.kernel.exception.PortalException
RepositoryLocalServiceBaseImplImportant: Inspect RepositoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteRepository in interface com.liferay.portal.kernel.service.RepositoryLocalServicedeleteRepository in class RepositoryLocalServiceBaseImplrepositoryId - the primary key of the repositorycom.liferay.portal.kernel.exception.PortalException - if a repository with the primary key could not be found@SystemEvent(action=1,
type=1)
public com.liferay.portal.kernel.model.Repository deleteRepository(com.liferay.portal.kernel.model.Repository repository)
RepositoryLocalServiceBaseImplImportant: Inspect RepositoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteRepository in interface com.liferay.portal.kernel.service.RepositoryLocalServicedeleteRepository in class RepositoryLocalServiceBaseImplrepository - the repositorypublic com.liferay.portal.kernel.model.Repository fetchRepository(long groupId,
String portletId)
public com.liferay.portal.kernel.model.Repository fetchRepository(long groupId,
String name,
String portletId)
public List<com.liferay.portal.kernel.model.Repository> getGroupRepositories(long groupId)
public com.liferay.portal.kernel.model.Repository getRepository(long groupId,
String portletId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Repository getRepository(long groupId,
String name,
String portletId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties(long repositoryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateRepository(long repositoryId,
String name,
String description)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateRepository(long repositoryId,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected long getDLFolderId(com.liferay.portal.kernel.model.User user,
long groupId,
long repositoryId,
long parentFolderId,
String name,
String description,
boolean hidden,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException