com.liferay.portal.service.impl
Class RepositoryLocalServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.RepositoryLocalServiceBaseImpl
com.liferay.portal.service.impl.RepositoryLocalServiceImpl
- 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.RepositoryLocalService
public class RepositoryLocalServiceImpl
- extends RepositoryLocalServiceBaseImpl
|
Field Summary |
protected com.liferay.portal.kernel.repository.RepositoryProvider |
repositoryProvider
|
| Fields inherited from class com.liferay.portal.service.base.RepositoryLocalServiceBaseImpl |
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, classNameLocalService, classNamePersistence, companyLocalService, companyPersistence, counterLocalService, dlAppHelperLocalService, dlFileEntryFinder, dlFileEntryLocalService, dlFileEntryPersistence, dlFileEntryTypeFinder, dlFileEntryTypeLocalService, dlFileEntryTypePersistence, dlFileShortcutLocalService, dlFileShortcutPersistence, dlFileVersionLocalService, dlFileVersionPersistence, dlFolderFinder, dlFolderLocalService, dlFolderPersistence, expandoValueLocalService, expandoValuePersistence, groupFinder, groupLocalService, groupPersistence, persistedModelLocalServiceRegistry, repositoryEntryLocalService, repositoryEntryPersistence, repositoryLocalService, repositoryPersistence, resourceLocalService, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence |
|
Method Summary |
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 typeSettingsProperties,
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 typeSettingsProperties)
|
| Methods inherited from class com.liferay.portal.service.base.RepositoryLocalServiceBaseImpl |
addRepository, afterPropertiesSet, createRepository, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRepository, fetchRepositoryByUuidAndGroupId, getActionableDynamicQuery, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getClassNameLocalService, getClassNamePersistence, getCompanyLocalService, getCompanyPersistence, getCounterLocalService, getDLAppHelperLocalService, getDLFileEntryFinder, getDLFileEntryLocalService, getDLFileEntryPersistence, getDLFileEntryTypeFinder, getDLFileEntryTypeLocalService, getDLFileEntryTypePersistence, getDLFileShortcutLocalService, getDLFileShortcutPersistence, getDLFileVersionLocalService, getDLFileVersionPersistence, getDLFolderFinder, getDLFolderLocalService, getDLFolderPersistence, getExpandoValueLocalService, getExpandoValuePersistence, getExportActionableDynamicQuery, getGroupFinder, getGroupLocalService, getGroupPersistence, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRepositories, getRepositoriesByUuidAndCompanyId, getRepositoriesByUuidAndCompanyId, getRepositoriesCount, getRepository, getRepositoryByUuidAndGroupId, getRepositoryEntryLocalService, getRepositoryEntryPersistence, getRepositoryLocalService, getRepositoryPersistence, getResourceLocalService, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setClassNameLocalService, setClassNamePersistence, setCompanyLocalService, setCompanyPersistence, setCounterLocalService, setDLAppHelperLocalService, setDLFileEntryFinder, setDLFileEntryLocalService, setDLFileEntryPersistence, setDLFileEntryTypeFinder, setDLFileEntryTypeLocalService, setDLFileEntryTypePersistence, setDLFileShortcutLocalService, setDLFileShortcutPersistence, setDLFileVersionLocalService, setDLFileVersionPersistence, setDLFolderFinder, setDLFolderLocalService, setDLFolderPersistence, setExpandoValueLocalService, setExpandoValuePersistence, setGroupFinder, setGroupLocalService, setGroupPersistence, setRepositoryEntryLocalService, setRepositoryEntryPersistence, setRepositoryLocalService, setRepositoryPersistence, setResourceLocalService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, updateRepository |
| 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 |
repositoryProvider
@BeanReference(type=com.liferay.portal.kernel.repository.RepositoryProvider.class)
protected com.liferay.portal.kernel.repository.RepositoryProvider repositoryProvider
RepositoryLocalServiceImpl
public RepositoryLocalServiceImpl()
addRepository
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 typeSettingsProperties,
boolean hidden,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
checkRepository
public void checkRepository(long repositoryId)
deleteRepositories
public void deleteRepositories(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
deleteRepository
public com.liferay.portal.kernel.model.Repository deleteRepository(long repositoryId)
throws com.liferay.portal.kernel.exception.PortalException
- Description copied from class:
RepositoryLocalServiceBaseImpl
- Deletes the repository with the primary key from the database. Also notifies the appropriate model listeners.
- Specified by:
deleteRepository in interface com.liferay.portal.kernel.service.RepositoryLocalService- Overrides:
deleteRepository in class RepositoryLocalServiceBaseImpl
- Parameters:
repositoryId - the primary key of the repository
- Returns:
- the repository that was removed
- Throws:
com.liferay.portal.kernel.exception.PortalException - if a repository with the primary key could not be found
deleteRepository
@SystemEvent(action=1,
type=1)
public com.liferay.portal.kernel.model.Repository deleteRepository(com.liferay.portal.kernel.model.Repository repository)
- Description copied from class:
RepositoryLocalServiceBaseImpl
- Deletes the repository from the database. Also notifies the appropriate model listeners.
- Specified by:
deleteRepository in interface com.liferay.portal.kernel.service.RepositoryLocalService- Overrides:
deleteRepository in class RepositoryLocalServiceBaseImpl
- Parameters:
repository - the repository
- Returns:
- the repository that was removed
fetchRepository
public com.liferay.portal.kernel.model.Repository fetchRepository(long groupId,
String portletId)
fetchRepository
public com.liferay.portal.kernel.model.Repository fetchRepository(long groupId,
String name,
String portletId)
getGroupRepositories
public List<com.liferay.portal.kernel.model.Repository> getGroupRepositories(long groupId)
getRepository
public com.liferay.portal.kernel.model.Repository getRepository(long groupId,
String portletId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getRepository
public com.liferay.portal.kernel.model.Repository getRepository(long groupId,
String name,
String portletId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getTypeSettingsProperties
public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties(long repositoryId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
updateRepository
public void updateRepository(long repositoryId,
String name,
String description)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
updateRepository
public void updateRepository(long repositoryId,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getDLFolderId
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)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException